diff --git a/build.xml b/build.xml index d9d15970d..59edcfa6d 100644 --- a/build.xml +++ b/build.xml @@ -58,7 +58,6 @@ - @@ -169,9 +168,7 @@ - - - + @@ -193,8 +190,7 @@ - - + @@ -481,13 +477,6 @@ - @@ -565,9 +554,6 @@ - - - diff --git a/doc/Contact.html b/doc/Contact.html deleted file mode 100644 index 233b859da..000000000 --- a/doc/Contact.html +++ /dev/null @@ -1,72 +0,0 @@ - - - -YaCy: Contact - - - - - - - - - - - - - - - diff --git a/doc/Demo.html b/doc/Demo.html deleted file mode 100644 index a1520011d..000000000 --- a/doc/Demo.html +++ /dev/null @@ -1,92 +0,0 @@ - - - -YaCy: Demonstration of Search Interface - - - - - - - - - - - - - - - diff --git a/doc/Details.html b/doc/Details.html deleted file mode 100644 index 41a231d75..000000000 --- a/doc/Details.html +++ /dev/null @@ -1,87 +0,0 @@ - - - -YaCy: Details - - - - - - - - - - - - - - - diff --git a/doc/Download.html b/doc/Download.html deleted file mode 100644 index e6b6018ff..000000000 --- a/doc/Download.html +++ /dev/null @@ -1,100 +0,0 @@ - - - -YaCy: Download - - - - - - - - - - - - - - - diff --git a/doc/FAQ.html b/doc/FAQ.html deleted file mode 100644 index 70c0b832c..000000000 --- a/doc/FAQ.html +++ /dev/null @@ -1,174 +0,0 @@ - - -YaCy: FAQ - - - - - - - - - - - - - - - diff --git a/doc/Impressum.html b/doc/Impressum.html deleted file mode 100644 index e7a52de6e..000000000 --- a/doc/Impressum.html +++ /dev/null @@ -1,82 +0,0 @@ - - - -Impressum - - - - - - - - - - - - - - - diff --git a/doc/Languagefile_format.txt b/doc/Languagefile_format.txt deleted file mode 100644 index 1fec69eb8..000000000 --- a/doc/Languagefile_format.txt +++ /dev/null @@ -1,175 +0,0 @@ -Description of the YaCy lng format - -Foreword: -You are not forced but encouraged to use the following format for your language file. -It ensures a high compatibility, readability and full support of syntax highlighting in Notepad++ and other editors. - -Also we recommend to use an fully UTF-8 capable text editor and to save in this format, so please don't use an old notepad.exe ;-) - -If you start a completely new translation, you can build it from scratch and search all the strings out of the HTROOT files yourself (best, but most laborious way) or use a good, current translation and copy the English strings from there. -If you would decide to copy from an existing translation, i.e. the German, because at the moment it is the most complete, take care, that you delete all strings which are not translated into your target language. - -Otherwise the user may have a mixed German/Japanese webinterface when he chooses the Japanese translation. This is not good, if you don't translate the whole interface simply don't mention the strings you don't translate in your language file and they will be left in English. - -Definitions: - ----Header--- - -Every languagefile should have a header, which gives short information about it and should consist of comments as described later in this document. - -It should start with the filename, the "direction" of your translation, the SVN-keyword for the date with the last change (don't forget to "svn propset svn:keywords "LastChangedDate" .lng" if you maintain the file by yourself), a copyright header, followed by a maintainer. - -The maintainer should be someone with SVN write-access. He is responsible for getting upates of the lng-file from other persons and checking them into our repository on a long term basis. - -If you are willing to contribute once or only for a short time, find a maintainer who is willing to to this job for a long time. - -The maintainer of the German language file (who wrote this document ;-)) is always up to act as maintainer for new languages, if you are not able/willing to do so by yourself. - -Then follows an enumeration of all people who contributed at least some content to the translation file in chronological order and an advice for newbies to contact the maintainer if they have something to contribute. - -Example: -# de.lng -# English-->German -# $LastChangedDate$ -# ----------------------- -# part of YaCy -# (C) by Michael Peter Christen; mc@anomic.de -# first published on http://www.anomic.de -# Frankfurt, Germany, 2005 -# -# This file is written by (chronological order) Roland Ramthun , Oliver Wunder , Jan Sandbrink - -# If you find any mistakes or untranslated strings in this file please don't hesitate to email them to the maintainer. - ----File definitions--- - -YaCy needs to know which XHTML file you are translating. The definition consists of a hash/pound-symbol (#), followed by the word "File:", a blank space and the filename of the translated file relative to the YaCy HTROOT. -Every file can only be declared once. - -Examples: -#File: Messages_p.html -#File: env/templates/header.template - ----Start of translation section--- - -After the "File"-declaration you should open the file specific part by a hash/pound-symbol (#), followed by 27 hyphens. - -Example: -#--------------------------- - ----Translation mappings--- - -This is the real work. Find every string you want to translate in the corresponding files in HTROOT. -In the correct section, initialized by the above "File"-definition and framed by the "Start/End of translation section"-strings, you enter the original string, a double equals sign and the translation. - -Examples: -Author:==Autor: -Subject:==Titel: - ----End of translation section--- - -After the translation strings you should close the file specific section with a hash/pound-symbol (#), followed by 29 hyphens. - -Example: -#----------------------------- - ----Comments--- - -Comments are started with a hash/pound-symbol (#), followed by a blank space and the comment itself. - -Example: -# This is a comment without many sense. - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Full example: - - -# de.lng -# English-->German -# $LastChangedDate$ -# ----------------------- -# part of YaCy -# (C) by Michael Peter Christen; mc@anomic.de -# first published on http://www.anomic.de -# Frankfurt, Germany, 2005 -# -# This file is written by (chronological order) Roland Ramthun , Oliver Wunder , Jan Sandbrink - -# If you find any mistakes or untranslated strings in this file please don't hesitate to email them to the maintainer. - -#File: ConfigLanguage_p.html -#--------------------------- -# Only part 1. -# Contributors are in chronological ordern, not how much they did absolutely. -# Thank you for your help! -default\(english\)==Deutsch -==Roland Ramthun, Oliver Wunder, Jan Sandbrink -== -#----------------------------- - -#File: Blacklist_p.html -#--------------------------- -Blacklist Manager==Blacklist Manager -Blacklist==Blacklist -This function provides an URL filter to the proxy; any blacklisted URL is blocked==Diese Funktion stellt einen URL-Filter vor den Proxy. Das Laden einer URL aus der Blacklist wird geblockt. -from being loaded. You can define several blacklists and activate them separately.==Sie können mehrere Blacklists anlegen und getrennt aktivieren. -You may also provide your blacklist to other peers by sharing them; in return you may==Sie können ebenfalls Ihre Blacklist einem anderen Peer zum Download anbieten. -collect blacklist entries from other peers.==Im Gegenzug können Sie sich selber von anderen Peers Blacklists runterladen. -Edit list:==Liste bearbeiten: -\(active\)\#not active::active\#\(/active\)\# \#\(shared\)\#not shared::shared\#\(/shared\)==(active)#nicht aktiv::aktiv#(/active)# #(shared)#nicht freigegeben::freigegeben#(/shared) -"select"=="wählen" -New list:==Neue Liste: -"create"=="anlegen" -Enable/disable this list==Liste an/ausschalten -Share/don't share this list==Liste freigeben/nicht freigeben -Change==Ändern -Delete this list==Liste löschen -/>active==/>aktiv -/>shared==/>freigegeben -Active list:==Aktivierte Liste: -These are the domain name / path patterns in this blacklist:==Dies sind die Domainnamen / -pfade die in der Blacklist sind: -You can select them here for deletion==Sie können sie einzeln zum Löschen wählen -Delete URL pattern==URL aus der Liste löschen -Enter new domain name / path pattern in the form:==Geben Sie eine neue Domain/einen neuen Pfad in dieser Form ein: -Add URL pattern==Füge URL hinzu -Import blacklist items from other YaCy peers:==Importiere Blacklist von anderen YaCy Peers: -Host:==Host: -Load new blacklist items==Lade neue Blacklist -Import blacklist items from URL:==Importiere Blacklist von URL: -URL:==URL: -Load new blacklist items==Lade neue Blacklist -Import blacklist items from file:==Importiere Blacklist aus Datei: -"Load new blacklist items"==Lade neue Blacklist -was removed from blacklist==wurde aus Blacklist entfernt -was added to the blacklist==wurde zur Blacklist hinzugefügt -File:==Datei: -Activate this list for==Diese Liste ist gültig für -#----------------------------- - -#File: Blog.html -#--------------------------- ->by==>von ->edit==>editieren ->delete==>löschen -show more entries==zeige weitere Einträge -new entry==Neuer Eintrag -import XML-File==XML-Datei importieren -export as XML==als XML exportieren -Blog-Home==Blog-Startseite -Author:==Autor: -Subject:==Titel: -"Submit">=="Absenden"> -"Preview">=="Vorschau"> -"Discard">=="Verwerfen"> ->Preview==>Vorschau -No changes have been submitted so far!==Es wurden noch keine Änderungen übertragen! -Access denied==Zugriff verweigert -To edit or create blog-entries you need to be logged in as Admin or User who has Blog rights.==Um Blogeinträge zu verändern oder zu erstellen müssen Sie als Admin oder User mit Blog-Rechten eingeloggt sein. -Are you sure==Sind Sie sicher -that you want to delete \#\[subject\]\# by \#\[author\]\#?==dass Sie #[subject]# von #[author]# löschen wollen? -Yes, delete it.==Ja, löschen. -No, leave it.==Nein, belassen. -Import was successful!==Import war erfolgreich! -Import failed, maybe the supplied file was no valid blog-backup?==Import fehlgeschlagen, unter Umständen war die angegebene Datei keine gültige Blog-Sicherung? -Please select the XML-file you want to import:==Bitte wählen Sie die XML-Datei die Sie importieren wollen: -#----------------------------- \ No newline at end of file diff --git a/doc/License.html b/doc/License.html deleted file mode 100644 index 6d2336992..000000000 --- a/doc/License.html +++ /dev/null @@ -1,103 +0,0 @@ - - - -YaCy: License - - - - - - - - - - - - - - - diff --git a/doc/Links.html b/doc/Links.html deleted file mode 100644 index 9a5c72556..000000000 --- a/doc/Links.html +++ /dev/null @@ -1,118 +0,0 @@ - - - -YaCy: Related Links - - - - - - - - - - - - - - - diff --git a/doc/Material.html b/doc/Material.html deleted file mode 100644 index 19cebc0fe..000000000 --- a/doc/Material.html +++ /dev/null @@ -1,89 +0,0 @@ - - - -YaCy: Press Material, Publications, Presentations - - - - - - - - - - - - - - - diff --git a/doc/News.html b/doc/News.html deleted file mode 100644 index e2bbbfc5a..000000000 --- a/doc/News.html +++ /dev/null @@ -1,1309 +0,0 @@ - - - -YaCy: News - - - - - - - - - - - - - - - - diff --git a/doc/Platforms.html b/doc/Platforms.html deleted file mode 100644 index c66fb9bed..000000000 --- a/doc/Platforms.html +++ /dev/null @@ -1,88 +0,0 @@ - - - -YaCy: Platforms - - - - - - - - - - - - - - - diff --git a/doc/Technology.html b/doc/Technology.html deleted file mode 100644 index ccec3badc..000000000 --- a/doc/Technology.html +++ /dev/null @@ -1,91 +0,0 @@ - - - -YaCy: Technology - - - - - - - - - - - - - - - diff --git a/doc/Volunteers.html b/doc/Volunteers.html deleted file mode 100644 index f71b7bca4..000000000 --- a/doc/Volunteers.html +++ /dev/null @@ -1,86 +0,0 @@ - - - -YaCy: Volunteers - - - - - - - - - - - - - - - diff --git a/doc/bot.html b/doc/bot.html deleted file mode 100644 index e6fb7f0e3..000000000 --- a/doc/bot.html +++ /dev/null @@ -1,76 +0,0 @@ - - - -YaCy: Bot Info - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/grafics/YaCy_Technology_Components.png b/doc/grafics/YaCy_Technology_Components.png deleted file mode 100644 index c93873ec3..000000000 Binary files a/doc/grafics/YaCy_Technology_Components.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_Crawler.png b/doc/grafics/YaCy_Technology_Crawler.png deleted file mode 100644 index 076c6f039..000000000 Binary files a/doc/grafics/YaCy_Technology_Crawler.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_IndexDistribution.png b/doc/grafics/YaCy_Technology_IndexDistribution.png deleted file mode 100644 index adfbc1c66..000000000 Binary files a/doc/grafics/YaCy_Technology_IndexDistribution.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_IndexSearch.png b/doc/grafics/YaCy_Technology_IndexSearch.png deleted file mode 100644 index 1118348e1..000000000 Binary files a/doc/grafics/YaCy_Technology_IndexSearch.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_Indexing.png b/doc/grafics/YaCy_Technology_Indexing.png deleted file mode 100644 index ad08f995a..000000000 Binary files a/doc/grafics/YaCy_Technology_Indexing.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_Methods.png b/doc/grafics/YaCy_Technology_Methods.png deleted file mode 100644 index a86c5fc90..000000000 Binary files a/doc/grafics/YaCy_Technology_Methods.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_UserInterface.png b/doc/grafics/YaCy_Technology_UserInterface.png deleted file mode 100644 index f16cc1c51..000000000 Binary files a/doc/grafics/YaCy_Technology_UserInterface.png and /dev/null differ diff --git a/doc/grafics/YaCy_Technology_Workflow.png b/doc/grafics/YaCy_Technology_Workflow.png deleted file mode 100644 index e5cb65c84..000000000 Binary files a/doc/grafics/YaCy_Technology_Workflow.png and /dev/null differ diff --git a/doc/grafics/mcemailh.gif b/doc/grafics/mcemailh.gif deleted file mode 100644 index 7f63a4c41..000000000 Binary files a/doc/grafics/mcemailh.gif and /dev/null differ diff --git a/doc/grafics/startupLinux.gif b/doc/grafics/startupLinux.gif deleted file mode 100644 index 362e28315..000000000 Binary files a/doc/grafics/startupLinux.gif and /dev/null differ diff --git a/doc/grafics/startupMac.gif b/doc/grafics/startupMac.gif deleted file mode 100644 index d8fb0b7ed..000000000 Binary files a/doc/grafics/startupMac.gif and /dev/null differ diff --git a/doc/grafics/startupWin.gif b/doc/grafics/startupWin.gif deleted file mode 100644 index 736c0d8d1..000000000 Binary files a/doc/grafics/startupWin.gif and /dev/null differ diff --git a/doc/grafics/yacy.gif b/doc/grafics/yacy.gif deleted file mode 100644 index 06e845e42..000000000 Binary files a/doc/grafics/yacy.gif and /dev/null differ diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index c8b78dcce..000000000 --- a/doc/index.html +++ /dev/null @@ -1,148 +0,0 @@ - - - -YaCy: P2P Web Search Engine - - - - - - - - - - - - - - - diff --git a/doc/navigation.js b/doc/navigation.js deleted file mode 100644 index bb73a5fbf..000000000 --- a/doc/navigation.js +++ /dev/null @@ -1,90 +0,0 @@ -var thismenu = new Array( - "index","Technology","Details","Platforms","News","Demo","License","Download", - "FAQ","Volunteers","Material","Links","Contact","", - "Deutsches Forum@http://forum.yacy.de", - "English Forum@http://yacy-forum.huzzaar.com", - "Network-Statistics@http://www.yacystats.de", - "", - "Impressum"); -var root = "http://www.yacy.net/"; - -function headline() { - document.writeln(""); - document.writeln( - "" + - "" + - "" + - "" + - "" + - "" + - "" + - "
" + - "

YACY - DISTRIBUTED P2P-BASED WEB INDEXING

" + - "Anomic + YaCy Home  | " + - "Products  | " + - "Consulting  | " + - "Profile  | " + - "Impressum" + - "
 
"); -} - -function filename() { - var p = window.location.pathname; - return p.substring(p.lastIndexOf("/") + 1); -} - -function docname() { - var f = filename() - return f.substring(0, f.indexOf(".")); -} - -function lmenu() { - document.writeln(""); - var dn = docname(); - var printname; - var pos; - for (var i = 0; i < thismenu.length; ++i) { - document.writeln(""); - if (thismenu[i] == "index") printname = "About"; else printname = thismenu[i]; - if (thismenu[i] == "") { - document.writeln(""); - } else if (dn == thismenu[i]) { - document.writeln(""); - } else { - pos = thismenu[i].indexOf("@"); - if (pos >= 0) - document.writeln(""); - else - document.writeln(""); - } - } - document.writeln("
 
 " + printname + "
 " + thismenu[i].substring(0, pos) + "
 " + printname + "
"); -} - -function globalheader() { - document.writeln(""); - document.writeln(""); - document.writeln(""); - document.writeln(""); - document.writeln("
"); - document.writeln("
"); headline(); document.writeln("
" + - "" + - " " + - " " + - " " + - " " + - " " + - "
"); - lmenu(); - document.writeln(" "); - document.writeln(" "); - document.writeln(" "); - document.writeln("

"); -} - -function globalfooter() { - document.writeln("

"); - document.writeln("
"); - document.writeln("
" + - "
"); -} diff --git a/doc/roadmap.txt b/doc/roadmap.txt deleted file mode 100644 index ba43f94d0..000000000 --- a/doc/roadmap.txt +++ /dev/null @@ -1,74 +0,0 @@ -YACY Release Road Map - -The milestones listed here may change while milestones are reached. -This is just a vision of the possible evolution of the proxy. - -0.1 http proxy with cache indexing - - database - - caching http proxy - - search engine on cache entries, implementationb of reverse word indexes ("RWI"'s) - - http server to access search function - - proxy configuration through built-in httpd - - simple prefetch without prefetch schemes - - firewall for proxy and httpd access protection - -0.2 peer fundamentals - - first information 'ware': seeds, which are peer information records - - seed categories: - 'junior' - for peers without server (like 'LO-ID'), - 'senior' - for peers with server (like 'HI-ID'), - 'principal' - for senior peers with ftp upload for superseeds lists - - first p2p protocol commands: - * 'Hello' - network bootstraping and seed propagation - * 'Query' - for peer information and access granting - * 'Search' - global naive search of RWI's throughout 'some' remote (other peer) RWI's - - ftp integration for principal peers: to upload seed list-files to dedicated places, listed in superseed-files - - blacklist distribution - -0.3 distributed hash tables for reverse word indexes - - prefetch schemes and local prefetch execution - - spider order entry + interface - - blacklists / hotlists - - next p2p-command: - * 'Tell' - for information wares distribution - - establishment of the DHT's structure for all information wares - - performance of search of RWI's using the DHT's - - more information ware: L-URL's (loaded-url register) and DHT's - -0.4 DHT in place - - all peers shall contibute in DHT transfer - - search patterns - - search depth - -0.5 advanced search functions - - scheduled and exceptional ware propagation and distribution - - next p2p-command: - * 'Check' - for L-URL requesting - -0.6 gloabl prefetching and global spidering - - non-proxy mode, using a specialized prefetch schemes for such cases - - more information wares: P-URL's (prefetch url's, not loaded), deadlinks - - next p2p-command to support standalone-mode (non-proxy) - * 'Job' - requesting of P-URL's - - global prefetch execution with P-URL's - - delegated index conjunction - - delegated description provisioning - -0.7 ? split-off of mature code - - kelondro database - - httpd/http-proxy - - plasma indexing/searching - - p2p-protocol handler - -0.8 ? more interfaces - - konqueror cache access - - mozilla cache access - - squid cache access - - telnet command interface - -0.9 ? pre-production release - - bugfixes for all known bugs - - user demands integration - - proprietary functions - -1.0 production release diff --git a/doc/style.css b/doc/style.css deleted file mode 100644 index fe7bb2202..000000000 --- a/doc/style.css +++ /dev/null @@ -1,62 +0,0 @@ - -body { - background-color:#F8F8FF; -} - -a, body, div, li, ol, span, table, td, tr, ul { - color:#000000; - bgcolor:#000000; - font-family:Helvetica, sans-serif; - font-size:13px; - font-style:normal; - line-height:14px; - margin-top:0px; - margin-bottom:0px; -} - -body, div, li, ol, span, table, td, tr, ul { - text-decoration:none; -} - -a:hover { - color:#0000FF; -} - -a.dark:hover { - color:#0088BB; - font-weight:bold; - text-decoration:none; -} - -a.white:hover { - color:#EEFF00; - font-weight:bold; - text-decoration:none; -} - -*.white { - color:#FFFFFF; - font-weight:bold; - text-decoration:none; -} - -*.yellow { - color:#EEDD00; - font-weight:bold; - text-decoration:none; - font-size:11px; -} - -*.dark { - color:#111111; - font-weight:bold; - text-decoration:none; - font-size:11px; -} - -*.blue { - color:#556699; - font-weight:bold; - text-decoration:none; - font-size:11px; -}