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

..Today-

conf/H23-Sep-2020-108

lang/H23-Sep-2020-13469

CHANGELOG.mdH A D22-Sep-20201 KiB3722

LICENSEH A D22-Sep-202017.7 KiB340281

MenuItem.phpH A D22-Sep-2020939 5023

README.mdH A D22-Sep-20201.7 KiB4223

action.phpH A D22-Sep-20206.3 KiB211157

admin.phpH A D22-Sep-2020478 2913

admin.svgH A D22-Sep-2020682 65

cite.svgH A D22-Sep-2020682 65

code.phpH A D22-Sep-20201.1 KiB4519

plugin.info.txtH A D22-Sep-2020261 87

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