diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 14:13:21 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 14:13:21 +0100 |
commit | 50870e9cfc9fce4c67656d5014c07aa825cfa705 (patch) | |
tree | 759bd21e77d947cd759db59c66f1e9aaf0ffa857 | |
parent | 9d656bbe8f5fb2c3b9151da548f32ff12ae3f54a (diff) | |
download | web-50870e9cfc9fce4c67656d5014c07aa825cfa705.tar.gz web-50870e9cfc9fce4c67656d5014c07aa825cfa705.tar.bz2 web-50870e9cfc9fce4c67656d5014c07aa825cfa705.zip |
Add all-in-one-page version
-rw-r--r-- | faq.mdwn | 1 | ||||
-rw-r--r-- | faq_all.mdwn | 74 |
2 files changed, 75 insertions, 0 deletions
@@ -21,6 +21,7 @@ rootpage="faq" postformtext="Add a new item titled:"]] # Also see the... * [[microkernel FAQ|microkernel/faq]], + * [[this FAQ in just one web page|faq_all]]. # General-discussion FAQs diff --git a/faq_all.mdwn b/faq_all.mdwn new file mode 100644 index 00000000..41e2b5ad --- /dev/null +++ b/faq_all.mdwn @@ -0,0 +1,74 @@ +[[!meta copyright="Copyright © 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]]."]]"""]] + +[[!meta title="FAQ"]] +[[!tag stable_URL]] + +[[!inline +pages=none +show=0 +feeds=no +actions=yes +rootpage="faq" postformtext="Add a new item titled:"]] + +# Also see the... + + * [[microkernel FAQ|microkernel/faq]], + + +# General-discussion FAQs + +[[!inline +pages="faq/* and !*/discussion and !*/debian/* and !*/running/* and !*/support/* and !*/issues/* and !*/dev/* and !*/old/*" +show=0 +feeds=no +]] + + +# Hardware/Software support FAQs + +[[!inline +pages="faq/support/* and !*/discussion" +show=0 +feeds=no]] + + +# Running GNU/Hurd FAQs + +[[!inline +pages="faq/running/* and !*/discussion" +show=0 +feeds=no]] + + +# Debian GNU/Hurd FAQs + +[[!inline +pages="faq/debian/* and !*/discussion" +show=0 +feeds=no]] + + +# Development FAQs + +[[!inline +pages="faq/dev/* and !*/discussion" +show=0 +feeds=no]] + + +# Old FAQs + +[[!inline +pages="faq/old/* and !*/discussion" +show=0 +feeds=no]] + + |