Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
images/ | H | 03-May-2018 | - | |||
lang/ | H | 03-May-2018 | - | 43 | 20 | |
README.md | H A D | 17-Nov-2017 | 731 | 29 | 14 | |
plugin.info.txt | H A D | 17-Nov-2017 | 120 | 8 | 6 | |
style.css | H A D | 17-Nov-2017 | 77 | 6 | 5 | |
syntax.php | H A D | 17-Nov-2017 | 3.7 KiB | 122 | 91 |
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 26 27 28For further information, see also [plugin RSS on dokuwiki.org](https://www.dokuwiki.org/plugin:rss) 29