Deki Wiki

    版本為 15:10, 23 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    這是一個適用企業或個人架站的 Wiki 系統。

    osslab-home.png特色:

    • 可以整合Windows AD或LDAP的帳號認證。
    • 友善好用的文字編輯器工具。
    • 內建影片嵌入插件。
    • 文章權限可使用群組管理。
    • 內部文章的連結功能可使用 UI 操作。
    • 可長時間線上編輯文章,不會中途被踢掉。
    • 文章編輯紀錄及歷史文章還原功能。
    • 附加圖片及檔案上傳功能。
    • 超連結文字自動辨識及避免過長的連結文字

    官方連結
    http://wiki.mindtouch.com/

    官方wiki
    http://wiki.developer.mindtouch.com/ 

       

    FAQ

    整合 Windows Active Directory 的帳號認證

    步驟一:《Tools》《Service management》新增 Local Service

    Type = Authentication
    Description = 自訂一個名稱,這會顯示在登入視窗
    SID = File:C:/DOCUME~1/ALANG-~1/LOCALS~1/Temp/moz-screenshot-3.jpg File:C:/DOCUME~1/ALANG-~1/LOCALS~1/Temp/moz-screenshot-4.jpg http://services.mindtouch.com/deki/s...authentication
    Config

     groupqueryall  (objectClass=group)
     groupquery  (&(cn=$1)(objectClass=group))
     hostname  myad.mydomain.com.tw
     searchbase  DC=mydomain,DC=com,DC=tw
     userquery  samAccountName=$1
     bindingdn  $1@mydomain.com.tw
     groupmembersattribute  memberOf


    Status = Enabled

    步驟二: 

    登入時選擇剛剛新增的服務名稱的模式,輸入 AD 帳號及密碼即可。

    預設的 AD 帳號權限為 Contributor,如要修改,可由《Tools》《Configuration》編輯 security/new-account-role 的參數。

    參考連結:

    整合 Windows Active Directory 的群組管理
    新增 Google Widgets  外掛

    ■ 新增服務設定
    《控制面板》《服務管理》《增加服務》《Local》

    類型: Extension
    描述: Google-Widgets
    SID: http://services.mindtouch.com/deki/d...2007/06/google

    ■ 使用方式,以 Google Calendar 為例
    從 Google Calendar 取得一組 XML 位址,在 Wiki 編輯頁面貼上這一組代碼

    {{google.calendar("http://www.google.com/calendar/feeds/rr5bvhj1bg3mcdg500gn584ipo%40group.calendar.google.com/public/basic")}} 
    

    預覽結果請前往 網路研討會(Webinar)

    官方參考連結: http://wiki.developer.mindtouch.com/...tension+google 

    變更預設的編輯工具成 FCKeditor

    編輯 <dekiwiki_home>/LocalSettings.php,增加這幾行。

    # Switch to FCKeditor
    $wgDefaultEditorEngine = 'FCKeditor';
    $wgDefaultEditor = 'FCKeditor';

    設定變更後,必須清除 Server UI cache,才能看到變更後的畫面。

    執行這指令:
    #cd <dekiwiki_home>/skins/common/cache
    # rm -rf *

    在控制面板無法設定 FCKeditor

    出現錯誤:Unable to create configuration file. Please, check the folder's permissions.

    解決方法:

      

        

    Powered by MindTouch Core