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

..Today-

LICENSEH A D13-Jul-20201 KiB2217

README.mdH A D13-Jul-2020713 1710

plugin.info.txtH A D13-Jul-2020186 77

quotes.txtH A D13-Jul-2020213 33

style.cssH A D13-Jul-2020290 1413

syntax.phpH A D13-Jul-20201.9 KiB7025

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