You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2020/07/02 03:00:57 UTC

svn commit: r1879424 [3/3] - in /maven/doxia/website/content: ./ book/ developers/ doxia-example-book/ issues/ macros/ modules/ references/

Modified: maven/doxia/website/content/references/doxia-apt.html
==============================================================================
--- maven/doxia/website/content/references/doxia-apt.html (original)
+++ maven/doxia/website/content/references/doxia-apt.html Thu Jul  2 03:00:56 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/apt/references/doxia-apt.apt at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/apt/references/doxia-apt.apt at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Lukas Theussl
 Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20130406" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; Doxia APT Enhancements</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -43,7 +43,7 @@ Robert Scholte" />
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">Doxia APT Enhancements <a href="https://github.com/apache/maven-doxia-site/tree/master/content/apt/references/doxia-apt.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="../scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -120,7 +120,7 @@ Robert Scholte" />
           </div>
         </div>
         <div id="bodyColumn"  class="span10" >
-<div class="section">
+<section>
 <h2><a name="Enhancements_to_the_APT_format"></a>Enhancements to the APT format</h2>
 <p>In the following we provide a list of differences/enhancements to the original <a href="./apt-format.html">APT</a> format that were incorporated in Doxia. Apart from some exceptions, these differences are usually 'backwards-compatible'. That is, any document that gets correctly processed by Aptconvert should also be a valid Doxia input file and lead to identical results when processed by a Doxia parser.</p>
 <ul>
@@ -129,8 +129,7 @@ Robert Scholte" />
 <li><a href="#Multi-lines_cells_in_table">Multi-lines cells in table</a></li>
 <li><a href="#Anchors">Anchors</a></li>
 <li><a href="#Links">Links</a></li>
-<li><a href="#Figure_extensions">Figure extensions</a></li></ul>
-<div class="section">
+<li><a href="#Figure_extensions">Figure extensions</a></li></ul><section>
 <h3><a name="Paragraphs_in_list_items">Paragraphs in list items</a></h3>
 <p>Contrary to the original APT parser, the Doxia APT parser does not put list items within paragraphs. Eg, the example given in the APT guide:</p>
 <div class="source"><pre class="prettyprint linenums">    * List item 1.</pre></div>
@@ -141,8 +140,7 @@ Robert Scholte" />
 
       List item 1.</pre></div>
 <p>which will produce:</p>
-<div class="source"><pre class="prettyprint linenums">    &lt;li&gt;&lt;p&gt;List item 1.&lt;/p&gt;&lt;/li&gt;</pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint linenums">    &lt;li&gt;&lt;p&gt;List item 1.&lt;/p&gt;&lt;/li&gt;</pre></div></section><section>
 <h3><a name="Table_header_cells">Table header cells</a></h3>
 <p>Header cells are defined by an additional pipe character '|' at the beginning of the cell:</p>
 <div class="source"><pre class="prettyprint linenums">*-----------+-----------+
@@ -157,8 +155,7 @@ Robert Scholte" />
 <th align="left">Header 2</th></tr>
 <tr class="b">
 <td align="left">Cell 1</td>
-<td align="left">Cell 2</td></tr></table></div>
-<div class="section">
+<td align="left">Cell 2</td></tr></table></section><section>
 <h3><a name="Multi-lines_cells_in_table">Multi-lines cells in table</a></h3>
 <p>Since 1.1, multi-lines cells are recognized with the character '\' at the end of the cells:</p>
 <div class="source"><pre class="prettyprint linenums">*-----------+-----------+
@@ -174,14 +171,11 @@ Robert Scholte" />
 <th align="left">Header 2</th></tr>
 <tr class="b">
 <td align="left">Cell&#xa0;<br />1</td>
-<td align="left">Cell 2</td></tr></table></div>
-<div class="section">
-<h3><a name="Anchors">Anchors</a></h3>
-<div class="section">
+<td align="left">Cell 2</td></tr></table></section><section>
+<h3><a name="Anchors">Anchors</a></h3><section>
 <h4><a name="Anchors_for_section_titles">Anchors for section titles</a></h4>
 <p>Contrary to the original APT format, section titles are <b>not</b> implicitly defined anchors. If you want an anchor for a section title you need to define it explicitly as such:</p>
-<div class="source"><pre class="prettyprint linenums">* {Anchors for section titles}</pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint linenums">* {Anchors for section titles}</pre></div></section><section>
 <h4><a name="Anchor_construction">Anchor construction</a></h4>
 <p>Contrary to the original APT format, an anchor/link is <b>not</b> its text with all non alphanumeric characters stripped. Ideally, an anchor should be a valid Doxia id, ie it must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (&quot;-&quot;), underscores (&quot;_&quot;), colons (&quot;:&quot;), and periods (&quot;.&quot;). Any anchor that does not satisfy this pattern is transformed according to the following rules:</p>
 <ul>
@@ -189,8 +183,7 @@ Robert Scholte" />
 <li>If the first character is not a letter, prepend the letter 'a'</li>
 <li>Any spaces are replaced with an underscore '_'</li>
 <li>Any characters not matching the above pattern are stripped.</li></ul>
-<p>Note in particular that case is preserved in this conversation and that APT anchors and links are case-sensitive. So the anchor for the section title in the previous example would be <tt>Anchors_for_section_titles</tt>.</p></div></div>
-<div class="section">
+<p>Note in particular that case is preserved in this conversation and that APT anchors and links are case-sensitive. So the anchor for the section title in the previous example would be <code>Anchors_for_section_titles</code>.</p></section></section><section>
 <h3><a name="Links">Links</a></h3>
 <p>In <b>Doxia-1.1</b> the notion of a '<i>local</i>' link was introduced in addition to <i>internal</i> links and <i>external</i> links.</p>
 <ul>
@@ -198,7 +191,7 @@ Robert Scholte" />
 <p>In the APT format used by <b>Doxia-1.1</b>, internal links have to be valid Doxia ids, as specified in the anchors section above.</p>
 <p>Note in particular that internal links in APT do <b>not</b> start with '#'.</p></li>
 <li>A <b>local</b> link is a link to another document within the same site.
-<p>In the APT format used by <b>Doxia-1.1</b>, local links <b>have to</b> start with either <tt>./</tt> or <tt>../</tt> to distinguish them from internal links. E.g.,</p>
+<p>In the APT format used by <b>Doxia-1.1</b>, local links <b>have to</b> start with either <code>./</code> or <code>../</code> to distinguish them from internal links. E.g.,</p>
 <div>
 <pre>  {{{doc/standalone.html}Standalone}}</pre></div>
 <p>is not valid, it should be</p>
