From 93eb4f14e62dd1876d505c17b95a5b7d4375ca83 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 1 May 2006 00:01:08 +0000 Subject: [PATCH] release 0.45 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2047 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.properties | 10 +++++----- superseed.txt | 15 ++++++--------- yacy.init | 47 +++++++++++++++++++++++------------------------ 3 files changed, 34 insertions(+), 38 deletions(-) diff --git a/build.properties b/build.properties index 77095b46d..0123b4273 100644 --- a/build.properties +++ b/build.properties @@ -3,11 +3,11 @@ javacSource=1.4 javacTarget=1.4 # Release Configuration -releaseVersion=0.445 -releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz -#releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz -releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr} -#releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr} +releaseVersion=0.45 +#releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +#releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr} +releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr} releaseNr=$Revision$ # defining some file/directory access rights diff --git a/superseed.txt b/superseed.txt index b57c92cb1..6febc6de8 100644 --- a/superseed.txt +++ b/superseed.txt @@ -1,16 +1,13 @@ http://www.yacy.net/yacy/seed.txt http://www.suma-lab.de/yacy/seed.txt -http://home.arcor.de/hermens/yacy/seed.txt -http://www.blowmymind.de/yacy/seed1.txt http://www.lulabad.de/seed.txt http://www.roland-ramthun.de/seed.txt +http://home.arcor.de/hermens/yacy/seed.txt +http://www.blowmymind.de/yacy/seed1.txt http://borg-0300.dyndns.org:3000/share/seed.txt -http://descovery.losespace.de/downloads/seed.txt -http://dustland.dyndns.org/yacy/seedfile.txt -http://home.arcor.de/k.c.e/yacy/seed.txt http://seed.paepstin.info/seed.txt -http://trumpkin.de/yacy/seed.txt http://www-public.tu-bs.de:8080/~y0018680/seed.txt -http://www.anomic.de/yacy/seed.txt -http://www.lincksdrachen.de/yacy/seed.txt -http://www.mitglied.lycos.de/szymonhp/seed.txt +http://home.arcor.de/k.c.e/yacy/seed.txt +http://yacy.christian-schwarz.net/seed.txt + + diff --git a/yacy.init b/yacy.init index 056da29d7..433850d34 100644 --- a/yacy.init +++ b/yacy.init @@ -15,6 +15,29 @@ # 192.168.0.1:8080 port = 8080 +# peer-to-peer construction for distributed search +# we have several stages: +# 1st: a file within every distribution that has a list of URLs: +# -> this is the superseed file +# 2nd: the files that can be retrieved by the superseeds' URLs +# are called seed list-files. +# -> the seed list-files contain IP/port combinations of running +# AnomicHTTPProxies +# 3rd: the peers that are targeted within the seed files are called superpeers +# 4th: the superpeers hold and share a list of all client/search/crawl peers +# +# some superpeers should be able to create again seed list-files. +# These superpeers must upload their IP or their list of peer-IP's to a +# ftp location to create the seed list-file. +# Everyone who do so should mail his/her new seed location to mcanomic.de +# The seed list-file location will then be included in the superseed file. +# This superseed file is available then at two localtions: +# - it is included in every distribution and +# - updated through a specific URL-location +# we see the file name and the URL of the superseed here: +superseedFile=superseed.txt +superseedLocation=http://www.yacy.net/superseed.txt + # time-out of client control socket in milliseconds # since this applies only to the client-proxy connection, # it can be rather short @@ -219,30 +242,6 @@ serverAccountBase64MD5= adminAccount= adminAccountBase64MD5= -# peer-to-peer construction for distributed search -# we have several stages: -# 1st: a file within every distribution that has a list of URLs: -# -> this is the superseed file -# 2nd: the files that can be retrieved by the superseeds' URLs -# are called seed list-files. -# -> the seed list-files contain IP/port combinations of running -# AnomicHTTPProxies -# 3rd: the peers that are targeted within the seed files are called superpeers -# 4th: the superpeers hold and share a list of all client/search/crawl peers -# -# some superpeers should be able to create again seed list-files. -# These superpeers must upload their IP or their list of peer-IP's to a -# ftp location to create the seed list-file. -# Everyone who do so should mail his/her new seed location to mcanomic.de -# The seed list-file location will then be included in the superseed file. -# This superseed file is available then at two localtions: -# - it is included in every distribution and -# - updated through a specific URL-location -# we see the file name and the URL of the superseed here: -superseedFile=superseed.txt -superseedLocation=http://www.yacy.net/superseed.txt - - # if you are running a principal peer, you must update the following variables # The upload method that should be used to upload the seed-list file to # a public accessible webserver where it can be loaded by other peers.