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/07/15 10:44:51 UTC

svn commit: r1752818 - in /poi/site: publish/poi-jvm-languages.html src/documentation/content/xdocs/poi-jvm-languages.xml

Author: nick
Date: Fri Jul 15 10:44:51 2016
New Revision: 1752818

URL: http://svn.apache.org/viewvc?rev=1752818&view=rev
Log:
Add a ToC

Modified:
    poi/site/publish/poi-jvm-languages.html
    poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml

Modified: poi/site/publish/poi-jvm-languages.html
URL: http://svn.apache.org/viewvc/poi/site/publish/poi-jvm-languages.html?rev=1752818&r1=1752817&r2=1752818&view=diff
==============================================================================
--- poi/site/publish/poi-jvm-languages.html (original)
+++ poi/site/publish/poi-jvm-languages.html Fri Jul 15 10:44:51 2016
@@ -266,6 +266,18 @@ if (VERSION > 3) {
         <a href="https://en.wikipedia.org/wiki/List_of_JVM_languages">JVM language</a>
         that can import Java jar files such as Jython and Scala.
       </p>
+      
+<ul>
+       
+<li>
+<a href="#Jython+example">Jython</a>
+</li>
+       
+<li>
+<a href="#Scala+example">Scala</a>
+</li>
+      
+</ul>
     
 
 
@@ -279,6 +291,9 @@ if (VERSION > 3) {
         
 <li>
 <a href="http://www.jython.org/">Jython</a> 2.5+ (older versions probably work, but are untested)</li>
+        
+<li>
+<a href="http://www.scala-lang.org/">Scala</a> 2.x</li>
       
 </ul>
       

Modified: poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml?rev=1752818&r1=1752817&r2=1752818&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml (original)
+++ poi/site/src/documentation/content/xdocs/poi-jvm-languages.xml Fri Jul 15 10:44:51 2016
@@ -34,12 +34,17 @@
         <link href="https://en.wikipedia.org/wiki/List_of_JVM_languages">JVM language</link>
         that can import Java jar files such as Jython and Scala.
       </p>
+      <ul>
+       <li><link href="#Jython+example">Jython</link></li>
+       <li><link href="#Scala+example">Scala</link></li>
+      </ul>
     </section>
 
 
     <section><title>Tested Environments</title>
       <ul>
         <li><link href="http://www.jython.org/">Jython</link> 2.5+ (older versions probably work, but are untested)</li>
+        <li><link href="http://www.scala-lang.org/">Scala</link> 2.x</li>
       </ul>
       <p>Please let us know if you use POI in an environment not listed here</p>
     </section>



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