# HG changeset patch # User Goffi # Date 1638311260 -3600 # Node ID aa30f8c20ae5f7c07d1f5892283e4fd4775be474 # Parent 1de6a0ecd5290f8bc6b8cd4a3fafe45de027b96a v0.8.0 release diff -r 1de6a0ecd529 -r aa30f8c20ae5 README --- a/README Tue Nov 30 17:25:55 2021 +0100 +++ b/README Tue Nov 30 23:27:40 2021 +0100 @@ -1,16 +1,16 @@ -SàT templates 0.7 +Libervia templates 0.8 (c) Jérôme Poisson aka Goffi 2017-2021 -Templates used by Salut à Toi ecosystem. +Templates used by Libervia ecosystem. ** LICENCE ** -SàT Templates is free software: you can redistribute it and/or modify +Libervia Templates is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Libervia is distributed in the hope that it will be useful, +Libervia Templates is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. @@ -21,11 +21,11 @@ ** ABOUT ** -SàT templates is used by some parts of the "Salut à Toi" (SàT) XMPP client. Please check SàT for more information. +Libervia templates is used by some parts of the Liberiva XMPP client. Please check Libervia for more information. ** MORE INFORMATIONS ** -Please check Salut à Toi README for informations on contributors, contacts, etc. +Please check Libervia README for informations on contributors, contacts, etc. You'll find it at https://repos.goffi.org/sat/raw-file/tip/README @@ -36,4 +36,4 @@ tickets: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.tickets%3A0 (please use "templates" label) merge requests: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.merge_requests%3A0 (please use "templates" label) -Tickets and merge requests are handled by SàT itself using XMPP. +Tickets and merge requests are handled by Libervia itself using XMPP. diff -r 1de6a0ecd529 -r aa30f8c20ae5 sat_templates/VERSION --- a/sat_templates/VERSION Tue Nov 30 17:25:55 2021 +0100 +++ b/sat_templates/VERSION Tue Nov 30 23:27:40 2021 +0100 @@ -1,1 +1,1 @@ -0.8.0b1 +0.8.0 diff -r 1de6a0ecd529 -r aa30f8c20ae5 setup.py --- a/setup.py Tue Nov 30 17:25:55 2021 +0100 +++ b/setup.py Tue Nov 30 23:27:40 2021 +0100 @@ -49,7 +49,7 @@ name=NAME, version=VERSION, description="Templates for Libervia XMPP client", - long_description="SàT Template is a common module which can be used by any SàT " + long_description="Libervia Template is a common module which can be used by any SàT " "frontend to generate documents (mostly HTML but not only).", author="Association « Salut à Toi »", author_email="contact@salut-a-toi.org",