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

..Today-

conf/H10-Jan-2021-2420

lang/H10-Jan-2021-1610

src/H10-Jan-2021-611412

vendor/H10-Jan-2021-21,90818,665

LICENSE.Apache-2.0H A D09-Jan-2021556 1410

LICENSE.GPL-2.0-or-laterH A D09-Jan-202117.7 KiB340281

LICENSE.txtH A D09-Jan-202131 21

README.mdH A D09-Jan-20211.7 KiB3018

plugin.info.txtH A D09-Jan-2021193 87

syntax.phpH A D09-Jan-20214 KiB135104

README.md

1# Markdown plugin for DokuWiki
2
3[![CircleCI](https://circleci.com/gh/mizunashi-mana/dokuwiki-plugin-mdpage/tree/master.svg?style=svg)](https://circleci.com/gh/mizunashi-mana/dokuwiki-plugin-mdpage/tree/master)
4[![Maintainability](https://api.codeclimate.com/v1/badges/b43a73f03fca36f12742/maintainability)](https://codeclimate.com/github/mizunashi-mana/dokuwiki-plugin-mdpage/maintainability)
5[![Test Coverage](https://api.codeclimate.com/v1/badges/b43a73f03fca36f12742/test_coverage)](https://codeclimate.com/github/mizunashi-mana/dokuwiki-plugin-mdpage/test_coverage)
6
7## Installation / Usage
8
9See <https://www.dokuwiki.org/plugin:mdpage>.
10
11## Report a bug / Contribute a fix
12
13See [Contributing Guide](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/CONTRIBUTING.md).
14
15## Release flow
16
171. Bump the date of `plugin.info.txt`
182. Run `./scripts/push-release-tag.bash [VERSION]`
193. Fix `lastupdate` on https://www.dokuwiki.org/plugin:mdpage
204. Wait deploying and update the release note for new version
21
22## License
23
24This work is dual-licensed under [the Apache 2.0 License](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/LICENSE.Apache-2.0) and [the GPL 2.0 (or any later version)](https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/blob/master/LICENSE.GPL-2.0-or-later).
25You are free to pick which one suits your needs.
26
27* Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT License](https://github.com/cebe/markdown/blob/master/LICENSE).
28
29Notice: DokuWiki is licensed under [the GPL 2.0](https://github.com/splitbrain/dokuwiki/blob/master/COPYING).  This license cannot be compatible with the Apache 2.0 License and the GPL 3.0.  See also: https://www.gnu.org/licenses/license-list.html .
30