Author: bimargulies
Date: Wed Sep 14 15:26:36 2011
New Revision: 1170684

URL: http://svn.apache.org/viewvc?rev=1170684&view=rev
Log:
Put the anchor back the way it was in this file to unbreak links

Added:
    maven/plugins/trunk/maven-shade-plugin/src/it/no-signature-files/
Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml?rev=1170684&r1=1170683&r2=1170684&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Wed Sep 14 
15:26:36 2011
@@ -50,12 +50,13 @@ under the License.
       </answer>
     </faq>
     <!-- mention docbook explicitly so google can find this -->
-    <faq id="How to include a custom Doxia module, like Twiki or Simple 
DocBook">
-      <question>How to include a custom Doxia module, like Twiki or Simple 
DocBook?</question>
+    <faq id="How to include a custom Doxia module, like Twiki">
+      <question>How to include a custom Doxia module, like Twiki?</question>
       <answer>
         <p>
           The site plugin handles out-of-box apt, xdoc and fml formats.
-          If you want to use a custom format like Twiki (or any other document 
format
+          If you want to use a custom format like Twiki, Simple DocBook, or 
XHTML
+          (or any other document format
           for which a doxia parser exists, see the list of
           <a href="http://maven.apache.org/doxia/references/index.html";>Doxia 
Markup Languages</a>),
           you need to specify the corresponding Doxia module dependency, e.g. 
for Twiki:


Reply via email to