Add graphical previews (screenshots);
Improve design (CSS); Add more PubSub resources to README.
This commit is contained in:
parent
53c6c946ca
commit
a50b5a0f09
6 changed files with 26 additions and 11 deletions
31
README.md
31
README.md
|
@ -18,6 +18,7 @@ This software was inspired from Tigase and was motivated by Movim.
|
|||
* lxml
|
||||
* slixmpp
|
||||
* tomllib
|
||||
* uvicorn
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -54,22 +55,32 @@ It is possible to view a complete node and even a single item, which means, that
|
|||
|
||||
Suppose you have the following nodes and items.
|
||||
|
||||
|PubSub |Node |Item |
|
||||
|--- |--- |--- |
|
||||
|blog.jmp.chat |urn:xmpp:microblog:0|launch-2023 |
|
||||
|news.movim.eu |Phoronix | |
|
||||
|pubsub.movim.eu|berlin-xmpp-meetup |let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4|
|
||||
|PubSub |Node |Item |
|
||||
|--- |--- |--- |
|
||||
|blog.jmp.chat |urn:xmpp:microblog:0|launch-2023 |
|
||||
|edhelas@movim.eu|urn:xmpp:microblog:0|working-on-launching-the-movim-network-qPBzwc |
|
||||
|goffi@goffi.org |urn:xmpp:microblog:0|libervia-v0-8-la-cecilia-BdQ4 |
|
||||
|news.movim.eu |Phoronix | |
|
||||
|pubsub.movim.eu |berlin-xmpp-meetup |7363a41d-1146-40b3-ac0f-8ee2559591a3 |
|
||||
|pubsub.movim.eu |berlin-xmpp-meetup |let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4|
|
||||
|
||||
#### To view node items
|
||||
|
||||
- http://127.0.0.1:8000/atom?pubsub=news.movim.eu&node=Phoronix
|
||||
- http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup
|
||||
```
|
||||
http://127.0.0.1:8000/atom?pubsub=edhelas%40movim.eu&node=urn%3Axmpp%3Amicroblog%3A0
|
||||
http://127.0.0.1:8000/atom?pubsub=news.movim.eu&node=Phoronix
|
||||
http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup
|
||||
```
|
||||
|
||||
#### To view a node item
|
||||
|
||||
- http://127.0.0.1:8000/atom?pubsub=blog.jmp.chat&node=urn%3Axmpp%3Amicroblog%3A0&item=launch-2023
|
||||
- http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup&item=7363a41d-1146-40b3-ac0f-8ee2559591a3
|
||||
- http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup&item=let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4
|
||||
```
|
||||
http://127.0.0.1:8000/atom?pubsub=blog.jmp.chat&node=urn%3Axmpp%3Amicroblog%3A0&item=launch-2023
|
||||
http://127.0.0.1:8000/atom?pubsub=edhelas%40movim.eu&node=urn%3Axmpp%3Amicroblog%3A0&item=working-on-launching-the-movim-network-qPBzwc
|
||||
http://127.0.0.1:8000/atom?pubsub=goffi%40goffi.org&node=urn%3Axmpp%3Amicroblog%3A0&item=libervia-v0-8-la-cecilia-BdQ4
|
||||
http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup&item=7363a41d-1146-40b3-ac0f-8ee2559591a3
|
||||
http://127.0.0.1:8000/atom?pubsub=pubsub.movim.eu&node=berlin-xmpp-meetup&item=let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue