summaryrefslogtreecommitdiff
path: root/tags/2.1/src/site/fml/faq.fml
diff options
context:
space:
mode:
Diffstat (limited to 'tags/2.1/src/site/fml/faq.fml')
-rw-r--r--tags/2.1/src/site/fml/faq.fml51
1 files changed, 51 insertions, 0 deletions
diff --git a/tags/2.1/src/site/fml/faq.fml b/tags/2.1/src/site/fml/faq.fml
new file mode 100644
index 0000000..c4d1495
--- /dev/null
+++ b/tags/2.1/src/site/fml/faq.fml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<faqs title="Frequently Asked Questions" toplink="false">
+
+ <part id="general">
+ <title>General</title>
+
+ <faq id="whats-foo">
+ <question>
+ What is Foo?
+ </question>
+ <answer>
+ <p>some markup goes here</p>
+
+ <source>some source code</source>
+
+ <p>some markup goes here</p>
+ </answer>
+ </faq>
+
+ <!--
+ <faq id="whats-bar">
+ <question>
+ What is Bar?
+ </question>
+ <answer>
+ <p>some markup goes here</p>
+ </answer>
+ </faq>
+ -->
+
+ </part>
+
+ <!--
+ <part id="install">
+
+ <title>Installation</title>
+
+ <faq id="how-install">
+ <question>
+ How do I install Foo?
+ </question>
+ <answer>
+ <p>some markup goes here</p>
+ </answer>
+ </faq>
+
+ </part>
+ -->
+
+</faqs>