You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/17 12:03:10 UTC

svn commit: r1894319 - in /poi/site/src/documentation/content/xdocs/components: ./ diagram/ document/ hpsf/ oxml4j/ poifs/ spreadsheet/

Author: fanningpj
Date: Sun Oct 17 12:03:10 2021
New Revision: 1894319

URL: http://svn.apache.org/viewvc?rev=1894319&view=rev
Log:
use https in links

Modified:
    poi/site/src/documentation/content/xdocs/components/diagram/index.xml
    poi/site/src/documentation/content/xdocs/components/document/index.xml
    poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml
    poi/site/src/documentation/content/xdocs/components/index.xml
    poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml
    poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
    poi/site/src/documentation/content/xdocs/components/poi-ruby.xml
    poi/site/src/documentation/content/xdocs/components/poifs/design.xml
    poi/site/src/documentation/content/xdocs/components/poifs/fileformat.xml
    poi/site/src/documentation/content/xdocs/components/spreadsheet/eval-devguide.xml
    poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml
    poi/site/src/documentation/content/xdocs/components/spreadsheet/index.xml

Modified: poi/site/src/documentation/content/xdocs/components/diagram/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/diagram/index.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/diagram/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/diagram/index.xml Sun Oct 17 12:03:10 2021
@@ -46,14 +46,14 @@
 			 Users are advised to check the unit tests to see how everything
 			 works. They are also well advised to read the documentation
 			 supplied with
-			 <a href="http://web.archive.org/web/20071212220759/http://www.gnome.ru/projects/vsdump_en.html">vsdump</a>
+			 <a href="https://web.archive.org/web/20071212220759/https://www.gnome.ru/projects/vsdump_en.html">vsdump</a>
 			 to get a feel for how Visio files are structured.</p>
 			<p>To get a feel for the contents of a file, and to track down
 			 where data of interest is stored, HDGF comes with
 			 <a href="https://svn.apache.org/repos/asf/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hdgf/dev/">VSDDumper</a>
 			 to print out the contents of the file. Users should also make
 			 use of
-			 <a href="http://web.archive.org/web/20071212220759/http://www.gnome.ru/projects/vsdump_en.html">vsdump</a>
+			 <a href="https://web.archive.org/web/20071212220759/https://www.gnome.ru/projects/vsdump_en.html">vsdump</a>
 			 to probe the structure of files.</p>
 
          <note>

Modified: poi/site/src/documentation/content/xdocs/components/document/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/document/index.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/document/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/document/index.xml Sun Oct 17 12:03:10 2021
@@ -73,7 +73,7 @@
         <em>org.apache.poi.hwpf.converter</em>
         package contains Word-to-HTML and Word-to-FO converters (latest can be used to generate PDF
         from Word files when using with
-        <a href="http://xmlgraphics.apache.org/fop/">Apache FOP</a>
+        <a href="https://xmlgraphics.apache.org/fop/">Apache FOP</a>
         ). Also there is a small file-structure-dumping utility in
         <em>org.apache.poi.hwpf.dev</em>
         package, primally for developing purposes.
@@ -175,13 +175,13 @@
 
     <p>As a first step you should familiarize yourself with the source code,
      examples, test cases, and the HWPF patches available at <a
-      href="http://issues.apache.org/">Bugzilla</a> (if any). Then you
+      href="https://issues.apache.org/">Bugzilla</a> (if any). Then you
      should compile an overview of</p>
 
     <ul>
      <li>the current HWPF status,</li>
      <li>the patches in <a
-       href="http://issues.apache.org/bugzilla/">Bugzilla</a> to be checked
+       href="https://issues.apache.org/bugzilla/">Bugzilla</a> to be checked
       in (and those that should better be ditched),</li>
      <li>the available test cases and the test cases still to be written,</li>
      <li>the available documentation and the docs to be written,</li>
@@ -190,7 +190,7 @@
 
     <p>When you start coding, you will not yet have write access to the
      SVN repository. Please submit your patches to <a
-      href="http://issues.apache.org/">Bugzilla</a> and nag <a
+      href="https://issues.apache.org/">Bugzilla</a> and nag <a
       href="mailto:dev@poi.apache.org">the dev list</a> until someone commits
      them. Besides the actual checking in of HWPF patches, current POI
      committers will also do some minor reviews now and then of your source code
