====== 安裝 ======
# make PREFIX=/home/ant DOKUWIKI_DIR=html/dokuwiki-2006-03-09 WIKI_LANG=zh-tw
install clean
# cd /home/ant/html
# ln -s dokuwiki-2006-03-09 dokuwiki
# cd /home/ant/html/dokuwiki/conf/
# cp local.php.dist local.php
# vi local.php
$conf['title'] = ‘Yi-Feng Tzeng\’s Wiki’;
# vi /home/ant/html/dokuwiki/.htaccess
加上
AuthName “Please Login”
AuthType Basic
AuthUserFile /usr/home/ant/html/.passwd
require valid-user
# vi /usr/local/etc/php.ini
post_max_size = 20M
upload_max_filesize = 500M
# /usr/local/etc/rc.d/apache.sh restart
# echo “chm application/mshelp” >> ${dokuwiki}/conf/mime.conf
====== 結構 ======
所有內容放在 data/pages
所有媒體放在 data/media
====== 解 URL code ======
/usr/ports/net/urlendec
# urlencode 曾義峰
%B4%BF%B8q%AEp
# urldecode %B4%BF%B8q%AEp
曾義峰
====== 語法 ======
* [[Knowledge:AI:index|知識]]
網頁上顯示「知識」,實際儲存在 knowledge/ai/index.txt
No comments:
Post a Comment