|
|
|
@ -79,12 +79,12 @@ public class all {
|
|
|
|
|
while(it.hasNext()){
|
|
|
|
|
bookmark=switchboard.bookmarksDB.getBookmark((String) it.next());
|
|
|
|
|
prop.put("posts_"+count+"_url", bookmark.getUrl());
|
|
|
|
|
prop.putHTML("posts_"+count+"_title", bookmark.getTitle());
|
|
|
|
|
prop.putHTML("posts_"+count+"_description", bookmark.getDescription());
|
|
|
|
|
prop.put("posts_"+count+"_title", bookmark.getTitle());
|
|
|
|
|
prop.put("posts_"+count+"_description", bookmark.getDescription());
|
|
|
|
|
prop.put("posts_"+count+"_md5", serverCodings.encodeMD5Hex(bookmark.getUrl()));
|
|
|
|
|
date=new Date(bookmark.getTimeStamp());
|
|
|
|
|
prop.put("posts_"+count+"_time", serverDate.formatISO8601(date));
|
|
|
|
|
prop.putHTML("posts_"+count+"_tags", bookmark.getTagsString().replaceAll(","," "));
|
|
|
|
|
prop.put("posts_"+count+"_tags", bookmark.getTagsString().replaceAll(","," "));
|
|
|
|
|
|
|
|
|
|
// additional XML tags
|
|
|
|
|
prop.put("posts_"+count+"_isExtended",extendedXML ? "1" : "0");
|
|
|
|
|