タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

DokuWikiに関するvector_xenonのブックマーク (2)

  • dokuwiki [DokuWiki]

    DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contr

  • DokuWikiの日本語対応 [DokuWiki@higuchi.com]

    DokuWikiのインストールマニュアル(日語版)にしたがって普通にインストール。インストール画面で日語を選択すれば、自動的に設定ファイルのconf/local.phpの中に $conf['lang'] = 'ja'; と記述されて、ユーザーインターフェースの文字列などは日語になる。 機能面での日語対応を強化するために、次の改造を加える。 DokuWikiでは、文書を誰かが編集したときなどにお知らせのメールを送る機能があるが、そのメールのエンコードを自前のUTF-8化ルーチンで行っている。日語のメールはUTF-8ではなくISO-2022-JPでエンコードするのが通例なので、内蔵のmb_send_mail関数が使える場合はそちらを使って$conf['lang']で指定したエンコードで送信するように変更する。 inc/mail.phpというファイルのfunction mail_sen

  • 1