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

..--

COPYINGD17-Jun-202617.6 KiB341281

README.mdD17-Jun-2026943 4432

example.pngD17-Jun-20265.3 KiB

plugin.info.txtD17-Jun-2026221 87

syntax.phpD17-Jun-20265.6 KiB178108

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.