| General Features | ikiwiki |
|---|---|
| System Requirements | ikiwiki |
| Datastorage | ikiwiki |
| Security/Anti-Spam | ikiwiki |
| Development/Support | ikiwiki |
| Common Features | ikiwiki |
| Special Features | ikiwiki |
| Links | ikiwiki |
| Syntax Features | ikiwiki |
| Usability | ikiwiki |
| Statistics | ikiwiki |
| Output | ikiwiki |
| Media and Files | ikiwiki |
| Syntax Examples | ikiwiki |
[[internal]] |
|
[link text](http://example.org) |
|
Two syntaxes: # heading 1 ## heading 2 ### heading 3 heading 1 ========= heading 2 --------- |
|
**bold** __bold__ |
|
*emphasized* _emphasized_ |
|
via HTML: <u>underlined</u> |
|
`inline monospace` |
|
via HTML: <del>deleted</del> |
|
via HTML: x<sup>2</sup> |
|
via HTML: a<sub>1</sub> |
|
  |
|
* item 1 * item 2 |
|
1. item 1 2. item 2 |
|
via HTML: <dl> <dt>term</dt> <dd>definition</dd> </dl> |
|
--- *** ___ ------------------ Any number > 3 - - - - - - - - - - spaces don't matter |
This page belongs to the feature documentation of ikiwiki. The engine's features are listed in the table on the left. Detailed implementation details are available through the "i" icons right to the feature info.
Ikiwiki is not tied to being served by a webserver. Instead, it will “compile” a source tree to a tree with the resulting pages. This resulting tree could be served by any webserver, and can include a CGI for web-specific features, like preferences of the visitor or online editing.
The resulting wiki could be viewed and edited only locally, though.