release 0.45

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2047 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2006-05-01 00:01:08 +00:00
parent f9c953481a
commit 93eb4f14e6
3 changed files with 34 additions and 38 deletions

View File

@ -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

View File

@ -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

View File

@ -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 mc<at>anomic.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 mc<at>anomic.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.