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 2015/03/18 12:46:56 UTC

svn commit: r1667512 - in /poi/site: publish/document/docoverview.html publish/document/index.html publish/guidelines.html publish/overview.html src/documentation/content/xdocs/document/index.xml

Author: nick
Date: Wed Mar 18 11:46:55 2015
New Revision: 1667512

URL: http://svn.apache.org/r1667512
Log:
Republish

Modified:
    poi/site/publish/document/docoverview.html
    poi/site/publish/document/index.html
    poi/site/publish/guidelines.html
    poi/site/publish/overview.html
    poi/site/src/documentation/content/xdocs/document/index.xml

Modified: poi/site/publish/document/docoverview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/document/docoverview.html?rev=1667512&r1=1667511&r2=1667512&view=diff
==============================================================================
--- poi/site/publish/document/docoverview.html (original)
+++ poi/site/publish/document/docoverview.html Wed Mar 18 11:46:55 2015
@@ -146,7 +146,7 @@ if (VERSION > 3) {
       HWPF document format. This document does not go into in-depth technical
       detail and is only meant as a supplement to the Microsoft Word 97-2007 
       Binary File Format freely available from 
-      <a href="http://www.microsoft.com/interop/docs/officebinaryformats.mspx">Microsoft</a>.</p>
+      <a href="https://msdn.microsoft.com/en-us/library/cc313153%28v=office.12%29.aspx">Microsoft</a>.</p>
    
 <p>The OLE file format is not discussed in this document. It is assumed that
       the reader has a working knowledge of the POIFS API. </p>

Modified: poi/site/publish/document/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/document/index.html?rev=1667512&r1=1667511&r2=1667512&view=diff
==============================================================================
--- poi/site/publish/document/index.html (original)
+++ poi/site/publish/document/index.html Wed Mar 18 11:46:55 2015
@@ -292,9 +292,11 @@ if (VERSION > 3) {
     
 <p>If <strong>you</strong> are interested in becoming the new HWPF
      pointman, you should look into the Microsoft Word internals. A good
-     starting point seems to be Ryan Ackley's  <a href="docoverview.html">overview</a>. Full details on the word format
-     is available from 
-     <a href="http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx">Microsoft</a>,
+     starting point seems to be Ryan Ackley's  <a href="docoverview.html">overview</a>. An introduction to the binary
+     file formats is <a href="https://msdn.microsoft.com/en-us/library/cc998577%28v=office.12%29.aspx">available
+     from Microsoft</a>, which has some good references and links. After that,
+     the full details on the word format are available from 
+     <a href="https://msdn.microsoft.com/en-us/library/cc313153%28v=office.12%29.aspx">Microsoft</a>,
      but the documentation can be a little hard to get into at first... Try reading the
      <a href="docoverview.html">overview</a> first, and looking at the existing
      code, then finally look up the documentation for specific missing features.</p>

Modified: poi/site/publish/guidelines.html
URL: http://svn.apache.org/viewvc/poi/site/publish/guidelines.html?rev=1667512&r1=1667511&r2=1667512&view=diff
==============================================================================
--- poi/site/publish/guidelines.html (original)
+++ poi/site/publish/guidelines.html Wed Mar 18 11:46:55 2015
@@ -325,8 +325,8 @@ if (VERSION > 3) {
 <p>
    In early 2008, Microsoft made a fairly complete set of documentation
    on the binary file formats freely and publicly available. These were 
-   released under the <a href="http://www.microsoft.com/interop/osp">Open
-   Specification Promise</a>, which does allow us to use them for
+   released under the <a href="https://msdn.microsoft.com/en-us/openspecifications/default">
+   Open Specification Promise</a>, which does allow us to use them for
    building open source software under the <a href="http://www.apache.org/foundation/license-FAQ.html">
    Apache Software License</a>.
   </p>
@@ -353,7 +353,8 @@ if (VERSION > 3) {
    documentation is quite large, but you can normally find the bit you
    need without too much effort! This can be downloaded from
    <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">http://www.ecma-international.org/publications/standards/Ecma-376.htm</a>,
-   and is also under the <a href="http://www.microsoft.com/interop/osp">OSP</a>.
+   and is also under the 
+   <a href="https://msdn.microsoft.com/en-us/openspecifications/default">OSP</a>.
   </p>
   
 <p>
@@ -426,8 +427,9 @@ if (VERSION > 3) {
 <li>Write Unit Tests.  Great way to understand POI.  Look for classes that aren't tested, or aren't tested on a public/protected method level, start there.</li>
      
 <li>Download the file format documentation from Microsoft -
-      <a href="http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx">OLE2 Binary File Formats</a> or
-      <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">OOXML XML File Formats</a>
+       <a href="https://msdn.microsoft.com/en-us/library/cc313105%28v=office.12%29.aspx">OLE2 Binary
+       File Formats</a> or
+       <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">OOXML XML File Formats</a>
 </li>
      
 <li>Submit patches (see below) of your contributions, modifications.</li>

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1667512&r1=1667511&r2=1667512&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Wed Mar 18 11:46:55 2015
@@ -419,7 +419,8 @@ if (VERSION > 3) {
         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>,
-        and is also under the <a href="http://www.microsoft.com/interop/osp">Microsoft OSP</a>.
+        and is also under the 
+        <a href="https://msdn.microsoft.com/en-us/openspecifications/default">Microsoft OSP</a>.
       </p>
     
     
@@ -430,7 +431,7 @@ if (VERSION > 3) {
       
 <p>
         The Apache POI distribution consists of support for many document file formats. This support is provided
-	in several Jar files. Not all of the Jars are needed for every format. The following tables
+        in several Jar files. Not all of the Jars are needed for every format. The following tables
         show the relationships between POI components, Maven repository tags, and the project's Jar files.
       </p>
       

Modified: poi/site/src/documentation/content/xdocs/document/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/document/index.xml?rev=1667512&r1=1667511&r2=1667512&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/document/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/document/index.xml Wed Mar 18 11:46:55 2015
@@ -170,7 +170,7 @@
      href="https://msdn.microsoft.com/en-us/library/cc998577%28v=office.12%29.aspx">available
      from Microsoft</link>, which has some good references and links. After that,
      the full details on the word format are available from 
-     <link href="https://msdn.microsoft.com/en-us/library/cc313153%28v=office.12%29.aspx">Microsoft<link>,
+     <link href="https://msdn.microsoft.com/en-us/library/cc313153%28v=office.12%29.aspx">Microsoft</link>,
      but the documentation can be a little hard to get into at first... Try reading the
      <link href="docoverview.html">overview</link> first, and looking at the existing
      code, then finally look up the documentation for specific missing features.</p>



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