@@ -199,7 +199,7 @@
      contributions over a period of time will be offered committership!</p>
 
     <p>Please do not forget to write <a
-      href="http://www.junit.org/">JUnit</a> test cases and documentation!
+      href="https://www.junit.org/">JUnit</a> test cases and documentation!
      We won't accept code that doesn't come with test cases. And please
      consider that other contributors should be able to understand your source
      code easily. If you need any help getting started with JUnit test cases

Modified: poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml Sun Oct 17 12:03:10 2021
@@ -1025,25 +1025,25 @@
     <ol>
 
      <li>In
-      <a href="http://www.kyler.com/pubs/ddj9894.html"><em>Understanding OLE
+      <a href="https://www.kyler.com/pubs/ddj9894.html"><em>Understanding OLE
 	documents</em></a>, Ken Kyler gives an introduction to OLE2
       documents and especially to property sets. He names the property names,
       types, and IDs of the Summary Information and Document Summary
       Information stream.</li>
 
-     <li>The <a href="http://www.dwam.net/docs/oleref/"><em>ActiveX
+     <li>The <a href="https://www.dwam.net/docs/oleref/"><em>ActiveX
 	Programmer's Reference</em></a> at <a
-       href="http://www.dwam.net/docs/oleref/">http://www.dwam.net/docs/oleref/</a>
+       href="https://www.dwam.net/docs/oleref/">https://www.dwam.net/docs/oleref/</a>
       seems a little outdated, but that's what I have found.</li>
 
      <li>An overview of the <code>VT_</code> types is in
-      <a href="http://www.marin.clara.net/COM/variant_type_definitions.htm"><em>Variant
+      <a href="https://www.marin.clara.net/COM/variant_type_definitions.htm"><em>Variant
 	Type Definitions</em></a>.</li>
 
      <li>What is a <code>FILETIME</code>? The answer can be found
       under <a
-       href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp"></a>, <a href="http://www.vbapi.com/ref/f/filetime.html">http://www.vbapi.com/ref/f/filetime.html</a> or
-      <a href="http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html">http://www.cs.rpi.edu/courses/fall01/os/FILETIME.html</a>.
+       href="https://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp"></a>, <a href="https://www.vbapi.com/ref/f/filetime.html">https://www.vbapi.com/ref/f/filetime.html</a> or
+      <a href="https://www.cs.rpi.edu/courses/fall01/os/FILETIME.html">https://www.cs.rpi.edu/courses/fall01/os/FILETIME.html</a>.
       In short: <em>The FILETIME structure holds a date and time associated
        with a file. The structure identifies a 64-bit integer specifying the
        number of 100-nanosecond intervals which have passed since January 1,
@@ -1051,7 +1051,7 @@
        structure.</em></li>
 
      <li>Microsoft provides some public information in the <a
-       href="http://msdn.microsoft.com/library/default.asp">MSDN
+       href="https://msdn.microsoft.com/library/default.asp">MSDN
        Library</a>. Use the search function to try to find what you are
       looking for, e.g. "codepage" or "document summary information" etc.</li>
     </ol>

Modified: poi/site/src/documentation/content/xdocs/components/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/index.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Sun Oct 17 12:03:10 2021
@@ -41,7 +41,7 @@
         OOXML is part of an ECMA / ISO standardisation effort. This
         documentation is quite large, but you can normally find the bit you
         need without too much effort!
-        <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376 standard is here</a>,
+        <a href="https://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376 standard is here</a>,
         and is also under the
         <a href="https://msdn.microsoft.com/en-us/openspecifications/default">Microsoft OSP</a>.
       </p>

Modified: poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml Sun Oct 17 12:03:10 2021
@@ -29,14 +29,14 @@
         <section>
           <title>Overview</title>
           <p>OpenXML4J is the POI Project's pure Java implementation of the Open Packaging Conventions (OPC) defined in 
-            <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376</a>.</p>
+            <a href="https://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376</a>.</p>
           <p>Every OpenXML file comprises a collection of byte streams called parts, combined into a container called a package. 
             POI OpenXML4J provides a physical implementation of the OPC that uses the Zip file format.</p>
         </section>
         <section>
           <title>History</title>
           <p>OpenXML4J was originally developed by
