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

toad at freenetproject.org toad at freenetproject.org
Tue Nov 13 22:39:40 UTC 2007


Author: toad
Date: 2007-11-13 22:39:40 +0000 (Tue, 13 Nov 2007)
New Revision: 15781

Modified:
   trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
move Entry Point to end of list and note it hasn't been updated

Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java	2007-11-13 20:33:56 UTC (rev 15780)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java	2007-11-13 22:39:40 UTC (rev 15781)
@@ -34,12 +34,6 @@
 			BookmarkCategory indexes = (BookmarkCategory) defaultRoot.addBookmark(new BookmarkCategory("Indexes"));
 			indexes.addBookmark(new BookmarkItem(
 					new FreenetURI(
-							"USK at 7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/36/"),
-							"Entry point (freesites with descriptions but no categories)",
-							node.alerts));
-
-			indexes.addBookmark(new BookmarkItem(
-					new FreenetURI(
 							"USK at zQyF2O1o8B4y40w7Twz8y2I9haW3d2DTlxjTHPu7zc8,h2mhQNNE9aQvF~2yKAmKV1uorr7141-QOroBf5hrlbw,AQACAAE/AnotherIndex/28/"),
 							"Another Index (freesites with categories but no descriptions)",
 							node.alerts));
@@ -55,6 +49,13 @@
 							"USK at cvZEZFWynx~4hmakaimts4Ruusl9mEUpU6mSvNvZ9p8,K2Xopc6GWPkKrs27EDuqzTcca2bE5H2YAXw0qKnkON4,AQACAAE/TSOF/2/"),
 							"The Start Of Freenet (another human-maintained index, so far relatively small)",
 							node.alerts));
+
+			indexes.addBookmark(new BookmarkItem(
+					new FreenetURI(
+							"USK at 7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/36/"),
+							"Entry point (old, large index, hasn't been updated for a while)",
+							node.alerts));
+
 			
 			BookmarkCategory flog = (BookmarkCategory) defaultRoot.addBookmark(new BookmarkCategory("Freenet devel's flogs"));
 			flog.addBookmark(new BookmarkItem(




More information about the cvs mailing list