meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dokuwiki:start [2015/02/26 13:31] – created niziakdokuwiki:start [2025/01/22 12:55] (current) niziak
Line 1: Line 1:
-TEST+====== Dokuwiki ====== 
 + 
 +====== Tips & Tricks ====== 
 +  * Media files cannot contain uppercase characters 
 +  * default template supports sidebar. Just edit page [[:sidebar|sidebar]].\\ It is possible to provide separate sidebar page for each namespace 
 + 
 +====== wiki syntax ====== 
 +ns:page 
 + 
 +ns2:ns1:page 
 + 
 +====== plugins ====== 
 +  * Move Plugin 
 +  * Indexmenu plugin 
 +  * nspages plugin 
 + 
 +Optional: 
 +  * Webmaster 
 +  * Forcessllogin 
 +  * code 
 +    * Introduces ''<code>...</code>'' tags. 
 +    * ''<code lang>...</code>'' 
 +    * ''<code lang | title>...</code>'' 
 +    * ''<file>...</file>'' 
 +    * ''<file | title>...</file>'' 
 +    * Language list: [[https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/blob/master/SyntaxHighlight_GeSHi.lexers.php]] 
 +===== Templates ===== 
 +Seems to be OK: 
 +  * dokuwiki (default with sidebar) 
 +  * dokubook (with navigation menu without using sidebar page) 
 +    * it looks for [[dokuwiki:navigation|dokuwiki:navigation]] page, if not found index is shown 
 + 
 +Testing: 
 +  * starterbootstrap 
 +  * bootstrap3 
 +  * Bootstrap Simplified Template 
 +  * minima Template  
 + 
 +Unusable for me: 
 +  * vector 
 +  * monobook 
 + 
 + 
 +====== Useful links ====== 
 +DokuWiki Vs Mediawiki [[http://www.bbroy.com/2013/04/why-dokuwiki-is-better-than-mediawiki.html]] 
 + 
 +[[https://wiki.debian.org/DokuWiki]]