Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 23-Sep-2020 | - | 10 | 8 | |
lang/ | H | 23-Sep-2020 | - | 134 | 69 | |
CHANGELOG.md | H A D | 22-Sep-2020 | 1 KiB | 37 | 22 | |
LICENSE | H A D | 22-Sep-2020 | 17.7 KiB | 340 | 281 | |
MenuItem.php | H A D | 22-Sep-2020 | 939 | 50 | 23 | |
README.md | H A D | 22-Sep-2020 | 1.7 KiB | 42 | 23 | |
action.php | H A D | 22-Sep-2020 | 6.3 KiB | 211 | 157 | |
admin.php | H A D | 22-Sep-2020 | 478 | 29 | 13 | |
admin.svg | H A D | 22-Sep-2020 | 682 | 6 | 5 | |
cite.svg | H A D | 22-Sep-2020 | 682 | 6 | 5 | |
code.php | H A D | 22-Sep-2020 | 1.1 KiB | 45 | 19 | |
plugin.info.txt | H A D | 22-Sep-2020 | 261 | 8 | 7 |
README.md
1# Citations for DokuWiki 2 3## License 4 5* **Author**: [Terence J. Grant](mailto:tjgrant@tatewake.com) 6* **License**: [GNU GPL v2](http://opensource.org/licenses/GPL-2.0) 7* **Latest Release**: v1.1.0 on Sep 22nd, 2020 8* **Changes**: See [CHANGELOG.md](CHANGELOG.md) for full details. 9* **Donate**: [Donations](http://tjgrant.com/wiki/donate) and [Sponsorships](https://github.com/sponsors/tatewake) are appreciated! 10 11## About 12 13This plugin gives you the ability to let users cite your work. This is required quite often in academia and journalism. 14 15The way this is done is by appending `&do=cite` to a wiki page's URL in addition to an optional revision number, for example `rev=123456789`. 16 17**Note:** Some templates may be "citation aware", but otherwise you will need to add code to your template's **main.php** for the citation links to appear! 18 19## Install / Upgrade 20 21Search and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plugins](https://www.dokuwiki.org/plugins) on how to install plugins manually. 22 23## Setup 24 25All further documentation for this plugin can be found at: 26 27 * [https://www.dokuwiki.org/plugin:cite](https://www.dokuwiki.org/plugin:cite) 28 29## Contributing 30 31The official repository for this plugin is available on GitHub: 32 33* [https://github.com/tatewake/dokuwiki-plugin-cite](https://github.com/tatewake/dokuwiki-plugin-cite) 34 35The plugin thrives from community contributions. If you're able to provide useful code changes or bug fixes, they will likely be accepted to future versions of the plugin. 36 37If you find my work helpful and would like to give back, [consider joining me as a GitHub sponsor](https://github.com/sponsors/tatewake). 38 39Thanks! 40 41--Terence 42