blog plugin

概略

  • Blog関連プラグインについてはこちら


自分への備忘録。
2008.03.15 Blog Pluginの最新版ではエラーが出るため、元に戻した。

書式(1)blog

{{blog>[namespace]?[number]&[flags]}}

[namespace]

  • エントリを一覧表示する名前空間
  • アスタリスクは使える??(未確認)

[number]

  • 一覧表示するトピック数。

[flags]

  • 以下から選択。両方指定する場合には2つ並べて&で結合する。
    1. ページの全部又は一部:fullpage, firstseconly
    2. フッターの有無:footer, nofooter
{{blog>namespace?firstseconly&nofooter}}

書式(2)archive

{{archive>[namespace]?[month]&[flags]}}

[namespace]

[month]

[flags]

  • 以下から選択。両方指定する場合には2つ並べて&で結合する。(太字がデフォルト設定)
    1. style: default, table, list
    2. showheader: noheader, header
    3. showdate: date, nodate
    4. showuser: user, nouser
    5. showdesc: nodesc, desc
    6. showcomments: nocomments, comments
    7. showtags: notags, tags
  • 記述例
{{archive>public?2007-02&table&header&date&nouser&desc&comments&tags}}

不具合

Fatal error: Maximum execution time of 30 seconds exceeded 
in ./lib/plugins/blog/helper.php on line 222

関係のある記事

public/dokuwiki/plugin/blog.txt · 最終更新: 2008/03/22 00:59 by books
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0