Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
COPYING | H A D | 08-Aug-2022 | 17.6 KiB | 341 | 281 | |
README.md | H A D | 08-Aug-2022 | 903 | 41 | 30 | |
example.png | H A D | 08-Aug-2022 | 5.3 KiB | |||
plugin.info.txt | H A D | 08-Aug-2022 | 221 | 8 | 7 | |
syntax.php | H A D | 08-Aug-2022 | 5.5 KiB | 175 | 105 |
README.md
1# DokuWiki Plugin: AVTaskBox 2 3<img src="example.png" border="0" /> 4 5Generates nicely formatted boxes for describing project tasks or user stories. 6 7Install and documentation: 8 9* https://www.dokuwiki.org/plugin:avtaskbox 10* Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) 11* Author: Sherri W. (https://syntaxseed.com) 12 13## Usage 14 15``` 16<task> 17TITLE: A test task 18PRIORITY: High 19ESTIMATE: 4h 20PROGRESS: 10% 21ASSIGNED: Sherri 22DESCRIPTION: Some stuff for you. You can have newlines in this part. Description must be the last item. 23</task> 24``` 25 26## Changelog 27 28* **2009-11-19** 29 * created plugin. 30 31* **2013-02-25** 32 * Fixed image url and minor layout bugs. 33 * Image fix by user monoceros84. 34 * Updated this wiki page to remove comments that have been fixed. 35 36* **2020-02-07** 37 * Update for PHP v 7+ 38 * Add to GitHub repo. 39 40* **2022-08-08** 41 * Fix broken blank image in progress bar.