diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-13 10:36:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-13 11:11:01 +0200 |
commit | 38cfa89677eabc85fc23e31e24cee85fb1ecfa54 (patch) | |
tree | 45822eb14eb11bdf7e96f0b8f3c5c7f0b9f81b88 /faq.mdwn | |
parent | d8ba0864d2cc74397960060b79a8c9154bb16d34 (diff) | |
download | web-38cfa89677eabc85fc23e31e24cee85fb1ecfa54.tar.gz web-38cfa89677eabc85fc23e31e24cee85fb1ecfa54.tar.bz2 web-38cfa89677eabc85fc23e31e24cee85fb1ecfa54.zip |
Rework FAQ machinery to be based on tags instead of filenames.
Diffstat (limited to 'faq.mdwn')
-rw-r--r-- | faq.mdwn | 39 |
1 files changed, 29 insertions, 10 deletions
@@ -29,49 +29,68 @@ This page [[with all items inlined|faq_inlined]]. # General-discussion FAQs [[!map -pages="faq/* and !*/discussion and !*/debian/* and !*/running/* and !*/support/* and !*/issues/* and !*/dev/* and !*/old/*" +pages="tagged(faq/general) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/general) and !tagged(faq/_important)" show=title]] # Hardware/Software support FAQs [[!map -pages="faq/support/* and !*/discussion" +pages="tagged(faq/support) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/support) and !tagged(faq/_important)" show=title]] # Running GNU/Hurd FAQs [[!map -pages="faq/running/* and !*/discussion" +pages="tagged(faq/running) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/running) and !tagged(faq/_important)" show=title]] # Debian GNU/Hurd FAQs [[!map -pages="faq/debian/* and !*/discussion" +pages="tagged(faq/debian) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/debian) and !tagged(faq/_important)" show=title]] -# Issues FAQs +# Open Issues FAQs [[!map -pages="faq/issues/* and !*/discussion" +pages="tagged(faq/open_issues) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/open_issues) and !tagged(faq/_important)" show=title]] # Development FAQs [[!map -pages="faq/dev/* and !*/discussion" +pages="tagged(faq/development) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/development) and !tagged(faq/_important)" show=title]] # Old FAQs [[!map -pages="faq/old/* and !*/discussion" +pages="tagged(faq/old) and tagged(faq/_important)" +show=title]] +[[!map +pages="tagged(faq/old) and !tagged(faq/_important)" show=title]] - - |