This repository was archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelp.html
More file actions
36 lines (30 loc) · 1.86 KB
/
Copy pathHelp.html
File metadata and controls
36 lines (30 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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">
<head>
<title>YaCy: Tutorial</title>
#%env/templates/metas.template%#
</head>
<body id="Help">
#%env/templates/header.template%#
<h2>Tutorial</h2>
<p>
You are using the administration interface of your own search engine. You can create your own search index with YaCy.
To learn how to do that, watch one of the demonstration videos below:
</p>
<h3><img src="env/grafics/flag_english_28x17.gif"> Demo from <a href="http://fscons.org/" target="_blank">FSCONS 2010</a>: Web Search By The People, For The People</a></h3>
<iframe src="https://player.vimeo.com/video/32562148?portrait=0" width="720" height="540" frameborder="0"></iframe>
<p>
<a href="http://twitter.com/?status=FSCONS%202010:%20YaCy%20Demo%20https://vimeo.com/32562148%20%23YaCy" target="_blank">twitter this video</a>
Download from Vimeo: <a href="https://vimeo.com/32562148" target="_blank">FSCONS 2010: YaCy Demo</a>
</p>
<h3><img src="env/grafics/flag_deutsch_28x17.gif"> Demo von <a href="http://dgd.de/ProgrammOberhof2011.aspx" target="_blank">26. Oberhofer Kolloquium 2011</a>: Freier Wissenszugang mit der Suchmaschine YaCy</a></h3>
<iframe src="https://player.vimeo.com/video/32200946?portrait=0" width="720" height="540" frameborder="0"></iframe>
<p>
<a href="https://twitter.com/?status=Freie%20Suchmaschine%20Demo%20https://vimeo.com/32200946%20%23YaCy" target="_blank">twitter this video</a>
Download from Vimeo: <a href="https://vimeo.com/32200946" target="_blank">26. Oberhofer Kolloquium 2011: YaCy Demo</a>
</p>
<h3>More Tutorials</h3>
<p>Please see the tutorials on <a href="https://yacy.net" target="_blank">https://yacy.net</a></p>
#%env/templates/footer.template%#
</body>
</html>