Skip to content
Snippets Groups Projects
Commit f4fd713533e7 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

README: Move some blocks around

parent 027747bf67e6
No related branches found
No related tags found
No related merge requests found
...@@ -12,15 +12,10 @@ ...@@ -12,15 +12,10 @@
Introduction Introduction
============ ============
This work was originally inspired by `relatorio`_ and diverged in py3o is an elegant and scalable solution to design reports using LibreOffice.
implementation, scope and ambitions. Relatorio has many more features
when py3o.template is mainly focused on ODT, ODS and text output.
py3o is an elegant and scalable solution to design
reports using LibreOffice.
py3o.template is the templating component that takes care of py3o.template is the templating component that takes care of
merging your data sets with a corresponding templated OpenOffice document. merging your data sets with a corresponding templated OpenOffice document.
It is plateform independent and does not require LibreOffice/OpenOffice itself It is plateform independent and does not require LibreOffice/OpenOffice itself
to generate an ODF file. to generate an ODF file.
...@@ -21,9 +16,13 @@ ...@@ -21,9 +16,13 @@
py3o.template is the templating component that takes care of py3o.template is the templating component that takes care of
merging your data sets with a corresponding templated OpenOffice document. merging your data sets with a corresponding templated OpenOffice document.
It is plateform independent and does not require LibreOffice/OpenOffice itself It is plateform independent and does not require LibreOffice/OpenOffice itself
to generate an ODF file. to generate an ODF file.
This work was originally inspired by `relatorio`_ and diverged in
implementation, scope and ambitions. Relatorio has many more features
when py3o.template is mainly focused on ODT, ODS and text output.
If you want to generate a PDF or any other supported output format you will then If you want to generate a PDF or any other supported output format you will then
need to have a server with either LibreOffice or OpenOffice and to install need to have a server with either LibreOffice or OpenOffice and to install
the `py3o.renderserver`_ on it. We also provide a docker image on the `py3o.renderserver`_ on it. We also provide a docker image on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment