Difference between revisions of "DokuWiki"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 20: | Line 20: | ||
* [http://www.dokuwiki.org/template:monobook use the monobook template as mediawiki does] | * [http://www.dokuwiki.org/template:monobook use the monobook template as mediawiki does] | ||
* adapt :wiki:navigation to contain | * adapt :wiki:navigation to contain | ||
− | * [[:start]] | + | * <nowiki>[[:start]]</nowiki> |
* [[http://''yourhost''/dokuwiki/doku.php?do=recent|Recent Changes]] | * [[http://''yourhost''/dokuwiki/doku.php?do=recent|Recent Changes]] | ||
* [[http://''yourhost''/dokuwiki/doku.php?id=wiki&do=admin&page=statistics|Statistics]] | * [[http://''yourhost''/dokuwiki/doku.php?id=wiki&do=admin&page=statistics|Statistics]] |
Revision as of 13:46, 17 April 2010
DokuWiki is a wiki that stores data in plain files and to priviledge distinct users for viewing articles.
Contents
Website
DokuWiki's website is http://www.dokuwiki.org/
Installing
To install dokuwiki, e.g. on SUSE Linux 11.2, you will need a running http service that is php enabled.
yast -i apache2 yast -i apache2-mod_php5 /etc/init.d/apache2 start
Redirect
To make what mediawiki calls a redirect, use the goto plugin: http://www.dokuwiki.org/plugin:goto
Hints
make it similar to mediawiki
template
- use the monobook template as mediawiki does
- adapt :wiki:navigation to contain
* [[:start]] * [[http://yourhost/dokuwiki/doku.php?do=recent|Recent Changes]] * [[http://yourhost/dokuwiki/doku.php?id=wiki&do=admin&page=statistics|Statistics]]
syntax
- install the MediaSyntax plugin