You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2013/11/20 00:44:58 UTC

svn commit: r887284 [3/6] - in /websites/staging/maven-doxia/trunk/content: ./ book/ developers/ doxia-example-book/ issues/ macros/ modules/ references/

Modified: websites/staging/maven-doxia/trunk/content/faq.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/faq.html (original)
+++ websites/staging/maven-doxia/trunk/content/faq.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -226,13 +226,30 @@ software distributed under the License i
 "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. --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><ol style="list-style-type: decimal"><li><a href="#How_to_handle_style_in_the_APT_markup_language">How to handle style in the APT markup language?</a></li><li><a href="#How_to_export_in_PDF">How to export in PDF?</a></li><li><a href="#Is_it_possible_to_create_a_book">Is it possible to create a book?</a></li><li><a href="#Why_XML_based_sinks_don_t_generate_nicely_formatted_documents">Why XML based sinks don't generate nicely formatted documents?</a></li><li><a href="#doxia-xsd">Where are the Maven Doxia XSD schemas files?</a></li><li><a href="#doxia-character-entities">How to define character entities in Doxia XML files with XSD?</a></li><li><a href="#How_to_integrate_Doxia_1.1_with_Maven">How to integrate Doxia 1.1 with Maven?</a></li></ol></div><dl><dt><a name="How_to_handle_style_in_the_APT_markup_language">How to handle style in the APT markup l
 anguage?</a></dt><dd>
-        <p>
+under the License. --><div class="section">
+<h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2>
+<ol style="list-style-type: decimal">
+<li><a href="#How_to_handle_style_in_the_APT_markup_language">How to handle style in the APT markup language?</a></li>
+<li><a href="#How_to_export_in_PDF">How to export in PDF?</a></li>
+<li><a href="#Is_it_possible_to_create_a_book">Is it possible to create a book?</a></li>
+<li><a href="#Why_XML_based_sinks_don_t_generate_nicely_formatted_documents">Why XML based sinks don't generate nicely formatted documents?</a></li>
+<li><a href="#doxia-xsd">Where are the Maven Doxia XSD schemas files?</a></li>
+<li><a href="#doxia-character-entities">How to define character entities in Doxia XML files with XSD?</a></li>
+<li><a href="#How_to_integrate_Doxia_1.1_with_Maven">How to integrate Doxia 1.1 with Maven?</a></li></ol></div>
+<dl>
+<dt><a name="How_to_handle_style_in_the_APT_markup_language">How to handle style in the APT markup language?</a></dt>
+<dd>
+        
+<p>
           APT does not support style. If you need more control you should use
           <a href="references/xdoc-format.html">xdoc</a> instead.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_to_export_in_PDF">How to export in PDF?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="How_to_export_in_PDF">How to export in PDF?</a></dt>
+<dd>
+        
+<p>
           There are two modules available that can be used to generate pdf output: an
           <a class="externalLink" href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-itext/">iText module</a>
           that uses the
@@ -243,89 +260,133 @@ under the License. --><div class="sectio
           Unfortunately, the iText team has discontinued the XML to PDF functionalities, so probably
           only the fo module is going to be supported in the future.
        </p>
-        <p>
+        
+<p>
           For Maven there is a <a class="externalLink" href="http://maven.apache.org/plugins/maven-pdf-plugin/">pdf plugin</a> available.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="Is_it_possible_to_create_a_book">Is it possible to create a book?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="Is_it_possible_to_create_a_book">Is it possible to create a book?</a></dt>
+<dd>
+        
+<p>
           Doxia also has a fairly simple tool for writing books. It comes complete with a Maven plugin
           to produce PDFs, LaTeX documents and Xdoc for direct integration in your Maven site.
           The <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-book-renderer/">Doxia Book code</a>
           is still limited but fully functional.
        </p>
-        <p>
+        
+<p>
           See <a href="./book/index.html">Writing Books in Doxia</a> for more information.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="Why_XML_based_sinks_don_t_generate_nicely_formatted_documents">Why XML based sinks don't generate nicely formatted documents?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="Why_XML_based_sinks_don_t_generate_nicely_formatted_documents">Why XML based sinks don't generate nicely formatted documents?</a></dt>
