1# ParserFunctions plugin for DokuWiki
2
3Provides additional parser functions for DokuWiki inspired by the
4[MediaWiki ParserFunctions Extension](https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions).
5
6The source code of this plugin is distributed on the platform
7[GitHub](https://github.com/nerun/dokuwiki-plugin-parserfunctions).
8
9All documentation for this plugin can be found at
10[DokuWiki - Plugin:ParserFunctions](https://www.dokuwiki.org/plugin:parserfunctions).
11
12If you install this plugin manually, make sure it is installed in
13`lib/plugins/parserfunctions/` - if the folder is called different it
14will not work!
15
16Please refer to [Extension Manager](https://www.dokuwiki.org/plugin:extension)
17Plugin for additional info on how to search and install extensions in
18DokuWiki. Refer to [Plugins](https://www.dokuwiki.org/plugins) on how
19to install plugins manually.
20
21----
22Copyright (C) 2023-2024 Daniel "Nerun" Rodrigues (danieldiasr@gmail.com)
23
24This program is free software; you can redistribute it and/or modify
25it under the terms of the GNU General Public License as published by
26the Free Software Foundation; either version 2 of the License, or
27(at your option) any later version.
28
29This program is distributed in the hope that it will be useful,
30but WITHOUT ANY WARRANTY; without even the implied warranty of
31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32GNU General Public License for more details.
33
34You should have received a copy of the GNU General Public License along
35with this program; if not, write to the Free Software Foundation, Inc.,
3651 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37
38---
39See the [LICENSE](LICENSE) file for details.
40
41On Linux systems it is also usually available at:
42
43    $ cat /usr/share/common-licenses/GPL-2
44