Add preview images to README.md
This commit is contained in:
parent
a50b5a0f09
commit
39a4bff0cf
1 changed files with 16 additions and 8 deletions
24
README.md
24
README.md
|
@ -10,6 +10,14 @@ XPTA generates Atom syndication feeds ([RFC 4287](https://www.rfc-editor.org/rfc
|
||||||
|
|
||||||
This software was inspired from Tigase and was motivated by Movim.
|
This software was inspired from Tigase and was motivated by Movim.
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
|
||||||
|
<img alt="berlin-xmpp-meetup" src="screenshot/berlin-xmpp-meetup.png" width="200px"/>
|
||||||
|
<img alt="let-s-talk-about-xmpp-tricks-with-conversations-author-daniel-gultsch-OqjaQh" src="screenshot/let-s-talk-about-xmpp-tricks-with-conversations-author-daniel-gultsch-OqjaQh.png" width="200px"/>
|
||||||
|
<img alt="59d860ab-d7c8-477c-bb4b-86924485cbbb" src="screenshot/59d860ab-d7c8-477c-bb4b-86924485cbbb.png" width="200px"/>
|
||||||
|
<img alt="selection" src="screenshot/selection.png" width="200px"/>
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python >= 3.5
|
* Python >= 3.5
|
||||||
|
@ -55,14 +63,14 @@ It is possible to view a complete node and even a single item, which means, that
|
||||||
|
|
||||||
Suppose you have the following nodes and items.
|
Suppose you have the following nodes and items.
|
||||||
|
|
||||||
|PubSub |Node |Item |
|
|PubSub |Node |Item |
|
||||||
|--- |--- |--- |
|
|--- |--- |--- |
|
||||||
|blog.jmp.chat |urn:xmpp:microblog:0|launch-2023 |
|
|blog.jmp.chat |urn:xmpp:microblog:0|launch-2023 |
|
||||||
|edhelas@movim.eu|urn:xmpp:microblog:0|working-on-launching-the-movim-network-qPBzwc |
|
|edhelas%40movim.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 |
|
|goffi%40goffi.org |urn:xmpp:microblog:0|libervia-v0-8-la-cecilia-BdQ4 |
|
||||||
|news.movim.eu |Phoronix | |
|
|news.movim.eu |Phoronix | |
|
||||||
|pubsub.movim.eu |berlin-xmpp-meetup |7363a41d-1146-40b3-ac0f-8ee2559591a3 |
|
|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|
|
|pubsub.movim.eu |berlin-xmpp-meetup |let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4|
|
||||||
|
|
||||||
#### To view node items
|
#### To view node items
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue