Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 10-Jan-2021 | - | 24 | 20 | |
lang/ | H | 10-Jan-2021 | - | 16 | 10 | |
src/ | H | 10-Jan-2021 | - | 611 | 412 | |
vendor/ | H | 10-Jan-2021 | - | 21,908 | 18,665 | |
LICENSE.Apache-2.0 | H A D | 09-Jan-2021 | 556 | 14 | 10 | |
LICENSE.GPL-2.0-or-later | H A D | 09-Jan-2021 | 17.7 KiB | 340 | 281 | |
LICENSE.txt | H A D | 09-Jan-2021 | 31 | 2 | 1 | |
README.md | H A D | 09-Jan-2021 | 1.7 KiB | 30 | 18 | |
plugin.info.txt | H A D | 09-Jan-2021 | 193 | 8 | 7 | |
syntax.php | H A D | 09-Jan-2021 | 4 KiB | 135 | 104 |
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