TASKLIST EXAMPLE MACRO LIBRARY
------------------------------
A very simple example macro library to render a list of tasks which users can mark complete.


USAGE
-----
   {dynamictasklist:Shopping List}

BUILDING
--------
You can build the library using the ant build script provided in the directory above this file.

Try 'ant usage' for more information on building.


SOURCE
------
The library definition is:
    src/etc/macro-library.xml

The library source files are in:
    src/java/com/atlassian/confluence/extra/dynamictasklist

The Velocity template used to render HTML is in:
    src/etc/templates/extra/dynamictasklist


