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:18:26 UTC

svn commit: r1746114 - in /poi/site: publish/diagram/index.html src/documentation/content/xdocs/diagram/book.xml src/documentation/content/xdocs/diagram/index.xml

Author: nick
Date: Mon May 30 12:18:26 2016
New Revision: 1746114

URL: http://svn.apache.org/viewvc?rev=1746114&view=rev
Log:
Mention XDGF a little bit more, but needs someone who knows the code to document it properly!

Modified:
    poi/site/publish/diagram/index.html
    poi/site/src/documentation/content/xdocs/diagram/book.xml
    poi/site/src/documentation/content/xdocs/diagram/index.xml

Modified: poi/site/publish/diagram/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/diagram/index.html?rev=1746114&r1=1746113&r2=1746114&view=diff
==============================================================================
--- poi/site/publish/diagram/index.html (original)
+++ poi/site/publish/diagram/index.html Mon May 30 12:18:26 2016
@@ -7,7 +7,7 @@
 <link rel="stylesheet" href="../skin/mysite.css" type="text/css">
 <link rel="stylesheet" href="../skin/site.css" type="text/css">
 <link media="print" rel="stylesheet" href="../skin/print.css" type="text/css">
-<title>POI-HDGF - Java API To Access Microsoft Visio Format Files</title>
+<title>Apache POI - HDGF and XDGF - Java API To Access Microsoft Visio Format Files</title>
 </head>
 <body bgcolor="white" class="composite">
 <!--================= start Banner ==================-->
@@ -81,7 +81,7 @@ if (VERSION > 3) {
 </div>
 </div>
 <div class="menu">
-<span class="menuLabel">HDGF</span>
+<span class="menuLabel">HDGF+XDGF</span>
 <div class="menuItem">
 <span class="menuSelected">Overview</span>
 </div>
@@ -109,7 +109,7 @@ if (VERSION > 3) {
 <div id="bodycol">
 <div class="app">
 <div align="center">
-<h1>POI-HDGF - Java API To Access Microsoft Visio Format Files</h1>
+<h1>Apache POI - HDGF and XDGF - Java API To Access Microsoft Visio Format Files</h1>
 </div>
 <div class="h3">
     
@@ -123,7 +123,10 @@ if (VERSION > 3) {
             
 
             
-<p>HDGF is the POI Project's pure Java implementation of the Visio file format.</p>
+<p>HDGF is the POI Project's pure Java implementation of the 
+             Visio binary (VSD) file format. XDGF is the POI Project's
+             pure Java implementation of the Visio XML (VSDX) file format.</p>
+            <!-- TODO More about XDGF here! -->
             
 <p>Currently, HDGF provides a low-level, read-only api for 
               accessing Visio documents. It also provides a 
@@ -215,7 +218,7 @@ if (VERSION > 3) {
         
     
 
-<div id="authors" align="right">by&nbsp;Nick Burch</div>
+<div id="authors" align="right">by&nbsp;POI Developers</div>
 </div>
 </div>
 </div>

Modified: poi/site/src/documentation/content/xdocs/diagram/book.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/diagram/book.xml?rev=1746114&r1=1746113&r2=1746114&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/diagram/book.xml (original)
+++ poi/site/src/documentation/content/xdocs/diagram/book.xml Mon May 30 12:18:26 2016
@@ -27,7 +27,7 @@
         <menu-item label="Top" href="../index.html"/>
     </menu>
 
-    <menu label="HDGF">
+    <menu label="HDGF+XDGF">
         <menu-item label="Overview" href="index.html"/>
 	</menu>
 	

Modified: poi/site/src/documentation/content/xdocs/diagram/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/diagram/index.xml?rev=1746114&r1=1746113&r2=1746114&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/diagram/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/diagram/index.xml Mon May 30 12:18:26 2016
@@ -21,10 +21,10 @@
 
 <document>
     <header>
-        <title>POI-HDGF - Java API To Access Microsoft Visio Format Files</title>
+        <title>Apache POI - HDGF and XDGF - Java API To Access Microsoft Visio Format Files</title>
         <subtitle>Overview</subtitle>
         <authors>
-            <person name="Nick Burch" email="nick at apache dot org"/>
+           <person id="pd" name="POI Developers" email="dev@poi.apache.org"/>
         </authors>
     </header>
 
@@ -32,7 +32,10 @@
         <section>
             <title>Overview</title>
 
-            <p>HDGF is the POI Project's pure Java implementation of the Visio file format.</p>
+            <p>HDGF is the POI Project's pure Java implementation of the 
+             Visio binary (VSD) file format. XDGF is the POI Project's
+             pure Java implementation of the Visio XML (VSDX) file format.</p>
+            <!-- TODO More about XDGF here! -->
             <p>Currently, HDGF provides a low-level, read-only api for 
               accessing Visio documents. It also provides a 
               <link href="http://svn.apache.org/repos/asf/poi/trunk/src/scratchpad/src/org/apache/poi/hdgf/extractor/">way</link>



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