You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2019/12/09 20:56:53 UTC

svn commit: r1871102 - in /poi: site/src/documentation/content/xdocs/components/ site/src/documentation/content/xdocs/components/hpsf/ site/src/documentation/content/xdocs/components/spreadsheet/ trunk/src/examples/src/org/apache/poi/hssf/view/ trunk/s...

Author: kiwiwings
Date: Mon Dec  9 20:56:52 2019
New Revision: 1871102

URL: http://svn.apache.org/viewvc?rev=1871102&view=rev
Log:
Remove POIBrowser and SViewer and remove references to it

Removed:
    poi/trunk/src/examples/src/org/apache/poi/hssf/view/
    poi/trunk/src/examples/src/org/apache/poi/poifs/
Modified:
    poi/site/src/documentation/content/xdocs/components/hpsf/how-to.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/spreadsheet/examples.xml

Modified: poi/site/src/documentation/content/xdocs/components/hpsf/how-to.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/hpsf/how-to.xml?rev=1871102&r1=1871101&r2=1871102&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/hpsf/how-to.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/hpsf/how-to.xml Mon Dec  9 20:56:52 2019
@@ -351,10 +351,7 @@ else
      only difference is that they are not located in the POI filesystem's root
      but in a <strong>nested directory</strong> instead. Just register a
      <code>POIFSReaderListener</code> for the property set streams you are
-     interested in. For example, the <em>POIBrowser</em> application
-     tries to open each and every document in a POI filesystem
-     as a property set stream. If this operation was successful it displays the
-     properties.</p>
+     interested in.</p>
    </section>
 
 

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=1871102&r1=1871101&r2=1871102&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/hpsf/internals.xml Mon Dec  9 20:56:52 2019
@@ -1054,8 +1054,6 @@
        href="http://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>
-
-     <li>This documentation origins from the <a href="http://www.rainer-klute.de/~klute/Software/poibrowser/doc/HPSF-Description.html">HPSF description</a> available at <a href="http://www.rainer-klute.de/~klute/Software/poibrowser/doc/HPSF-Description.html">http://www.rainer-klute.de/~klute/Software/poibrowser/doc/HPSF-Description.html</a>.</li>
     </ol>
    </section>
   </section>

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=1871102&r1=1871101&r2=1871102&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Mon Dec  9 20:56:52 2019
@@ -37,16 +37,16 @@
         property sets to serialize their document objects.
       </p>
       <p>Apache POI is also the master project for developing pure
-        Java ports of file formats based on Office Open XML (ooxml). 
+        Java ports of file formats based on Office Open XML (ooxml).
         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>,
-        and is also under the 
+        and is also under the
         <a href="https://msdn.microsoft.com/en-us/openspecifications/default">Microsoft OSP</a>.
       </p>
-    
-    
+
+
       <section><title>POIFS for OLE 2 Documents</title>
         <p>
 	  POIFS is the oldest and most stable part of POI.  It is our port of the OLE 2 Compound Document Format to
@@ -75,7 +75,7 @@
 	  development. It can already read and write simple files.
 	</p>
 	<p>
-	  We are also working on the XWPF for the WordprocessingML (2007+) format from the 
+	  We are also working on the XWPF for the WordprocessingML (2007+) format from the
 	  OOXML specification. This provides read and write support for simpler
       files, along with text extraction capabilities.
 	</p>
@@ -88,7 +88,7 @@
 	    information</a>.
 	</p>
 	<p>
-	  We are also working on the XSLF for the PresentationML (2007+) format from the 
+	  We are also working on the XSLF for the PresentationML (2007+) format from the
 	  OOXML specification.
 	</p>
       </section>
@@ -279,7 +279,7 @@
       <p><br /></p>
 
       <p>
-        This table maps artifacts into the jar file name. "version-yyyymmdd" is 
+        This table maps artifacts into the jar file name. "version-yyyymmdd" is
         the POI version stamp. You can see what the latest stamp is on the
         <a href="site:download">downloads page</a>.
       </p>
@@ -323,7 +323,7 @@
         </tr>
         <tr>
           <td>poi-examples</td>
-          <td><a href="https://search.maven.org/#search|gav|1|g:org.apache.poi AND a:poi">poi</a>, 
+          <td><a href="https://search.maven.org/#search|gav|1|g:org.apache.poi AND a:poi">poi</a>,
               <a href="https://search.maven.org/#search|gav|1|g:org.apache.poi AND a:poi-scratchpad">poi-scratchpad</a>,
               <a href="https://search.maven.org/#search|gav|1|g:org.apache.poi AND a:poi-ooxml">poi-ooxml</a>
           </td>
