差分
このページの2つのバージョン間の差分を表示します。
| dokuwiki:ja:syndication [2006/11/11] – 作成 administrator | dokuwiki:ja:syndication [2022/03/12] (現在) – 外部編集 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 記事配信 ====== | ||
| + | |||
| + | [[DokuWiki]] makes some of its data available as XML feed through the [[this> | ||
| + | |||
| + | ===== Parameters ===== | ||
| + | |||
| + | How the feed is generated can be influenced through various URL parameters. | ||
| + | |||
| + | ^ Parameter ^ Valid values ^ Default ^ Description ^ | ||
| + | | type | rss, rss1, rss2, atom | rss1 | This is the Document-Type the feed is using | | ||
| + | | mode | recent, list | recent | What should be exported? The recent changes or a list of documents | | ||
| + | | num | //any integer// | [[config# | ||
| + | | ns | //a [[namespace]]// | ||
| + | | linkto | page, rev, diff | diff | where should the itemlink point to | | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | * [[this> | ||
| + | * [[this> | ||
| + | |||
| + | |||
| + | ===== Username/ | ||
| + | |||
| + | When enabling [[ACL]] and restricted pages to be viewed unless user is authorized, remember that one must pass to the RSS Reader the arguments of username and password, like this: %%'' | ||
| + | |||
| + | ===== Feedcreator ===== | ||
| + | |||
| + | The XML Syndication feature was implemented by using the excellent [[http:// | ||