Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
action/ | H | 08-May-2023 | - | 344 | 200 | |
conf/ | H | 08-May-2023 | - | 44 | 30 | |
lang/ | H | 08-May-2023 | - | 192 | 106 | |
lib/ | H | 08-May-2023 | - | 910 | 359 | |
CHANGELOG.md | H A D | 07-May-2023 | 6.4 KiB | 186 | 140 | |
LICENSE | H A D | 07-May-2023 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 07-May-2023 | 2.1 KiB | 47 | 29 | |
plugin.info.txt | H A D | 07-May-2023 | 282 | 8 | 7 |
README.md
1# gitbacked Plugin for DokuWiki 2 3## :green_heart: Contributions welcome :green_heart: 4 5You want to support Open Source, even if you are new to the game? 6Feel free to grab an issue: 7 8- [Smaller issues, also well suited for newcomers](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3Acontributionwelcome) 9- [Feature requests and other cool ideas](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22) 10 11If you have encountered a problem, you have a good idea, or just have a question, please, create a new issue. 12 13## gitbacked Plugin for DokuWiki 14 15Store/Sync pages and media files in a git repository 16 17All documentation for this plugin can be found at 18http://www.dokuwiki.org/plugin:gitbacked 19 20This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes](https://github.com/woolfg/dokuwiki-plugin-gitbacked/blob/master/CHANGELOG.md) 21via this repos [Releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases). 22Detailed technical information on how releases are built can be found at [HowTo manage releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/blob/master/.github/workflows/docs/HowTo_MANAGE_RELEASES.md). 23 24If you install this plugin manually, make sure that: 25- you download a **released** `dokuwiki-plugin-gitbacked-YYYY-DD-MM.zip` file 26 from the [Release](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases) page. 27- this file is to be unpacked in `<DOKUWIKI_ROOT>/lib/plugins/gitbacked/` - if this folder 28 is called differently it will not work! 29 30Please refer to http://www.dokuwiki.org/plugins for additional info 31on how to install plugins in DokuWiki. 32 33## Changelog 34 35See [CHANGELOG.md](CHANGELOG.md) 36 37## Maintainers 38 39- [@mhoffrog (Markus Hoffrogge)](https://github.com/mhoffrog) 40- [@woolfg (Wolfgang Gassler)](https://github.com/woolfg) 41 42## License 43 44This plugin is licensed under GPLv2, see [LICENSE](LICENSE). 45 46See the [COPYING](https://github.com/splitbrain/dokuwiki/blob/master/COPYING) file in your DokuWiki folder for details 47