diff options
author | Dominik Stadler <centic@apache.org> | 2020-04-24 20:58:20 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-04-24 20:58:20 +0000 |
commit | 0c8d02f53ebc07471542ae273f1f05f46389d3e6 (patch) | |
tree | 3cae417f349fd7321c1e09b743c071b6fba5877b /README.rst | |
parent | 827e7e324bc1e044bdb0cffa0d1ce3e75ab5fa02 (diff) | |
download | poi-0c8d02f53ebc07471542ae273f1f05f46389d3e6.tar.gz poi-0c8d02f53ebc07471542ae273f1f05f46389d3e6.zip |
Adjust README.rst somewhat, remove outdated git-link which redirects to Github now
Closes #174
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/README.rst b/README.rst index 4ca5391d36..59dd693a97 100644 --- a/README.rst +++ b/README.rst @@ -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/ |