ToDo Parser

Description

The ToDo parser allows you to create ToDo lists inside of Moin code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

todo.py

1.0

1.5

ParserMarket/ToDo/ReleaseNotes

todo-1.6.py

1.0 (200803112319)

1.6

ParserMarket/ToDo/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!todo after the beginning of the code block.

Example

{{{#!todo
# lines with '#' in the *first* position are comments and are ignored
# Field order: Title | %percent | Who | Due | Starts | Priority | Units | dEscription
Do this
Half done|50
Complete|100|TerryBrown
W:TerryBrown|T:Docs.|U:10-12|D:20070920
  20070913 - working on it

  /!\ Harder than I thought!

  <<<
    self = *this
  >>>
T:Get input|W:All group members
}}}

This parser is copyrighted by TerryBrown

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/ToDo (last edited 2008-03-11 22:47:57 by VaclavHaisman)