目錄表

DokuWiki

這是一套很適合當作線上文件或筆記的系統。用 PHP 程式語言開發,使用 UTF-8 編碼,資料儲存預設使用文字檔。

安裝

過程很簡單,只要將程式碼上傳到可運行 PHP 的環境,然後將 conf/ 目錄與 data/ 目錄(包含子目錄)的寫入權限打開,就可以開啟網頁然後進行首次的安裝過程,就可以上線使用了。

不過,剛安裝好絕對要立刻登入進入管理介面調整權限

升級

也很簡單,將新版的程式碼直些覆蓋過去,然後清理新版不再使用的檔案就可以了。

系統設定

[管理選單]→[Configuration Settings]

  1. [Use first heading for pagenames] ← 打勾, 讓每頁的第一個 Header 當頁面 Title
  2. [Send info on newly registered users to this email address] ← 有新註冊就通知到這個 E-Mail
  3. [Allow embedded HTML] ← 打勾, 允許使用 html 語法
  4. [Send change notifications to this email address] ← 有改到網頁就通知到這個 E-Mail
  5. [Enable page subscription support] ← 打勾, 允許使用者訂閱網頁
  6. [Use nice URLs] ← .htaccess 3)
  7. [Email address to use for automatic mails] ← 表示寄信者的 E-Mail
  8. [Generate Google sitemap (days)] ← 1 表示每天都更新 Google Sitemap
  9. [XML feed type] ← RSS 2.0

外掛

  1. Code2
  2. Google Adsense 2 for DokuWiki

參考資料