-            <a href="http://web.archive.org/web/20090611063015/http://www.openxml4j.org/">openxml4j.org</a>,
+            <a href="https://web.archive.org/web/20090611063015/https://www.openxml4j.org/">openxml4j.org</a>,
             and was contributed to Apache POI in 2008. The original code is available at
               <a href="https://sourceforge.net/projects/openxml4j/">https://sourceforge.net/projects/openxml4j/</a>.
               Thanks to the support and guidance of Julien Chable</p>

Modified: poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml Sun Oct 17 12:03:10 2021
@@ -45,10 +45,10 @@
 
     <section><title>Tested Environments</title>
       <ul>
-        <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>
-        <li><a href="http://groovy-lang.org/">Groovy</a> 2.4 (anything from 1.6 onwards ought to work, but only the latest 2.4 releases have been tested by us)</li>
-        <li><a href="http://clojure.org/">Clojure</a> 1.5.1+</li>
+        <li><a href="https://www.jython.org/">Jython</a> 2.5+ (older versions probably work, but are untested)</li>
+        <li><a href="https://www.scala-lang.org/">Scala</a> 2.x</li>
+        <li><a href="https://groovy-lang.org/">Groovy</a> 2.4 (anything from 1.6 onwards ought to work, but only the latest 2.4 releases have been tested by us)</li>
+        <li><a href="https://clojure.org/">Clojure</a> 1.5.1+</li>
       </ul>
       <p>If you use POI in a different language (Kotlin, JRuby, ...) and would like to share a <em>Hello POI!</em> example,
          please <a href="https://helpwanted.apache.org/task.html?856abd21">share</a> it.</p>
@@ -141,7 +141,7 @@
       </source>
       <p>There are several websites that have examples of using Apache POI in Jython projects:
         <a href="https://wiki.python.org/jython/PoiExample">python.org</a>,
-        <a href="http://www.jython.org/jythonbook/en/1.0/appendixB.html#working-with-spreadsheets">jython.org</a>, and many others.
+        <a href="https://www.jython.org/jythonbook/en/1.0/appendixB.html#working-with-spreadsheets">jython.org</a>, and many others.
       </p>
     </section>
 

Modified: poi/site/src/documentation/content/xdocs/components/poi-ruby.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poi-ruby.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poi-ruby.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/poi-ruby.xml Sun Oct 17 12:03:10 2021
@@ -34,7 +34,7 @@
       with ease
       </p>
       <p>The bindings are generated by compiling POI with <a href="https://gcc.gnu.org/java/">gcj</a>,
-      and generating the Ruby wrapper using <a href="http://www.swig.org">SWIG</a>.  The aim is the keep
+      and generating the Ruby wrapper using <a href="https://www.swig.org">SWIG</a>.  The aim is the keep
       the POI api as-is. However, where java standard library objects are used, an effort is made to transform them smoothly
       into  Ruby objects. Therefore, where the POI API takes an OutputStream, you can pass an IO object. Where the POI works
       java.util.Date or java.util.Calendar object, you can work with a Ruby Time object. </p>
@@ -134,7 +134,7 @@
 	<li>The current implementation is with the POI 2.0 release. The 2.5 release adds support for Excel drawing primitives, and
       thus has a dependency on java AWT. Since AWT is not very mature in gcj, leaving it out seemed to be the safer option.</li>
       <li>Packaging - The current make file makes no effort to install the extension into the standard ruby directories. This should probably be
-      packaged as a <a href="http://www.rubygems.org">gem</a>.</li>
+      packaged as a <a href="https://www.rubygems.org">gem</a>.</li>
 	</ul>
 	</section>
 

