DokuWiki: Difference between revisions
Jump to navigation
Jump to search
m (→more...) |
m (→more...) |
||
| Line 46: | Line 46: | ||
== more... == | == more... == | ||
* [[Open new window of DokuWiki syntax]]: 編輯區上方雖提供syntax連結,卻以相同視窗開啟。說明如何改用新視窗開啟說明網頁。 | * [[Open new window of DokuWiki syntax]]: 編輯區上方雖提供syntax連結,卻以相同視窗開啟。說明如何改用新視窗開啟說明網頁。 | ||
* [[Setting user rights in DokuWiki]] | |||
* [http://wiki.splitbrain.org/wiki:faq official wiki faq]([http://bbs.ilc.edu.tw/dokuwiki/wiki:faq 中文]) | * [http://wiki.splitbrain.org/wiki:faq official wiki faq]([http://bbs.ilc.edu.tw/dokuwiki/wiki:faq 中文]) | ||
[[Category:Wiki]] | [[Category:Wiki]] | ||
Revision as of 23:16, 25 July 2006
DokuWiki is a easy wiki for installation. The main requirement for installation 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
- Note: If you modify the configuration of interwiki.conf, interwiki of wiki page will take effect after you save another new revision.
syntax
[[tag>content analysis]]
will perform the search tag+content analysis on the DocuWiki
參考:
- wiki:interwiki (last visited: June 14, 2006)
中文
- 中文無法使用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...
- Open new window of DokuWiki syntax: 編輯區上方雖提供syntax連結,卻以相同視窗開啟。說明如何改用新視窗開啟說明網頁。
- Setting user rights in DokuWiki
- official wiki faq(中文)