Author: ltheussl
Date: Wed Nov 7 01:15:49 2007
New Revision: 592663
URL: http://svn.apache.org/viewvc?rev=592663&view=rev
Log:
Add a faq to main site to illustrate a problem with faq generation
Added:
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml (with
props)
Modified:
maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/pdf.xml
Added: maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml?rev=592663&view=auto
==============================================================================
--- maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml (added)
+++ maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml Wed Nov
7 01:15:49 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/site/fml/faq.fml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"
Modified: maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/pdf.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/pdf.xml?rev=592663&r1=592662&r2=592663&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/pdf.xml (original)
+++ maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/pdf.xml Wed Nov 7
01:15:49 2007
@@ -32,6 +32,8 @@
<item name="Introduction" ref="index.apt"/>
<item name="Usage" ref="usage.apt"/>
<item name="Limitations" ref="limitations.apt"/>
+ <!-- TODO: this currently fails, FIXME! -->
+ <item name="FAQ" ref="faq.fml"/>
</toc>
</document>