summaryrefslogtreecommitdiff
path: root/tag.mdwn
diff options
context:
space:
mode:
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.
+
+"""]]