diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 09:12:27 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 09:20:18 +0200 |
commit | 9345586302f30be56189efcf0edb8b064bad0b37 (patch) | |
tree | b652677e35aca101cbda0786ef304791e2bac521 /open_issues.mdwn | |
parent | bf37abe176e1a04dce95eb9cf8dc15554f63469a (diff) | |
download | web-9345586302f30be56189efcf0edb8b064bad0b37.tar.gz web-9345586302f30be56189efcf0edb8b064bad0b37.tar.bz2 web-9345586302f30be56189efcf0edb8b064bad0b37.zip |
Show used tags and create pages to show what is tagged.
Diffstat (limited to 'open_issues.mdwn')
-rw-r--r-- | open_issues.mdwn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/open_issues.mdwn b/open_issues.mdwn index b6771287..3bb21d9b 100644 --- a/open_issues.mdwn +++ b/open_issues.mdwn @@ -12,6 +12,18 @@ is included in the section entitled This is a dumping ground for open issues. +If you register a new issue, please supply some suitable [[tag +directive|ikiwiki/directive]]s to make sure that your report shows up on the +relevant lists of open issues. Tags that are currently in active use are the +following: + +[[!map pages="tag/* and !tag/*/* and !tag/open_issue_mach" +show=title]] + +Most of them should be self-explanatory. *fixed_in_debian* is used to tag +items that have been fixed in the [[Debian GNU/Hurd|hurd/running/debian]] +distribution, but not yet in the upstream sources. + [[!inline pages=none show=-1 @@ -20,5 +32,6 @@ actions=yes rootpage="open_issues" postformtext="Add a new item titled:"]] [[!map pages="(./open_issues/* or */open_issues/* or -hurd/running/debian/porting/* or tagged(open_issue*)) and !*/discussion" +hurd/running/debian/porting/* or tagged(open_issue*)) and !tag/* and +!*/discussion" show=title]] |