replaced old help page with tutorial movies

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8075 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 13 years ago
parent 5866c73a09
commit 4fa8072b5b

@ -1,138 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>YaCy: Help</title> <title>YaCy: Tutorial</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
</head> </head>
<body id="Help"> <body id="Help">
#%env/templates/header.template%# #%env/templates/header.template%#
<h2>Help</h2> <h2>Tutorial</h2>
<p>
This is a distributed web crawler and also a caching HTTP proxy. You are using the <em>online-interface</em> of the application. You can use this interface to configure your personal settings, proxy settings, access control and crawling properties. You can also use this interface to start crawls, send messages to other peers and monitor your index, cache status and crawling processes. Most important, you can use the search page to search either your own or the <em>global</em> index. <p>
</p> You are using the administration interface of your own search engine. You can create your own search index with YaCy.
<p> To learn how to do that, watch one of the demonstration videos below:
For more detailed information, visit the <a href="http://www.yacy.net/">YaCy homepage</a>. </p>
</p>
<h3>Local and Global Search: Options and Functions</h3>
<p>
The proxy provides a search interface that accesses your local index, created from web pages that passed the proxy. The search can also be applied globally, by searching other peers. You can use the following options to enhance your search results:
</p>
<dl class="optionsAndFunctions">
<dt>Search Word List</dt>
<dd>
You can search for several words simultanous. Words must be separated by a single space.
The words are treated conjunctive, that means every must occur in the result, not any.
If you do a global search (see below) you may get different results each time you do a search.
</dd>
<dt>Maximum Number of Results</dt>
<dd>
You can select the number of wanted maximum links. We do not yet support multiple result pages for virtually any possible link.
Instead we encourage you to enhance the search result by submitting more search words.
</dd>
<dt>Result Order Options</dt>
<dd>
The search engine provides an experimental 'Quality' ranking. In contrast to other known search engines we provide also
a result order by date. If you change the order to 'Date-Quality' the most recently updated page from the search results is listed first.
For pages that have the same date the second order, 'Quality' is applied.
</dd>
<dt>Resource Domain</dt>
<dd>
This search engine is constructed to search the web pages that pass the proxy. But the search index is distributed to other peers as well,
so you can search also globally: this function is currently only rudimentary, but can be choosen for test cases. Future releases will
automatically distribute index information <em>before</em> a search happends to form a performant distributed hash table -- a very fast global search.
</dd>
<dt>Maximum Search Time</dt>
<dd>
Searching the local index is extremely fast, it happends within milliseconds, even for a large number (millions) of pages. But searching the
global index needs more time to find the correct remote peer that contains best search results. This is especially the case while the
distributed index is in test mode. Search results get more stable (repeated global search produce more similar results) the longer
the search time is.
</dd>
</dl>
<h4>Accesskeys</h4> <h3><img src="/env/grafics/flag_english_28x17.gif"> Demo from <a href="http://fscons.org/">FSCONS 2010</a>: Web Search By The People, For The People</a></h3>
<p> <iframe src="http://player.vimeo.com/video/32562148?portrait=0" width="720" height="540" frameborder="0"></iframe>
You may want to use accesskeys to navigate through the YaCy webinterface: <p>
</p> <a href="http://twitter.com/?status=FSCONS%202010:%20YaCy%20Demo%20http://vimeo.com/32562148%20%23YaCy">twitter this video</a>
<ul> Download from Vimeo: <a href="http://vimeo.com/32562148">FSCONS 2010: YaCy Demo</a>
<li>Windows and Internet Explorer: Alt + Accesskey + Enter</li> </p>
<li>Windows and Mozilla/Firefox/Netscape: Alt + Accesskey</li>
<li>Windows and Opera: Shift + Esc + Accesskey</li> <h3><img src="/env/grafics/flag_deutsch_28x17.gif"> Demo von <a href="http://dgd.de/ProgrammOberhof2011.aspx">26. Oberhofer Kolloquium 2011</a>: Freier Wissenszugang mit der Suchmaschine YaCy</a></h3>
<li>Macintosh and Internet Explorer: Strg + Accesskey + Enter</li> <iframe src="http://player.vimeo.com/video/32200946?portrait=0" width="720" height="540" frameborder="0"></iframe>
<li>Macintosh and Safari: Strg + Accesskey</li> <p>
<li>Macintosh and Mozilla/Firefox/Netscape: Strg + Accesskey</li> <a href="http://twitter.com/?status=Freie%20Suchmaschine%20Demo%20http://vimeo.com/32200946%20%23YaCy">twitter this video</a>
<li>Macintosh and Opera: Shift + Esc + Accesskey</li> Download from Vimeo: <a href="http://vimeo.com/32200946">26. Oberhofer Kolloquium 2011: YaCy Demo</a>
<li>Linux Mandrake and Galeon/Mozilla: Alt + Accesskey</li> </p>
<li>All OS and Amaya: Strg + Accesskey</li>
</ul> <h3>More Tutorials</h3>
<dl class="accesskeys"> <p>Please see the tutorials on <a href="http://yacy.net">http://yacy.net</a></p>
<dt>s</dt>
<dd>Search Page</dd>
<dt>n</dt>
<dd>News</dd>
<dt>w</dt>
<dd>Network</dd>
<dt>t</dt>
<dd>Status</dd>
</dl>
<h4>Regular Expressions</h4>
<p>YaCy uses Regular Expressions for some functions, for example in the blacklist.</p>
<p>There are some standards for these regexps, YaCy uses the syntax used by Perl 5.</p>
<p>Here ist a short overview about the functions, which should fir for most cases:</p>
<dl class="regexp">
<dt>.</dt>
<dd>arbitrary character</dd>
<dt>x</dt>
<dd>character x</dd>
<dt>[^x]</dt>
<dd>not x</dd>
<dt>x*</dt>
<dd>0 or more times x</dd>
<dt>x?</dt>
<dd>0 or 1 time x</dd>
<dt>x+</dt>
<dd>1 or more times x</dd>
<dt>xy</dt>
<dd>concatenation of x and y</dd>
<dt>x|y</dt>
<dd>x or y</dd>
<dt>(foo|bar)</dt>
<dd>String "foo" or string "bar"</dd>
<dt>[abc]</dt>
<dd>a or b or c (same as a|b|c)</dd>
<dt>[a-c]</dt>
<dd>a or b or c (same as above)</dd>
<dt>x{n}</dt>
<dd>exactly n appearances of x</dd>
<dt>x{n,}</dt>
<dd>at least n appearances of x</dd>
<dt>x{n,m}</dt>
<dd>at least n, maximum m appearanches of x</dd>
<dt>( )</dt>
<dd>Modify priority of instructions</dd>
<dt>\</dt>
<dd>Escape-Character, used to escape special characters (for example "[" or "*"), so that they loose their special meaning</dd>
</dl>
<p>
Regex follow a special priority (descending): concatenation, unary operators (*,+,^,{}), binary operators (|). This can be overridden with brackets.
</p>
<p><strong>Example:</strong></p>
<code>
.*heise.de/.*/[0-9]+
</code>
<p>
This matches heise.de/ with a string in front of it, for example "http://www.", followed by any string, then a slash and a number. The dot in "heise.de" is not escaped with "\", because it represents any character, thus the "." itself, too.
</p>
<p>
A possible URL which would match this regexp is: http://www.heise.de/newsticker/meldung/59421
</p>
<p>
An URL which would not match is: http://www.heise.de/tp/r4/artikel/20/20701/1.html
</p>
<p>
There is ".html" at the end, which is not included with the Regular Expression.
</p>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>
</html> </html>

