Author: ltheussl
Date: Mon Sep 10 13:17:20 2007
New Revision: 574358

URL: http://svn.apache.org/viewvc?rev=574358&view=rev
Log:
Use xdoc instead of apt to get icons inside the table

Added:
    maven/doxia/site/src/site/xdoc/references/index.xml   (with props)
Removed:
    maven/doxia/site/src/site/apt/references/index.apt

Added: maven/doxia/site/src/site/xdoc/references/index.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/references/index.xml?rev=574358&view=auto
==============================================================================
--- maven/doxia/site/src/site/xdoc/references/index.xml (added)
+++ maven/doxia/site/src/site/xdoc/references/index.xml Mon Sep 10 13:17:20 2007
@@ -0,0 +1,145 @@
+<?xml version="1.0"?>
+
+<!--
+/*
+ * 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.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Doxia Markup Languages References</title>
+    <author email="ltheussl_AT_apache_DOT_org">Lukas Theussl</author>
+    <author email="vsiveton_AT_apache_DOT_org"></author>
+  </properties>
+
+  <body>
+
+    <section name="Doxia Markup Languages References">
+
+      <p>
+        The following table gives an overview of the markup languages currently
+        supported by Doxia. If a Parser is available for a given format, it
+        means that you can write your documentation in this language and Doxia
+        can generate output from it. If a Sink is available, it means you can
+        generate output in this format.
+      </p>
+
+      <p>
+        Please consult the <a href="../modules/index.html">Modules Guide</a>
+        for links to reference documentation of external formats.
+      </p>
+
+      <p>
+
+        <table border="1">
+          <tr>
+            <th>Format</th>
+            <th>Short description</th>
+            <th align="center">Parser</th>
+            <th align="center">Sink</th>
+            <th>Reference Documentation</th>
+          </tr>
+
+          <tr>
+            <td>Apt</td>
+            <td>Almost Plain Text</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td><a href="./apt-format.html">APT Reference</a></td>
+          </tr>
+
+          <tr>
+            <td>Confluence</td>
+            <td>Confluence Enterprise Wiki</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>Docbook</td>
+            <td>DocBook XML Standard</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>FML</td>
+            <td>FAQ Markup Language</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td><a href="./fml-format.html">FML Reference</a></td>
+          </tr>
+
+          <tr>
+            <td>iText</td>
+            <td>iText PDF Library</td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>LaTeX</td>
+            <td>LaTeX typesetting system</td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>RTF</td>
+            <td>Microsoft Rich Text Format</td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>TWiki</td>
+            <td>TWiki Structured Wiki</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_error_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+
+          <tr>
+            <td>Xdoc</td>
+            <td>XML Documentation Format</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td><a href="./xdoc-format.html">Xdoc Reference</a></td>
+          </tr>
+
+          <tr>
+            <td>XHTML</td>
+            <td>Extensible Hypertext Markup Language</td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td align="center"><img src="../images/icon_success_sml.gif" 
alt="Yes"/></td>
+            <td></td>
+          </tr>
+        </table>
+
+      </p>
+
+    </section>
+
+  </body>
+
+</document>

Propchange: maven/doxia/site/src/site/xdoc/references/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/site/src/site/xdoc/references/index.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to