DokuWiki

From LemonWiki共筆
Jump to navigation Jump to search

Another wiki engine! DokuWiki[1](Support forum, Issue tracker, 中文文件) is so easy for installation.

The main requirement is PHP only.

tag

設定InterWiki, 以串接相同tag的wiki頁面。


modify the interwiki.conf

  • conf/interwiki.local.conf
  • add the following:
tag doku.php?do=search&id=tag%3E%22{NAME}%22
  • Note: After modification of the configuration, you may need to save another new revision if interwiki of wiki page did not take effect.

syntax

[[tag>content analysis]]

will perform the search tag+content analysis on the DocuWiki

參考:

中文

  • 中文無法使用exact search
  • 網站名稱 $conf['title'] 若使用中文 & conf/local.php 使用unicode儲存,會導致影像檔無法顯示


modification of css

  • copy lib/tpl/default/ to lib/tpl/default_mod/
  • modify design.css
  • modify conf/local.php
$conf['template']    = 'default_mod';

Related:


version: dokuwiki-2006-03-09


more...