You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/07/01 08:48:53 UTC

svn commit: r1688558 - in /poi/site: publish/related-projects.html src/documentation/content/xdocs/related-projects.xml

Author: centic
Date: Wed Jul  1 06:48:53 2015
New Revision: 1688558

URL: http://svn.apache.org/r1688558
Log:
Bug 58088: List poi-visio and poi-visio-graph in "related projects" section

Modified:
    poi/site/publish/related-projects.html
    poi/site/src/documentation/content/xdocs/related-projects.xml

Modified: poi/site/publish/related-projects.html
URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1688558&r1=1688557&r2=1688558&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Wed Jul  1 06:48:53 2015
@@ -340,6 +340,34 @@ if (VERSION > 3) {
               </p>
               
               
+<a name="poi-visio"></a>
+<div class="h4">
+<h4>poi-visio</h4>
+</div>
+              
+<p>
+              
+<a href="https://github.com/BBN-D/poi-visio">poi-visio</a> is a Java library that loads Visio OOXML (vsdx) files and creates an in-memory data structure that allows full access to the contents of the document. 
+              There is built-in support for easily traversing the content of the document in a structured way, and can render pages to simplified PNG files, or other backends supported by Java AWT. 
+              Currently the library only operates in read-only mode, but its design does not exclude being able to modify existing documents or creating new documents.
+              Available under the Apache License, Version 2.0.
+              </p>
+              
+              
+<a name="poi-visio-graph"></a>
+<div class="h4">
+<h4>poi-visio-graph</h4>
+</div>
+              
+<p>
+              
+<a href="https://github.com/BBN-D/poi-visio-graph">poi-visio-graph</a> is a Java library that loads Visio OOXML (vsdx) files using the poi-visio library and creates an in-memory graph structure from the objects present on the page. 
+              It utilizes user-specified connection points and also performs analysis to infer logical visual connection points between the objects on each page. 
+              One possible use of this library is to create a network diagram from a Visio document.
+              Available under the Apache License, Version 2.0.
+              </p>
+              
+              
 <a name="NPOI"></a>
 <div class="h4">
 <h4>NPOI</h4>

Modified: poi/site/src/documentation/content/xdocs/related-projects.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/related-projects.xml?rev=1688558&r1=1688557&r2=1688558&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Wed Jul  1 06:48:53 2015
@@ -69,6 +69,22 @@
               provided as Excel/CSV data. Available under the BSD 2-Clause License. 
               </p>
               </section>
+              <section><title>poi-visio</title>
+              <p>
+              <link href="https://github.com/BBN-D/poi-visio">poi-visio</link> is a Java library that loads Visio OOXML (vsdx) files and creates an in-memory data structure that allows full access to the contents of the document. 
+              There is built-in support for easily traversing the content of the document in a structured way, and can render pages to simplified PNG files, or other backends supported by Java AWT. 
+              Currently the library only operates in read-only mode, but its design does not exclude being able to modify existing documents or creating new documents.
+              Available under the Apache License, Version 2.0.
+              </p>
+              </section>
+              <section><title>poi-visio-graph</title>
+              <p>
+              <link href="https://github.com/BBN-D/poi-visio-graph">poi-visio-graph</link> is a Java library that loads Visio OOXML (vsdx) files using the poi-visio library and creates an in-memory graph structure from the objects present on the page. 
+              It utilizes user-specified connection points and also performs analysis to infer logical visual connection points between the objects on each page. 
+              One possible use of this library is to create a network diagram from a Visio document.
+              Available under the Apache License, Version 2.0.
+              </p>
+              </section>
               <section><title>NPOI</title>
               <p>
               <link href="https://npoi.codeplex.com/">NPOI</link> is a .NET version of Apache POI available under Apache License 2.0.



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