From 12ecdac878790ff1c44c5138abc6d100096e1cac Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Tue, 9 Jul 2024 00:33:48 +0300 Subject: [PATCH] Correct a typing error and update a reference of Tigase. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ecce29..f12daa0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ fastapi dev pubsub_to_atom.py ## Usage -It ois possible to view a complete node and even a single item, which means, that it is possible to save bandwidth and it further means that a considered and carefully earnest use of this software would saves system overhead, which includes CPU, I/O and RAM usage. +It is possible to view a complete node and even a single item, which means, that it is possible to save bandwidth and it further means that a considered and carefully earnest use of this software would saves system overhead, which includes CPU, I/O and RAM usage. ### Viewing node items @@ -61,6 +61,8 @@ Schimon Jehudah Zackary CSS and XSLT stylesheets are licensed under the license MIT. +JS scripts are licensed under the license MIT. + Python code is licensed under the license AGPL-3.0 only. ## Acknowledgement @@ -69,6 +71,6 @@ Special thanks to "d3x" and "cchianel" from IRC channel #python on irc.libera.ch ## Similar Projects -* [AtomEntry](https://github.com/tigase/sureim/blob/master/site/src/main/java/tigase/sure/web/site/client/pubsub/AtomEntry.java) - Convert XMPP Pubsub Nodes to Atom Syndication Format. +* [AtomEntry](https://github.com/tigase/sureim/blob/master/site/src/main/java/tigase/sure/web/site/client/pubsub/AtomEntry.java) and [PubSubPublishViewImpl.java](https://github.com/tigase/sureim/blob/master/site/src/main/java/tigase/sure/web/site/client/pubsub/PubSubPublishViewImpl.java)- Convert XMPP Pubsub Nodes to Atom Syndication Format and convey them over HTTP. * [AtomToPubsub](https://github.com/edhelas/atomtopubsub) - A little client that parses Atom + RSS feeds and send them on XMPP Pubsub Nodes.