latest changes for 0.38

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@209 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 20 years ago
parent 594c591223
commit a12922536a

@ -4,10 +4,11 @@
</description> </description>
<!-- <!--
# THIS IS THE YACY MAKE-RELEASE SCRIPT # THIS IS THE YACY BUILD SCRIPT
# YOU CAN USE IT TO COMPILE YOUR OWN RELEASE # YOU CAN USE IT TO COMPILE YOUR OWN RELEASE
# THE TARGET OF THE COMPILATION CAN BE FOUND # THE TARGET OF THE COMPILATION CAN BE FOUND
# IN THE 'RELEASE' DIRECTORY AFTERWARDS # IN THE 'RELEASE' DIRECTORY AFTERWARDS
# YOU NEED APACHE ANT TO USE THIS SCRIPT
# ========================================== # ==========================================
# This Software is Copyrighted # This Software is Copyrighted
# (C) by Michael Peter Christen; mc@anomic.de # (C) by Michael Peter Christen; mc@anomic.de
@ -99,9 +100,11 @@
<mkdir dir="${data}"/> <mkdir dir="${data}"/>
<mkdir dir="${release}"/> <mkdir dir="${release}"/>
<filter token="REPL_VERSION" value="${releaseVersion}" />
<filter token="REPL_DATE" value="${DSTAMP}"/> <filter token="REPL_DATE" value="${DSTAMP}"/>
<filter token="REPL_RELEASE" value="${releaseFile}"/>
<filter token="REPL_VERSION" value="${releaseVersion}" />
<copy file="${src}/yacy.java" tofile="${build}/yacy.java" filtering="true" /> <copy file="${src}/yacy.java" tofile="${build}/yacy.java" filtering="true" />
<copy file="${doc}/Download.html" tofile="${doc}/Download.html.up" filtering="true" />
</target> </target>
<target name="compile" depends="init" description="Compiling the yacy sources ..."> <target name="compile" depends="init" description="Compiling the yacy sources ...">
@ -247,7 +250,7 @@
<include name="killYACY.sh"/> <include name="killYACY.sh"/>
</tarfileset> </tarfileset>
<!-- copy Other wrappers --> <!-- copy other wrappers -->
<tarfileset dir="." dirmode="${accessRightsDir}" mode="${accessRightsFile}" prefix="${releaseDir}"> <tarfileset dir="." dirmode="${accessRightsDir}" mode="${accessRightsFile}" prefix="${releaseDir}">
<include name="startYACY.command"/> <include name="startYACY.command"/>
<include name="startYACY.bat"/> <include name="startYACY.bat"/>
@ -296,6 +299,13 @@
<tarfileset dir="${addon}" prefix="${releaseDir}/addon" dirmode="${accessRightsDir}" mode="${accessRightsFile}"> <tarfileset dir="${addon}" prefix="${releaseDir}/addon" dirmode="${accessRightsDir}" mode="${accessRightsFile}">
<include name="**/*"/> <include name="**/*"/>
</tarfileset> </tarfileset>
<!-- copy development tools -->
<tarfileset dir="." dirmode="${accessRightsDir}" mode="${accessRightsFile}" prefix="${releaseDir}">
<include name="build.xml"/>
<include name="build.properties"/>
</tarfileset>
</tar> </tar>
<!-- writing the current release version into a file --> <!-- writing the current release version into a file -->

@ -35,9 +35,11 @@ You can <a href="http://java.sun.com/j2se/1.4.2/download.html">download the Java
</p> </p>
<p><b>Latest Release:</b> <p><b>Latest Release:</b>
The latest YaCy release is 0.38.<br> The latest YaCy release version is @REPL_VERSION@<br>
Download <a href="http://www.yacy.net/yacy/release/yacy_v0.38_20050503.tar.gz">generic (all platforms with J2SE 1.4: Linux, Mac OS X, Windows, Solaris) YaCy 0.38</a> here.<br> Download the <a href="http://www.yacy.net/yacy/release/@REPL_RELEASE@">generic (all platforms with J2SE 1.4: Linux, Mac OS X, Windows, Solaris) YaCy @REPL_VERSION@</a> here.<br>
<!--
If you want to install YaCy on Windows, you can use the convenient <a href="http://www.yacy.net/yacy/release/yacy_v0.38_20050503.exe">Windows-Installer-Version of YaCy 0.37</a>. If you want to install YaCy on Windows, you can use the convenient <a href="http://www.yacy.net/yacy/release/yacy_v0.38_20050503.exe">Windows-Installer-Version of YaCy 0.37</a>.
-->
</p> </p>
<p>YaCy is also hosted on <a href="http://developer.berlios.de/projects/yacy/">yacy@BerliOS</a> and <a href="http://freshmeat.net/projects/yacyproxy/">yacy@freshmeat.net</a>. <p>YaCy is also hosted on <a href="http://developer.berlios.de/projects/yacy/">yacy@BerliOS</a> and <a href="http://freshmeat.net/projects/yacyproxy/">yacy@freshmeat.net</a>.
</p> </p>

