diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 10:32:44 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 14:56:14 +0000 |
commit | 424bec71b3adfa77d9874dd60b3d3f995a4ae1df (patch) | |
tree | fc9d044072e1911816e1da2e245890670c4cf304 /tag.mdwn | |
parent | 94f5ac646db2669d42462fd92da2c4994cefe05a (diff) | |
download | web-424bec71b3adfa77d9874dd60b3d3f995a4ae1df.tar.gz web-424bec71b3adfa77d9874dd60b3d3f995a4ae1df.tar.bz2 web-424bec71b3adfa77d9874dd60b3d3f995a4ae1df.zip |
Prepare for changes in ikiwiki's tag infrastructure.
Diffstat (limited to 'tag.mdwn')
-rw-r--r-- | tag.mdwn | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tag.mdwn b/tag.mdwn new file mode 100644 index 00000000..4d441b29 --- /dev/null +++ b/tag.mdwn @@ -0,0 +1,39 @@ +[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +The following [[!iki ikiwiki/directive/tag desc=tags]] are actively used at the +moment: + +[[!map +pages="tag/* and !tag/*/*" +show=title]] + +Most of them should be self-explanatory. + + * *fixed_in_debian* + + This tag 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. + + * *open_issue_porting* + + A list of open issues in porting software to run on GNU/Hurd systems. This + list also includes [[hurd/toolchain]]-level items, items that are either + already solved in [[Debian GNU/Hurd|hurd/running/debian]] systems (tagged + *fixed_in_debian*) or being worked around, so if you're out for working on + application-level porting issues, then perusing through the list of + [[Debian packages that need porting|hurd/running/debian/porting]] may be + better. + + * *stable_URL* + + These pages are tagged as having a *stable URL*. That is, they're linked + to on external pages, and should not be changed just for the sake of it. |