]> source.dussan.org Git - poi.git/commitdiff
Adjust README.rst somewhat, remove outdated git-link which redirects to Github now
authorDominik Stadler <centic@apache.org>
Fri, 24 Apr 2020 20:58:20 +0000 (20:58 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 24 Apr 2020 20:58:20 +0000 (20:58 +0000)
Closes #174

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876945 13f79535-47bb-0310-9956-ffa450edef68

README.rst

index 4ca5391d369df618d04c514c402184f52c75b229..59dd693a97f2c121ba26ad66948ed8e4735d518c 100644 (file)
@@ -55,8 +55,7 @@ Source code:
 
 * Official `Apache Subversion repo`_ at apache.org
 * `ViewVC repo browser`_ at apache.org
-* Official `Apache git mirror`_ at apache.org
-* Unofficial `GitHub git mirror`_ at github.com
+* `GitHub git mirror`_ at github.com
 
 Requires Java 1.8 or later.
 
@@ -74,7 +73,7 @@ Contributing
   * Binary formats and Common APIs: src/testcases/org/apache/poi/
   * OOXML APIs only: src/ooxml/testcases/org/apache/poi/
   * Scratchpad (Binary formats): src/scratchpad/testcases/org/apache/poi/
-  * test files: test-data/
+  * Test files: test-data/
 
 * Navigate the source, make changes, and run unit tests to verify
 
@@ -83,6 +82,7 @@ Contributing
   * Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/
   * Examples: src/examples/src/org/apache/poi/
 
+* More info: `How To Build page`_  at apache.org
 
 Building jar files
 ------------------
@@ -91,7 +91,6 @@ To build the jar files for poi, poi-ooxml, poi-ooxml-schemas, and poi-examples::
 
     ant jar
 
-
 .. _Mailing lists: https://poi.apache.org/mailinglists.html
 .. _Developers: https://lists.apache.org/list.html?dev@poi.apache.org
 .. _Users: https://lists.apache.org/list.html?user@poi.apache.org
@@ -101,7 +100,5 @@ To build the jar files for poi, poi-ooxml, poi-ooxml-schemas, and poi-examples::
 
 .. _Apache Subversion repo: https://svn.apache.org/repos/asf/poi/trunk
 .. _ViewVC repo browser: https://svn.apache.org/viewvc/poi/trunk
-.. _Apache git mirror: https://git.apache.org/poi.git/
 .. _GitHub git mirror: https://github.com/apache/poi
-
-
+.. _How To Build page: http://poi.apache.org/devel/