@@ -337,7 +337,7 @@
         <tr>
           <td>ooxml-security</td>
           <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.1.0|jar">xmlbeans</a><br/>
-          For signing: 
+          For signing:
           <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.62|jar">bcpkix-jdk15on</a>,
           <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.62|jar">bcprov-jdk15on</a>,
           <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.1.3|bundle">xmlsec</a>,
@@ -353,12 +353,12 @@
         Apache commons-math3 was added as a dependency in POI 4.0.0.
       </note>
       <p>
-        poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
-        version of the ooxml-schemas jar (ooxml-schemas-1.4.jar for POI 4.0.0 
-        or later, ooxml-schemas-1.3.jar for POI 3.14 or to POI 3.17, 
-        ooxml-schemas-1.1.jar for POI 3.7 up to POI 3.13, ooxml-schemas-1.0.jar 
+        poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller
+        version of the ooxml-schemas jar (ooxml-schemas-1.4.jar for POI 4.0.0
+        or later, ooxml-schemas-1.3.jar for POI 3.14 or to POI 3.17,
+        ooxml-schemas-1.1.jar for POI 3.7 up to POI 3.13, ooxml-schemas-1.0.jar
         for POI 3.5 and 3.6).
-        The larger ooxml-schemas jar is <a href="../help/index.html#faq-N10025">normally</a> 
+        The larger ooxml-schemas jar is <a href="../help/index.html#faq-N10025">normally</a>
         only required for development. Similarly, the ooxml-security jar, which contains
         all of the classes relating to encryption and signing, is normally only
         required for development. A subset of its contents are in poi-ooxml-schemas.
@@ -384,21 +384,9 @@
     <section><title>Examples</title>
       <p>
 	    Small sample programs using the POI API are available in the
-        <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/">src/examples</a> 
+        <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/">src/examples</a>
         (<a href="https://svn.apache.org/viewvc/poi/trunk/src/examples/src/org/apache/poi/">viewvc</a>) directory of the source distribution.
       </p>
-        <section><title>POI Browser</title>
-          <p>
-            The POI Browser is a very simple Swing GUI tool that displays the
-            internal structure of a Microsoft Office file and especially the
-            property set streams. Further information and  instructions how to
-            execute it can be found in the <a
-          href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">POI
-              source code</a> 
-              (<a
-          href="https://svn.apache.org/viewvc/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">viewvc</a>).
-          </p>
-        </section>
       <p>
         All of the examples are included in POI distributions as a poi-examples artifact.
       </p>
@@ -427,7 +415,7 @@
     <legal>
       Copyright (c) @year@ The Apache Software Foundation. All rights reserved.
       <br />
-      Apache POI, POI, Apache, the Apache feather logo, and the Apache 
+      Apache POI, POI, Apache, the Apache feather logo, and the Apache
       POI project logo are trademarks of The Apache Software Foundation.
     </legal>
   </footer>

Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/examples.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/examples.xml?rev=1871102&r1=1871101&r2=1871102&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/examples.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/examples.xml Mon Dec  9 20:56:52 2019
@@ -29,19 +29,19 @@
   <body>
     <section><title>HSSF and XSSF common examples</title>
       <p>Apache POI comes with a number of examples that demonstrate how you
-        can use the POI API to create documents from "real life". 
-        The examples below based on common XSSF-HSSF interfaces so that you 
-        can generate either *.xls or *.xlsx output just by setting a 
+        can use the POI API to create documents from "real life".
+        The examples below based on common XSSF-HSSF interfaces so that you
+        can generate either *.xls or *.xlsx output just by setting a
         command-line argument:
       </p>
       <source>
-        BusinessPlan -xls 
+        BusinessPlan -xls
           or
         BusinessPlan -xlsx
       </source>
       <p>All sample source is available in <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/">SVN</a></p>
       <p>In addition, there are a handful of
-         <a href="#hssf-only">HSSF only</a> and 
+         <a href="#hssf-only">HSSF only</a> and
          <a href="#xssf-only">XSSF only</a> examples as well.
       </p>
 
@@ -74,7 +74,7 @@
       <anchor id="business-plan" />
 		<section><title>Business Plan</title>
       <p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/BusinessPlan.java">BusinessPlan</a>
-        application creates a sample business plan with three phases, weekly iterations and time highlighting. Demonstrates advanced cell formatting 
+        application creates a sample business plan with three phases, weekly iterations and time highlighting. Demonstrates advanced cell formatting
         (number and date formats, alignments, fills, borders) and various settings for organizing data in a sheet (freezed panes, grouped rows).
       </p>
       <p>
@@ -85,7 +85,7 @@
       <anchor id="calendar" />
 		<section><title>Calendar</title>
       <p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/CalendarDemo.java">Calendar</a>
-        demo creates a multi sheet calendar. Each month is on a separate sheet. 
+        demo creates a multi sheet calendar. Each month is on a separate sheet.
       </p>
       <p>
         <img src="images/calendar.jpg" alt="calendar demo"/>
@@ -95,7 +95,7 @@
       <anchor id="loan-calculator" />
 		<section><title>Loan Calculator</title>
       <p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/LoanCalculator.java">LoanCalculator</a>
-        demo creates a simple loan calculator. Demonstrates advance usage of cell formulas and named ranges. 
+        demo creates a simple loan calculator. Demonstrates advance usage of cell formulas and named ranges.
       </p>
       <p>
         <img src="images/loancalc.jpg" alt="loan calculator demo"/>
@@ -105,7 +105,7 @@
       <anchor id="timesheet" />
 		<section><title>Timesheet</title>
       <p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/TimesheetDemo.java">Timesheet</a>
-        demo creates a weekly timesheet with automatic calculation of total hours. Demonstrates advance usage of cell formulas. 
+        demo creates a weekly timesheet with automatic calculation of total hours. Demonstrates advance usage of cell formulas.
       </p>
       <p>
         <img src="images/timesheet.jpg" alt="timesheet demo"/>
@@ -142,15 +142,15 @@
         example demonstrates how to use externally provided (third-party)
         formula add-ins.</p>
       <p>The <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/formula/UserDefinedFunctionExample.java">UserDefinedFunctionExample</a>
-        example demonstrates how to invoke a User Defined Function for a 
+        example demonstrates how to invoke a User Defined Function for a
         given Workbook instance using POI's UDFFinder implementation.</p>
       </section>
 
       <anchor id="add-dimensioned-image" />
 		<section><title>Add Dimensioned Image</title>
       <p>The <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/AddDimensionedImage.java">AddDimensionedImage</a>
-        example demonstrates how to add an image to a worksheet and set that 
-        images size to a specific number of millimetres irrespective of the 
+        example demonstrates how to add an image to a worksheet and set that
+        images size to a specific number of millimetres irrespective of the
         width of the columns or height of the rows.</p>
       </section>
 
@@ -169,7 +169,7 @@
       <anchor id="linked-dropdown" />
 		<section><title>Linked Dropdown Lists</title>
       <p>The <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/LinkedDropDownLists.java">LinkedDropDownLists</a>
-        example demonstrates one technique that may be used to create linked 
+        example demonstrates one technique that may be used to create linked
         or dependent drop down lists.</p>
       </section>
 
@@ -192,7 +192,7 @@
       <anchor id="to-csv" />
 		<section><title>ToCSV</title>
       <p>The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/ToCSV.java">ToCSV</a>
-        example demonstrates <em>one</em> way to convert an Excel spreadsheet into a CSV file.        
+        example demonstrates <em>one</em> way to convert an Excel spreadsheet into a CSV file.
       </p>
       </section>
     </section>
@@ -230,20 +230,6 @@
         <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/BigExample.java">BigExample</a></li>
         <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/Outlines.java">Outlines</a></li>
         <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">XLS2CSVmra</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SViewer.java">SViewer</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVFractionalFormat.java">SVFractionalFormat</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVTableCellEditor.java">SVTableCellEditor</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVBorder.java">SVBorder</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/brush/DoubleStroke.java">DoubleStroke</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/brush/BasicBrush.java">BasicBrush</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/brush/Brush.java">Brush</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/brush/PendingPaintings.java">PendingPaintings</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVTableCellRenderer.java">SVTableCellRenderer</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SViewerPanel.java">SViewerPanel</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVTableUtils.java">SVTableUtils</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVTableModel.java">SVTableModel</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVSheetTable.java">SVSheetTable</a></li>
-        <li><a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/view/SVRowHeader.java">SVRowHeader</a></li>
       </ul>
     </section>
 



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