This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8897188  Updated readme with markdown syntax. Feel free to enhance.
8897188 is described below

commit 8897188d4edc3b76cf65efd3fae344f54ad57b0b
Author: mseidel <[email protected]>
AuthorDate: Fri Aug 16 19:05:23 2019 +0200

    Updated readme with markdown syntax. Feel free to enhance.
---
 README.md | 81 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 37 insertions(+), 44 deletions(-)

diff --git a/README.md b/README.md
index 6bde040..f910289 100644
--- a/README.md
+++ b/README.md
@@ -1,56 +1,49 @@
+# Apache OpenOfficeâ„¢
 
-# Apache OpenOffice (AOO)
+The Apache OpenOffice project (AOO) provides a full featured office 
productivity suite based on open standards.\
+It is the continuation of the OpenOffice.org project.
 
-    The Apache OpenOffice project provides a full featured office productivity 
suite
-    based on open standards. It is the continuation of the OpenOffice.org 
project.
+For detailed information about Apache OpenOffice please visit
+[https://openoffice.apache.org/](https://openoffice.apache.org/).
 
-    For detailed information about Apache OpenOffice please visit
-    https://openoffice.apache.org/
+Apache OpenOffice is a very large project with many components and mainly 
implemented in C++ but also in Java, Perl, Python and other languages.
 
-    Apache OpenOffice is a very large project with many components and mainly
-    implemented in C++ but also in Java, Perl, Python and other languages.
+Currently supported platforms include:
 
-    Currently supported platforms include:
+- Microsoft Windows
+- macOS (OS X)
+- Linux variants
+- FreeBSD
+- OS/2
 
-        Microsoft Windows
-        macOS (OS X)
-        Linux variants
-        FreeBSD
-        OS/2
-
-    OpenOffice is used by millions of users worldwide and with more than 275 
million
-    downloads it is one of the most successful open source projects.
+OpenOffice is used by millions of users worldwide and with more than 275 
million downloads it is one of the most successful open source projects.
 
 # Getting the latest sources via Git
 
-    You can always checkout the latest source via Git using the following
-    command:
-
-    git clone https://gitbox.apache.org/repos/asf/openoffice.git aoo
-
-    For further information visit https://openoffice.apache.org/source.html
+You can always checkout the latest source via Git using the following command:
+```
+git clone https://gitbox.apache.org/repos/asf/openoffice.git aoo
+```
+For further information visit 
[https://openoffice.apache.org/source.html](https://openoffice.apache.org/source.html).
 
 # Building Apache OpenOffice
 
-    Apache OpenOffice is a big project and depends on several other external 
libraries.
-    The list of prerequisites varies for the different platforms.
-
-    A comprehensive and complete building guide can be found in the project 
wiki under
-
-    https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
-
-    With having all prerequisites in place you can simply run
-
-    cd aoo/main
-    autoconf
-    ./configure <configure_switches>
-    ./bootstrap
-    source *.set.sh
-    cd instsetoo_native
-    build --all
-
-    Note that building OpenOffice can take several hours.
-
-    The default build will produce a setup version (e.g. setup program on 
Windows, dmg on macOS,
-    rpm and deb packages on Linux) and an archived version. The output can be 
found in the
-    <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/...
+Apache OpenOffice is a big project and depends on several other external 
libraries.\
+The list of prerequisites varies for the different platforms.
+
+A comprehensive and complete building guide can be found in the [project 
Wiki](https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO).
+
+With having all prerequisites in place you can simply run
+```
+cd aoo/main
+autoconf
+./configure <configure_switches>
+./bootstrap
+source *.set.sh
+cd instsetoo_native
+build --all
+```
+Note that building OpenOffice can take several hours.
+
+The default build will produce a setup version (e.g. setup program on Windows, 
dmg on macOS, rpm and deb packages on Linux) and an archived version.\
+The output can be found in the <output> directory in 
instsetoo_native/<output_dir>/Apache_OpenOffice/...

Reply via email to