aboutsummaryrefslogtreecommitdiff
path: root/tag.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-11-26 09:32:23 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-11-26 09:32:23 +0100
commitcc58caf1beec20e4fcc0877119c74e616fa6af1f (patch)
tree88531febe9d849e4a5b684a60a519b716d95fba9 /tag.mdwn
parentfe368cda90cd374c68780c238481b1208056655f (diff)
downloadweb-cc58caf1beec20e4fcc0877119c74e616fa6af1f.tar.gz
web-cc58caf1beec20e4fcc0877119c74e616fa6af1f.tar.bz2
web-cc58caf1beec20e4fcc0877119c74e616fa6af1f.zip
tag: Tags' explanations as YAML data.
Diffstat (limited to 'tag.mdwn')
-rw-r--r--tag.mdwn54
1 files changed, 37 insertions, 17 deletions
diff --git a/tag.mdwn b/tag.mdwn
index 6051de3b..acabfb28 100644
--- a/tag.mdwn
+++ b/tag.mdwn
@@ -15,31 +15,51 @@ moment:
pages="tag/* and !tag/*/*"
show=title]]
-Most of them should be self-explanatory.
+Most of them should be self-explanatory, and for the others, here are the
+explanations:
* *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.
+ {{$fixed_in_debian}}
* *open_issue_documentation*
- Use for tagging pages / items that need to be handled / improved for
- documentation purposes.
-
+ {{$open_issue_documentation}}
+
* *open_issue_porting*
- A list of open issues in porting software to run on GNU/Hurd systems. This
- list also includes [[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.
+ {{$open_issue_porting}}
* *stable_URL*
- These pages are tagged as having a *stable URL*. That is, they're linked
- to from external pages, and their locations should not be changed
- needlessly.
+ {{$stable_URL}}
+
+
+[[!ymlfront data="""
+
+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_documentation:
+
+ Used for tagging pages / items that need to be handled / improved for
+ documentation purposes.
+
+open_issue_porting:
+
+ A list of open issues in porting software to run on GNU/Hurd systems. This
+ list also includes [[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
+ from external pages, and their locations should not be changed needlessly.
+
+"""]]