blob: 75df5d2589d1a36f1260a18c2b8c26860bea1121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
My todos
========
[[!inline pages="todo/* and !todo/done and !link(todo/done) and
link(users/yoh)" sort=mtime feeds=no actions=yes archive=yes show=0]]
Done
----
[[!inline pages="todo/* and !todo/done and link(todo/done) and
link(users/you)" feeds=no actions=yes archive=yes show=0]]
My bugs
=======
[[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and
link(users/you)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
Fixed
-----
[[!inline pages="bugs/* and !bugs/done and link(bugs/done) and
link(users/yoh)" feeds=no actions=yes archive=yes show=0 template=buglist]]
|