From e9bfa8005024055432397109385b05612dd966d3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 1 Aug 2005 13:29:57 +0000 Subject: [PATCH] integrated Wiki to Main Menu git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@470 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- doc/Links.html | 2 +- htroot/Network.java | 2 +- htroot/Wiki.html | 2 +- htroot/env/templates/header.template | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/Links.html b/doc/Links.html index 639d9965c..74d4f268e 100644 --- a/doc/Links.html +++ b/doc/Links.html @@ -37,7 +37,7 @@ globalheader();
  • Stats about the YaCy network - from Hendrik Richter
  • PHP-based Interface to YaCy Search using YaCys RSS Search Result Output - from Hendrik Richter
  • Minimalized Search Interface to YaCy - from Thomas/Borg-0300
  • -
  • Public Interface for Crawl-Start Entry - from Uwe
  • +
  • Public Interface for Crawl-Start Entry - from slick

  • Publications about YaCy diff --git a/htroot/Network.java b/htroot/Network.java index 505f91c12..4367a9b63 100644 --- a/htroot/Network.java +++ b/htroot/Network.java @@ -224,7 +224,7 @@ public class Network { if (availableNews > 500) availableNews = 500; yacyNewsRecord record; try { - for (int c = 0; c < availableNews; c++) { + for (int c = availableNews - 1; c >= 0; c--) { record = yacyCore.newsPool.get(yacyNewsPool.INCOMING_DB, c); if (record.category().equals("prfleupd")) { updatedProfile.add(record.originator()); diff --git a/htroot/Wiki.html b/htroot/Wiki.html index 437f50f53..e71d99e3c 100644 --- a/htroot/Wiki.html +++ b/htroot/Wiki.html @@ -7,7 +7,7 @@ #[header]#

    #[pagecontent]#

    -

    #[pageedit]#

    +

    #[pageedit]# Changes will be published as announcement on YaCyNews

    #[footer]# diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 00e94835e..0ec302545 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -53,6 +53,7 @@  Communication / Publication  Home Page  File Share +  Wiki   Messages    Personal Profile @@ -76,9 +77,11 @@  Download YaCy  Contact - + +