Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
action/ | H | 07-Feb-2022 | - | 349 | 207 | |
conf/ | H | 07-Feb-2022 | - | 44 | 30 | |
lang/ | H | 07-Feb-2022 | - | 192 | 106 | |
lib/ | H | 07-Feb-2022 | - | 778 | 301 | |
README.md | H A D | 05-Feb-2022 | 1.8 KiB | 46 | 29 | |
plugin.info.txt | H A D | 05-Feb-2022 | 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 20If you install this plugin manually, make sure it is installed in 21`lib/plugins/gitbacked/` - if the folder is called differently it 22will not work! 23 24Please refer to http://www.dokuwiki.org/plugins for additional info 25on how to install plugins in DokuWiki. 26 27## Maintainers 28 29- [@mhoffrog (Markus Hoffrogge)](https://github.com/mhoffrog) 30- [@woolfg (Wolfgang Gassler)](https://github.com/woolfg) 31 32## License 33 34Copyright (C) Wolfgang Gassler <wolfgang@gassler.org> 35 36This program is free software; you can redistribute it and/or modify 37it under the terms of the GNU General Public License as published by 38the Free Software Foundation; version 2 of the License 39 40This program is distributed in the hope that it will be useful, 41but WITHOUT ANY WARRANTY; without even the implied warranty of 42MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 43GNU General Public License for more details. 44 45See the [COPYING](https://github.com/splitbrain/dokuwiki/blob/master/COPYING) file in your DokuWiki folder for details 46