1Tuxquote Dokuwiki Plugin 2Craig Douglas <contact22@eldougo.net> 32014-09-15 4 5Thanks to Phil Chadwick for supplying the quotes that he has been collecting over the years. 6 7Tuxquote show a random image of Tux the Linux penguin with a random quote using the '[TUXQUOTE]' shortcode. 8 9You can add or remove images from lib/plugins/tuxquote/images/ directory. All jpg, png and gif images will be randomly used from that directory. 10 11Add or remove quotes from the lib/plugins/tuxquote/quotes.txt file. Quotes are line delimited and HTML formatting can be used, enabling you to use <br /> for line breaks etc. 12 13Development for this plugin can be found on GitHub: https://github.com/eldougo/dokuwiki_plugin_tuxquote 14 15The supplied images were sourced fromm CrystalXP.net (http://www.crystalxp.net/) and are all distributed under the Creative Commons BY-NC-SA license (http://creativecommons.org/licenses/by-nc-sa/3.0/) 16 17Please see images-license.txt for image licensing information and image attributions. 18 19To install the easy way: 20 21- From the plugin manager (Admin - Manage Plugins), enter "https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip" in the plugin URL and dowload. 22 23OR to install the hard way: 24 25- Download the zip file from https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip 26- Move the downloaded file into the <wiki_root>/lib/plugins/ directory. 27- Unpack and rename the directory to "tuxquote". 28 $ wget https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip 29 $ sudo mv master.zip <wiki_root>/lib/plugins/ 30 $ sudo unzip master.zip 31 $ sudo mv dokuwiki_plugin_tuxquote-master tuxquote 32 $ sudo rm master.zip 33- Change ownership to the web user 34 $ sudo chown -R apache:apache tuxquote 35 36After installation: 37 38- Point a browser to the Administration - Configuration Settings panel and set 'cachetime' to 0 39- Alternatively you can add "~~NOCACHE~~" to the top of the page. 40- Edit a wiki page and add the '[TUXQUOTE]' token. 41 42