From a44112b562417972d2b5f52d39a4d3d2ebacc951 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 3 Dec 2009 14:26:30 +0000 Subject: [PATCH] - moved index cleaner to blacklist submenu, because the index cleaner cleans the index with the blacklist - version switch to 0.93 to reflect advancements git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6516 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.properties | 2 +- htroot/IndexCleaner_p.html | 2 +- htroot/env/templates/submenuBlacklist.template | 1 + htroot/env/templates/submenuIndexControl.template | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 67e12825d..acace7567 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ javacSource=1.5 javacTarget=1.5 # Release Configuration -releaseVersion=0.92 +releaseVersion=0.93 stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy diff --git a/htroot/IndexCleaner_p.html b/htroot/IndexCleaner_p.html index 86eb96114..db9a3dfca 100755 --- a/htroot/IndexCleaner_p.html +++ b/htroot/IndexCleaner_p.html @@ -7,7 +7,7 @@ #%env/templates/header.template%# - #%env/templates/submenuIndexControl.template%# + #%env/templates/submenuBlacklist.template%#

Index Cleaner

#(urldb)# diff --git a/htroot/env/templates/submenuBlacklist.template b/htroot/env/templates/submenuBlacklist.template index a02bb6c1f..6c157a9eb 100644 --- a/htroot/env/templates/submenuBlacklist.template +++ b/htroot/env/templates/submenuBlacklist.template @@ -5,5 +5,6 @@
  • Blacklist Cleaner
  • Blacklist Test
  • Import/Export
  • +
  • Index Cleaner
  • \ No newline at end of file diff --git a/htroot/env/templates/submenuIndexControl.template b/htroot/env/templates/submenuIndexControl.template index 96e68ac4f..279227f85 100644 --- a/htroot/env/templates/submenuIndexControl.template +++ b/htroot/env/templates/submenuIndexControl.template @@ -4,6 +4,5 @@
  • RWI Admin
  • URL Reference Admin
  • Queue Import
  • -
  • Index Cleaner