@ -43,7 +43,7 @@ globalheader();
</ul> </ul>
--> -->
<br><p>v0.38_build20050603 <br><p>v0.38_20050603_208
<ul> <ul>
<li>Enhanced Crawling: <li>Enhanced Crawling:
<ul> <ul>

@ -27,9 +27,9 @@ the P2P-based index distribution was designed and implemented by <b>Michael Pete
<ul> <ul>
<li><b>Alexander Schier</b> did much alpha-testing, gave valuable feed-back on my ideas and suggested his own. He suggested and implemented large parts of the popular blacklist feature. He supplied the 'Log'-menu function, the skin-feature, many minor changes, bug fixes and the Windows-Installer - version of YaCy. Alex also provides and maintaines the <a href="http://www.suma-lab.de/yacy/">german documentation</a> for yacy.</li> <li><b>Alexander Schier</b> did much alpha-testing, gave valuable feed-back on my ideas and suggested his own. He suggested and implemented large parts of the popular blacklist feature. He supplied the 'Log'-menu function, the skin-feature, many minor changes, bug fixes and the Windows-Installer - version of YaCy. Alex also provides and maintaines the <a href="http://www.suma-lab.de/yacy/">german documentation</a> for yacy.</li>
<li><b>Martin Thelian</b> made system-wide performance enhancement by introducing thread pools. He provided a plug-in system for external text parser and integrated many parser libraries such as pdf and word format parsers. Martin also extended and enhanced the http and proxy protocol towards a rfc-clean implementation.</li> <li><b>Martin Thelian</b> made system-wide performance enhancement by introducing thread pools. He provided a plug-in system for external text parser and integrated many parser libraries such as pdf and word format parsers. Martin also extended and enhanced the http and proxy protocol towards a rfc-clean implementation.</li>
<li><b>Roland Ramthun</b> owns and administrates the <a href="http://www.yacy-forum.de/">German YaCy-Forum</a>. He also cares for correct English spelling and a German translation of the YaCy interface. Roland and other forum participants extended the PHPForum code to make it possible to track develoment feature requests and bug reports with status codes and editor flags.</li> <li><b>Roland Ramthun</b> owns and administrates the <a href="http://www.yacy-forum.de/">German YaCy-Forum</a>. He also cares for correct English spelling and a German translation of the YaCy user interface. Roland and other forum participants extended the PHPForum code to make it possible to track development feature requests and bug reports with status codes and editor flags.</li>
<li><b>Natali Christen</b> designed the YaCy logo.</li> <li><b>Natali Christen</b> designed the YaCy logo.</li>
<li><b>Thomas</b> designed the Kaskelix mascot.</li> <li><b>Thomas Quella</b> designed the Kaskelix mascot.</li>
<li><b>Wolfgang Sander-Beuermann</b>, executive board member of the German search-engine association <a href="http://www.suma-ev.de/">SuMa-eV</a> <li><b>Wolfgang Sander-Beuermann</b>, executive board member of the German search-engine association <a href="http://www.suma-ev.de/">SuMa-eV</a>
and manager of the meta-search-engine <a href="http://www.metager.de">metaGer</a> provided <a href="http://www.suma-lab.de/yacy/">web-space for the german documentation</a> and computing resources for a <a href="http://www.suma-lab.de:8080">demo peer</a>. He also pushed the project by arranging promotional events.</li> and manager of the meta-search-engine <a href="http://www.metager.de">metaGer</a> provided <a href="http://www.suma-lab.de/yacy/">web-space for the german documentation</a> and computing resources for a <a href="http://www.suma-lab.de:8080">demo peer</a>. He also pushed the project by arranging promotional events.</li>
<li><b>Timo Leise</b> suggested and implemented an extension to the blacklist feature: part-of-domain matching.</li> <li><b>Timo Leise</b> suggested and implemented an extension to the blacklist feature: part-of-domain matching.</li>

@ -26,16 +26,17 @@ This is just a vision of the possible evolution of the proxy.
- blacklist distribution - blacklist distribution
0.3 distributed hash tables for reverse word indexes 0.3 distributed hash tables for reverse word indexes
- prefetch schemes and local prefetch execution
- spider order entry + interface
- blacklists / hotlists
- next p2p-command: - next p2p-command:
* 'Tell' - for information wares distribution * 'Tell' - for information wares distribution
- establishment of the DHT's structure for all information wares - establishment of the DHT's structure for all information wares
- performance of search of RWI's using the DHT's - performance of search of RWI's using the DHT's
- more information ware: L-URL's (loaded-url register) and DHT's - more information ware: L-URL's (loaded-url register) and DHT's
0.4 local proxy prefetch and separate spider 0.4 DHT in place
- prefetch schemes and local prefetch execution - all peers shall contibute in DHT transfer
- spider order entry + interface
- blacklists / hotlists
- search patterns - search patterns
- search depth - search depth

Loading…
Cancel
Save