You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/05/30 12:13:00 UTC

svn commit: r1746112 - in /poi/site/src/documentation/content/xdocs: book.xml diagram/ hdgf/ index.xml overview.xml

Author: nick
Date: Mon May 30 12:12:59 2016
New Revision: 1746112

URL: http://svn.apache.org/viewvc?rev=1746112&view=rev
Log:
Rename HDGF site component to the more general Diagram

Added:
    poi/site/src/documentation/content/xdocs/diagram/
      - copied from r1746111, poi/site/src/documentation/content/xdocs/hdgf/
Removed:
    poi/site/src/documentation/content/xdocs/hdgf/
Modified:
    poi/site/src/documentation/content/xdocs/book.xml
    poi/site/src/documentation/content/xdocs/index.xml
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/src/documentation/content/xdocs/book.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/book.xml?rev=1746112&r1=1746111&r2=1746112&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/book.xml (original)
+++ poi/site/src/documentation/content/xdocs/book.xml Mon May 30 12:12:59 2016
@@ -58,7 +58,7 @@
         <menu-item label="OLE2 Filesystem (POIFS)" href="poifs/index.html"/>
         <menu-item label="OLE2 Document Props (HPSF)" href="hpsf/index.html"/>
         <menu-item label="Outlook (HSMF)" href="hsmf/index.html"/>
-        <menu-item label="Visio (HDGF+XDGF)" href="hdgf/index.html"/>
+        <menu-item label="Visio (HDGF+XDGF)" href="diagram/index.html"/>
         <menu-item label="TNEF (HMEF)" href="hmef/index.html"/>
         <menu-item label="Publisher (HPBF)" href="hpbf/index.html"/>
         <menu-item label="Logging framework" href="logging.html"/>

Modified: poi/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1746112&r1=1746111&r2=1746112&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Mon May 30 12:12:59 2016
@@ -103,7 +103,7 @@
       </p>
       <p>
         There are also projects for 
-        <link href="hdgf/index.html">Visio (HDGF)</link>,
+        <link href="diagram/index.html">Visio (HDGF and XDGF)</link>,
         <link href="hmef/index.html">TNEF (HMEF)</link>,
         and <link href="hpbf/index.html">Publisher (HPBF)</link>.
       </p>

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1746112&r1=1746111&r2=1746112&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Mon May 30 12:12:59 2016
@@ -107,12 +107,18 @@
 	    page</link> for more information.
 	</p>
       </section>
-      <section><title>HDGF for Visio Documents</title>
+      <section><title>HDGF and XDGF for Visio Documents</title>
 	<p>
 	  HDGF is our port of the Microsoft Visio 97(-2003) file format to pure
 	  Java. It currently only supports reading at a very low level, and
 	  simple text extraction. Please see <link
-	    href="./hdgf/index.html">the HDGF project page for more
+	    href="./diagram/index.html">the HDGF / Diagram project page for more
+	    information</link>.
+	</p>
+	<p>
+	  XDGF is our port of the Microsoft Visio XML (.vsdx) file format to pure
+	  Java. It has slightly more support than HDGF. Please see <link
+	    href="./diagram/index.html">the XDGF / Diagram project page for more
 	    information</link>.
 	</p>
       </section>
@@ -195,7 +201,7 @@
           <td>&nbsp;</td>
         </tr>
         <tr>
-          <td><link href="./hdgf/index.html">HDGF</link></td>
+          <td><link href="./diagram/index.html">HDGF</link></td>
           <td>Visio VSD</td>
           <td><em>poi-scratchpad</em></td>
           <td>&nbsp;</td>
@@ -249,6 +255,12 @@
           <td><em>poi-ooxml</em></td>
           <td>&nbsp;</td>
         </tr>
+        <tr>
+          <td><link href="./diagram/index.html">XDGF</link></td>
+          <td>Visio VSDX</td>
+          <td><em>poi-ooxml</em></td>
+          <td>&nbsp;</td>
+        </tr>
         <tr>
           <td><link href="./slideshow/index.html">Common SL</link></td>
           <td>PowerPoint PPT and PPTX</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org