|
|
|
@ -122,7 +122,7 @@ public class queues_p {
|
|
|
|
|
initiator = yacyCore.seedDB.getConnected(pcentry.initiator());
|
|
|
|
|
prop.putNoHTML("list-indexing_"+i+"_initiator", ((initiator == null) ? "proxy" : wikiCode.replaceHTML(initiator.getName())));
|
|
|
|
|
prop.put("list-indexing_"+i+"_depth", pcentry.depth());
|
|
|
|
|
prop.put("list-indexing_"+i+"_modified", (pcentry.responseHeader() == null) ? "" : daydate(pcentry.responseHeader().lastModified()));
|
|
|
|
|
prop.put("list-indexing_"+i+"_modified", pcentry.getModificationDate());
|
|
|
|
|
prop.putNoHTML("list-indexing_"+i+"_anchor", (pcentry.anchorName()==null)?"":wikiCode.replaceHTML(pcentry.anchorName()));
|
|
|
|
|
prop.putNoHTML("list-indexing_"+i+"_url", pcentry.normalizedURLString());
|
|
|
|
|
prop.put("list-indexing_"+i+"_size", entrySize);
|
|
|
|
|