From 2cdba527f668ee894551441b7b326daec7f8c5ce Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Tue, 12 Nov 2024 15:43:43 +0200 Subject: [PATCH] Update readme, information and license. --- README.md | 8 ++++---- pyproject.toml | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9491c69..64ac7e7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ PubSub nodes into static XHTML journal sites. Rivista was inspired from Tigase and was motivated by Movim. +## Home site +- https://schapps.woodpeckersnest.eu/rivista/ +- gemini://woodpeckersnest.space/~schapps/rivista.gmi + ## Instances * https://rivista.woodpeckersnest.eu @@ -206,7 +210,3 @@ Rivista into production. * [AtomToPubsub](https://github.com/edhelas/atomtopubsub) - A little client that parses Atom + RSS feeds and send them on XMPP Pubsub Nodes. - -# Home site -- https://schapps.woodpeckersnest.eu/rivista/ -- gemini://woodpeckersnest.space/~schapps/rivista.gmi diff --git a/pyproject.toml b/pyproject.toml index 9eb2618..e2947d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ name = "Rivista" version = "1.0" description = "A private journal publication and a content management system for XMPP" authors = [{name = "Schimon Zachary", email = "sch@fedora.email"}] -license = {text = "MIT"} +license = {text = "AGPL-3.0"} classifiers = [ "Framework :: slixmpp", "Intended Audience :: End Users/Desktop", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: AGPL-3.0 License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3.10", @@ -24,6 +24,7 @@ keywords = [ "atom", "blog", "cms", + "gemini", "jabber", "journal", "news",