Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance http://yacy.net/
Go to file
low012 4bffe664ca *) moved entry field for new expressions to top of the list as requested in forum (http://forum.yacy-websuche.de/viewtopic.php?f=9&t=1678)
*) added some Javascript to disable list selection on bottom of list in cases it is not needed (edit, delete) and only enable it if needed (move), if JS is turned off everything will work as usual

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5435 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-03 10:18:48 +00:00
addon * remove saaj.jar and axis.jar and references to it (was for soap-stuff?) 2008-12-21 13:06:04 +00:00
bin performance hacks 2008-12-03 15:38:29 +00:00
debian unter debian yacy als (fast) letztes starten und erstes beenden 2008-10-14 21:53:25 +00:00
defaults *) added CGI capabilities (run Perl scripts and other software via HTTP GET and POST) 2009-01-01 19:40:06 +00:00
htroot *) moved entry field for new expressions to top of the list as requested in forum (http://forum.yacy-websuche.de/viewtopic.php?f=9&t=1678) 2009-01-03 10:18:48 +00:00
langstats *) ...and even more languages. 2008-10-05 20:20:21 +00:00
lib removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
libbuild * move svnRevNr classes to libbuild 2008-12-31 19:58:22 +00:00
libt
libx * updated tm-extractors to new version 1.0 2008-12-21 14:51:03 +00:00
locales added basic performance page 2008-12-03 14:10:01 +00:00
ranking/YBR
skins removed color definition for input elements in default skin 2008-10-01 13:07:24 +00:00
source *) added changes as proposed by Halborinda in http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1674 2009-01-03 08:24:08 +00:00
test added more testfiles 2008-11-15 09:00:24 +00:00
.classpath * updated tm-extractors to new version 1.0 2008-12-21 14:51:03 +00:00
.project - plasmaParserDocument can process subdocuments now (other archive-parsers may want to use this method) 2007-05-18 23:13:44 +00:00
AUTHORS added flori and me 2008-06-13 10:05:31 +00:00
build.nsi - no stop shortcut (-> stop via tray) 2008-12-07 19:37:49 +00:00
build.properties added a index dump for blob heaps: 2008-12-29 21:36:27 +00:00
build.xml * move svnRevNr classes to libbuild 2008-12-31 19:58:22 +00:00
ChangeLog finished refactoring of searchtemplates. 2007-01-18 10:42:36 +00:00
COPYRIGHT
gpl.txt
httpd.mime * change mime type of xml documents from application/xml to text/xml 2009-01-01 12:30:51 +00:00
killYACY.sh - changed seed file storage to clear text 2008-05-14 20:30:44 +00:00
maptest - fix of bug in iterator in kelondroBLOBHeap which caused bug in crawl profile listing 2008-10-10 08:39:11 +00:00
NOTICE replaced httpd.parseMultipart() by a 'right' implementation 2008-08-08 01:40:28 +00:00
readme.txt update of readme: use Java 1.5 instead of 1.4.2 2008-06-12 15:09:19 +00:00
startYACY_debug.bat proper default priority on first start (Windows) 2008-08-29 07:01:38 +00:00
startYACY_noconsole_Win9x.bat
startYACY_Win9x.bat
startYACY.bat - revert r5202 2008-09-26 06:52:36 +00:00
startYACY.command *) fixed more links 2007-09-01 11:24:23 +00:00
startYACY.sh the UseConcMarkSweepGC option caused a full CPU usage - bug on Darwin (Mac OS X) 2008-09-14 20:35:50 +00:00
stopYACY_Win9x.bat
stopYACY.bat cosmetics 2008-11-10 15:35:05 +00:00
stopYACY.command
stopYACY.sh changed handling of default values and database paths: 2008-03-16 22:31:54 +00:00
testwiki.xml - added reader and visualization for mediawiki-export files: 2008-11-20 18:31:52 +00:00
testwiki.xml.idx.xml - added reader and visualization for mediawiki-export files: 2008-11-20 18:31:52 +00:00
yacy-svn-4.spec changed handling of default values and database paths: 2008-03-16 22:31:54 +00:00
yacy.badwords.example *added translation for 2007-01-17 16:58:48 +00:00
yacy.logging sorry 2008-10-09 13:51:43 +00:00
yacy.stopwords erased stopwords. We need a different solution here. 2007-04-03 12:43:40 +00:00
yacy.stopwords.de
yacy.yellow

README for YaCy (C) by Michael Peter Christen; mc@anomic.de
---------------------------------------------------------------------------
Please visit www.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.
---------------------------------------------------------------------------

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.


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


WHAT CAN I DO WITH THIS SOFTWARE?

- search the web (automatically using all other YaCy peers)
- crawl the web (and you contribute to the global web index)
- set up your own search portal
- use it as your personal web server
- use it as your web proxy (..and visited pages are indexed)
- many more


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
NO OTHER SOFTWARE IS REQUIRED!
(you don't need apache, tomcat or mysql or whatever)


HOW DO I START THIS SOFTWARE?

Startup and Shutdown of YaCy:

- on Linux:
to start: execute startYACY.sh
to stop : execute stopYACY.sh

- on Windows:
to start: double-click startYACY.bat
to stop : double-click stopYACY.bat

- on Mac OS X:
to start: double-click startYACY.command (alias possible!)
to stop : double-click stopYACY.command


HOW DO I USE THIS SOFTWARE, WHERE IS THE ADMINISTRATION INTERFACE?

YaCy is a server process that can be administrated and used
with your web browser: open

   http://localhost:8080

There you can see your personal search and administration interface.


ANY MORE CONFIGURATIONS?

- after startup, you see the configuration page in your web browser.
  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.
  Simply configure your internet connection to use a proxy at port 8080.



CONTACT:

If you have any questions, please do not hesitate to contact the author:
Send an email to Michael Christen (mc@yacy.net) with a meaningful subject
including the word 'yacy' to prevent that your email gets stuck
in my anti-spam filter.

If you like to have a customized version for special needs,
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., 12.06.2008
Michael Peter Christen