+<dd>
+        
+<p>
           We decided to keep pretty printing out of the core modules. So, XML based sinks like Xdoc or XHTML are
           intentionally unformatted. You could always do this after the document generation or directly
           by creating a specialized end-user sink (see <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-255">DOXIA-255</a>).
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="doxia-xsd">Where are the Maven Doxia XSD schemas files?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="doxia-xsd">Where are the Maven Doxia XSD schemas files?</a></dt>
+<dd>
+        
+<p>
           The Doxia XSD files are located here:
        </p>
 
-        <dl>
-          <dt>Xdoc XSD 2.0</dt>
-          <dd><a class="externalLink" href="http://maven.apache.org/xsd/xdoc-2.0.xsd">http://maven.apache.org/xsd/xdoc-2.0.xsd</a></dd>
-          <dt>FML XSD 1.0.1</dt>
-          <dd><a class="externalLink" href="http://maven.apache.org/xsd/fml-1.0.1.xsd">http://maven.apache.org/xsd/fml-1.0.1.xsd</a></dd>
-          <dt>Book XSD 1.0</dt>
-          <dd><a class="externalLink" href="http://maven.apache.org/xsd/book-1.0.0.xsd">http://maven.apache.org/xsd/book-1.0.0.xsd</a></dd>
-          <dt>Document XSD 1.0.1</dt>
-          <dd><a class="externalLink" href="http://maven.apache.org/xsd/document-1.0.1.xsd">http://maven.apache.org/xsd/document-1.0.1.xsd</a></dd>
-          <dt>Decoration XSD 1.0</dt>
-          <dd><a class="externalLink" href="http://maven.apache.org/xsd/decoration-1.0.0.xsd">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a></dd>
+        
+<dl>
+          
+<dt>Xdoc XSD 2.0</dt>
+          
+<dd><a class="externalLink" href="http://maven.apache.org/xsd/xdoc-2.0.xsd">http://maven.apache.org/xsd/xdoc-2.0.xsd</a></dd>
+          
+<dt>FML XSD 1.0.1</dt>
+          
+<dd><a class="externalLink" href="http://maven.apache.org/xsd/fml-1.0.1.xsd">http://maven.apache.org/xsd/fml-1.0.1.xsd</a></dd>
+          
+<dt>Book XSD 1.0</dt>
+          
+<dd><a class="externalLink" href="http://maven.apache.org/xsd/book-1.0.0.xsd">http://maven.apache.org/xsd/book-1.0.0.xsd</a></dd>
+          
+<dt>Document XSD 1.0.1</dt>
+          
+<dd><a class="externalLink" href="http://maven.apache.org/xsd/document-1.0.1.xsd">http://maven.apache.org/xsd/document-1.0.1.xsd</a></dd>
+          
+<dt>Decoration XSD 1.0</dt>
+          
+<dd><a class="externalLink" href="http://maven.apache.org/xsd/decoration-1.0.0.xsd">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a></dd>
        </dl>
 
-        <p>
+        
+<p>
           Your favorite IDE probably supports XSD schema's for Xdoc and FML files. You need to
           specify the following:
-        </p><div class="source"><pre>
+        </p>
+<div class="source">
+<pre>
 &lt;document xmlns=&quot;http://maven.apache.org/XDOC/2.0&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd&quot;&gt;
   ...
 &lt;/document&gt;</pre></div>
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
 &lt;faqs xmlns=&quot;http://maven.apache.org/FML/1.0.1&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd&quot;&gt;
   ...
 &lt;/faqs&gt;</pre></div>
-          <div class="source"><pre>
+          
+<div class="source">
+<pre>
 &lt;book xmlns=&quot;http://maven.apache.org/BOOK/1.0.0&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/BOOK/1.0.0 http://maven.apache.org/xsd/book-1.0.0.xsd&quot;&gt;
   ...
 &lt;/book&gt;</pre></div>
-          <div class="source"><pre>
+          
+<div class="source">
+<pre>
 &lt;document xmlns=&quot;http://maven.apache.org/DOCUMENT/1.0.1&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd&quot;
   outputName=&quot;...&quot;&gt;
   ...
 &lt;/document&gt;</pre></div>
-          <div class="source"><pre>
+          
+<div class="source">
+<pre>
 &lt;project xmlns=&quot;http://maven.apache.org/DECORATION/1.0.0&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd&quot;&gt;
   ...
 &lt;/project&gt;</pre></div>
        
-        <p>
+        
+<p>
           <b>Note</b>: for preformance reasons, all XSDs/DTDs use a cache in ${java.io.tmpdir}.
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="doxia-character-entities">How to define character entities in Doxia XML files with XSD?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="doxia-character-entities">How to define character entities in Doxia XML files with XSD?</a></dt>
+<dd>
+        
+<p>
           Since it is not possible to define character entity references (like &amp;copy;) in XSDs (unlike DTDs), each
           XML file should have a &lt;!DOCTYPE&gt; to define the character entity set.
        </p>
-        <p>
+        
+<p>
           For instance, you could add the following in your Xdoc XML files to be similar to XHTML 1.0 Transitional dtd:
-        </p><div class="source"><pre>
+        </p>
+<div class="source">
+<pre>
 &lt;!DOCTYPE document [
   &lt;!-- These are the entity sets for ISO Latin 1 characters for the XHTML --&gt;
   &lt;!ENTITY % HTMLlat1 PUBLIC &quot;-//W3C//ENTITIES Latin 1 for XHTML//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent&quot;&gt;
@@ -343,15 +404,21 @@ xsi:schemaLocation=&quot;http://maven.ap
 ...
 &lt;/document&gt;</pre></div>
        
-        <p>
+        
+<p>
           <b>Note</b>: if CDATA is used to specify entity, Doxia will replace &amp; by &amp;amp; (i.e
           &quot;&lt;![CDATA[&amp;iexcl;]]&gt;&quot; becomes &quot;&amp;amp;iexcl;&quot;).
        </p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_to_integrate_Doxia_1.1_with_Maven">How to integrate Doxia 1.1 with Maven?</a></dt><dd>
-        <p>
+      
+<p align="right"><a href="#top">[top]</a></p><hr /></dd>
+<dt><a name="How_to_integrate_Doxia_1.1_with_Maven">How to integrate Doxia 1.1 with Maven?</a></dt>
+<dd>
+        
+<p>
           See this <a href="developers/maven-integration.html">page</a>.
        </p>
-      <p align="right"><a href="#top">[top]</a></p></dd></dl>
+      
+<p align="right"><a href="#top">[top]</a></p></dd></dl>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/index.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/index.html (original)
+++ websites/staging/maven-doxia/trunk/content/index.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -258,7 +258,34 @@ Vincent Siveton" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section"><h2>Maven Doxia<a name="Maven_Doxia"></a></h2><p>Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content: Doxia can be used in web-based publishing context to generate static sites, in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems.</p><p>Doxia supports <a href="./references/index.html">markup languages with simple syntaxes</a>. Lightweight markup languages are used by people who might be expected to read the document source as well as the rendered output.</p><p>Doxia is used extensively by <a class="externalLink" href="http://maven.apache.org">Maven</a> and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format.</p><p>The current version of <a href="./doxia/">Doxia base framework</a> is 1.4.</p><div class
 ="section"><h3>Maven Doxia Enhancements<a name="Maven_Doxia_Enhancements"></a></h3><ul><li><a href="./upgrading.html">Upgrading from earlier versions</a></li></ul></div><div class="section"><h3>Brief History<a name="Brief_History"></a></h3><!-- {{{http://www.xmlmind.com/aptconvert.html}Aptconvert}} --><p>Based on the (now defunct) Aptconvert project developed by <a class="externalLink" href="http://www.xmlmind.com/">Xmlmind</a>, Doxia was initially hosted by <a class="externalLink" href="http://codehaus.org/">Codehaus</a>, to become a sub-project of Maven early in 2006.</p></div><div class="section"><h3>Main Features<a name="Main_Features"></a></h3><ul><li>Developed in Java</li><li><a href="./references/index.html">Support of several markup formats</a>: APT (Almost Plain Text), Confluence, Simplified DocBook, Markdown, FML (FAQ Markup Language), FO, iText, LaTeX, RTF, TWiki, XDoc (popular in Apache land), XHTML</li><li>Easy to <a href="./modules/index.html">learn the syntax of the s
 upported markup formats</a></li><li>Macro support</li><li>No need to have a corporate infrastructure (like wiki) to host your documentation</li><li>Extensible framework</li><li><a href="./doxia-sitetools/">Site Tools extension</a> for site or document rendering</li><li><a href="./doxia-tools/">Additional Tools</a> like <a href="./doxia-tools/doxia-converter/index.html">Doxia Converter</a></li><li><a href="./doxia-ide/">IDE integration</a></li></ul></div><div class="section"><h3>Doxia Reference Pages<a name="Doxia_Reference_Pages"></a></h3><p>See <a href="./references/index.html">Doxia Markup Languages References</a> page for a listing of all supported markups for each format.</p></div></div>
+        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
+<h2>Maven Doxia<a name="Maven_Doxia"></a></h2>
+<p>Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content: Doxia can be used in web-based publishing context to generate static sites, in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems.</p>
+<p>Doxia supports <a href="./references/index.html">markup languages with simple syntaxes</a>. Lightweight markup languages are used by people who might be expected to read the document source as well as the rendered output.</p>
+<p>Doxia is used extensively by <a class="externalLink" href="http://maven.apache.org">Maven</a> and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format.</p>
+<p>The current version of <a href="./doxia/">Doxia base framework</a> is 1.4.</p>
+<div class="section">
+<h3>Maven Doxia Enhancements<a name="Maven_Doxia_Enhancements"></a></h3>
+<ul>
+<li><a href="./upgrading.html">Upgrading from earlier versions</a></li></ul></div>
+<div class="section">
+<h3>Brief History<a name="Brief_History"></a></h3><!-- {{{http://www.xmlmind.com/aptconvert.html}Aptconvert}} -->
+<p>Based on the (now defunct) Aptconvert project developed by <a class="externalLink" href="http://www.xmlmind.com/">Xmlmind</a>, Doxia was initially hosted by <a class="externalLink" href="http://codehaus.org/">Codehaus</a>, to become a sub-project of Maven early in 2006.</p></div>
+<div class="section">
+<h3>Main Features<a name="Main_Features"></a></h3>
+<ul>
+<li>Developed in Java</li>
+<li><a href="./references/index.html">Support of several markup formats</a>: APT (Almost Plain Text), Confluence, Simplified DocBook, Markdown, FML (FAQ Markup Language), FO, iText, LaTeX, RTF, TWiki, XDoc (popular in Apache land), XHTML</li>
+<li>Easy to <a href="./modules/index.html">learn the syntax of the supported markup formats</a></li>
+<li>Macro support</li>
+<li>No need to have a corporate infrastructure (like wiki) to host your documentation</li>
+<li>Extensible framework</li>
+<li><a href="./doxia-sitetools/">Site Tools extension</a> for site or document rendering</li>
+<li><a href="./doxia-tools/">Additional Tools</a> like <a href="./doxia-tools/doxia-converter/index.html">Doxia Converter</a></li>
+<li><a href="./doxia-ide/">IDE integration</a></li></ul></div>
+<div class="section">
+<h3>Doxia Reference Pages<a name="Doxia_Reference_Pages"></a></h3>
+<p>See <a href="./references/index.html">Doxia Markup Languages References</a> page for a listing of all supported markups for each format.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/integration.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/integration.html (original)
+++ websites/staging/maven-doxia/trunk/content/integration.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -255,7 +255,17 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div><div class="section"><h2>Access<a name="Access"></a></h2><a name="Access"></a><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a class="externalLink" href="https://builds.apache.org/job/maven-doxia-trunks/">https://builds.apache.org/job/maven-doxia-trunks/</a></pre></div></div><div class="section"><h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a><p>No notifiers are defined. Please check back at a later date.</p></div>
+        <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2>Access<a name="Access"></a></h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project.</p>
+<div class="source">
+<pre><a class="externalLink" href="https://builds.apache.org/job/maven-doxia-trunks/">https://builds.apache.org/job/maven-doxia-trunks/</a></pre></div></div>
+<div class="section">
+<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/issue-tracking.html (original)
+++ websites/staging/maven-doxia/trunk/content/issue-tracking.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -255,7 +255,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div><div class="section"><h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA">http://jira.codehaus.org/browse/DOXIA</a></pre></div></div>
+        <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div>
+<div class="section">
+<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source">
+<pre><a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA">http://jira.codehaus.org/browse/DOXIA</a></pre></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/issues/index.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/issues/index.html (original)
+++ websites/staging/maven-doxia/trunk/content/issues/index.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -213,7 +213,39 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section"><h2>Doxia Issues &amp; Gotchas<a name="Doxia_Issues__Gotchas"></a></h2><p>This document collects some infos about specific issues and 'gotchas' when working with Doxia. Please check also the <a href="../faq.html">Frequently Asked Questions</a>.</p><ul><li><a href="#Apt_anchors_and_links">Apt anchors and links</a></li><li><a href="#TOC_macro_issues">TOC macro issues</a></li><li><a href="#Verbatim_blocks_not_boxed">Verbatim blocks not boxed</a></li><li><a href="#Figure_sink_events">Figure sink events</a></li><li><a href="#Empty_Generated_Page">Empty Generated Page</a></li></ul><div class="section"><h3><a name="Apt_anchors_and_links">Apt anchors and links</a></h3><p>Using <b>Doxia 1.1</b> you may see a lot of warnings when processing old Apt source files:</p><div class="source"><pre>[WARNING] [Apt Parser] Ambiguous link: 'doxia-apt.html'. If this is a local link, prepend &quot;./&quot;!</pre></div><p>and</p><div class="source"><pre>[WARNING] [Apt Par
 ser] Modified invalid link: references/doxia-apt.html</pre></div><p>The reason is that in Apt, links to other source documents have to start with either <tt>./</tt> or <tt>../</tt> to distinguish them from internal links. Please read the sections on <a href="../references/doxia-apt.html#Anchors">anchors</a> and <a href="../references/doxia-apt.html#Links">links</a> in our Apt guide. Note in particular that internal links in Apt do <b>not</b> start with '#'.</p><p><b>You should pay attention to these warnings since your links will most likely be broken.</b> Unfortunately, the warning message cannot indicate the source file with the broken link (see eg <a class="externalLink" href="http://jira.codehaus.org/browse/MPDF-11">MPDF-11</a>), however, if you run in <tt>DEBUG</tt> mode, eg invoke maven with the <tt>-X</tt> switch, you can see which source document is being parsed when the warning is emitted.</p></div><div class="section"><h3><a name="TOC_macro_issues">TOC macro issues</a></h3
 ><p>There was a particular <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-316">bug</a> in the TOC macro in version 1.0 that has been fixed but leads to a backward incompatibility in some cases. If you have specified the <tt>section</tt> parameter in your TOC, as for instance:</p><div class="source"><pre>%{toc|section=1|fromDepth=1|toDepth=1}</pre></div><p>then the generated TOC is probably different from the result with Doxia 1.0. In <b>Doxia 1.1</b>, depth=1 is section, depth=2 is sub-section, etc, as documented in the <a href="../macros/index.html#TOC_Macro">macro guide</a>.</p></div><div class="section"><h3><a name="Verbatim_blocks_not_boxed">Verbatim blocks not boxed</a></h3><p>There was a particular <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-297">bug</a> in Doxia 1.0 that verbatim blocks were always boxed. If after an upgrade to <b>Doxia 1.1</b> you find that your blocks are not boxed anymore, check that you actually start your verb
 atim block with <tt>+--</tt> (and not <tt>---</tt>).</p></div><div class="section"><h3><a name="Figure_sink_events">Figure sink events</a></h3><p>Doxia distinguishes between figures, which are block-level elements, and images (or icons), which are in-line elements. For instance, the following sequence of sink events</p><div class="source"><pre>sink.figure( null );
+        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
+<h2>Doxia Issues &amp; Gotchas<a name="Doxia_Issues__Gotchas"></a></h2>
+<p>This document collects some infos about specific issues and 'gotchas' when working with Doxia. Please check also the <a href="../faq.html">Frequently Asked Questions</a>.</p>
+<ul>
+<li><a href="#Apt_anchors_and_links">Apt anchors and links</a></li>
+<li><a href="#TOC_macro_issues">TOC macro issues</a></li>
+<li><a href="#Verbatim_blocks_not_boxed">Verbatim blocks not boxed</a></li>
+<li><a href="#Figure_sink_events">Figure sink events</a></li>
+<li><a href="#Empty_Generated_Page">Empty Generated Page</a></li></ul>
+<div class="section">
+<h3><a name="Apt_anchors_and_links">Apt anchors and links</a></h3>
+<p>Using <b>Doxia 1.1</b> you may see a lot of warnings when processing old Apt source files:</p>
+<div class="source">
+<pre>[WARNING] [Apt Parser] Ambiguous link: 'doxia-apt.html'. If this is a local link, prepend &quot;./&quot;!</pre></div>
+<p>and</p>
+<div class="source">
+<pre>[WARNING] [Apt Parser] Modified invalid link: references/doxia-apt.html</pre></div>
+<p>The reason is that in Apt, links to other source documents have to start with either <tt>./</tt> or <tt>../</tt> to distinguish them from internal links. Please read the sections on <a href="../references/doxia-apt.html#Anchors">anchors</a> and <a href="../references/doxia-apt.html#Links">links</a> in our Apt guide. Note in particular that internal links in Apt do <b>not</b> start with '#'.</p>
+<p><b>You should pay attention to these warnings since your links will most likely be broken.</b> Unfortunately, the warning message cannot indicate the source file with the broken link (see eg <a class="externalLink" href="http://jira.codehaus.org/browse/MPDF-11">MPDF-11</a>), however, if you run in <tt>DEBUG</tt> mode, eg invoke maven with the <tt>-X</tt> switch, you can see which source document is being parsed when the warning is emitted.</p></div>
+<div class="section">
+<h3><a name="TOC_macro_issues">TOC macro issues</a></h3>
+<p>There was a particular <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-316">bug</a> in the TOC macro in version 1.0 that has been fixed but leads to a backward incompatibility in some cases. If you have specified the <tt>section</tt> parameter in your TOC, as for instance:</p>
+<div class="source">
+<pre>%{toc|section=1|fromDepth=1|toDepth=1}</pre></div>
+<p>then the generated TOC is probably different from the result with Doxia 1.0. In <b>Doxia 1.1</b>, depth=1 is section, depth=2 is sub-section, etc, as documented in the <a href="../macros/index.html#TOC_Macro">macro guide</a>.</p></div>
+<div class="section">
+<h3><a name="Verbatim_blocks_not_boxed">Verbatim blocks not boxed</a></h3>
+<p>There was a particular <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-297">bug</a> in Doxia 1.0 that verbatim blocks were always boxed. If after an upgrade to <b>Doxia 1.1</b> you find that your blocks are not boxed anymore, check that you actually start your verbatim block with <tt>+--</tt> (and not <tt>---</tt>).</p></div>
+<div class="section">
+<h3><a name="Figure_sink_events">Figure sink events</a></h3>
+<p>Doxia distinguishes between figures, which are block-level elements, and images (or icons), which are in-line elements. For instance, the following sequence of sink events</p>
+<div class="source">
+<pre>sink.figure( null );
 
 sink.figureGraphics( &quot;figure.png&quot;, null );
 
@@ -221,10 +253,20 @@ sink.figureCaption( null );
 sink.text( &quot;Figure caption&quot;, null );
 sink.figureCaption_();
 
-sink.figure_();</pre></div><p>should output the equivalent of this html snippet:</p><div class="source"><pre>&lt;div class=&quot;figure&quot;&gt;
+sink.figure_();</pre></div>
+<p>should output the equivalent of this html snippet:</p>
+<div class="source">
+<pre>&lt;div class=&quot;figure&quot;&gt;
   &lt;p&gt;&lt;img src=&quot;figure.png&quot;/&gt;&lt;/p&gt;
   &lt;p&gt;Figure caption&lt;/p&gt;
-&lt;/div&gt;</pre></div><p>while the <tt>figureGraphics( ... );</tt> event alone can be used to generate an in-line image, i.e. just the <tt>&lt;img&gt;</tt> tag in case of html.</p><p><b>Note</b> that we are using the forms that take a <tt>SinkEventAttributeSet</tt> above, even though we are just passing in null values. The reason is that the alternative forms (without <tt>SinkEventAttributeSet</tt>) have a different behavior, which is kept for backward compatibility (but the methods have been deprecated). Using the same sequence of sink events as above, but omitting the <tt>null</tt> method parameters, will generate</p><div class="source"><pre>&lt;img src=&quot;figure.png&quot; alt=&quot;Figure caption&quot;/&gt;</pre></div></div><div class="section"><h3><a name="Empty_Generated_Page">Empty Generated Page</a></h3><p>After running <tt>mvn site</tt> using your Maven reporting plugin, you see that the generated page is empty. Be sure that the the code calls <tt>sink.close()</tt>.</p>
 </div></div>
+&lt;/div&gt;</pre></div>
+<p>while the <tt>figureGraphics( ... );</tt> event alone can be used to generate an in-line image, i.e. just the <tt>&lt;img&gt;</tt> tag in case of html.</p>
+<p><b>Note</b> that we are using the forms that take a <tt>SinkEventAttributeSet</tt> above, even though we are just passing in null values. The reason is that the alternative forms (without <tt>SinkEventAttributeSet</tt>) have a different behavior, which is kept for backward compatibility (but the methods have been deprecated). Using the same sequence of sink events as above, but omitting the <tt>null</tt> method parameters, will generate</p>
+<div class="source">
+<pre>&lt;img src=&quot;figure.png&quot; alt=&quot;Figure caption&quot;/&gt;</pre></div></div>
+<div class="section">
+<h3><a name="Empty_Generated_Page">Empty Generated Page</a></h3>
+<p>After running <tt>mvn site</tt> using your Maven reporting plugin, you see that the generated page is empty. Be sure that the the code calls <tt>sink.close()</tt>.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/license.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/license.html (original)
+++ websites/staging/maven-doxia/trunk/content/license.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -255,7 +255,15 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a><div class="section"><h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a><div class="source"><pre>
+        <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
+<div class="section">
+<h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a>
+<div class="section">
+<h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a>
+<div class="source">
+<pre>
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/

Modified: websites/staging/maven-doxia/trunk/content/macros/index.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/macros/index.html (original)
+++ websites/staging/maven-doxia/trunk/content/macros/index.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -213,18 +213,57 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section"><h2>Doxia Macros Guide<a name="Doxia_Macros_Guide"></a></h2><p>The Doxia <i>Core</i> includes macro mechanisms to facilitate the documentation writing.</p><p>Macros are currently only supported for the standard Maven input formats APT and Xdoc. Support in FML files will be added in a <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-281">future version</a> of Doxia. Macros are not (and probably will never be) supported by Confluence, Docbook, Twiki and XHTML modules.</p><p>A macro in an APT source file is a <b>non-indented</b> line that looks like this:</p><div class="source"><pre>%{macro_name|param1=value1|param2=value2|...}</pre></div><p>An Xdoc macro has the following syntax:</p><div class="source"><pre>&lt;macro name=&quot;macro_name&quot;&gt;
+        <!-- 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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
+<h2>Doxia Macros Guide<a name="Doxia_Macros_Guide"></a></h2>
+<p>The Doxia <i>Core</i> includes macro mechanisms to facilitate the documentation writing.</p>
+<p>Macros are currently only supported for the standard Maven input formats APT and Xdoc. Support in FML files will be added in a <a class="externalLink" href="http://jira.codehaus.org/browse/DOXIA-281">future version</a> of Doxia. Macros are not (and probably will never be) supported by Confluence, Docbook, Twiki and XHTML modules.</p>
+<p>A macro in an APT source file is a <b>non-indented</b> line that looks like this:</p>
+<div class="source">
+<pre>%{macro_name|param1=value1|param2=value2|...}</pre></div>
+<p>An Xdoc macro has the following syntax:</p>
+<div class="source">
+<pre>&lt;macro name=&quot;macro_name&quot;&gt;
   &lt;param name=&quot;param1&quot; value=&quot;value1&quot;/&gt;
   &lt;param name=&quot;param2&quot; value=&quot;value2&quot;/&gt;
   ...
-&lt;/macro&gt;</pre></div><p>As of Doxia 1.1, the following macros are available:</p><ul><li><a href="#Echo_Macro">Echo Macro</a></li><li><a href="#Snippet_Macro">Snippet Macro</a></li><li><a href="#TOC_Macro">TOC Macro</a></li><li><a href="#SWF_Macro">SWF Macro</a></li></ul><div class="section"><h3><a name="Echo_Macro">Echo Macro</a></h3><p>The <i>Echo</i> macro is a very simple macro: it prints out the key and value of any supplied parameters. For instance, in an APT file, you could write:</p><div class="source"><pre>%{echo|param1=value1|param2=value2}</pre></div><p>Similarly, it will be for xdoc file:</p><div class="source"><pre>&lt;macro name=&quot;echo&quot;&gt;
+&lt;/macro&gt;</pre></div>
+<p>As of Doxia 1.1, the following macros are available:</p>
+<ul>
+<li><a href="#Echo_Macro">Echo Macro</a></li>
+<li><a href="#Snippet_Macro">Snippet Macro</a></li>
+<li><a href="#TOC_Macro">TOC Macro</a></li>
+<li><a href="#SWF_Macro">SWF Macro</a></li></ul>
+<div class="section">
+<h3><a name="Echo_Macro">Echo Macro</a></h3>
+<p>The <i>Echo</i> macro is a very simple macro: it prints out the key and value of any supplied parameters. For instance, in an APT file, you could write:</p>
+<div class="source">
+<pre>%{echo|param1=value1|param2=value2}</pre></div>
+<p>Similarly, it will be for xdoc file:</p>
+<div class="source">
+<pre>&lt;macro name=&quot;echo&quot;&gt;
   &lt;param name=&quot;param1&quot; value=&quot;value1&quot;/&gt;
   &lt;param name=&quot;param2&quot; value=&quot;value2&quot;/&gt;
-&lt;/macro&gt;</pre></div><p>and it will output</p><div class="source"><pre>  param1 ---&gt; value1
-  param2 ---&gt; value2</pre></div></div><div class="section"><h3><a name="Snippet_Macro">Snippet Macro</a></h3><p>The <i>Snippet</i> macro is a very useful macro: it prints out the content of a file or a URL. For instance, in an APT file, you could write:</p><div class="source"><pre>%{snippet|id=myid|url=http://myserver/path/to/file.txt}</pre></div><p>In a xdoc file, it will be:</p><div class="source"><pre>&lt;macro name=&quot;snippet&quot;&gt;
+&lt;/macro&gt;</pre></div>
+<p>and it will output</p>
+<div class="source">
+<pre>  param1 ---&gt; value1
+  param2 ---&gt; value2</pre></div></div>
+<div class="section">
+<h3><a name="Snippet_Macro">Snippet Macro</a></h3>
+<p>The <i>Snippet</i> macro is a very useful macro: it prints out the content of a file or a URL. For instance, in an APT file, you could write:</p>
+<div class="source">
+<pre>%{snippet|id=myid|url=http://myserver/path/to/file.txt}</pre></div>
+<p>In a xdoc file, it will be:</p>
+<div class="source">
+<pre>&lt;macro name=&quot;snippet&quot;&gt;
   &lt;param name=&quot;id&quot; value=&quot;myid&quot;/&gt;
   &lt;param name=&quot;url&quot; value=&quot;http://myserver/path/to/file.txt&quot;/&gt;
-&lt;/macro&gt;</pre></div><p>The <tt>id</tt> parameter is not required if you want to include the entire file. If you want to include only a part of a file, you should add start and end demarcators: any line (typically a comment) that contains the strings &quot;<tt>START</tt>&quot;, &quot;<tt>SNIPPET</tt>&quot; and &quot;<tt>myid</tt>&quot; (where <tt>myid</tt> is the <tt>id</tt> of the snippet) is a start demarcator, and similarly &quot;<tt>END SNIPPET myid</tt>&quot; denotes the end of the snippet to include. For example:</p><ul><li>Start and end snippets in a Java file<div class="source"><pre>public class MyClass
+&lt;/macro&gt;</pre></div>
+<p>The <tt>id</tt> parameter is not required if you want to include the entire file. If you want to include only a part of a file, you should add start and end demarcators: any line (typically a comment) that contains the strings &quot;<tt>START</tt>&quot;, &quot;<tt>SNIPPET</tt>&quot; and &quot;<tt>myid</tt>&quot; (where <tt>myid</tt> is the <tt>id</tt> of the snippet) is a start demarcator, and similarly &quot;<tt>END SNIPPET myid</tt>&quot; denotes the end of the snippet to include. For example:</p>
+<ul>
+<li>Start and end snippets in a Java file
+<div class="source">
+<pre>public class MyClass
 {
     // START SNIPPET: myid
     public static void main( String[] args ) throws Exception
@@ -232,7 +271,10 @@
         ...
     }
     // END SNIPPET: myid
-}</pre></div></li><li>Start and end snippets in a XML file<div class="source"><pre>&lt;project&gt;
+}</pre></div></li>
+<li>Start and end snippets in a XML file
+<div class="source">
+<pre>&lt;project&gt;
 ...
   &lt;build&gt;
     &lt;plugins&gt;
@@ -243,16 +285,105 @@
 &lt;!-- END SNIPPET: myid --&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;
-&lt;/project&gt;</pre></div></li></ul><table border="1" class="bodyTable"><tr class="a"><th align="left">Parameter</th><th align="left">Description</th></tr><tr class="b"><td align="left">id</td><td align="left">The id of the snippet to include. If omitted the whole file/url will be included (since Doxia 1.1).</td></tr><tr class="a"><td align="left">url</td><td align="left">The path of the URL to include.</td></tr><tr class="b"><td align="left">file</td><td align="left">The path of the file to include (since doxia-1.0-alpha-9).</td></tr><tr class="a"><td align="left">verbatim</td><td align="left">If the content should be output as verbatim escaped text. If this is set to <tt>false</tt> then the content of the snippet will not be escaped. This means that you can use it like Server-Side Includes on a webserver. Default value is <tt>true</tt>.</td></tr><tr class="b"><td align="left">encoding</td><td align="left">The encoding of the file to read (since Doxia 1.6). If omitted the default
  JVM encoding will be used.</td></tr></table></div><div class="section"><h3><a name="TOC_Macro">TOC Macro</a></h3><p>The <i>TOC</i> macro prints a Table Of Content of a document. It is useful if you have several sections and subsections in your document. For instance, in an APT file, you could write:</p><div class="source"><pre>%{toc|section=2|fromDepth=2|toDepth=3}</pre></div><p>This displays a TOC for the second section in the document, including all subsections (depth 2) and sub-subsections (depth 3).</p><p><b>Note</b> that in Doxia, apt section titles are not implicit anchors (see <a href="../references/doxia-apt.html">Enhancements to the APT format</a>), so you need to insert explicit anchors for links to work!</p><p>In a xdoc file, it will be:</p><div class="source"><pre>&lt;macro name=&quot;toc&quot;&gt;
+&lt;/project&gt;</pre></div></li></ul>
+<table border="1" class="bodyTable">
+<tr class="a">
+<th align="left">Parameter</th>
+<th align="left">Description</th></tr>
+<tr class="b">
+<td align="left">id</td>
+<td align="left">The id of the snippet to include. If omitted the whole file/url will be included (since Doxia 1.1).</td></tr>
+<tr class="a">
+<td align="left">url</td>
+<td align="left">The path of the URL to include.</td></tr>
+<tr class="b">
+<td align="left">file</td>
+<td align="left">The path of the file to include (since doxia-1.0-alpha-9).</td></tr>
+<tr class="a">
+<td align="left">verbatim</td>
+<td align="left">If the content should be output as verbatim escaped text. If this is set to <tt>false</tt> then the content of the snippet will not be escaped. This means that you can use it like Server-Side Includes on a webserver. Default value is <tt>true</tt>.</td></tr>
+<tr class="b">
+<td align="left">encoding</td>
+<td align="left">The encoding of the file to read (since Doxia 1.6). If omitted the default JVM encoding will be used.</td></tr></table></div>
+<div class="section">
+<h3><a name="TOC_Macro">TOC Macro</a></h3>
+<p>The <i>TOC</i> macro prints a Table Of Content of a document. It is useful if you have several sections and subsections in your document. For instance, in an APT file, you could write:</p>
+<div class="source">
+<pre>%{toc|section=2|fromDepth=2|toDepth=3}</pre></div>
+<p>This displays a TOC for the second section in the document, including all subsections (depth 2) and sub-subsections (depth 3).</p>
+<p><b>Note</b> that in Doxia, apt section titles are not implicit anchors (see <a href="../references/doxia-apt.html">Enhancements to the APT format</a>), so you need to insert explicit anchors for links to work!</p>
+<p>In a xdoc file, it will be:</p>
+<div class="source">
+<pre>&lt;macro name=&quot;toc&quot;&gt;
   &lt;param name=&quot;section&quot; value=&quot;2&quot;/&gt;
   &lt;param name=&quot;fromDepth&quot; value=&quot;0&quot;/&gt;
   &lt;param name=&quot;toDepth&quot; value=&quot;4&quot;/&gt;
-&lt;/macro&gt;</pre></div><table border="1" class="bodyTable"><tr class="a"><th align="left">Parameter</th><th align="left">Description</th></tr><tr class="b"><td align="left">section</td><td align="left">Display a TOC for the specified section only, or all sections if 0. Positive int, not mandatory, 0 by default.</td></tr><tr class="a"><td align="left">fromDepth</td><td align="left">Minimum section depth to include in the TOC (sections are depth 1, sub-sections depth 2, etc.). Positive int, not mandatory, 0 by default.</td></tr><tr class="b"><td align="left">toDepth</td><td align="left">Maximum section depth to include in the TOC. Positive int, not mandatory, 5 by default.</td></tr></table><p>From <b>Doxia 1.1.1</b> on you may also specify any of the html base attributes (<i>i.e.</i> any of <tt>id</tt>, <tt>class</tt>, <tt>style</tt>, <tt>lang</tt>, <tt>title</tt>) as parameters, e.g.:</p><div class="source"><pre>%{toc|class=myTOC}</pre></div><p>This can be used for styling the TOC
  via css.</p></div><div class="section"><h3><a name="SWF_Macro">SWF Macro</a></h3><p>The <i>Swf</i> macro prints Shockwave Flash assets in the documentation. For instance, in an APT file, you could write:</p><div class="source"><pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200}</pre></div><p>In a xdoc file, it will be:</p><div class="source"><pre>&lt;macro name=&quot;swf&quot;&gt;
+&lt;/macro&gt;</pre></div>
+<table border="1" class="bodyTable">
+<tr class="a">
+<th align="left">Parameter</th>
+<th align="left">Description</th></tr>
+<tr class="b">
+<td align="left">section</td>
+<td align="left">Display a TOC for the specified section only, or all sections if 0. Positive int, not mandatory, 0 by default.</td></tr>
+<tr class="a">
+<td align="left">fromDepth</td>
+<td align="left">Minimum section depth to include in the TOC (sections are depth 1, sub-sections depth 2, etc.). Positive int, not mandatory, 0 by default.</td></tr>
+<tr class="b">
+<td align="left">toDepth</td>
+<td align="left">Maximum section depth to include in the TOC. Positive int, not mandatory, 5 by default.</td></tr></table>
+<p>From <b>Doxia 1.1.1</b> on you may also specify any of the html base attributes (<i>i.e.</i> any of <tt>id</tt>, <tt>class</tt>, <tt>style</tt>, <tt>lang</tt>, <tt>title</tt>) as parameters, e.g.:</p>
+<div class="source">
+<pre>%{toc|class=myTOC}</pre></div>
+<p>This can be used for styling the TOC via css.</p></div>
+<div class="section">
+<h3><a name="SWF_Macro">SWF Macro</a></h3>
+<p>The <i>Swf</i> macro prints Shockwave Flash assets in the documentation. For instance, in an APT file, you could write:</p>
+<div class="source">
+<pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200}</pre></div>
+<p>In a xdoc file, it will be:</p>
+<div class="source">
+<pre>&lt;macro name=&quot;swf&quot;&gt;
   &lt;param name=&quot;src&quot; value=&quot;swf/myfile.swf&quot;/&gt;
   &lt;param name=&quot;id&quot; value=&quot;MyMovie&quot;/&gt;
   &lt;param name=&quot;width&quot; value=&quot;600&quot;/&gt;
   &lt;param name=&quot;height&quot; value=&quot;200&quot;/&gt;
-&lt;/macro&gt;</pre></div><table border="1" class="bodyTable"><tr class="a"><th align="left">Parameter</th><th align="left">Description</th></tr><tr class="b"><td align="left">src</td><td align="left">Specifies the location (URL) of the movie to be loaded.</td></tr><tr class="a"><td align="left">id</td><td align="left">Identifies the Flash movie to the host environment (a web browser, for example) so that it can be referenced using a scripting language.</td></tr><tr class="b"><td align="left">width</td><td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr><tr class="a"><td align="left">height</td><td align="left">Specifies the height of the movie in either pixels or percentage of browser window.</td></tr><tr class="b"><td align="left">quality</td><td align="left">Possible values: low, high, autolow, autohigh, best.</td></tr><tr class="a"><td align="left">menu</td><td align="left">True displays the full menu, allowing the user a 
 variety of options to enhance or control playback. False displays a menu that contains only the Settings option and the About Flash option.</td></tr><tr class="b"><td align="left">loop</td><td align="left">Possible values: true, false. Specifies whether the movie repeats indefinitely or stops when it reaches the last frame. The default value is true if this attribute is omitted.</td></tr><tr class="a"><td align="left">play</td><td align="left">Possible values: true, false. Specifies whether the movie begins playing immediately on loading in the browser. The default value is true if this attribute is omitted.</td></tr><tr class="b"><td align="left">version</td><td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr><tr class="a"><td align="left">allowScript</td><td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr></table><p>For more information, see the <a href="./swf-macro.ht
 ml">SWF Macro</a> page.</p></div></div>
+&lt;/macro&gt;</pre></div>
+<table border="1" class="bodyTable">
+<tr class="a">
+<th align="left">Parameter</th>
+<th align="left">Description</th></tr>
+<tr class="b">
+<td align="left">src</td>
+<td align="left">Specifies the location (URL) of the movie to be loaded.</td></tr>
+<tr class="a">
+<td align="left">id</td>
+<td align="left">Identifies the Flash movie to the host environment (a web browser, for example) so that it can be referenced using a scripting language.</td></tr>
+<tr class="b">
+<td align="left">width</td>
+<td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr>
+<tr class="a">
+<td align="left">height</td>
+<td align="left">Specifies the height of the movie in either pixels or percentage of browser window.</td></tr>
+<tr class="b">
+<td align="left">quality</td>
+<td align="left">Possible values: low, high, autolow, autohigh, best.</td></tr>
+<tr class="a">
+<td align="left">menu</td>
+<td align="left">True displays the full menu, allowing the user a variety of options to enhance or control playback. False displays a menu that contains only the Settings option and the About Flash option.</td></tr>
+<tr class="b">
+<td align="left">loop</td>
+<td align="left">Possible values: true, false. Specifies whether the movie repeats indefinitely or stops when it reaches the last frame. The default value is true if this attribute is omitted.</td></tr>
+<tr class="a">
+<td align="left">play</td>
+<td align="left">Possible values: true, false. Specifies whether the movie begins playing immediately on loading in the browser. The default value is true if this attribute is omitted.</td></tr>
+<tr class="b">
+<td align="left">version</td>
+<td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr>
+<tr class="a">
+<td align="left">allowScript</td>
+<td align="left">Specifies the width of the movie in either pixels or percentage of browser window.</td></tr></table>
+<p>For more information, see the <a href="./swf-macro.html">SWF Macro</a> page.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/macros/swf-macro.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/macros/swf-macro.html (original)
+++ websites/staging/maven-doxia/trunk/content/macros/swf-macro.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -212,7 +212,12 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- 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. --><div class="section"><h2>SWF Macro<a name="SWF_Macro"></a></h2><p>The SWF macro enables users of APT to put 
 SWF (Flash) assets in their documentation.</p><p>Flash assets typically need to be wrappered in <tt>object</tt> and <tt>embed</tt> tags and can have a variety of parameters. Below is a typical example:</p><div class="source"><pre>&lt;object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
+        <!-- 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. --><div class="section">
+<h2>SWF Macro<a name="SWF_Macro"></a></h2>
+<p>The SWF macro enables users of APT to put SWF (Flash) assets in their documentation.</p>
+<p>Flash assets typically need to be wrappered in <tt>object</tt> and <tt>embed</tt> tags and can have a variety of parameters. Below is a typical example:</p>
+<div class="source">
+<pre>&lt;object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
     codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0'
     width='400' height='400' id='MyMovie'&gt;
     &lt;param name='movie' value='myfile.swf'&gt;
@@ -222,7 +227,31 @@
     &lt;embed src='myfile.swf' width='400' height='400' loop='0' quality='high'
     pluginspage='http://www.macromedia.com/go/getflashplayer'
     type='application/x-shockwave-flash' menu='false'&gt;&lt;/embed&gt;
-&lt;/object&gt;</pre></div><p>In order to use a *.swf in your APT file, use the basic syntax:</p><div class="source"><pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200}</pre></div><p>For which <tt>src</tt> is the required parameter. Make sure to put your *.swf file into the <b>/resources</b> folder so that it will get copied to /target when running the <tt>mvn site</tt> task.</p><p>You can use more advanced parameters to control the output, as per below:</p><div class="source"><pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200|version=9|allowScript=always}</pre></div><p>For a full listing of parameters and their values see the Adobe knowledge base:</p><p><a class="externalLink" href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701</a></p><div class="section"><h3>Parameters and Defaults<a name="Parameters_and_Defaults"></a></h3><p>Currently the following parameters are available t
 hrough the macro. If no value is placed within a parameter, the value will default to the following:</p><ul><li>id = &quot;swf&quot;</li><li>width = &quot;400&quot;</li><li>height = &quot;400&quot;</li><li>quality = &quot;high&quot;</li><li>menu = &quot;false&quot;</li><li>loop = &quot;0&quot;</li><li>play = &quot;true&quot;</li><li>version = &quot;9,0,45,0&quot;</li><li>allowScript = &quot;sameDomain&quot;</li></ul><p>Note: There is some provided shorthand for versions, i.e. - version=6 - becomes version=6,0,29,0.</p><p><i>TODO:</i> only shorthand for 6 and 9 are functional. Need to find standard long version for other types.</p></div></div>
+&lt;/object&gt;</pre></div>
+<p>In order to use a *.swf in your APT file, use the basic syntax:</p>
+<div class="source">
+<pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200}</pre></div>
+<p>For which <tt>src</tt> is the required parameter. Make sure to put your *.swf file into the <b>/resources</b> folder so that it will get copied to /target when running the <tt>mvn site</tt> task.</p>
+<p>You can use more advanced parameters to control the output, as per below:</p>
+<div class="source">
+<pre>%{swf|src=swf/myfile.swf|id=MyMovie|width=600|height=200|version=9|allowScript=always}</pre></div>
+<p>For a full listing of parameters and their values see the Adobe knowledge base:</p>
+<p><a class="externalLink" href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701</a></p>
+<div class="section">
+<h3>Parameters and Defaults<a name="Parameters_and_Defaults"></a></h3>
+<p>Currently the following parameters are available through the macro. If no value is placed within a parameter, the value will default to the following:</p>
+<ul>
+<li>id = &quot;swf&quot;</li>
+<li>width = &quot;400&quot;</li>
+<li>height = &quot;400&quot;</li>
+<li>quality = &quot;high&quot;</li>
+<li>menu = &quot;false&quot;</li>
+<li>loop = &quot;0&quot;</li>
+<li>play = &quot;true&quot;</li>
+<li>version = &quot;9,0,45,0&quot;</li>
+<li>allowScript = &quot;sameDomain&quot;</li></ul>
+<p>Note: There is some provided shorthand for versions, i.e. - version=6 - becomes version=6,0,29,0.</p>
+<p><i>TODO:</i> only shorthand for 6 and 9 are functional. Need to find standard long version for other types.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven-doxia/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/maven-doxia/trunk/content/mail-lists.html (original)
+++ websites/staging/maven-doxia/trunk/content/mail-lists.html Tue Nov 19 23:44:57 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 19, 2013
+ | Generated by Apache Maven Doxia at 2013-11-19
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -255,7 +255,220 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th><th>Other Archives</th></tr><tr class="b"><td>Maven User List</td><td><a class="externalLink" href="mailto:users-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:users-unsubscribe@maven.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:users@maven.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-users">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/users@maven.apache.org/">www.mail-archive.com</a></td></tr><tr class=
 "a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://oldnabble.com/Maven---Users-f178.html">oldnabble.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.users">markmail.org</a></td></tr><tr class="a"><td>Maven Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:dev-unsubscribe@maven.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@maven.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-dev">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/">www.mail-archive.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://old.nabble.com/
 Maven-Developers-f179.html">old.nabble.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.dev">markmail.org</a></td></tr><tr class="b"><td>Maven Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@maven.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-commits">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/commits@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://old.nabble.com/Maven---Commits-f15575.html">old.nabble.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http:
 //markmail.org/list/org.apache.maven.commits">markmail.org</a></td></tr><tr class="a"><td>Maven Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/issues@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://old.nabble.com/Maven---Issues-f15573.html">old.nabble.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.issues">markmail.org</a></td></tr><tr class="b"><td>Old Doxia Developer List (closed)</td><td>Subscribe</td><td>Unsubscribe
 </td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/doxia-dev@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://www.nabble.com/Doxia---dev-f11816.html">www.nabble.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-dev">markmail.org</a></td></tr><tr class="a"><td>Old Doxia User List (closed)</td><td>Subscribe</td><td>Unsubscribe</td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/doxia-users@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="b"><td>-</td><td>-
 </td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://www.nabble.com/Doxia---Users-f14483.html">www.nabble.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-users">markmail.org</a></td></tr><tr class="b"><td>Old Doxia Commits List (closed)</td><td>Subscribe</td><td>Unsubscribe</td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/doxia-commits@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-commits">markmail.org</a></td></tr><tr class="b"><td>Maven Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></
 td><td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/issues@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://www.nabble.com/Maven---Issues-f15573.html">www.nabble.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.issues">markmail.org</a></td></tr><tr class="a"><td>Maven Announcements List</td><td><a class="externalLink" href="mailto:announce-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:announce-unsubscribe@maven.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:announce
 @maven.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-announce/">mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/announce@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://www.nabble.com/Maven-Announcements-f15617.html">www.nabble.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.announces">markmail.org</a></td></tr><tr class="b"><td>Maven Notifications List</td><td><a class="externalLink" href="mailto:notifications-subscribe@maven.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:notifications-unsubscribe@maven.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-notifications/"
 >mail-archives.apache.org</a></td><td><a class="externalLink" href="http://www.mail-archive.com/notifications@maven.apache.org">www.mail-archive.com</a></td></tr><tr class="a"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://www.nabble.com/Maven---Notifications-f15574.html">www.nabble.com</a></td></tr><tr class="b"><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.notifications">markmail.org</a></td></tr></table></div>
+        <div class="section">
+<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a>
+<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Post</th>
+<th>Archive</th>
+<th>Other Archives</th></tr>
+<tr class="b">
+<td>Maven User List</td>
+<td><a class="externalLink" href="mailto:users-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:users-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:users@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-users">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/users@maven.apache.org/">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://oldnabble.com/Maven---Users-f178.html">oldnabble.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.users">markmail.org</a></td></tr>
+<tr class="a">
+<td>Maven Developer List</td>
+<td><a class="externalLink" href="mailto:dev-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:dev-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:dev@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-dev">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/">www.mail-archive.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://old.nabble.com/Maven-Developers-f179.html">old.nabble.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.dev">markmail.org</a></td></tr>
+<tr class="b">
+<td>Maven Commits List</td>
+<td><a class="externalLink" href="mailto:commits-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-commits">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/commits@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://old.nabble.com/Maven---Commits-f15575.html">old.nabble.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.commits">markmail.org</a></td></tr>
+<tr class="a">
+<td>Maven Issues List</td>
+<td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/issues@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://old.nabble.com/Maven---Issues-f15573.html">old.nabble.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.issues">markmail.org</a></td></tr>
+<tr class="b">
+<td>Old Doxia Developer List (closed)</td>
+<td>Subscribe</td>
+<td>Unsubscribe</td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/doxia-dev@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Doxia---dev-f11816.html">www.nabble.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-dev">markmail.org</a></td></tr>
+<tr class="a">
+<td>Old Doxia User List (closed)</td>
+<td>Subscribe</td>
+<td>Unsubscribe</td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/doxia-users@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Doxia---Users-f14483.html">www.nabble.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-users">markmail.org</a></td></tr>
+<tr class="b">
+<td>Old Doxia Commits List (closed)</td>
+<td>Subscribe</td>
+<td>Unsubscribe</td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/doxia-commits@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.doxia-commits">markmail.org</a></td></tr>
+<tr class="b">
+<td>Maven Issues List</td>
+<td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/issues@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Issues-f15573.html">www.nabble.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.issues">markmail.org</a></td></tr>
+<tr class="a">
+<td>Maven Announcements List</td>
+<td><a class="externalLink" href="mailto:announce-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:announce-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:announce@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-announce/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/announce@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven-Announcements-f15617.html">www.nabble.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.announces">markmail.org</a></td></tr>
+<tr class="b">
+<td>Maven Notifications List</td>
+<td><a class="externalLink" href="mailto:notifications-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:notifications-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-notifications/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/notifications@maven.apache.org">www.mail-archive.com</a></td></tr>
+<tr class="a">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Notifications-f15574.html">www.nabble.com</a></td></tr>
+<tr class="b">
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://markmail.org/list/org.apache.maven.notifications">markmail.org</a></td></tr></table></div>
       </div>
     </div>
     <div class="clear">