| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| COPYING | D | 17-Jun-2026 | 17.6 KiB | 341 | 281 | |
| README.md | D | 17-Jun-2026 | 943 | 44 | 32 | |
| example.png | D | 17-Jun-2026 | 5.3 KiB | |||
| plugin.info.txt | D | 17-Jun-2026 | 221 | 8 | 7 | |
| syntax.php | D | 17-Jun-2026 | 5.6 KiB | 178 | 108 |
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. 42 43* **2026-06-16** 44 * Fix escaping bug.