From 5e4f267a36d9d86986b941fca88dde441840a81a Mon Sep 17 00:00:00 2001 From: low012 Date: Sat, 26 Sep 2009 22:07:40 +0000 Subject: [PATCH] *) added subversion properties and edited a few comments git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6348 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/AccessTracker_p.java | 6 +++--- htroot/Banner.java | 6 +++--- htroot/BlacklistCleaner_p.java | 6 +++--- htroot/BlacklistImpExp_p.java | 6 +++--- htroot/BlacklistTest_p.java | 6 +++--- htroot/Blog.java | 5 ++++- htroot/BlogComments.java | 5 ++++- htroot/Bookmarks.java | 6 +++--- htroot/CacheResource_p.java | 5 ++++- htroot/Collage.java | 4 ++++ htroot/ConfigAccounts_p.java | 5 ++++- htroot/ConfigAppearance_p.java | 4 ++++ htroot/ConfigBasic.java | 6 +++--- htroot/ConfigLanguage_p.java | 7 +++++-- htroot/ConfigLiveSearch.java | 4 ++++ htroot/ConfigNetwork_p.java | 6 +++--- htroot/ConfigPHPBB3Search.java | 6 +++--- htroot/ConfigParser.java | 4 ++++ htroot/ConfigPortal.java | 4 ++++ htroot/ConfigProperties_p.java | 6 +++--- htroot/ConfigRobotsTxt_p.java | 6 +++--- htroot/ConfigSearchBox.java | 4 ++++ htroot/ConfigUpdate_p.java | 6 +++--- htroot/ConfigWikiSearch.java | 6 +++--- htroot/ContentIntegrationPHPBB3_p.java | 6 +++--- htroot/CookieMonitorIncoming_p.java | 5 ++++- htroot/CookieMonitorOutgoing_p.java | 5 ++++- htroot/CookieTest_p.java | 6 +++--- htroot/CrawlProfileEditor_p.java | 6 +++--- htroot/CrawlResults.java | 6 +++--- htroot/CrawlStart_p.java | 6 +++--- htroot/FeedReader_p.java | 5 +++-- htroot/Help.java | 6 ++++++ htroot/IndexControlRWIs_p.java | 6 +++--- htroot/IndexControlURLs_p.java | 6 +++--- htroot/IndexCreateLoaderQueue_p.java | 5 ++++- htroot/IndexCreateParserErrors_p.java | 5 ++++- htroot/IndexCreateWWWGlobalQueue_p.java | 5 ++++- htroot/IndexCreateWWWLocalQueue_p.java | 5 ++++- htroot/WatchCrawler_p.java | 6 +++--- htroot/WatchWebStructure_p.java | 5 +++++ htroot/WebStructurePicture_p.java | 6 +++--- htroot/Wiki.java | 5 ++++- htroot/WikiHelp.java | 6 +++--- htroot/YaCySearchPluginFF.java | 5 ++++- htroot/autoconfig.java | 5 ++++- htroot/compare_yacy.java | 6 +++--- htroot/cytag.java | 6 +++--- htroot/imagetest.java | 6 +++--- htroot/mediawiki_p.java | 6 +++--- htroot/opensearchdescription.java | 6 +++--- htroot/osm.java | 6 +++++- htroot/rct_p.java | 6 +++--- htroot/robots.java | 6 +++++- htroot/ssitestservlet.java | 6 +++--- htroot/test.java | 6 ++++++ htroot/yacyinteractive.java | 6 +++--- htroot/yacysearchitem.java | 6 +++--- htroot/yacysearchtrailer.java | 6 +++--- 59 files changed, 210 insertions(+), 118 deletions(-) diff --git a/htroot/AccessTracker_p.java b/htroot/AccessTracker_p.java index 923aa7d5c..39145b2c6 100644 --- a/htroot/AccessTracker_p.java +++ b/htroot/AccessTracker_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/Banner.java b/htroot/Banner.java index ea1c6e82b..1772557ee 100644 --- a/htroot/Banner.java +++ b/htroot/Banner.java @@ -7,9 +7,9 @@ // // This File is contributed by Marc Nause // -// $LastChangedDate: 2007-10-09 23:07:00 +0200 (Mi, 09 Okt 2007) $ -// $LastChangedRevision: 4154 $ -// $LastChangedBy: low012 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/BlacklistCleaner_p.java b/htroot/BlacklistCleaner_p.java index ffc90d377..49ce82fe5 100644 --- a/htroot/BlacklistCleaner_p.java +++ b/htroot/BlacklistCleaner_p.java @@ -7,9 +7,9 @@ // // This File is contributed by Franz Brausze // -// $LastChangedDate: 2007-01-27 14:07:54 +0000 (Sa, 27 Jan 2007) $ -// $LastChangedRevision: 3217 $ -// $LastChangedBy: karlchenofhell $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/BlacklistImpExp_p.java b/htroot/BlacklistImpExp_p.java index 954e9046a..5bfbccf29 100644 --- a/htroot/BlacklistImpExp_p.java +++ b/htroot/BlacklistImpExp_p.java @@ -7,9 +7,9 @@ // // This File is contributed by Alexander Schier // -// $LastChangedDate: 2008-10-30 01:03:14 +0100 (Do, 30 Okt 2008) $ -// $LastChangedRevision: 5309 $ -// $LastChangedBy: low012 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/BlacklistTest_p.java b/htroot/BlacklistTest_p.java index 606e1ee41..fce0941b6 100644 --- a/htroot/BlacklistTest_p.java +++ b/htroot/BlacklistTest_p.java @@ -7,9 +7,9 @@ // // This File is contributed by Alexander Schier // -// $LastChangedDate: 2008-10-30 01:03:14 +0100 (Do, 30 Okt 2008) $ -// $LastChangedRevision: 5309 $ -// $LastChangedBy: low012 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/Blog.java b/htroot/Blog.java index 4b1e82708..e68a4a2cb 100644 --- a/htroot/Blog.java +++ b/htroot/Blog.java @@ -7,7 +7,10 @@ // // This File is contributed by Jan Sandbrink // Contains contributions from Marc Nause [MN] -// last change: 10.01.2009 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/BlogComments.java b/htroot/BlogComments.java index a8115f42e..2940b177a 100644 --- a/htroot/BlogComments.java +++ b/htroot/BlogComments.java @@ -7,7 +7,10 @@ // // This File is contributed by Jan Sandbrink // Contains contributions from Marc Nause [MN] -// last change: 06.05.2006 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/Bookmarks.java b/htroot/Bookmarks.java index 89057b01a..b6b93f6e4 100644 --- a/htroot/Bookmarks.java +++ b/htroot/Bookmarks.java @@ -7,9 +7,9 @@ // // This File is contributed by Alexander Schier // -// $LastChangedDate: 2008-01-22 12:51:43 +0100 (Di, 22 Jan 2008) $ -// $LastChangedRevision: 4374 $ -// $LastChangedBy: low012 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/CacheResource_p.java b/htroot/CacheResource_p.java index 395b1e67c..c22d5c109 100644 --- a/htroot/CacheResource_p.java +++ b/htroot/CacheResource_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004 -// last major change: 10.08.2003 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/Collage.java b/htroot/Collage.java index 2187b051e..414b6ff65 100755 --- a/htroot/Collage.java +++ b/htroot/Collage.java @@ -4,6 +4,10 @@ // (C) by Detlef Reichl; detlef!reichl()gmx!org // Pforzheim, Germany, 2008 // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or diff --git a/htroot/ConfigAccounts_p.java b/htroot/ConfigAccounts_p.java index 1dce46bad..f7217e2d9 100644 --- a/htroot/ConfigAccounts_p.java +++ b/htroot/ConfigAccounts_p.java @@ -6,7 +6,10 @@ //Frankfurt, Germany, 2004 // //This File is contributed by Alexander Schier -//last major change: 30.09.2005 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by diff --git a/htroot/ConfigAppearance_p.java b/htroot/ConfigAppearance_p.java index 232d40871..d1d759d38 100644 --- a/htroot/ConfigAppearance_p.java +++ b/htroot/ConfigAppearance_p.java @@ -9,6 +9,10 @@ // last change: 29.12.2004 // extended by Michael Christen, 4.7.2008 // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // LICENSE // // This program is free software; you can redistribute it and/or modify diff --git a/htroot/ConfigBasic.java b/htroot/ConfigBasic.java index 4ca45b0f2..dd3fb2573 100644 --- a/htroot/ConfigBasic.java +++ b/htroot/ConfigBasic.java @@ -6,9 +6,9 @@ // Frankfurt, Germany, 2006 // Created 28.02.2006 // -// $LastChangedDate: 2005-09-13 00:20:37 +0200 (Di, 13 Sep 2005) $ -// $LastChangedRevision: 715 $ -// $LastChangedBy: borg-0300 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/ConfigLanguage_p.java b/htroot/ConfigLanguage_p.java index 514a791ba..c8386c093 100644 --- a/htroot/ConfigLanguage_p.java +++ b/htroot/ConfigLanguage_p.java @@ -6,8 +6,11 @@ //Frankfurt, Germany, 2004 //This File is contributed by Alexander Schier -//last change: 25.05.2005 - +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by //the Free Software Foundation; either version 2 of the License, or diff --git a/htroot/ConfigLiveSearch.java b/htroot/ConfigLiveSearch.java index a44cbac0a..c3d5bbfdc 100644 --- a/htroot/ConfigLiveSearch.java +++ b/htroot/ConfigLiveSearch.java @@ -5,6 +5,10 @@ // first published on http://yacy.net // Frankfurt, Germany, 29.5.2009 // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // LICENSE // // This program is free software; you can redistribute it and/or modify diff --git a/htroot/ConfigNetwork_p.java b/htroot/ConfigNetwork_p.java index 5b5fd8c45..649c456f0 100644 --- a/htroot/ConfigNetwork_p.java +++ b/htroot/ConfigNetwork_p.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/ConfigPHPBB3Search.java b/htroot/ConfigPHPBB3Search.java index d2948cc5d..47fa96064 100644 --- a/htroot/ConfigPHPBB3Search.java +++ b/htroot/ConfigPHPBB3Search.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/ConfigParser.java b/htroot/ConfigParser.java index 5c3296971..679b56456 100644 --- a/htroot/ConfigParser.java +++ b/htroot/ConfigParser.java @@ -3,6 +3,10 @@ // first published on http://yacy.net // Frankfurt, Germany, 13.07.2009 // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or diff --git a/htroot/ConfigPortal.java b/htroot/ConfigPortal.java index 94c4bcd4a..c741e8a7e 100644 --- a/htroot/ConfigPortal.java +++ b/htroot/ConfigPortal.java @@ -5,6 +5,10 @@ // first published on http://yacy.net // Frankfurt, Germany, 4.7.2008 // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // LICENSE // // This program is free software; you can redistribute it and/or modify diff --git a/htroot/ConfigProperties_p.java b/htroot/ConfigProperties_p.java index d0e11bcc0..5bbe42958 100644 --- a/htroot/ConfigProperties_p.java +++ b/htroot/ConfigProperties_p.java @@ -6,9 +6,9 @@ // Frankfurt, Germany, 2005 // This File is contributed by Alexander Schier // -// $LastChangedDate: 2005-09-13 00:20:37 +0200 (Di, 13 Sep 2005) $ -// $LastChangedRevision: 715 $ -// $LastChangedBy: borg-0300 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/ConfigRobotsTxt_p.java b/htroot/ConfigRobotsTxt_p.java index 176e275c7..cb961a5df 100644 --- a/htroot/ConfigRobotsTxt_p.java +++ b/htroot/ConfigRobotsTxt_p.java @@ -7,9 +7,9 @@ // // This File is contributed by Franz Brausze // -// $LastChangedDate: $ -// $LastChangedRevision: $ -// $LastChangedBy: $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/ConfigSearchBox.java b/htroot/ConfigSearchBox.java index a1d9088d3..a757c383b 100644 --- a/htroot/ConfigSearchBox.java +++ b/htroot/ConfigSearchBox.java @@ -3,6 +3,10 @@ // (C) 2009 by Michael Peter Christen; mc@yacy.net // first published 25.09.2009 on http://yacy.net // +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// // LICENSE // // This program is free software; you can redistribute it and/or modify diff --git a/htroot/ConfigUpdate_p.java b/htroot/ConfigUpdate_p.java index 9ad85cb34..4060f9f73 100644 --- a/htroot/ConfigUpdate_p.java +++ b/htroot/ConfigUpdate_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/ConfigWikiSearch.java b/htroot/ConfigWikiSearch.java index 6c05ec841..585252371 100644 --- a/htroot/ConfigWikiSearch.java +++ b/htroot/ConfigWikiSearch.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/ContentIntegrationPHPBB3_p.java b/htroot/ContentIntegrationPHPBB3_p.java index d689f1295..f9b21a53b 100644 --- a/htroot/ContentIntegrationPHPBB3_p.java +++ b/htroot/ContentIntegrationPHPBB3_p.java @@ -2,9 +2,9 @@ // (C) 2009 by Michael Peter Christen; mc@yacy.net, Frankfurt a. M., Germany // first published 27.05.2009 on http://yacy.net // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/CookieMonitorIncoming_p.java b/htroot/CookieMonitorIncoming_p.java index 93bc0fc20..c3381a6d1 100644 --- a/htroot/CookieMonitorIncoming_p.java +++ b/htroot/CookieMonitorIncoming_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last change: 25.05.2007 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/CookieMonitorOutgoing_p.java b/htroot/CookieMonitorOutgoing_p.java index adc1bccf2..bf6d71905 100644 --- a/htroot/CookieMonitorOutgoing_p.java +++ b/htroot/CookieMonitorOutgoing_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last change: 25.05.2007 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/CookieTest_p.java b/htroot/CookieTest_p.java index 8cc9cd26a..e3f6fc529 100644 --- a/htroot/CookieTest_p.java +++ b/htroot/CookieTest_p.java @@ -5,9 +5,9 @@ // first published on http://www.anomic.de // Frankfurt, Germany, 2004 // -// $LastChangedDate: 2005-12-07 01:36:05 +0100 $ -// $LastChangedRevision: 1177 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/CrawlProfileEditor_p.java b/htroot/CrawlProfileEditor_p.java index 35c800891..a1d512462 100644 --- a/htroot/CrawlProfileEditor_p.java +++ b/htroot/CrawlProfileEditor_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/CrawlResults.java b/htroot/CrawlResults.java index bcdc30fa0..e0fdb34ab 100644 --- a/htroot/CrawlResults.java +++ b/htroot/CrawlResults.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/CrawlStart_p.java b/htroot/CrawlStart_p.java index 483e03ba4..e1b1c423e 100644 --- a/htroot/CrawlStart_p.java +++ b/htroot/CrawlStart_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/FeedReader_p.java b/htroot/FeedReader_p.java index 215b47cfc..c7fd843bc 100644 --- a/htroot/FeedReader_p.java +++ b/htroot/FeedReader_p.java @@ -4,8 +4,9 @@ // // (C) 2007 Alexander Schier // -// last change: $LastChangedDate: $ by $LastChangedBy: $ -// $LastChangedRevision: $ +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/Help.java b/htroot/Help.java index 87de9721e..f735ca4f4 100644 --- a/htroot/Help.java +++ b/htroot/Help.java @@ -1,3 +1,9 @@ +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// + import de.anomic.http.metadata.RequestHeader; import de.anomic.server.serverObjects; import de.anomic.server.serverSwitch; diff --git a/htroot/IndexControlRWIs_p.java b/htroot/IndexControlRWIs_p.java index 3527d5cd7..b2ef13c7e 100644 --- a/htroot/IndexControlRWIs_p.java +++ b/htroot/IndexControlRWIs_p.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2007-11-14 01:15:28 +0000 (Mi, 14 Nov 2007) $ -// $LastChangedRevision: 4216 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/IndexControlURLs_p.java b/htroot/IndexControlURLs_p.java index bab4ecbfc..5d8ec1a20 100644 --- a/htroot/IndexControlURLs_p.java +++ b/htroot/IndexControlURLs_p.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2007-11-14 01:15:28 +0000 (Mi, 14 Nov 2007) $ -// $LastChangedRevision: 4216 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/IndexCreateLoaderQueue_p.java b/htroot/IndexCreateLoaderQueue_p.java index 87fc9145c..28779d02b 100644 --- a/htroot/IndexCreateLoaderQueue_p.java +++ b/htroot/IndexCreateLoaderQueue_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last major change: 04.07.2005 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/IndexCreateParserErrors_p.java b/htroot/IndexCreateParserErrors_p.java index 33972ac92..733528ec9 100644 --- a/htroot/IndexCreateParserErrors_p.java +++ b/htroot/IndexCreateParserErrors_p.java @@ -3,7 +3,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last major change: 17.07.2009 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/IndexCreateWWWGlobalQueue_p.java b/htroot/IndexCreateWWWGlobalQueue_p.java index 4e6d7665f..1ae022390 100644 --- a/htroot/IndexCreateWWWGlobalQueue_p.java +++ b/htroot/IndexCreateWWWGlobalQueue_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last major change: 04.07.2005 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/IndexCreateWWWLocalQueue_p.java b/htroot/IndexCreateWWWLocalQueue_p.java index 9c0935489..d894d5fd2 100644 --- a/htroot/IndexCreateWWWLocalQueue_p.java +++ b/htroot/IndexCreateWWWLocalQueue_p.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 -// last major change: 04.07.2005 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/WatchCrawler_p.java b/htroot/WatchCrawler_p.java index b33d1aadb..6f1e92fea 100644 --- a/htroot/WatchCrawler_p.java +++ b/htroot/WatchCrawler_p.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/WatchWebStructure_p.java b/htroot/WatchWebStructure_p.java index a520a9bb7..be4996ffb 100644 --- a/htroot/WatchWebStructure_p.java +++ b/htroot/WatchWebStructure_p.java @@ -1,3 +1,8 @@ +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// import java.util.Iterator; diff --git a/htroot/WebStructurePicture_p.java b/htroot/WebStructurePicture_p.java index 0cb427ae9..637d3450f 100644 --- a/htroot/WebStructurePicture_p.java +++ b/htroot/WebStructurePicture_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/Wiki.java b/htroot/Wiki.java index d4ad15c31..21f1fa2e9 100644 --- a/htroot/Wiki.java +++ b/htroot/Wiki.java @@ -4,7 +4,10 @@ // (C) by Michael Peter Christen; mc@yacy.net // first published on http://www.anomic.de // Frankfurt, Germany, 2004 -// last major change: 01.07.2003 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/WikiHelp.java b/htroot/WikiHelp.java index 3c7fe8c0c..13446b272 100644 --- a/htroot/WikiHelp.java +++ b/htroot/WikiHelp.java @@ -5,9 +5,9 @@ // first published on http://www.anomic.de // Frankfurt, Germany, 2004 // -// $LastChangedDate: 2006-08-21 22:40:00 +0200 (Mo, 21 Aug 2006) $ -// $LastChangedRevision: 2436 $ -// $LastChangedBy: low012 $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/YaCySearchPluginFF.java b/htroot/YaCySearchPluginFF.java index cdb6b9b82..5e72aea1a 100644 --- a/htroot/YaCySearchPluginFF.java +++ b/htroot/YaCySearchPluginFF.java @@ -4,7 +4,10 @@ //(C) by Michael Peter Christen; mc@yacy.net //first published on http://www.anomic.de //Frankfurt, Germany, 2004 -//last major change: 12.07.2004 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by diff --git a/htroot/autoconfig.java b/htroot/autoconfig.java index f1ae98231..65f0db0d4 100644 --- a/htroot/autoconfig.java +++ b/htroot/autoconfig.java @@ -4,7 +4,10 @@ //(C) by Michael Peter Christen; mc@yacy.net //first published on http://www.anomic.de //Frankfurt, Germany, 2004 -//last major change: 12.07.2004 +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ // //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by diff --git a/htroot/compare_yacy.java b/htroot/compare_yacy.java index 7fb1cf20a..e91696530 100755 --- a/htroot/compare_yacy.java +++ b/htroot/compare_yacy.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/cytag.java b/htroot/cytag.java index 28564dde0..629d4a61f 100644 --- a/htroot/cytag.java +++ b/htroot/cytag.java @@ -5,9 +5,9 @@ // This is a part of YaCy. // The Software shall be used for Good, not Evil. // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/imagetest.java b/htroot/imagetest.java index 0b8cc3c66..9fd6d12b8 100644 --- a/htroot/imagetest.java +++ b/htroot/imagetest.java @@ -6,9 +6,9 @@ // Frankfurt, Germany, 2005 // Created 05.10.2005 // -// $LastChangedDate: 2005-09-29 02:24:09 +0200 (Thu, 29 Sep 2005) $ -// $LastChangedRevision: 811 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/htroot/mediawiki_p.java b/htroot/mediawiki_p.java index 5433845a9..54d7ba5bf 100644 --- a/htroot/mediawiki_p.java +++ b/htroot/mediawiki_p.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/opensearchdescription.java b/htroot/opensearchdescription.java index c5b404a14..fb54cce17 100644 --- a/htroot/opensearchdescription.java +++ b/htroot/opensearchdescription.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/osm.java b/htroot/osm.java index 5faefb812..7202d4f77 100644 --- a/htroot/osm.java +++ b/htroot/osm.java @@ -1,4 +1,8 @@ - +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// import de.anomic.http.metadata.RequestHeader; import de.anomic.server.serverObjects; diff --git a/htroot/rct_p.java b/htroot/rct_p.java index 64348903b..e4c39354c 100644 --- a/htroot/rct_p.java +++ b/htroot/rct_p.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2007-11-14 01:15:28 +0000 (Mi, 14 Nov 2007) $ -// $LastChangedRevision: 4216 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/robots.java b/htroot/robots.java index d8a80ad04..861382164 100644 --- a/htroot/robots.java +++ b/htroot/robots.java @@ -1,4 +1,8 @@ - +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// import java.io.File; import java.util.ArrayList; diff --git a/htroot/ssitestservlet.java b/htroot/ssitestservlet.java index affb883d4..ef318fcb7 100644 --- a/htroot/ssitestservlet.java +++ b/htroot/ssitestservlet.java @@ -5,9 +5,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/test.java b/htroot/test.java index 357f257ce..0e7bcc443 100644 --- a/htroot/test.java +++ b/htroot/test.java @@ -1,3 +1,9 @@ +// +//$LastChangedDate$ +//$LastChangedRevision$ +//$LastChangedBy$ +// + import de.anomic.http.metadata.RequestHeader; import de.anomic.server.serverObjects; import de.anomic.server.serverSwitch; diff --git a/htroot/yacyinteractive.java b/htroot/yacyinteractive.java index 1013b7cb2..1716ea521 100644 --- a/htroot/yacyinteractive.java +++ b/htroot/yacyinteractive.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java index 9c76f57ba..6c976ae76 100644 --- a/htroot/yacysearchitem.java +++ b/htroot/yacysearchitem.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE // diff --git a/htroot/yacysearchtrailer.java b/htroot/yacysearchtrailer.java index 49184cd87..b7b561540 100644 --- a/htroot/yacysearchtrailer.java +++ b/htroot/yacysearchtrailer.java @@ -4,9 +4,9 @@ // // This is a part of YaCy, a peer-to-peer based web search engine // -// $LastChangedDate: 2006-04-02 22:40:07 +0200 (So, 02 Apr 2006) $ -// $LastChangedRevision: 1986 $ -// $LastChangedBy: orbiter $ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // LICENSE //