You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/04 17:53:54 UTC

[maven-doxia-site] branch master updated: separate table for page-oriented output-only formats

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 03fc713  separate table for page-oriented output-only formats
03fc713 is described below

commit 03fc7132a04645dfbb54a8e29d2db1b7343cf827
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 4 18:53:52 2022 +0100

    separate table for page-oriented output-only formats
---
 content/xdoc/references/index.xml | 81 ++++++++++++++++++---------------------
 1 file changed, 37 insertions(+), 44 deletions(-)

diff --git a/content/xdoc/references/index.xml b/content/xdoc/references/index.xml
index 53dddcb..0653dee 100644
--- a/content/xdoc/references/index.xml
+++ b/content/xdoc/references/index.xml
@@ -120,39 +120,6 @@ under the License.
           </tr>
 
           <tr>
-            <td><a href="../modules/index.html#iText">iText</a></td>
-            <td>iText PDF Library</td>
-            <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td></td>
-            <td></td>
-            <td><a href="../doxia/doxia-modules/doxia-module-itext/"><code>doxia-module-itext</code></a></td>
-            <td></td>
-          </tr>
-
-          <tr>
-            <td><a href="../modules/index.html#FO">FO</a><sup>*</sup></td>
-            <td>XSL formatting objects (XSL-FO)</td>
-            <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td></td>
-            <td></td>
-            <td><a href="../doxia/doxia-modules/doxia-module-fo/"><code>doxia-module-fo</code></a></td>
-            <td></td>
-          </tr>
-
-          <tr>
-            <td><a href="../modules/index.html#LaTeX">LaTeX</a></td>
-            <td>LaTeX typesetting system</td>
-            <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td></td>
-            <td></td>
-            <td><a href="../doxia/doxia-modules/doxia-module-latex/"><code>doxia-module-latex</code></a></td>
-            <td></td>
-          </tr>
-
-          <tr>
             <td><a href="../modules/index.html#Markdown">Markdown</a><sup>**</sup></td>
             <td>Markdown markup language</td>
             <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
@@ -164,17 +131,6 @@ under the License.
           </tr>
 
           <tr>
-            <td><a href="../modules/index.html#RTF">RTF</a></td>
-            <td>Microsoft Rich Text Format</td>
-            <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td></td>
-            <td></td>
-            <td><a href="../doxia/doxia-modules/doxia-module-rtf/"><code>doxia-module-rtf</code></a></td>
-            <td></td>
-          </tr>
-
-          <tr>
             <td><a href="../modules/index.html#TWiki">TWiki</a><sup>*</sup></td>
             <td>TWiki Structured Wiki</td>
             <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
@@ -239,6 +195,43 @@ under the License.
         </p>
     </section>
 
+    <section  name="Doxia Page Output Format (deprecated)">
+      <p>
+        The following table gives an overview of the output-only page-oriented deprecated (in Doxia 1.11) formats:
+      </p>
+
+        <table border="0">
+          <tr>
+            <th>Format</th>
+            <th>Short description</th>
+            <th>Doxia Module</th>
+          </tr>
+
+          <tr>
+            <td><a href="../modules/index.html#iText">iText</a></td>
+            <td>iText PDF Library</td>
+            <td><a href="../doxia/doxia-modules/doxia-module-itext/"><code>doxia-module-itext</code></a></td>
+          </tr>
+
+          <tr>
+            <td><a href="../modules/index.html#FO">FO</a><sup>*</sup></td>
+            <td>XSL formatting objects (XSL-FO)</td>
+            <td><a href="../doxia/doxia-modules/doxia-module-fo/"><code>doxia-module-fo</code></a></td>
+          </tr>
+
+          <tr>
+            <td><a href="../modules/index.html#LaTeX">LaTeX</a></td>
+            <td>LaTeX typesetting system</td>
+            <td><a href="../doxia/doxia-modules/doxia-module-latex/"><code>doxia-module-latex</code></a></td>
+          </tr>
+
+          <tr>
+            <td><a href="../modules/index.html#RTF">RTF</a></td>
+            <td>Microsoft Rich Text Format</td>
+            <td><a href="../doxia/doxia-modules/doxia-module-rtf/"><code>doxia-module-rtf</code></a></td>
+          </tr>
+        </table>
+    </section>
   </body>
 
 </document>