Author: ltheussl
Date: Tue Nov  6 06:53:14 2007
New Revision: 592444

URL: http://svn.apache.org/viewvc?rev=592444&view=rev
Log:
Add a faq to test case

Added:
    
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/
    
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
   (with props)
Modified:
    
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/pdf.xml

Added: 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml?rev=592444&view=auto
==============================================================================
--- 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
 (added)
+++ 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
 Tue Nov  6 06:53:14 2007
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<faqs title="Frequently Asked Questions">
+  <part id="General">
+    <faq id="create_book">
+      <question>Is it possible to create a book?</question>
+      <answer>
+        <p>
+          The <a 
href="http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-book/";>Doxia
 Book code</a>
+          currently only supports the iText module for generating a pdf book.
+        </p>
+      </answer>
+    </faq>
+  </part>
+</faqs>
\ No newline at end of file

Propchange: 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/pdf.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/pdf.xml?rev=592444&r1=592443&r2=592444&view=diff
==============================================================================
--- 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/pdf.xml
 (original)
+++ 
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/pdf.xml
 Tue Nov  6 06:53:14 2007
@@ -33,6 +33,7 @@
     <item name="Usage" ref="usage.apt"/>
     <item name="Limitations" ref="limitations.apt"/>
     <item name="Links" ref="ref/links.apt"/>
+    <item name="FAQ" ref="faq.fml"/>
   </toc>
 
 </document>


Reply via email to