release 0.99

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7309 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head 0.99
orbiter 14 years ago
parent 117fc86b3d
commit 9fc940aa35

@ -3,7 +3,7 @@ javacSource=1.5
javacTarget=1.5
# Release Configuration
releaseVersion=0.98
releaseVersion=0.99
stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseFileParentDir=yacy

@ -1,6 +1,6 @@
README for YaCy (C) by Michael Peter Christen; mc@yacy.net
---------------------------------------------------------------------------
Please visit www.yacy.net for latest changes or new documentation.
Please visit http://yacy.net for latest changes or new documentation.
YaCy comes with ABSOLUTELY NO WARRANTY!
This is free software, and you are welcome to redistribute it
under certain conditions; see file gpl.txt for details.
@ -8,36 +8,43 @@ under certain conditions; see file gpl.txt for details.
WHAT IS THIS?
This is a Open Source Web Search Engine.
It can use a Peer-to-Peer protocol to create a distributed search engine
without a search central.
You can also use this software to set up your own search portal, for your
intranet or the internet.
WHAT CAN I DO WITH THIS SOFTWARE?
YaCy is a search engine for the Web (supporting also ftp).
It is neither a search portal nor a portal software but a peer-to-peer
software that works on principles similar to file sharing.
The difference is that you do not share any kind of data but web indexes.
YaCy also generates the indexes it organizes. YaCy is a web crawler for
everybody, without censorship and central data retention:
- search the web (automatically using all other YaCy peers)
- crawl the web (and you contribute to the global web index)
- co-operative crawling; support for other crawlers
- intranet indexing and search
- set up your own search portal
- use it as your personal web server
- use it as your web proxy (..and visited pages are indexed)
- ensure your privacy when browsing and searching the web
- many more
- all users have equal rights
- comprehensive concept to anonymise the users' index
To be able to perform a search using the YaCy network, every user has to
set up their own node. More users are leading to higher index capacity
and better distributed indexing performance.
WHERE IS THE DOCUMENTATION?
The complete documentation can be found at:
(English) http://yacy.net/
(Wiki:de) http://www.yacy-websuche.de/wiki/index.php/De:Start
(Wiki:en) http://www.yacy-websearch.net/wiki/index.php/En:Start
Documentation can be found at:
(Home Page) http://yacy.net/
(German Forum) http://forum.yacy.de/
(Wiki:de) http://www.yacy-websuche.de/wiki/index.php/De:Start
(Wiki:en) http://www.yacy-websearch.net/wiki/index.php/En:Start
Every of these locations has a (YaCy) search functionality which combines
all these locations into one search result.
DEPENDENCIES? WHAT OTHER SOFTWARE DO I NEED?
You need java 1.5 or later to run YaCy.
Please download it from http://java.sun.com
Please download it from http://www.java.com
YaCy also runs on IcedTea6.
See http://icedtea.classpath.org
NO OTHER SOFTWARE IS REQUIRED!
(you don't need apache, tomcat or mysql or whatever)
@ -75,7 +82,8 @@ ANY MORE CONFIGURATIONS?
just open http://localhost:8080
all you have to do (should do) is to enter a password for your peer
- You can use YaCy as your web proxy. This is an option, you don't need to do that.
- You can use YaCy as your web proxy.
This is an option, you don't need to do that.
Simply configure your internet connection to use a proxy at port 8080.
@ -92,5 +100,5 @@ feel free to ask the author for a business proposal to customize YaCy
according to your needs. We also provide integration solutions if the
software is about to be integrated into your enterprise application.
Germany, Frankfurt a.M., 14.01.2009
Germany, Frankfurt a.M., 05.11.2010
Michael Peter Christen

@ -5,7 +5,7 @@ echo "**** (C) by Michael Peter Christen, usage granted under the GPL Version 2
echo "**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****"
echo "** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **"
echo "** STOP YaCy: execute stopYACY.sh and wait some seconds **"
echo "** GET HELP for YaCy: see www.yacy-websearch.net/wiki and forum.yacy.de **"
echo "** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **"
echo "*******************************************************************************"
echo " >> YaCy started as daemon process. Administration at http://localhost:8080 <<"
echo " You can close this window now, this will NOT shut down your YaCy peer."

@ -198,7 +198,7 @@ else
echo "**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****"
echo "** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **"
echo "** STOP YaCy: execute stopYACY.sh and wait some seconds **"
echo "** GET HELP for YaCy: see www.yacy-websearch.net/wiki and forum.yacy.de **"
echo "** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **"
echo "*******************************************************************************"
echo " >> YaCy started as daemon process. Administration at http://localhost:$PORT << "
eval $cmdline

Loading…
Cancel
Save