@ -12,7 +12,7 @@
<!--<li><a href="/yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>--> <!--<li><a href="/yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>-->
<li><a href="/compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li> <li><a href="/compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li>
<li><a href="/ConfigPortal.html" class="MenuItemLink">Search Integration</a></li> <li><a href="/ConfigPortal.html" class="MenuItemLink">Search Integration</a></li>
<li><a href="/Help.html" class="MenuItemLink">Help</a></li> <li><a href="/Help.html" class="MenuItemLink">Tutorial</a></li>
</ul> </ul>
</li> </li>
<li class="menugroup" id="menugroupGlobalIndex"> <li class="menugroup" id="menugroupGlobalIndex">

@ -1168,78 +1168,11 @@ The scheduler on crawls can be changed or removed using the <a href=\"Table_API_
#File: Help.html #File: Help.html
#--------------------------- #---------------------------
YaCy: Help==YaCy: Hilfe YaCy: Help==YaCy: Hilfe
>Help==>Hilfe Tutorial==Anleitung
This is a distributed web crawler and also a caching HTTP proxy. You are using the <em>online-interface</em> of the application. You can use this interface to configure your personal settings, proxy settings, access control and crawling properties. You can also use this interface to start crawls, send messages to other peers and monitor your index, cache status and crawling processes. Most important, you can use the search page to search either your own or the <em>global</em> index.==YaCy ist eine Suchmaschine, die ähnlich dem Prinzip des verteilten Rechnens (distributed computing wie z.B. SETI@home) funktioniert. Das ganze heisst hier eher "verteiltes Durchsuchen und Indexieren" des Internets. Ausserdem bringt sie einen HTTP Proxy Server mit. Sie benutzen gerade das <em>Online-Interface</em> von YaCy. Sie können dieses Interface auch zum Konfigurieren Ihrer persönlichen Einstellungen, Proxy-Einstellungen, der Zugriffs-Kontrolle und den Crawl-Einstellungen benutzen. Sie können das Interface auch zum Starten von Crawls, Nachrichtenversand an andere YaCy-Nutzer und zur Überwachung Ihres Index, Cache-Status und des Crawl-Prozesses benutzen. Besonders wichtig ist, dass Sie die Suchseite benutzen können, um entweder den eigenen oder den <em>globalen</em> Index zu durchsuchen. You are using the administration interface of your own search engine==Sie benutzen gerade das Administrationsinterface ihrer eigenen Suchmaschine
For more detailed information, visit the==Für weitergehende Informationen besuchen Sie bitte die You can create your own search index with YaCy==Sie können mit YaCy Ihren eigenen Suchindex erstellen
YaCy homepage==YaCy-Homepage To learn how to do that, watch one of the demonstration videos below==Bitte sehen Sie als Anleitung eine Demonstration (2. Video unten in deutscher Sprache)
Local and Global Search: Options and Functions==Lokale und globale Suche: Optionen und Funktionen
The proxy provides a search interface that accesses your local index, created from web pages that passed the proxy.==Der Proxy bringt eine Suchmaschine mit, die auf Ihren lokalen Index zugreift. Dieser setzt sich aus den Webseiten zusammen, die Sie mit dem Proxy besuchen.
The search can also be applied globally, by searching other peers. You can use the following options to enhance your search results==Die Suche kann aber auch global ausgeweitet werden. Dazu werden die anderen Peers herangezogen und von ihnen Informationen abgefragt. Sie können allerdings auch folgende Optionen benutzen, um mehr Suchergebnisse zu erhalten
Search Word List==Suchwort Liste
You can search for several words simultanous. Words must be separated by a single space.==Sie können eine Suche mit mehreren Wörtern gleichzeitig starten. Die Wörter müssen durch ein Leerzeichen getrennt sein.
The words are treated conjunctive, that means every must occur in the result, not any.==
If you do a global search \(see below\) you may get different results each time you do a search.==Wenn Sie eine globale Suche (siehe unten) durchführen, kann es sein, dass Sie bei wiederholten Suchanfragen jedesmal andere Ergebnisse erhalten.
Maximum Number of Results==Maximale Anzahl an Ergebnissen
You can select the number of wanted maximum links. We do not yet support multiple result pages for virtually any possible link.==Sie können auswählen, wieviele Links Ihnen angezeigt werden sollen. Wir unterstützen im Moment keine mehrfachen Ergebnisseiten für jeden möglichen Link.
Instead we encourage you to enhance the search result by submitting more search words.==Stattdessen möchten wir Sie dazu auffordern, Ihre Suchergebnisse durch das Eingeben von mehreren Suchwörtern, zu vergrößern.
Result Order Options==Reihenfolge der Ergebnisse
The search engine provides an experimental 'Quality' ranking. In contrast to other known search engines we provide also==Die Suchmaschine bietet ein experimentelles 'Qualitäts' Ranking an. Im Gegensatz zu anderen üblichen Suchmaschinen bieten wir
a result order by date. If you change the order to 'Date-Quality' the most recently updated page from the search results is listed first.==auch die Sortierung nach Datum an. Wenn Sie die Reihenfolge in 'Datum-Qualität' ändern, werden die als letztes überarbeiteten Webseiten aus den Suchergebnissen ganz oben aufgelistet.
For pages that have the same date the second order, 'Quality' is applied.==Für Seiten die das gleiche Datum haben, wird dann nach der 'Qualität' geordnet.
Resource Domain==Quelle der Suche
This search engine is constructed to search the web pages that pass the proxy. But the search index is distributed to other peers as well,==Diese Suchmaschine ist so aufgebaut, dass sie die Seiten durchsucht, die mit dem Proxy besucht wurden. Aber der Suchindex ist auch auf andere Peers verteilt,
so you can search also globally: this function is currently only rudimentary, but can be choosen for test cases. Future releases will==so dass Sie auch global suchen können: diese Funktion ist veraltet, aber Sie können sie zum testen benutzen. Neue Versionen werden
automatically distribute index information <em>before</em> a search happends to form a performant distributed hash table -- a very fast global search.==automatisch einen verteilten Index erstellen <em>bevor</em> es geschieht, dass eine Suche, eine verteilte Hash-Tabelle erstellt -- eine sehr schnelle globale Suche.
Maximum Search Time==Maximale Zeit zum Suchen
Searching the local index is extremely fast, it happends within milliseconds, even for a large number \(millions\) of pages. But searching the==Den lokalen Index zu durchsuchen, geht extrem schnell. Es geschieht innerhalb von Millisekunden auch bei einer großen Anzahl (ein paar Millionen) von Seiten.
global index needs more time to find the correct remote peer that contains best search results. This is especially the case while the==Im Gegensatz dazu braucht es mehr Zeit den globalen Index zu durchsuchen, da erst der richtige Peer, der die besten Ergbnisse liefern kann, gefunden werden muss. Dies ist vermutlich auch der Grund warum
distributed index is in test mode. Search results get more stable \(repeated global search produce more similar results\) the longer==diese Art von Suchmaschine noch in der Testphase ist. Die Suchergebnisse werden immer besser (eine wiederholte globale Suche bringt mehr gleiche Ergebnisse), je länger
the search time is.==die Zeit zum Suchen ist.
Accesskeys<==Schnell-Zugriffstasten<
You may want to use accesskeys to navigate through the YaCy webinterface:==Sie können durch das YaCy Web Interface auch mit Hilfe von Tastenkombinationen navigieren. Drücken Sie dazu eine der folgenden Kombinationen ('Taste' steht für einen der drei unten genannten Buchstaben):
Windows and Internet Explorer: Alt \+ Accesskey \+ Enter==Windows und Internet Explorer: Alt + Taste + Enter
Windows and Mozilla/Firefox/Netscape: Alt \+ Accesskey==Windows und Mozilla/Firefox/Netscape: Alt + Taste
Windows and Opera: Shift \+ Esc \+ Accesskey==Windows und Opera: Shift + Esc + Taste
Macintosh and Internet Explorer: Strg \+ Accesskey \+ Enter==Macintosh und Internet Explorer: Str + Taste + Enter
Macintosh and Safari: Strg \+ Accesskey==Macintosh und Safari: Strg + Taste
Macintosh and Mozilla/Firefox/Netscape: Strg \+ Accesskey==Macintosh und Mozilla/Firefox/Netscape: Strg + Taste
Macintosh and Opera: Shift \+ Esc \+ Accesskey==Macintosh und Opera: Shift + Esc + Taste
Linux Mandrake and Galeon/Mozilla: Alt \+ Accesskey==Linux Mandrake und Galeon/Mozilla: Alt + Taste
All OS and Amaya: Strg \+ Accesskey==Alle OS Versionen und Amaya: Strg + Taste
Search Page==Suchseite
Network==Netzwerk
Status==Status
Regular Expressions<==Reguläre Ausdrücke<
YaCy uses Regular Expressions for some functions, for example in the blacklist.==YaCy benutzt reguläre Ausdrücke für einige Funktionen, z.B. die Blacklist.
There are some standards for these regexps, YaCy uses the syntax used by Perl 5.==Es gibt einige Standards für diese Ausdrücke, YaCy orientiert sich an der Syntax von Perl 5.
Here ist a short overview about the functions, which should fir for most cases\:<==Hier finden Sie einen kurzen Überblick über die Funktionen, die die meisten Anwendungsfälle abdecken sollten:<
arbitrary character==beliebiges Zeichen
character x==Zeichen x
not x==nicht x
0 or more times x==0 oder mehr Vorkommen von x
0 or 1 time x==0 oder 1 Vorkommen von x
1 or more times x==1 oder mehr Vorkommen von x
concatenation of x and y==Verkettung von x und y
x or y==x oder y
String "foo" or string "bar"==String "foo" oder String "bar"
a or b or c \(same as a\|b\|c\)==a oder b oder c (dasselbe wie a|b|c)
a or b or c \(same as above\)==a oder b oder c (dasselbe wie oben)
exactly n appearances of x==genau n Vorkommen von x
at least n appearances of x==mindestens n Vorkommen von x
at least n, maximum m appearanches of x==mindestens n, maximal m Vorkommen von m
Modify priority of instructions==Priorität der Befehle ändern
Escape-Character, used to escape special characters \(for example "\[" or "\*"\), so that they loose their special meaning==Escape-Zeichen, das benutzt wird, um Zeichen mit Sonderbedeutung (z.B. "[" oder "*"), zu "escapen", d.h. ihre Sonderbedeutung verlieren.
Regex follow a special priority \(descending\)\: concatenation, unary operators \(\*,\+,\^,\{\}\), binary operators \(\|\). This can be overridden with brackets.==Regex folgen Prioritäten (absteigend): Verkettung, unäre Operatore (*,+,^,{}), binäre Operatoren (|). Die Reihenfolge kann durch das Setzen von Klammern geändert werden.
Example:==Beispiel:
This matches heise.de/ with a string in front of it, for example "http://www.", followed by any string, then a slash and a number. The dot in "heise.de" is not escaped with "\\", because it represents any character, thus the "." itself, too.==Dies erfüllt heise.de/ mit einem String davor, z.B. "http://www.". Es folgt ein beliebiger String, dann ein Slash und eine Zahl. Der Punkt in "heise.de" ist nicht escaped, weil der Punkt für ein beliebiges Zeichen steht, folglich auch für "." selbst.
A possible URL which would match this regexp is\:==Eine URL, die den regulären Ausdruck erfüllen würde, ist:
An URL which would not match is:==Eine URL die diese Regex nicht erfüllen würde ist:
There is ".html" at the end, which is not included with the Regular Expression.==Hier ist ".html" am Ende angehängt, das nicht in der Regex enthalten ist.
#----------------------------- #-----------------------------
#File: index.html #File: index.html

Loading…
Cancel
Save