Add a paragraph to section "Motivation"
This commit is contained in:
parent
45e484a409
commit
7f6be68df1
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ This means that instead of hosting a journal or publication site in the old fash
|
||||||
|
|
||||||
The project also showcases the non-necessity of HTML, as it automatically generates valid XHTML pages by XSLT stylesheets from client-side.
|
The project also showcases the non-necessity of HTML, as it automatically generates valid XHTML pages by XSLT stylesheets from client-side.
|
||||||
|
|
||||||
|
Because PubSubToAtom reads XMPP PubSub nodes, it is possible to view a complete set of node items, and even a single node item, which means, that that a considered and carefully earnest use of this PubSubToAtom would save bandwidth and system overhead, which includes CPU, I/O and RAM usage.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python >= 3.5
|
* Python >= 3.5
|
||||||
|
@ -67,7 +69,7 @@ $ fastapi dev pubsub_to_atom.py
|
||||||
|
|
||||||
## Usage
|
## 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.
|
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 save system overhead, which includes CPU, I/O and RAM usage.
|
||||||
|
|
||||||
### Viewing PubSub
|
### Viewing PubSub
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue