From 2ac17b4218b7fb2add1f28b5dac4aaeab17b2473 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 7 Nov 2020 16:28:07 -0600 Subject: [PATCH] Refactory home --- Home.md | 18 ++++++++++++++++-- Requirements.md | 3 --- overview.md | 6 ------ 3 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 Requirements.md delete mode 100644 overview.md diff --git a/Home.md b/Home.md index d57dd66..dd5a791 100644 --- a/Home.md +++ b/Home.md @@ -2,8 +2,22 @@ ## Develop macros and extensions for LibreOffice with Python -* [Overview](overview) -* [Requirements](Requirements) +`zaz` it's a script Python for rapid develop macros in LibreOffice, with Python of course. + +With `zaz`, you can create: + +* Extensions for final user. +* New components for used from Basic developer. +* AddIn, new functions for Calc. + + +## Requirements + +* Python 3.7+ +* LibreOffice with support for macros Python +* LibreOffice SDK, for new components and Add-In + + * [Installation](Installation) * [My first extension](My-first-extension) * [File conf.py](conf.py) diff --git a/Requirements.md b/Requirements.md deleted file mode 100644 index 30ddd66..0000000 --- a/Requirements.md +++ /dev/null @@ -1,3 +0,0 @@ -* Python 3.6+ -* LibreOffice with support for macros Python -* LibreOffice SDK, for new components and Add-In \ No newline at end of file diff --git a/overview.md b/overview.md deleted file mode 100644 index 0129b4b..0000000 --- a/overview.md +++ /dev/null @@ -1,6 +0,0 @@ -ZAZ it's a script Python for rapid develop macros in LibreOffice, with Python of course. - -With ZAZ, you can create: -* Extensions for final user like [ZAZ BarCode](https://gitlab.com/mauriciobaeza/zaz-barcode) -* New components for used from Basic like [ZAZ EasyMacro](https://gitlab.com/mauriciobaeza/zaz-easymacro) -* AddIn, new functions for Calc \ No newline at end of file