From 062870937bcfc9c91a30300b600bc11b8d0fe789 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Mon, 14 Jun 2021 14:56:30 -0500 Subject: [PATCH] Initial version --- README.md | 17 ++++++++++++++--- conf.py | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75db75f..e71ec3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # zaz-easymacro -ZAZ EasyMacro - -EasyMacro can you help to rapid develop macros in LibreOffice Basic, with Python of course. \ No newline at end of file +ZAZ EasyMacro + +EasyMacro can you help to rapid develop macros in LibreOffice Basic, with Python of course. + + +Thanks! + +https://git.cuates.net/elmau/zaz + + +### Software libre, no gratis + + +This extension have a cost of maintenance of 1 euro every year. diff --git a/conf.py b/conf.py index 8f70760..c384f56 100644 --- a/conf.py +++ b/conf.py @@ -48,7 +48,7 @@ PATH_MSGMERGE = 'msgmerge' # ~ Show in extension manager -URL_GIT = '' +URL_GIT = 'https://git.cuates.net/elmau/zaz-easymacro' PUBLISHER = { 'en': {'text': 'El Mau', 'link': URL_GIT}, 'es': {'text': 'El Mau', 'link': URL_GIT},