這裏顯示二個版本的差異處。
dokuwiki [2009/01/20 15:33] bestlong |
dokuwiki [2013/04/19 14:46] (目前版本) bestlong [DokuWiki] |
||
---|---|---|---|
行 1: | 行 1: | ||
====== DokuWiki ====== | ====== DokuWiki ====== | ||
+ | |||
+ | 這是一套很適合當作線上文件或筆記的系統。用 PHP 程式語言開發,使用 UTF-8 編碼,資料儲存預設使用文字檔。 | ||
+ | |||
+ | == 安裝 == | ||
+ | |||
+ | 過程很簡單,只要將程式碼上傳到可運行 PHP 的環境,然後將 conf/ 目錄與 data/ 目錄(包含子目錄)的寫入權限打開,就可以開啟網頁然後進行首次的安裝過程,就可以上線使用了。 | ||
+ | |||
+ | 不過,剛安裝好絕對要立刻登入進入管理介面調整權限 | ||
+ | * 進入系統設定: | ||
+ | * 認證設定 | ||
+ | * 使用存取控制名單勾選開啟 | ||
+ | * 停用的 DokuWiki 動作:勾選註冊(避免惡意使用者的入侵) | ||
+ | * 進入管理存取控制表 (ACL): | ||
+ | * 將使用者/群組 @/ALL 的權限改成讀取頁面 | ||
+ | |||
+ | * [[https://www.dokuwiki.org/install|官方安裝手冊]] | ||
+ | |||
+ | == 升級 == | ||
+ | |||
+ | 也很簡單,將新版的程式碼直些覆蓋過去,然後清理新版不再使用的檔案就可以了。 | ||
+ | |||
+ | * [[https://www.dokuwiki.org/install:upgrade|官方升級手冊]] | ||
+ | |||
+ | |||
===== 系統設定 ===== | ===== 系統設定 ===== | ||
[管理選單]→[Configuration Settings] | [管理選單]→[Configuration Settings] | ||
- | - [Use first heading for pagenames] ← 打勾, 讓每頁的 Header 當頁面名稱 | + | - [Use first heading for pagenames] ← 打勾, 讓每頁的第一個 Header 當頁面 Title |
- | - [Send info on newly registered users to this email address] ← tryweb@ichiayi.com 有新註冊就通知到這個 E-Mail | + | - [Send info on newly registered users to this email address] ← 有新註冊就通知到這個 E-Mail |
- [Allow embedded HTML] ← 打勾, 允許使用 html 語法 | - [Allow embedded HTML] ← 打勾, 允許使用 html 語法 | ||
- | - [Send change notifications to this email address] ← tryweb@ichiayi.com 有改到網頁就通知到這個 E-Mail | + | - [Send change notifications to this email address] ← 有改到網頁就通知到這個 E-Mail |
- [Enable page subscription support] ← 打勾, 允許使用者訂閱網頁 | - [Enable page subscription support] ← 打勾, 允許使用者訂閱網頁 | ||
- [Use nice URLs] ← .htaccess 3) | - [Use nice URLs] ← .htaccess 3) | ||
- | - [Email address to use for automatic mails] ← tryweb@ichiayi.com 表示寄信者的 E-Mail | + | - [Email address to use for automatic mails] ← 表示寄信者的 E-Mail |
- [Generate Google sitemap (days)] ← 1 表示每天都更新 Google Sitemap | - [Generate Google sitemap (days)] ← 1 表示每天都更新 Google Sitemap | ||
- | - [XML feed type] ← RSS 2.0 | + | - [XML feed type] ← RSS 2.0 |
+ | ===== 外掛 ===== | ||
+ | - Code2 | ||
+ | * 網頁: http://www.dokuwiki.org/plugin:code2 | ||
+ | * 安裝: http://dev.mwat.de/dw/syntax_plugin_code.zip | ||
+ | - Google Adsense 2 for DokuWiki | ||
+ | * 網頁: http://www.dokuwiki.org/plugin:google_adsense2 | ||
+ | * 安裝: http://www.systemengineers.de/_media/plugins/googleads.tar.gz | ||
===== 參考資料 ===== | ===== 參考資料 ===== | ||
* [[http://www.ichiayi.com/wiki/tech/dokuwiki]] | * [[http://www.ichiayi.com/wiki/tech/dokuwiki]] | ||
+ | * [[http://www.dokuwiki.ac.cn/wiki]] |