Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 23-Apr-2025 | - | ||||
LICENSE | H A D | 13-Jul-2020 | 1 KiB | 22 | 17 | |
README.md | H A D | 13-Jul-2020 | 713 | 17 | 10 | |
plugin.info.txt | H A D | 13-Jul-2020 | 186 | 7 | 7 | |
quotes.txt | H A D | 13-Jul-2020 | 213 | 3 | 3 | |
style.css | H A D | 13-Jul-2020 | 290 | 14 | 13 | |
syntax.php | H A D | 13-Jul-2020 | 1.9 KiB | 70 | 25 |
README.md
1# randomquote Plugin for DokuWiki 2 3This is a very (!) simple syntax plugin for DokuWiki that allows you to show random quotes on your DokuWiki page. 4The plugin is file-based and relies on a list of quotes stored in a `quotes.txt` file. 5 6## Usage 7 8After installing the plugin, all instances of `<randomquote>` will be replaced with a random quote. 9 10To add new quotes or to change the style, please edit the `quotes.txt` and `style.css` files in your `/lib/plugins/randomquote` 11directory directly. 12 13## Development 14 15This plugin initially was not intended for public use. Therefore it is very bare-bones and, for example, does not have 16the option of making settings via the admin pages. Feel free to make it better! 17