@@ -212,11 +205,10 @@ Robert Scholte" />
 <p>An external link should be a valid <a class="externalLink" href="http://www.ietf.org/rfc/rfc2396.txt">URI</a>.</p></li></ul>
 <p>Anchors are always translated to a valid id, including escaping. In some situation this can cause issues, especially when referring to a javadoc-link.<br />Since Doxia 1.4 there is support for literal anchors, by using 2 hashed (##) instead of 1. This implies that the writer is responsible for using the right URL encoding!</p>
 <div>
-<pre>  {{{../apidocs/groovyx/net/http/ParserRegistry.html##parseText(org.apache.http.HttpResponse)}ParserRegistry}}</pre></div></div>
-<div class="section">
+<pre>  {{{../apidocs/groovyx/net/http/ParserRegistry.html##parseText(org.apache.http.HttpResponse)}ParserRegistry}}</pre></div></section><section>
 <h3><a name="Figure_extensions">Figure extensions</a></h3>
 <p>Contrary to the original APT format, a figure name has to be given fully <b>with</b> extension. For instance:</p>
-<div class="source"><pre class="prettyprint linenums">[/home/joe/docs/mylogo.jpeg] Figure caption</pre></div></div></div>
+<div class="source"><pre class="prettyprint linenums">[/home/joe/docs/mylogo.jpeg] Figure caption</pre></div></section></section>
         </div>
       </div>
     </div>

Modified: maven/doxia/website/content/references/fml-format.html
==============================================================================
--- maven/doxia/website/content/references/fml-format.html (original)
+++ maven/doxia/website/content/references/fml-format.html Thu Jul  2 03:00:56 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/xdoc/references/fml-format.xml at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/xdoc/references/fml-format.xml at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Lukas Theussl" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; The FML (FAQ Markup Language) format</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,7 +41,7 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">The FML (FAQ Markup Language) format <a href="https://github.com/apache/maven-doxia-site/tree/master/content/xdoc/references/fml-format.xml"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="../scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -117,10 +117,9 @@
 
 
   
-    <div class="section">
+    <section>
 <h2><a name="The_FML_format"></a>The FML format</h2>
-      
-<div class="section">
+      <section>
 <h3><a name="Overview"></a>Overview</h3>
         
 <p>
@@ -128,19 +127,17 @@
           The format was first used in the <a class="externalLink" href="http://maven.apache.org/maven-1.x/">Maven 1</a>,
           version of the <a class="externalLink" href="http://maven.apache.org/maven-1.x/plugins/faq/">FAQ plugin</a>.
         </p>
-      </div>
+      </section>
 
-      
-<div class="section">
+      <section>
 <h3><a name="The_FML_format"></a>The FML format</h3>
         
 <p>
           The full documentation is available at <a href="../doxia/doxia-modules/doxia-module-fml/xsddoc/index.html">here</a>.
         </p>
-      </div>
+      </section>
 
-      
-<div class="section">
+      <section>
 <h3><a name="FML_Sample"></a>FML Sample</h3>
         
 <p>
@@ -198,18 +195,17 @@
 &lt;/faqs&gt;
 </pre></div>
 
-      </div>
-    </div>
+      </section>
+    </section>
 
-    
-<div class="section">
+    <section>
 <h2><a name="Validation"></a>Validation</h2>
       
 <p>
         Doxia is able to validate your fml files as described
         <a href="../doxia/doxia-modules/doxia-module-fml/using-fml-xsd.html">here</a>.
       </p>
-    </div>
+    </section>
 
   
 

Modified: maven/doxia/website/content/references/index.html
==============================================================================
--- maven/doxia/website/content/references/index.html (original)
+++ maven/doxia/website/content/references/index.html Thu Jul  2 03:00:56 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/xdoc/references/index.xml at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/xdoc/references/index.xml at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Lukas Theussl" />
     <meta name="author" content="Vincent Siveton" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; Doxia Markup Languages References</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,7 +42,7 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">Doxia Markup Languages References <a href="https://github.com/apache/maven-doxia-site/tree/master/content/xdoc/references/index.xml"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="../scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -119,7 +119,7 @@
 
   
 
-    <div class="section">
+    <section>
 <h2><a name="Doxia_Markup_Languages_References"></a>Doxia Markup Languages References</h2>
       
 <p>
@@ -140,7 +140,7 @@
       
 <p>
         The source directory is the directory under which Maven expects source
-        documents in this format (e.g. <tt>src/site/apt/</tt> for Apt), the
+        documents in this format (e.g. <code>src/site/apt/</code> for Apt), the
         file extension is the default file extension, and the parser id is gives the
         unique identifier that is used by plexus to lookup the corresponding
         component.
@@ -179,13 +179,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /></td>
             
-<td><tt>apt</tt></td>
+<td><code>apt</code></td>
             
-<td><tt>apt</tt></td>
+<td><code>apt</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-apt/"><tt>doxia-module-apt</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-apt/"><code>doxia-module-apt</code></a></td>
             
-<td><tt>apt</tt></td>
+<td><code>apt</code></td>
           </tr>
 
           
@@ -199,13 +199,13 @@
             
 <td align="center"><img src="../images/icon_error_sml.gif" alt="No" /></td>
             
-<td><tt>asciidoc</tt></td>
+<td><code>asciidoc</code></td>
             
-<td><tt>adoc</tt>, <tt>asciidoc</tt></td>
+<td><code>adoc</code>, <code>asciidoc</code></td>
             
-<td><a class="externalLink" href="https://github.com/asciidoctor/asciidoctor-maven-plugin#maven-site-integration"><tt>asciidoctor-maven-plugin</tt></a></td>
+<td><a class="externalLink" href="https://github.com/asciidoctor/asciidoctor-maven-plugin#maven-site-integration"><code>asciidoctor-maven-plugin</code></a></td>
             
-<td><tt>asciidoc</tt></td>
+<td><code>asciidoc</code></td>
           </tr>
 
           
@@ -219,13 +219,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /><sup>*</sup></td>
             
-<td><tt>confluence</tt></td>
+<td><code>confluence</code></td>
             
-<td><tt>confluence</tt></td>
+<td><code>confluence</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-confluence/"><tt>doxia-module-confluence</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-confluence/"><code>doxia-module-confluence</code></a></td>
             
-<td><tt>confluence</tt></td>
+<td><code>confluence</code></td>
           </tr>
 
           
@@ -239,13 +239,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /></td>
             
-<td><tt>docbook</tt></td>
+<td><code>docbook</code></td>
             
-<td><tt>xml</tt></td>
+<td><code>xml</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-docbook-simple/"><tt>doxia-module-docbook-simple</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-docbook-simple/"><code>doxia-module-docbook-simple</code></a></td>
             
-<td><tt>docbook</tt></td>
+<td><code>docbook</code></td>
           </tr>
 
           
@@ -259,13 +259,13 @@
             
 <td align="center"><img src="../images/icon_error_sml.gif" alt="No" /></td>
             
-<td><tt>fml</tt></td>
+<td><code>fml</code></td>
             
-<td><tt>fml</tt></td>
+<td><code>fml</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-fml/"><tt>doxia-module-fml</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-fml/"><code>doxia-module-fml</code></a></td>
             
-<td><tt>fml</tt></td>
+<td><code>fml</code></td>
           </tr>
 
           
@@ -283,7 +283,7 @@
             
 <td></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-itext/"><tt>doxia-module-itext</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-itext/"><code>doxia-module-itext</code></a></td>
             
 <td></td>
           </tr>
@@ -303,7 +303,7 @@
             
 <td></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-fo/"><tt>doxia-module-fo</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-fo/"><code>doxia-module-fo</code></a></td>
             
 <td></td>
           </tr>
@@ -323,7 +323,7 @@
             
 <td></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-latex/"><tt>doxia-module-latex</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-latex/"><code>doxia-module-latex</code></a></td>
             
 <td></td>
           </tr>
@@ -339,13 +339,13 @@
             
 <td align="center"><img src="../images/icon_error_sml.gif" alt="No" /></td>
             
-<td><tt>markdown</tt></td>
+<td><code>markdown</code></td>
             
-<td><tt>md</tt>, <tt>markdown</tt><sup>***</sup></td>
+<td><code>md</code>, <code>markdown</code><sup>***</sup></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-markdown/"><tt>doxia-module-markdown</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-markdown/"><code>doxia-module-markdown</code></a></td>
             
-<td><tt>markdown</tt></td>
+<td><code>markdown</code></td>
           </tr>
 
           
@@ -363,7 +363,7 @@
             
 <td></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-rtf/"><tt>doxia-module-rtf</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-rtf/"><code>doxia-module-rtf</code></a></td>
             
 <td></td>
           </tr>
@@ -379,13 +379,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /></td>
             
-<td><tt>twiki</tt></td>
+<td><code>twiki</code></td>
             
-<td><tt>twiki</tt></td>
+<td><code>twiki</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-twiki/"><tt>doxia-module-twiki</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-twiki/"><code>doxia-module-twiki</code></a></td>
             
-<td><tt>twiki</tt></td>
+<td><code>twiki</code></td>
           </tr>
 
           
@@ -399,13 +399,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /></td>
             
-<td><tt>xdoc</tt></td>
+<td><code>xdoc</code></td>
             
-<td><tt>xml</tt></td>
+<td><code>xml</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-xdoc/"><tt>doxia-module-xdoc</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-xdoc/"><code>doxia-module-xdoc</code></a></td>
             
-<td><tt>xdoc</tt></td>
+<td><code>xdoc</code></td>
           </tr>
 
           
@@ -419,13 +419,13 @@
             
 <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes" /></td>
             
-<td><tt>xhtml</tt></td>
+<td><code>xhtml</code></td>
             
-<td><tt>xhtml</tt></td>
+<td><code>xhtml</code></td>
             
-<td><a href="../doxia/doxia-modules/doxia-module-xhtml/"><tt>doxia-module-xhtml</tt></a></td>
+<td><a href="../doxia/doxia-modules/doxia-module-xhtml/"><code>doxia-module-xhtml</code></a></td>
             
-<td><tt>xhtml</tt></td>
+<td><code>xhtml</code></td>
           </tr>
         </table>
 
@@ -463,7 +463,7 @@
 <p>
           <sup>***</sup> Since Doxia 1.7
         </p>
-    </div>
+    </section>
 
   
 

Modified: maven/doxia/website/content/references/xdoc-format.html
==============================================================================
--- maven/doxia/website/content/references/xdoc-format.html (original)
+++ maven/doxia/website/content/references/xdoc-format.html Thu Jul  2 03:00:56 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/xdoc/references/xdoc-format.xml at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/xdoc/references/xdoc-format.xml at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Lukas Theussl" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; The Xdoc format</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -41,7 +41,7 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">The Xdoc format <a href="https://github.com/apache/maven-doxia-site/tree/master/content/xdoc/references/xdoc-format.xml"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="../scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -118,7 +118,7 @@
 
   
 
-    <div class="section">
+    <section>
 <h2><a name="Content"></a>Content</h2>
       <a name="Content"></a>
       
@@ -141,15 +141,13 @@
 <li><a href="#Put_inline_elements_inside_block_level_elements">Put inline elements inside block level elements</a></li>
 <li><a href="#Right_order_of_elements_in_.3Cproperties.3E">Right order of elements in &lt;properties&gt;</a></li>
 <li><a href="#Dont_put_.3Csource.3E_inside_paragraphs">Dont put &lt;source&gt; inside paragraphs</a></li></ul></li></ul>
-    </div>
+    </section>
 
-    
-<div class="section">
+    <section>
 <h2><a name="The_XDoc_format"></a>The XDoc format</h2>
       <a name="The_XDoc_format"></a>
       <a name="Overview"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Overview"></a>Overview</h3>
         
 <p>
@@ -171,21 +169,19 @@
           The Maven 1 Xdoc plugin introduced a few additions to the Anakia format, they are highlighted in the
           <a class="externalLink" href="http://maven.apache.org/maven-1.x/plugins/xdoc/reference/xdocs.html">plugin</a> documentation.
         </p>
-      </div>
+      </section>
 
       <a name="The_XDoc_xsd"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="The_XDoc_xsd"></a>The XDoc xsd</h3>
         
 <p>
           The full documentation is available <a href="../doxia/doxia-modules/doxia-module-xdoc/xsddoc/index.html">here</a>.
         </p>
-      </div>
+      </section>
 
       <a name="XDoc_Sample"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="XDoc_Sample"></a>XDoc Sample</h3>
         
 <p>
@@ -236,15 +232,14 @@ code line 2
 
 &lt;/document&gt;</pre></div>
 
-      </div>
+      </section>
 
       <a name="The_source_tag"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="The_.3Csource.3E_tag"></a>The &lt;source&gt; tag</h3>
         
 <p>
-        <tt>&lt;source&gt;</tt> tags are special.
+        <code>&lt;source&gt;</code> tags are special.
         Anything within this tag is rendered within a &quot;verbatim box&quot; as pre-formatted text.
         If you are embedding other XML/XHTML markup
         within the source tags, then you need to place a CDATA section within
@@ -252,20 +247,19 @@ code line 2
         </p>
 
 <div class="source"><pre class="prettyprint linenums">&lt;source&gt;&lt;![CDATA[ content here &lt;a href=&quot;&quot;&gt;foo&lt;/a&gt;]]&gt;&lt;/source&gt;</pre></div>
-      </div>
+      </section>
 
       <a name="Additional_sectioning"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Additional_sectioning"></a>Additional sectioning</h3>
         
 <p>
-          Doxia will produce <tt>&lt;h2&gt;</tt> and
-          <tt>&lt;h3&gt;</tt> headings for <tt>&lt;section&gt;</tt>
-          and <tt>&lt;subsection&gt;</tt> elements, respectively.
+          Doxia will produce <code>&lt;h2&gt;</code> and
+          <code>&lt;h3&gt;</code> headings for <code>&lt;section&gt;</code>
+          and <code>&lt;subsection&gt;</code> elements, respectively.
           It is therefore perfectly valid to put some sub-headings
-          (<tt>&lt;h4&gt;</tt>, <tt>&lt;h5&gt;</tt>,
-          <tt>&lt;h6&gt;</tt>) inside a subsection. For instance,
+          (<code>&lt;h4&gt;</code>, <code>&lt;h5&gt;</code>,
+          <code>&lt;h6&gt;</code>) inside a subsection. For instance,
         </p>
 
         
@@ -276,14 +270,12 @@ code line 2
           will produce:
         </p>
 
-        
-<div class="section">
+        <section>
 <h4><a name="A_subsubsection"></a>A subsubsection</h4>
-      </div></div>
+      </section></section>
 
       <a name="Referencing_sections_and_subsections"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Referencing_sections_and_subsections"></a>Referencing sections and subsections</h3>
         
 <p>
@@ -304,8 +296,8 @@ code line 2
 
         
 <p>
-          or use an <tt>id</tt> attribute for section and subsections
-          (note that <tt>id</tt>'s have to be unique within one xdoc
+          or use an <code>id</code> attribute for section and subsections
+          (note that <code>id</code>'s have to be unique within one xdoc
           source document):
         </p>
 
@@ -349,11 +341,10 @@ code line 2
           it should be implemented / overridden by the corresponding low-level Sink.
         </p>
 
-      </div>
-    </div>
+      </section>
+    </section>
 
-    
-<div class="section">
+    <section>
 <h2><a name="Validation"></a>Validation</h2>
       <a name="Validation"></a>
       
@@ -368,8 +359,7 @@ code line 2
       </p>
 
       <a name="Dont_nest_block_level_elements"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Don.27t_nest_block_level_elements"></a>Don't nest block level elements</h3>
 
         
@@ -403,16 +393,15 @@ code line 2
         
 <p>
           Typical block level elements are list elements,
-          <tt>&lt;table&gt;</tt>, <tt>&lt;source&gt;</tt>,
-          <tt>&lt;div&gt;</tt>, <tt>&lt;p&gt;</tt> and
-          <tt>&lt;pre&gt;</tt>.
+          <code>&lt;table&gt;</code>, <code>&lt;source&gt;</code>,
+          <code>&lt;div&gt;</code>, <code>&lt;p&gt;</code> and
+          <code>&lt;pre&gt;</code>.
         </p>
 
-      </div>
+      </section>
 
       <a name="Put_inline_elements_inside_block_level_elements"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Put_inline_elements_inside_block_level_elements"></a>Put inline elements inside block level elements</h3>
 
         
@@ -436,29 +425,27 @@ code line 2
         
 <p>
           Typical inline elements are
-          <tt>&lt;a&gt;</tt>, <tt>&lt;strong&gt;</tt>,
-          <tt>&lt;code&gt;</tt>, <tt>&lt;font&gt;</tt>,
-          <tt>&lt;br&gt;</tt> and <tt>&lt;img&gt;</tt>.
+          <code>&lt;a&gt;</code>, <code>&lt;strong&gt;</code>,
+          <code>&lt;code&gt;</code>, <code>&lt;font&gt;</code>,
+          <code>&lt;br&gt;</code> and <code>&lt;img&gt;</code>.
         </p>
 
-      </div>
+      </section>
 
       <a name="Right_order_of_elements_in_properties"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Right_order_of_elements_in_.3Cproperties.3E"></a>Right order of elements in &lt;properties&gt;</h3>
 
         
 <p>
-          The <tt>&lt;title&gt;</tt> element has to come before
-          <tt>&lt;author&gt;</tt>.
+          The <code>&lt;title&gt;</code> element has to come before
+          <code>&lt;author&gt;</code>.
         </p>
 
-      </div>
+      </section>
 
       <a name="Dont_put_source_inside_paragraphs"></a>
-      
-<div class="section">
+      <section>
 <h3><a name="Dont_put_.3Csource.3E_inside_paragraphs"></a>Dont put &lt;source&gt; inside paragraphs</h3>
 
         
@@ -481,13 +468,13 @@ code line 2
 
         
 <p>
-          However, you may put <tt>&lt;source&gt;</tt> elements inside
+          However, you may put <code>&lt;source&gt;</code> elements inside
           list items or table rows.
         </p>
 
-      </div>
+      </section>
 
-    </div>
+    </section>
 
   
 

Modified: maven/doxia/website/content/resources.html
==============================================================================
--- maven/doxia/website/content/resources.html (original)
+++ maven/doxia/website/content/resources.html Thu Jul  2 03:00:56 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/apt/resources.apt at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/apt/resources.apt at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20090302" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; External Resources</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,7 +42,7 @@
       <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">External Resources <a href="https://github.com/apache/maven-doxia-site/tree/master/content/apt/resources.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -109,9 +109,8 @@
           </div>
         </div>
         <div id="bodyColumn"  class="span10" >
-<div class="section">
-<h2><a name="External_Resources"></a>External Resources</h2>
-<div class="section">
+<section>
+<h2><a name="External_Resources"></a>External Resources</h2><section>
 <h3><a name="Extensions"></a>Extensions</h3>
 <table border="1" class="table table-striped">
 <tr class="a">
@@ -119,8 +118,7 @@
 <th align="left">Author</th></tr>
 <tr class="b">
 <td align="left"><a class="externalLink" href="http://doxia-include.sourceforge.net/">Doxia :: Include Macro</a></td>
-<td align="left">Juergen Kellerer</td></tr></table></div>
-<div class="section">
+<td align="left">Juergen Kellerer</td></tr></table></section><section>
 <h3><a name="Articles"></a>Articles</h3>
 <table border="1" class="table table-striped">
 <tr class="a">
@@ -134,8 +132,7 @@
 <tr class="a">
 <td align="left"><a class="externalLink" href="http://en.wikipedia.org/wiki/Lightweight_markup_language">Lightweight markup language</a></td>
 <td align="left">wikipedia.org</td>
-<td align="left">?</td></tr></table></div>
-<div class="section">
+<td align="left">?</td></tr></table></section><section>
 <h3><a name="Tools"></a>Tools</h3>
 <table border="1" class="table table-striped">
 <tr class="a">
@@ -146,12 +143,11 @@
 <td align="left">Mathieu Avoine</td></tr>
 <tr class="a">
 <td align="left"><a class="externalLink" href="http://code.google.com/p/nb-doxia-support/">nb-doxia-support (NetBeans plugin)</a></td>
-<td align="left">Allan Lykke Christensen</td></tr></table></div></div>
-<div class="section">
+<td align="left">Allan Lykke Christensen</td></tr></table></section></section><section>
 <h2><a name="Related_External_Projects"></a>Related External Projects</h2>
 <ul>
 <li><a class="externalLink" href="http://www.xwiki.org/">XWiki</a> which uses Doxia in its <a class="externalLink" href="http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-rendering/xwiki-rendering-parsers/xwiki-rendering-parser-doxia/">rendering</a>.</li>
-<li><a class="externalLink" href="http://wiki.eclipse.org/Mylyn/Incubator/WikiText">Mylyn WikiText</a> (originally known as Textile-J).</li></ul></div>
+<li><a class="externalLink" href="http://wiki.eclipse.org/Mylyn/Incubator/WikiText">Mylyn WikiText</a> (originally known as Textile-J).</li></ul></section>
         </div>
       </div>
     </div>

Modified: maven/doxia/website/content/scm.html
==============================================================================
--- maven/doxia/website/content/scm.html (original)
+++ maven/doxia/website/content/scm.html Thu Jul  2 03:00:56 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/xdoc/scm.xml at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/xdoc/scm.xml at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
       <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">Source Repository <a href="https://github.com/apache/maven-doxia-site/tree/master/content/xdoc/scm.xml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -118,7 +118,7 @@
         <div id="bodyColumn"  class="span10" >
 
   
-    <div class="section">
+    <section>
 <h2><a name="Source_Repository"></a>Source Repository</h2>
       
 <p>
@@ -132,8 +132,7 @@
         Instructions for using the Apache Software Foundation Git repositories are at <a class="externalLink" href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
       </p>
 
-      
-<div class="section">
+      <section>
 <h3><a name="Doxia_Website"></a>Doxia Website</h3>
       
 <p>The sources for this site are available in a separate Git repository:
@@ -151,10 +150,9 @@
           </tr>
         </table>
       
-      </div>
+      </section>
 
-      
-<div class="section">
+      <section>
 <h3><a name="Components_in_Git"></a>Components in Git</h3>
       
 <p>
@@ -208,8 +206,8 @@
           </tr>
         </table>
       
-      </div>
-    </div>
+      </section>
+    </section>
   
 
         </div>

Modified: maven/doxia/website/content/team.html
==============================================================================
--- maven/doxia/website/content/team.html (original)
+++ maven/doxia/website/content/team.html Thu Jul  2 03:00:56 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.0:team at 2020-06-19
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.0:team at 2020-07-02
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20200619" />
+    <meta name="Date-Revision-yyyymmdd" content="20200702" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,7 +40,7 @@
       <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doxia">Doxia</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-06-19</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-07-02</li>
       <li class="pull-right"><a href="scm.html" title="Get Sources">Get Sources</a></li>
         </ul>
       </div>
@@ -116,11 +116,10 @@
           </div>
         </div>
         <div id="bodyColumn"  class="span10" >
-<div class="section">
+<section>
 <h2><a name="Project_Team"></a>Project Team</h2><a name="Project_Team"></a>
 <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
-<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
-<div class="section">
+<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><section>
 <h3><a name="Members"></a>Members</h3><a name="Members"></a>
 <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
 <table border="0" class="table table-striped">
@@ -134,7 +133,7 @@
 <th>Time Zone</th>
 <th>Properties</th></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rfscholte"></a>rfscholte</td>
 <td>Robert Scholte</td>
 <td><a class="externalLink" href="mailto:rfscholte@apache.org">rfscholte@apache.org</a></td>
@@ -143,7 +142,7 @@
 <td>Europe/Amsterdam</td>
 <td>twitter=@rfscholte</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/cdbe99fe3d6af6a18dd8c35b0687a50b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/cdbe99fe3d6af6a18dd8c35b0687a50b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="aheritier"></a>aheritier</td>
 <td>Arnaud H&#xe9;ritier</td>
 <td><a class="externalLink" href="mailto:aheritier@apache.org">aheritier@apache.org</a></td>
@@ -152,7 +151,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="andham"></a>andham</td>
 <td>Anders Hammar</td>
 <td><a class="externalLink" href="mailto:andham@apache.org">andham@apache.org</a></td>
@@ -161,7 +160,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/843c139514b33ef9121f6e4bfd2ef547?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/843c139514b33ef9121f6e4bfd2ef547?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="baerrach"></a>baerrach</td>
 <td>Barrie Treloar</td>
 <td><a class="externalLink" href="mailto:baerrach@apache.org">baerrach@apache.org</a></td>
@@ -170,7 +169,7 @@
 <td>Australia/Adelaide</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/c4fd4aa87482d9ecf81173cad089f0c3?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/c4fd4aa87482d9ecf81173cad089f0c3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bimargulies"></a>bimargulies</td>
 <td>Benson Margulies</td>
 <td><a class="externalLink" href="mailto:bimargulies@apache.org">bimargulies@apache.org</a></td>
@@ -179,7 +178,7 @@
 <td>America/New_York</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/5f46e5f33b0d23121af7113258485a2b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/5f46e5f33b0d23121af7113258485a2b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="brianf"></a>brianf</td>
 <td>Brian Fox</td>
 <td><a class="externalLink" href="mailto:brianf@apache.org">brianf@apache.org</a></td>
@@ -188,7 +187,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="cstamas"></a>cstamas</td>
 <td>Tamas Cservenak</td>
 <td><a class="externalLink" href="mailto:cstamas@apache.org">cstamas@apache.org</a></td>
@@ -197,7 +196,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dennisl"></a>dennisl</td>
 <td>Dennis Lundberg</td>
 <td><a class="externalLink" href="mailto:dennisl@apache.org">dennisl@apache.org</a></td>
@@ -206,7 +205,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/638136a641ed5c512f446444339cf271?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/638136a641ed5c512f446444339cf271?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dkulp"></a>dkulp</td>
 <td>Daniel Kulp</td>
 <td><a class="externalLink" href="mailto:dkulp@apache.org">dkulp@apache.org</a></td>
@@ -215,7 +214,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="evenisse"></a>evenisse</td>
 <td>Emmanuel Venisse</td>
 <td><a class="externalLink" href="mailto:evenisse@apache.org">evenisse@apache.org</a></td>
@@ -224,7 +223,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/01a438a22b35dd8a284815f782a046fc?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/01a438a22b35dd8a284815f782a046fc?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="gboue"></a>gboue</td>
 <td>Guillaume Bou&#xe9;</td>
 <td><a class="externalLink" href="mailto:gboue@apache.org">gboue@apache.org</a></td>
@@ -233,7 +232,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/35b0cc47b5e6d602734c636082d630df?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/35b0cc47b5e6d602734c636082d630df?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="hboutemy"></a>hboutemy</td>
 <td>Herv&#xe9; Boutemy</td>
 <td><a class="externalLink" href="mailto:hboutemy@apache.org">hboutemy@apache.org</a></td>
@@ -242,7 +241,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/a52c0cfedf677c3dbf7ff1eaa4f3d8b4?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/a52c0cfedf677c3dbf7ff1eaa4f3d8b4?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ifedorenko"></a>ifedorenko</td>
 <td>Igor Fedorenko</td>
 <td><a class="externalLink" href="mailto:igor@ifedorenko.com">igor@ifedorenko.com</a></td>
@@ -251,7 +250,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/81f0dd51add422563de0b7ce828b0728?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/81f0dd51add422563de0b7ce828b0728?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jvanzyl"></a>jvanzyl</td>
 <td>Jason van Zyl</td>
 <td><a class="externalLink" href="mailto:jason@maven.org">jason@maven.org</a></td>
@@ -260,7 +259,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/a7a7de61eca1a5af56823753b1b3b838?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/a7a7de61eca1a5af56823753b1b3b838?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="khmarbaise"></a>khmarbaise</td>
 <td>Karl Heinz Marbaise</td>
 <td><a class="externalLink" href="mailto:khmarbaise@apache.org">khmarbaise@apache.org</a></td>
@@ -269,7 +268,7 @@
 <td>+1</td>
 <td>twitter=@khmarbaise</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/3c2ad6b6efb1c84d9ff60259f8c8ef95?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/3c2ad6b6efb1c84d9ff60259f8c8ef95?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="krosenvold"></a>krosenvold</td>
 <td>Kristian Rosenvold</td>
 <td><a class="externalLink" href="mailto:krosenvold@apache.org">krosenvold@apache.org</a></td>
@@ -278,7 +277,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="mkleint"></a>mkleint</td>
 <td>Milos Kleint</td>
 <td>-</td>
@@ -287,7 +286,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="olamy"></a>olamy</td>
 <td>Olivier Lamy</td>
 <td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td>
@@ -296,7 +295,7 @@
 <td>Australia/Brisbane</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/f6caee604fc0ee8ffb030dcac691c9e3?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/f6caee604fc0ee8ffb030dcac691c9e3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="michaelo"></a>michaelo</td>
 <td>Michael Osipov</td>
 <td><a class="externalLink" href="mailto:michaelo@apache.org">michaelo@apache.org</a></td>
@@ -305,7 +304,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rgoers"></a>rgoers</td>
 <td>Ralph Goers</td>
 <td><a class="externalLink" href="mailto:rgoers@apache.org">rgoers@apache.org</a></td>
@@ -314,7 +313,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="stephenc"></a>stephenc</td>
 <td>Stephen Connolly</td>
 <td><a class="externalLink" href="mailto:stephenc@apache.org">stephenc@apache.org</a></td>
@@ -323,7 +322,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="struberg"></a>struberg</td>
 <td>Mark Struberg</td>
 <td><a class="externalLink" href="mailto:struberg@apache.org">struberg@apache.org</a></td>
@@ -332,7 +331,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/feb64254400eb261c6ba03afadd092a3?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/feb64254400eb261c6ba03afadd092a3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="tibordigana"></a>tibordigana</td>
 <td>Tibor Diga&#x148;a</td>
 <td><a class="externalLink" href="mailto:tibordigana@apache.org">tibordigana@apache.org</a></td>
@@ -341,7 +340,7 @@
 <td>Europe/Bratislava</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="vsiveton"></a>vsiveton</td>
 <td>Vincent Siveton</td>
 <td><a class="externalLink" href="mailto:vsiveton@apache.org">vsiveton@apache.org</a></td>
@@ -350,7 +349,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="wfay"></a>wfay</td>
 <td>Wayne Fay</td>
 <td><a class="externalLink" href="mailto:wfay@apache.org">wfay@apache.org</a></td>
@@ -359,7 +358,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/ea3935a08a086d01b5ee12fb2d6e923a?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/ea3935a08a086d01b5ee12fb2d6e923a?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="adangel"></a>adangel</td>
 <td>Andreas Dangel</td>
 <td><a class="externalLink" href="mailto:adangel@apache.org">adangel@apache.org</a></td>
@@ -368,7 +367,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bdemers"></a>bdemers</td>
 <td>Brian Demers</td>
 <td><a class="externalLink" href="mailto:bdemers@apache.org">bdemers@apache.org</a></td>
@@ -377,7 +376,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="bellingard"></a>bellingard</td>
 <td>Fabrice Bellingard</td>
 <td>-</td>
@@ -386,7 +385,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bentmann"></a>bentmann</td>
 <td>Benjamin Bentmann</td>
 <td><a class="externalLink" href="mailto:bentmann@apache.org">bentmann@apache.org</a></td>
@@ -395,7 +394,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/456da78808527c596ccd30fba769dd6d?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/456da78808527c596ccd30fba769dd6d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="chrisgwarp"></a>chrisgwarp</td>
 <td>Chris Graham</td>
 <td><a class="externalLink" href="mailto:chrisgwarp@apache.org">chrisgwarp@apache.org</a></td>
@@ -404,7 +403,7 @@
 <td>Australia/Melbourne</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/be9859a805a76f3482204de9e95a7b6f?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/be9859a805a76f3482204de9e95a7b6f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dantran"></a>dantran</td>
 <td>Dan Tran</td>
 <td><a class="externalLink" href="mailto:dantran@apache.org">dantran@apache.org</a></td>
@@ -413,7 +412,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/ea665d843e7e25fc1799a344fba022e0?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/ea665d843e7e25fc1799a344fba022e0?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dbradicich"></a>dbradicich</td>
 <td>Damian Bradicich</td>
 <td><a class="externalLink" href="mailto:dbradicich@apache.org">dbradicich@apache.org</a></td>
@@ -422,7 +421,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="brett"></a>brett</td>
 <td>Brett Porter</td>
 <td><a class="externalLink" href="mailto:brett@apache.org">brett@apache.org</a></td>
@@ -431,7 +430,7 @@
 <td>+10</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/be211eb53b665c51eb3f2e421bdc77cb?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/be211eb53b665c51eb3f2e421bdc77cb?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dfabulich"></a>dfabulich</td>
 <td>Daniel Fabulich</td>
 <td><a class="externalLink" href="mailto:dfabulich@apache.org">dfabulich@apache.org</a></td>
@@ -440,7 +439,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/1f61c73e879b918d650c24e12b5a3b9f?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/1f61c73e879b918d650c24e12b5a3b9f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="eolivelli"></a>eolivelli</td>
 <td>Enrico Olivelli</td>
 <td><a class="externalLink" href="mailto:eolivelli@apache.org">eolivelli@apache.org</a></td>
@@ -449,7 +448,7 @@
 <td>Europe/Rome</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/50ba5fa66fe2067a20381b90845266ef?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/50ba5fa66fe2067a20381b90845266ef?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="fgiust"></a>fgiust</td>
 <td>Fabrizio Giustina</td>
 <td><a class="externalLink" href="mailto:fgiust@apache.org">fgiust@apache.org</a></td>
@@ -458,7 +457,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/785a1a564fbfc3a91478a886e9262eee?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/785a1a564fbfc3a91478a886e9262eee?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="godin"></a>godin</td>
 <td>Evgeny Mandrikov</td>
 <td><a class="externalLink" href="mailto:godin@apache.org">godin@apache.org</a></td>
@@ -467,7 +466,7 @@
 <td>+3</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/9219e023336bc7cf75f8e297bdf93e7b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/9219e023336bc7cf75f8e297bdf93e7b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="handyande"></a>handyande</td>
 <td>Andrew Williams</td>
 <td><a class="externalLink" href="mailto:handyande@apache.org">handyande@apache.org</a></td>
@@ -476,7 +475,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/f831da7fdd81e6abb2ef577b410b7787?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/f831da7fdd81e6abb2ef577b410b7787?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="imod"></a>imod</td>
 <td>Dominik Bartholdi</td>
 <td><a class="externalLink" href="mailto:imod@apache.org">imod@apache.org</a></td>
@@ -485,7 +484,7 @@
 <td>Europe/Zurich</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="jjensen"></a>jjensen</td>
 <td>Jeff Jensen</td>
 <td>-</td>
@@ -494,7 +493,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/3b75b73e1b6507a257aa9f6910f5c030?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/3b75b73e1b6507a257aa9f6910f5c030?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ltheussl"></a>ltheussl</td>
 <td>Lukas Theussl</td>
 <td><a class="externalLink" href="mailto:ltheussl@apache.org">ltheussl@apache.org</a></td>
@@ -503,7 +502,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/7575e2568caf22d6613fc0c4c6653363?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/7575e2568caf22d6613fc0c4c6653363?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="markh"></a>markh</td>
 <td>Mark Hobson</td>
 <td><a class="externalLink" href="mailto:markh@apache.org">markh@apache.org</a></td>
@@ -512,7 +511,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="mauro"></a>mauro</td>
 <td>Mauro Talevi</td>
 <td>-</td>
@@ -521,7 +520,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/f1d16806fc23bffc6b7fbdefba6441b2?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/f1d16806fc23bffc6b7fbdefba6441b2?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mfriedenhagen"></a>mfriedenhagen</td>
 <td>Mirko Friedenhagen</td>
 <td><a class="externalLink" href="mailto:mfriedenhagen@apache.org">mfriedenhagen@apache.org</a></td>
@@ -530,7 +529,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/770cc58fdbd81a203d965faf49e30752?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/770cc58fdbd81a203d965faf49e30752?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mmoser"></a>mmoser</td>
 <td>Manfred Moser</td>
 <td><a class="externalLink" href="mailto:mmoser@apache.org">mmoser@apache.org</a></td>
@@ -539,7 +538,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="nicolas"></a>nicolas</td>
 <td>Nicolas de Loof</td>
 <td>-</td>
@@ -548,7 +547,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="oching"></a>oching</td>
 <td>Maria Odea B. Ching</td>
 <td>-</td>
@@ -557,7 +556,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/caf8be8931e2b7a13d386a7d05053714?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/caf8be8931e2b7a13d386a7d05053714?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="pgier"></a>pgier</td>
 <td>Paul Gier</td>
 <td><a class="externalLink" href="mailto:pgier@apache.org">pgier@apache.org</a></td>
@@ -566,7 +565,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/7fd7c636a4868a5672430eb4ea359e9e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/7fd7c636a4868a5672430eb4ea359e9e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ptahchiev"></a>ptahchiev</td>
 <td>Petar Tahchiev</td>
 <td><a class="externalLink" href="mailto:ptahchiev@apache.org">ptahchiev@apache.org</a></td>
@@ -575,7 +574,7 @@
 <td>+2</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/841c8ca525fe0dad19cb0dd2f459364d?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/841c8ca525fe0dad19cb0dd2f459364d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rafale"></a>rafale</td>
 <td>Rapha&#xeb;l Pi&#xe9;roni</td>
 <td><a class="externalLink" href="mailto:rafale@apache.org">rafale@apache.org</a></td>
@@ -584,7 +583,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/a7b855d54a93692cc35fb18bbc6c9d9b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/a7b855d54a93692cc35fb18bbc6c9d9b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="schulte"></a>schulte</td>
 <td>Christian Schulte</td>
 <td><a class="externalLink" href="mailto:schulte@apache.org">schulte@apache.org</a></td>
@@ -593,7 +592,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/6cf6cca56375bcb9b2ec951ab714039b?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/6cf6cca56375bcb9b2ec951ab714039b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="snicoll"></a>snicoll</td>
 <td>Stephane Nicoll</td>
 <td><a class="externalLink" href="mailto:snicoll@apache.org">snicoll@apache.org</a></td>
@@ -602,7 +601,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/2c27249f3e6df269751ee1c5d74c7d2e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/2c27249f3e6df269751ee1c5d74c7d2e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="simonetripodi"></a>simonetripodi</td>
 <td>Simone Tripodi</td>
 <td><a class="externalLink" href="mailto:simonetripodi@apache.org">simonetripodi@apache.org</a></td>
@@ -611,7 +610,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/1bed2b4af6b88dca9d023b8d1d061753?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/1bed2b4af6b88dca9d023b8d1d061753?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="sor"></a>sor</td>
 <td>Christian Stein</td>
 <td><a class="externalLink" href="mailto:sor@apache.org">sor@apache.org</a></td>
@@ -620,7 +619,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/2b5aa3653c59f40a08f2a314c04aa854?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/2b5aa3653c59f40a08f2a314c04aa854?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="tchemit"></a>tchemit</td>
 <td>Tony Chemit</td>
 <td><a class="externalLink" href="mailto:tchemit@apache.org">tchemit@apache.org</a></td>
@@ -629,7 +628,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/187d7c84095d8fbd8a0731eebaaa30de?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/187d7c84095d8fbd8a0731eebaaa30de?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="vmassol"></a>vmassol</td>
 <td>Vincent Massol</td>
 <td><a class="externalLink" href="mailto:vmassol@apache.org">vmassol@apache.org</a></td>
@@ -638,7 +637,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/89d44feb36e50e382410b6b797cfa812?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/89d44feb36e50e382410b6b797cfa812?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="slachiewicz"></a>slachiewicz</td>
 <td>Sylwester Lachiewicz</td>
 <td><a class="externalLink" href="mailto:slachiewicz@apache.org">slachiewicz@apache.org</a></td>
@@ -647,7 +646,7 @@
 <td>Europe/Warsaw</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/70b40da7f0f25f55f9812d21e85279b9?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/70b40da7f0f25f55f9812d21e85279b9?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="elharo"></a>elharo</td>
 <td>Elliotte Rusty Harold</td>
 <td><a class="externalLink" href="mailto:elharo@apache.org">elharo@apache.org</a></td>
@@ -656,7 +655,7 @@
 <td>America/New_York</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/cbe8a9133ef3337eb267252a06f649bf?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/cbe8a9133ef3337eb267252a06f649bf?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="agudian"></a>agudian</td>
 <td>Andreas Gudian</td>
 <td><a class="externalLink" href="mailto:agudian@apache.org">agudian@apache.org</a></td>
@@ -665,7 +664,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="aramirez"></a>aramirez</td>
 <td>Allan Q. Ramirez</td>
 <td>-</td>
@@ -674,7 +673,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="bayard"></a>bayard</td>
 <td>Henri Yandell</td>
 <td>-</td>
@@ -683,7 +682,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="carlos"></a>carlos</td>
 <td>Carlos Sanchez</td>
 <td><a class="externalLink" href="mailto:carlos@apache.org">carlos@apache.org</a></td>
@@ -692,7 +691,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="chrisjs"></a>chrisjs</td>
 <td>Chris Stevenson</td>
 <td>-</td>
@@ -701,7 +700,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="dblevins"></a>dblevins</td>
 <td>David Blevins</td>
 <td>-</td>
@@ -710,7 +709,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="dlr"></a>dlr</td>
 <td>Daniel Rall</td>
 <td>-</td>
@@ -719,7 +718,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="epunzalan"></a>epunzalan</td>
 <td>Edwin Punzalan</td>
 <td><a class="externalLink" href="mailto:epunzalan@apache.org">epunzalan@apache.org</a></td>
@@ -728,7 +727,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="felipeal"></a>felipeal</td>
 <td>Felipe Leme</td>
 <td>-</td>
@@ -737,7 +736,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/5eb06f355d82f3267f3db16c6359601e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/5eb06f355d82f3267f3db16c6359601e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jdcasey"></a>jdcasey</td>
 <td>John Casey</td>
 <td><a class="externalLink" href="mailto:jdcasey@apache.org">jdcasey@apache.org</a></td>
@@ -746,7 +745,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/e685ce2ea401d7c31344b4003faefff5?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/e685ce2ea401d7c31344b4003faefff5?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jmcconnell"></a>jmcconnell</td>
 <td>Jesse McConnell</td>
 <td><a class="externalLink" href="mailto:jmcconnell@apache.org">jmcconnell@apache.org</a></td>
@@ -755,7 +754,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="joakime"></a>joakime</td>
 <td>Joakim Erdfelt</td>
 <td><a class="externalLink" href="mailto:joakime@apache.org">joakime@apache.org</a></td>
@@ -764,7 +763,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/e3d64fc9947612977757ad096b492b56?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/e3d64fc9947612977757ad096b492b56?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jruiz"></a>jruiz</td>
 <td>Johnny Ruiz III</td>
 <td><a class="externalLink" href="mailto:jruiz@apache.org">jruiz@apache.org</a></td>
@@ -773,7 +772,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="jstrachan"></a>jstrachan</td>
 <td>James Strachan</td>
 <td>-</td>
@@ -782,7 +781,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jtolentino"></a>jtolentino</td>
 <td>Ernesto Tolentino Jr.</td>
 <td><a class="externalLink" href="mailto:jtolentino@apache.org">jtolentino@apache.org</a></td>
@@ -791,7 +790,7 @@
 <td>+8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/51c5516f058929cbdca03b0319e61bf8?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/51c5516f058929cbdca03b0319e61bf8?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="kenney"></a>kenney</td>
 <td>Kenney Westerhof</td>
 <td><a class="externalLink" href="mailto:kenney@apache.org">kenney@apache.org</a></td>
@@ -800,7 +799,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/af54a0871600db7fbdbb5c558a6e29a3?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/af54a0871600db7fbdbb5c558a6e29a3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mperham"></a>mperham</td>
 <td>Mike Perham</td>
 <td><a class="externalLink" href="mailto:mperham@gmail.com">mperham@gmail.com</a></td>
@@ -809,7 +808,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="ogusakov"></a>ogusakov</td>
 <td>Oleg Gusakov</td>
 <td>-</td>
@@ -818,7 +817,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/16f83496d57ffb2fb73e6219c1537d39?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/16f83496d57ffb2fb73e6219c1537d39?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="pschneider"></a>pschneider</td>
 <td>Patrick Schneider</td>
 <td><a class="externalLink" href="mailto:pschneider@gmail.com">pschneider@gmail.com</a></td>
@@ -827,7 +826,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="rinku"></a>rinku</td>
 <td>Rahul Thakur</td>
 <td>-</td>
@@ -836,7 +835,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="shinobu"></a>shinobu</td>
 <td>Shinobu Kuwai</td>
 <td>-</td>
@@ -845,7 +844,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="smorgrav"></a>smorgrav</td>
 <td>Torbjorn Eikli Smorgrav</td>
 <td>-</td>
@@ -854,7 +853,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><img src="https://www.gravatar.com/avatar/565f00b7f179682b6ab1327e39833eba?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/565f00b7f179682b6ab1327e39833eba?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="trygvis"></a>trygvis</td>
 <td>Trygve Laugstol</td>
 <td><a class="externalLink" href="mailto:trygvis@apache.org">trygvis@apache.org</a></td>
@@ -863,17 +862,16 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><img src="https://www.gravatar.com/avatar/cc9f81ff2bf74ede3e0a80982acf832e?d=mm&amp;s=60" alt="" /></td>
+<td><figure><img src="https://www.gravatar.com/avatar/cc9f81ff2bf74ede3e0a80982acf832e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="wsmoak"></a>wsmoak</td>
 <td>Wendy Smoak</td>
 <td><a class="externalLink" href="mailto:wsmoak@apache.org">wsmoak@apache.org</a></td>
 <td>-</td>
 <td>Emeritus</td>
 <td>-7</td>
-<td>-</td></tr></table></div>
-<div class="section">
+<td>-</td></tr></table></section><section>
 <h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
-<p>There are no contributors listed for this project. Please check back again later.</p></div></div>
+<p>There are no contributors listed for this project. Please check back again later.</p></section></section>
         </div>
       </div>
     </div>