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
23
README.md
23
README.md
|
@ -18,6 +18,7 @@ This software was inspired from Tigase and was motivated by Movim.
|
||||||
* lxml
|
* lxml
|
||||||
* slixmpp
|
* slixmpp
|
||||||
* tomllib
|
* tomllib
|
||||||
|
* uvicorn
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -57,19 +58,29 @@ 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 |
|
||||||
|
|goffi@goffi.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 |let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4|
|
|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
|
#### 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
|
#### 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=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=let-s-talk-about-the-xsf-and-possibly-other-things-6A8eV4
|
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
|
## Author
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
color: #f5f5f5;
|
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -10,10 +10,12 @@ body {
|
||||||
h1#title, h2#subtitle, #actions, #references {
|
h1#title, h2#subtitle, #actions, #references {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#actions, #references {
|
#actions, #references {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
line-height: 150%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
@ -25,6 +27,7 @@ h1#title, h2#subtitle, #actions, #references {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header, #menu {
|
#header, #menu {
|
||||||
|
line-height: 120%;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,6 +77,7 @@ h1#title, h2#subtitle, #actions, #references {
|
||||||
background: #000;
|
background: #000;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
line-height: 200%;
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
BIN
screenshot/59d860ab-d7c8-477c-bb4b-86924485cbbb.png
Normal file
BIN
screenshot/59d860ab-d7c8-477c-bb4b-86924485cbbb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 599 KiB |
BIN
screenshot/berlin-xmpp-meetup.png
Normal file
BIN
screenshot/berlin-xmpp-meetup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
BIN
screenshot/selection.png
Normal file
BIN
screenshot/selection.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
Reference in a new issue