1miniblog Plugin for DokuWiki 2 3A simple blog plugin that treats pages in 'blog' namespace as blog 4entries, based on the following plugins: blog, include, blogtng, disqus. 5 6Configurations: 7 specify the disqus shortname in configuration manager 8 9Syntax: 10 1. Displaying a list of blog entries 11 <miniblog> 12 2. Displaying a list of blog entries when using 'twentyfifteen' template 13 <miniblog twentyfifteen> 14 2. Adding disqus comment to a post 15 ~~DISQUS~~ 16 17Feed: 18 The feed URL is "feed.php?mode=miniblog". 19 20All documentation for this plugin can be found at 21https://github.com/lainme/dokuwiki-plugin-miniblog 22 23If you install this plugin manually, make sure it is installed in 24lib/plugins/miniblog/ - if the folder is called different it 25will not work! 26 27Please refer to http://www.dokuwiki.org/plugins for additional info 28on how to install plugins in DokuWiki. 29 30---- 31 32This program is free software; you can redistribute it and/or modify 33it under the terms of the GNU General Public License as published by 34the Free Software Foundation; version 2 of the License 35 36This program is distributed in the hope that it will be useful, 37but WITHOUT ANY WARRANTY; without even the implied warranty of 38MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 39GNU General Public License for more details. 40 41See the COPYING file in your DokuWiki folder for details 42