https://github.com/syntaxseed/avtaskbox
Task box or user story plugin for DokuWiki.
https://github.com/syntaxseed/avtaskbox
Last synced: 12 months ago
JSON representation
Task box or user story plugin for DokuWiki.
- Host: GitHub
- URL: https://github.com/syntaxseed/avtaskbox
- Owner: syntaxseed
- License: gpl-2.0
- Created: 2020-02-07T16:51:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T18:24:33.000Z (over 3 years ago)
- Last Synced: 2025-02-01T11:44:54.226Z (about 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# DokuWiki Plugin: AVTaskBox

Generates nicely formatted boxes for describing project tasks or user stories.
Install and documentation:
* https://www.dokuwiki.org/plugin:avtaskbox
* Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
* Author: Sherri W. (https://syntaxseed.com)
## Usage
```
TITLE: A test task
PRIORITY: High
ESTIMATE: 4h
PROGRESS: 10%
ASSIGNED: Sherri
DESCRIPTION: Some stuff for you. You can have newlines in this part. Description must be the last item.
```
## Changelog
* **2009-11-19**
* created plugin.
* **2013-02-25**
* Fixed image url and minor layout bugs.
* Image fix by user monoceros84.
* Updated this wiki page to remove comments that have been fixed.
* **2020-02-07**
* Update for PHP v 7+
* Add to GitHub repo.
* **2022-08-08**
* Fix broken blank image in progress bar.