From 067baed674a33991c6d47be0d8de57d017cd810c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 5 Nov 2021 08:44:42 +0000 Subject: [PATCH] revert README change git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894750 13f79535-47bb-0310-9956-ffa450edef68 --- README.md => README.rst | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) rename README.md => README.rst (90%) diff --git a/README.md b/README.rst similarity index 90% rename from README.md rename to README.rst index ec663153aa..00dd10fc99 100644 --- a/README.md +++ b/README.rst @@ -1,4 +1,6 @@ -# Apache POI + +Apache POI +====================== A Java library for reading and writing Microsoft Office binary and OOXML file formats. @@ -30,11 +32,11 @@ And lower-level, supporting components: * TNEF (HMEF) for Outlook winmail.dat files * OpenXML4J (OOXML) -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. +| 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/ @@ -57,7 +59,8 @@ Source code: Requires Java 1.8 or later. -# Contributing +Contributing +------------------ * Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle @@ -81,6 +84,13 @@ Requires Java 1.8 or later. * More info: `How To Build page`_ at apache.org +Building jar files +------------------ + +To build the jar files for poi, poi-ooxml, poi-ooxml-lite, poi-ooxml-full 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 -- 2.39.5