• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

images/H03-May-2018-

lang/H03-May-2018-4320

README.mdH A D17-Nov-2017731 2914

plugin.info.txtH A D17-Nov-2017120 86

style.cssH A D17-Nov-201777 65

syntax.phpH A D17-Nov-20173.7 KiB12291

README.md

1# Plugin RSS for Dokuwiki
2
3This plugin let you display some rss feed into Dokuwiki.
4
5## Requirements
6
7SimpleXML is enabled by default , however, to confirm that it exists , look at your config by executing PHP [phpinfo ();](http://php.net/manual/fr/function.phpinfo.php) in a file.
8
9## Install
10
11Download this plugin into your ``${dokuwikiroot}/lib/plugins`` folder and restart dokuwiki or use the plugin manager of Dokuwiki.
12
13## Configuration
14
15TODO
16
17## Syntax
18
19Plugin rss is simple to use, just paste your rss link into syntax :
20
21``<rss feed="http://myfeed/.." />``
22
23## Preview
24
25![](http://s12.postimg.org/oizi133t9/rss_scr.png)
26
27
28For further information, see also [plugin RSS on dokuwiki.org](https://www.dokuwiki.org/plugin:rss)
29