Modified: poi/site/src/documentation/content/xdocs/components/poifs/design.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poifs/design.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poifs/design.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/poifs/design.xml Sun Oct 17 12:03:10 2021
@@ -573,8 +573,8 @@ while (true) {
                     <tr>
                         <th id="IntList">IntList</th>
                         <td>The <strong>IntList</strong> class is a work-around for functionality missing in Java (see
-                            <a href="http://developer.java.sun.com/developer/bugParade/bugs/4487555.html">
-                                http://developer.java.sun.com/developer/bugParade/bugs/4487555.html
+                            <a href="https://developer.java.sun.com/developer/bugParade/bugs/4487555.html">
+                                https://developer.java.sun.com/developer/bugParade/bugs/4487555.html
                             </a>
                             for details); it is a simple growable array of <code>ints</code> that gets around the
                             requirement of wrapping and unwrapping <code>ints</code> in
@@ -630,8 +630,8 @@ while (true) {
                     <tr>
                         <th id="ShortList">ShortList</th>
                         <td>The <strong>ShortList</strong> class is a work-around for functionality missing in Java (see
-                            <a href="http://developer.java.sun.com/developer/bugParade/bugs/4487555.html">
-                                http://developer.java.sun.com/developer/bugParade/bugs/4487555.html
+                            <a href="https://developer.java.sun.com/developer/bugParade/bugs/4487555.html">
+                                https://developer.java.sun.com/developer/bugParade/bugs/4487555.html
                             </a>
                             for details); it is a simple growable array of <code>shorts</code> that gets around the
                             requirement of wrapping and unwrapping <code>shorts</code> in

Modified: poi/site/src/documentation/content/xdocs/components/poifs/fileformat.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poifs/fileformat.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poifs/fileformat.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/poifs/fileformat.xml Sun Oct 17 12:03:10 2021
@@ -57,13 +57,13 @@
         <p>Note - this document is a good overview and explanation of
            the file format, but for the very nitty-gritty details,
            you should refer to 
-           <a href="http://msdn.microsoft.com/en-us/library/dd942138%28v=prot.13%29.aspx">[MS-CFB].pdf</a>
+           <a href="https://msdn.microsoft.com/en-us/library/dd942138%28v=prot.13%29.aspx">[MS-CFB].pdf</a>
            in the (now public) Microsoft Documentation.</p>
       </section>
       <section><title>Document Conventions</title>
         <p>This document utilizes the numeric types as described by
            the Java Language Specification, which can be found at
-           <a href="http://java.sun.com">http://java.sun.com</a>. In
+           <a href="https://java.sun.com">https://java.sun.com</a>. In
            short:</p>
         <ul>
           <li>A <em>byte</em> is an 8 bit signed integer ranging from

Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/eval-devguide.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/eval-devguide.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/eval-devguide.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/eval-devguide.xml Sun Oct 17 12:03:10 2021
@@ -53,7 +53,7 @@
 				form the context in which the formula is evaluated) is first parsed
 				into Reverse Polish Notation (RPN) tokens using the <code>FormulaParser</code> class.
 				(If you don't know what RPN tokens are, now is a good time to
-				read <a href="http://www-stone.ch.cam.ac.uk/documentation/rrf/rpn.html">
+				read <a href="https://www-stone.ch.cam.ac.uk/documentation/rrf/rpn.html">
 				Anthony Stone's description of RPN</a>.)
 			</p>
 			<section><title> The big picture</title>

Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml Sun Oct 17 12:03:10 2021
@@ -802,8 +802,8 @@ documentation for the POIFS libraries as
 <p>If you wish to generate an XLS file from some XML, it is possible to
 write your own XML processing code, then use the User API to write out
 the document.</p>
-<p>The other option is to use <a href="http://cocoon.apache.org/">Cocoon</a>.
-In Cocoon, there is the <a href="http://cocoon.apache.org/2.1/userdocs/xls-serializer.html">HSSF Serializer</a>,
+<p>The other option is to use <a href="https://cocoon.apache.org/">Cocoon</a>.
+In Cocoon, there is the <a href="https://cocoon.apache.org/2.1/userdocs/xls-serializer.html">HSSF Serializer</a>,
 which takes in XML (in the gnumeric format), and outputs an XLS file for you.</p>
      </section>
                 <section><title>HSSF Class/Test Application</title>

Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/index.xml?rev=1894319&r1=1894318&r2=1894319&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/index.xml Sun Oct 17 12:03:10 2021
@@ -51,7 +51,7 @@
               guide</a>.
             </p>
             <p>
-        An alternate way of generating a spreadsheet is via the <a href="http://cocoon.apache.org">Cocoon</a> serializer (yet you'll still be using HSSF indirectly). 
+        An alternate way of generating a spreadsheet is via the <a href="https://cocoon.apache.org">Cocoon</a> serializer (yet you'll still be using HSSF indirectly).
          With Cocoon you can serialize any XML datasource (which might be a ESQL page outputting in SQL for instance) by simply 
         applying the stylesheet and designating the serializer.
             </p>



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