This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new e73c419a37 switch to README.md
e73c419a37 is described below
commit e73c419a37a1b3679421c5041f2fd57b14c1af76
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 19 14:08:41 2025 +0100
switch to README.md
---
README.rst => README.md | 39 ++++++++++++---------------------------
1 file changed, 12 insertions(+), 27 deletions(-)
diff --git a/README.rst b/README.md
similarity index 79%
rename from README.rst
rename to README.md
index 25cf27288c..4f2c940159 100644
--- a/README.rst
+++ b/README.md
@@ -1,6 +1,4 @@
-
-Apache POI™
-======================
+# Apache POI™
A Java library for reading and writing Microsoft Office binary and OOXML file
formats.
@@ -35,30 +33,28 @@ And lower-level, supporting components:
| Components named H??F are for reading or writing OLE2 binary formats.
| Components named X??F are for reading or writing OpenOffice XML (OOXML)
formats.
-Getting started
-------------------
+# Getting started
Website: https://poi.apache.org/
-`Mailing lists`_:
+[Mailing lists](https://poi.apache.org/mailinglists.html):
-* `Developers`_
-* `Users`_
-* `General`_ (release announcements)
+* [Developers](https://lists.apache.org/[email protected])
+* [Users](https://lists.apache.org/[email protected]) Including
Announcements
+* [General](https://lists.apache.org/[email protected])
Bug tracker:
-* `Bugzilla`_
-* `GitHub pull requests`_
+* [Bugzilla](https://bz.apache.org/bugzilla/buglist.cgi?product=POI)
+* [GitHub](https://github.com/apache/poi/issues)
Source code:
-* Official `Apache Git repo`_ at apache.org
+* https://github.com/apache/poi
Requires Java 11 or later.
-Contributing
-------------------
+# Contributing
* Download and install git, Java JDK 11+, and Apache Ant 1.8+ or Gradle
@@ -80,23 +76,12 @@ Contributing
* Scratchpad (Binary formats): poi-scratchpad/src/main/java/org/apache/poi/
* Examples: poi-examples/src/main/java/org/apache/poi/
-* More info: `How To Build page`_ at apache.org
+* More info: [How To Build page](https://poi.apache.org/devel/)
-Building jar files
-------------------
+# Building jar files
To build the jar files for poi, poi-ooxml, poi-ooxml-lite, poi-ooxml-full and
poi-examples::
./gradlew jar
gradlew jar
-
-.. _Mailing lists: https://poi.apache.org/mailinglists.html
-.. _Developers: https://lists.apache.org/[email protected]
-.. _Users: https://lists.apache.org/[email protected]
-.. _General: https://lists.apache.org/[email protected]
-.. _Bugzilla: https://bz.apache.org/bugzilla/buglist.cgi?product=POI
-.. _GitHub pull requests: https://github.com/apache/poi/pulls
-
-.. _Apache Git repo: https://github.com/apache/poi
-.. _How To Build page: http://poi.apache.org/devel/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]