yacy_search_server/htroot/WikiHelp.html

152 lines
3.3 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Wiki Help</title>
#%env/templates/metas.template%#
</head>
<body>
<br>
<h2>Index Creation</h2>
<br>
<div align="center">
<table width="95%" border="1">
<caption>This table contains a short description of the tags that can be used in the Wiki and several other servlets of YaCy. For a more detailed description visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Hauptseite">YaCy Wiki</a>.</caption>
<tr valign="top">
<th>
Code
</th>
<th>
Description
</th>
</tr>
<tr valign="top">
<td>
==headline1==<br>===headline2===<br>====headline3====
</td>
<td>
This tags create headlines. If a page has three or more headlines, a directory will be created automaticly.
</td>
</tr>
<tr valign="top">
<td>
''text''<br>'''text'''<br>'''''text'''''
</td>
<td>
This tags create stressed texts. Most browsers will display the texts in italics, bold, and a combination of both.
</td>
</tr>
<tr valign="top">
<td>
:text<br>::text
</td>
<td>
Lines will be indented. This tag is supposed to mark citations.
</td>
</tr>
<tr valign="top">
<td>
#point1<br>##point1.1<br>##point1.2<br>#point2
</td>
<td>
This tags create a numbered list.
</td>
</tr>
<tr valign="top">
<td>
*something<br>**another thing<br>***and yet another<br>*something else
</td>
<td>
This tags create a unnumbered list.
</td>
</tr>
<tr valign="top">
<td>
;word 1:definition 1<br>;word 2:definition 2<br>;;word 3:definition 3<br>;word 4:definition 4
</td>
<td>
This tags create a definition list.
</td>
</tr>
<tr valign="top">
<td>
----
</td>
<td>
This tag creates a horizontal line.
</td>
</tr>
<tr valign="top">
<td>
[[pagename]]<br>[[pagename|description]]
</td>
<td>
This tag creates links to other pages of the wiki.
</td>
</tr>
<tr valign="top">
<td>
[url]<br>[url description]
</td>
<td>
This tag creates links to external websites.
</td>
</tr>
<tr valign="top">
<td>
[[Image:url]]<br>[[Image:url|alt text]]<br>[[Image:url|align|alt text]]
</td>
<td>
This tag displays an image, it can be aligned left, right or center.
</td>
</tr>
<tr valign="top">
<td>
{|<br>|-<br>||row 1, col 1||row 1, col 2<br>|-<br>||row 2, col 1||row 2, col 2<br>|}
</td>
<td>
This tags create a table.
</td>
</tr>
<tr valign="top">
<td>
[= text =]
</td>
<td>
The escape tags will cause all tags in the text between the starting and the closing tag to not be treated as regular text.
</td>
</tr>
<tr valign="top">
<td>
&lt;pre&gt; text &lt;/pre&gt;
</td>
<td>
A text between this text will keep all the spaces an linebreaks in it. Great for ASCII-art and program code.
</td>
</tr>
<tr valign="top">
<td>
text<br>&nbsp;text<br>text
</td>
<td>
If a line starts with a space, it will be displayed in a non-proportional font.
</td>
</tr>
</table>
</div>
<br>
</body>
</html>