File: README.md

package info (click to toggle)
dokuwiki-plugins-extra 20251207-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 24,644 kB
  • sloc: php: 88,796; javascript: 64,519; makefile: 112; sh: 76; xml: 71
file content (48 lines) | stat: -rw-r--r-- 2,430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# gitbacked Plugin for DokuWiki
[![GNU General Public License v2.0](https://img.shields.io/github/license/woolfg/dokuwiki-plugin-gitbacked?label=License)](./LICENSE)
[![CI](https://github.com/woolfg/dokuwiki-plugin-gitbacked/actions/workflows/dokuwiki.yml/badge.svg)](https://github.com/woolfg/dokuwiki-plugin-gitbacked/actions/workflows/dokuwiki.yml)

## :green_heart: Contributions welcome :green_heart:

You want to support Open Source, even if you are new to the game?
Feel free to grab an issue:

- [Smaller issues, also well suited for newcomers](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3Acontributionwelcome)
- [Feature requests and other cool ideas](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22)

If you have encountered a problem, you have a good idea, or just have a question, please, create a new issue.

## gitbacked Plugin for DokuWiki

Store/Sync pages and media files in a git repository

All documentation for this plugin can be found at
http://www.dokuwiki.org/plugin:gitbacked

This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes](https://github.com/woolfg/dokuwiki-plugin-gitbacked/blob/master/CHANGELOG.md)
via this repos [Releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases).
Detailed 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).

If you install this plugin manually, make sure that:
- you download a **released** `dokuwiki-plugin-gitbacked-YYYY-DD-MM.zip` file
  from the [Release](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases) page.
- this file is to be unpacked in `<DOKUWIKI_ROOT>/lib/plugins/gitbacked/` - if this folder
  is called differently it will not work!

Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## Maintainers

- [@mhoffrog (Markus Hoffrogge)](https://github.com/mhoffrog)
- [@woolfg (Wolfgang Gassler)](https://github.com/woolfg)

## License

This plugin is licensed under GPLv2, see [LICENSE](LICENSE).

See the [COPYING](https://github.com/splitbrain/dokuwiki/blob/master/COPYING) file in your DokuWiki folder for details