[freenet-cvs] r14992 - trunk/freenet/src/freenet/clients/http/bookmark

toad at freenetproject.org toad at freenetproject.org
Thu Sep 6 22:55:48 UTC 2007


Author: toad
Date: 2007-09-06 22:55:47 +0000 (Thu, 06 Sep 2007)
New Revision: 14992

Modified:
   trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
Add TSOF, for now. Hopefully it will encourage him to update it and grow it.

Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java	2007-09-06 18:34:31 UTC (rev 14991)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java	2007-09-06 22:55:47 UTC (rev 14992)
@@ -47,9 +47,15 @@
 			indexes.addBookmark(new BookmarkItem(
 					new FreenetURI(
 							"USK at RJnh1EnvOSPwOWVRS2nyhC4eIQkKoNE5hcTv7~yY-sM,pOloLxnKWM~AL24iDMHOAvTvCqMlB-p2BO9zK96TOZA,AQACAAE/index_fr/8/"),
-							"Index des sites Français (french freesites with descriptions but no categories)",
+							"Index des sites Fran�ais (french freesites with descriptions but no categories)",
 							node.alerts));
 
+			indexes.addBookmark(new BookmarkItem(
+					new FreenetURI(
+							"USK at cvZEZFWynx~4hmakaimts4Ruusl9mEUpU6mSvNvZ9p8,K2Xopc6GWPkKrs27EDuqzTcca2bE5H2YAXw0qKnkON4,AQACAAE/TSOF/1/"),
+							"The Start Of Freenet (another human-maintained index, so far relatively small)",
+							node.alerts));
+			
 			BookmarkCategory flog = (BookmarkCategory) defaultRoot.addBookmark(new BookmarkCategory("Freenet devel's flogs"));
 			flog.addBookmark(new BookmarkItem(
 					new FreenetURI(




More information about the cvs mailing list