Correct a typing error and update a reference of Tigase.
This commit is contained in:
parent
af9d5ce688
commit
12ecdac878
1 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,7 @@ $ fastapi dev pubsub_to_atom.py
|
||||||
|
|
||||||
## Usage
|
## 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
|
### Viewing node items
|
||||||
|
|
||||||
|
@ -61,6 +61,8 @@ Schimon Jehudah Zackary
|
||||||
|
|
||||||
CSS and XSLT stylesheets are licensed under the license MIT.
|
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.
|
Python code is licensed under the license AGPL-3.0 only.
|
||||||
|
|
||||||
## Acknowledgement
|
## Acknowledgement
|
||||||
|
@ -69,6 +71,6 @@ Special thanks to "d3x" and "cchianel" from IRC channel #python on irc.libera.ch
|
||||||
|
|
||||||
## Similar Projects
|
## 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.
|
* [AtomToPubsub](https://github.com/edhelas/atomtopubsub) - A little client that parses Atom + RSS feeds and send them on XMPP Pubsub Nodes.
|
||||||
|
|
Loading…
Reference in a new issue