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