diff options
| -rw-r--r-- | doc/index.mdwn | 1 | ||||
| -rw-r--r-- | doc/todo.mdwn | 6 | ||||
| -rw-r--r-- | doc/todo/done.mdwn | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index 0d2b40b6..4675e41b 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -2,6 +2,7 @@ [[!sidebar content=""" [[install]] +[API documentation](hackage.haskell.org/package/propellor) [[todo]] """]] diff --git a/doc/todo.mdwn b/doc/todo.mdwn new file mode 100644 index 00000000..06e3db4f --- /dev/null +++ b/doc/todo.mdwn @@ -0,0 +1,6 @@ +This is propellor's todo list. Link items to [[todo/done]] when done. + +See also: [Debian BTS](http://bugs.debian.org/propellor). + +[[!inline pages="./todo/* and !./todo/done and !link(done) +and !*/Discussion" actions=yes postform=yes show=0 archive=yes]] diff --git a/doc/todo/done.mdwn b/doc/todo/done.mdwn new file mode 100644 index 00000000..e7c98081 --- /dev/null +++ b/doc/todo/done.mdwn @@ -0,0 +1,4 @@ +recently fixed [[todo]] items. + +[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10 +archive=yes]] |
