From b56990a5bee2e1bc46839cec5161ff3726dc4d87 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 15 Jun 2018 13:08:46 +0100 Subject: [PATCH] Update README.rst --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 10194ec..f008d19 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,17 @@ About Python-OOXML ================== -Python-OOXML is a Python library for parsing Office Open XML files. At the moment it only supports HTML as output format. Strong emphasis is put on easy customization of the output. +Python-OOXML is a Python library for parsing Office Open XML (Microsoft Word .docx) files. At the moment it only supports HTML as the output format. Strong emphasis is put on easy customization of the output. + The library comes with an importer which is capable of splitting a document into separate chapters. It works both with documents which use Word styles, and documents where they are not used. -Python-OOXML is used in `Booktype 2.0 `_ from `Sourcefabric `_. +Python-OOXML is used in `Booktype `_ to import and convert Word documents. Documentation ============= -Developer documentation for Python-OOXML can be found at `Read the Docs `_. +Developer documentation for Python-OOXML can be found at `Read the Docs `_. License @@ -21,4 +22,5 @@ Python-OOXML is licensed under the `AGPL license `_. Authors ======= -- Aleksandar Erkalovic + +Python-OOXML was written by Aleksandar Erkalovic . Please see the `AUTHORS `_ file for a full list of contributors.