Compare commits

...

5 Commits

Author SHA1 Message Date
729bfb1a33 cytube, jitsi and footers
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 21:20:19 +05:30
5a36f16d07 Merge pull request 'xmpp' (#7) from xmpp into master
Reviewed-on: #7
2021-07-23 16:08:44 +02:00
e635fba061 Merge branch 'master' into xmpp 2021-07-23 16:08:33 +02:00
08b2804bcb xmpp instructions
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 19:35:28 +05:30
35831609cc
Readme formatting 2021-07-23 18:55:02 +05:30
7 changed files with 90 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# Static files for LibertaCasa Website
Welcome to [Liberta Casa](http://liberta.casa)! Welcome to [Liberta Casa](http://liberta.casa)!
This repository is for generating static pages. This repository is for generating static pages.

View File

@ -49,6 +49,21 @@ You should now be able to connect your IRC client with the following settings:
SSL/TLS: Off/Disabled SSL/TLS: Off/Disabled
</code> </code>
Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa. Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa.
<footer>
Contact: hello@liberta.casa
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -51,12 +51,27 @@ Services:
Communcations: Communcations:
-------------- --------------
<a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> <a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> | <a href="https://meet.lysergic.dev"> Jitsi Video Conferencing </a>
Services: Services:
--------- ---------
<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea - Git with a cup of cum.</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search</a> <a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search </a> | <a href="https://party.lysergic.dev"> Cytube - Watch together</a>
<footer>
Contact: hello@liberta.casa
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -112,6 +112,19 @@ in place of your cloaked IP-based hostname).
<footer>
Contact: hello@liberta.casa
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -19,6 +19,20 @@
<a href="https://element.liberta.casa">Matrix WebClient</a> <a href="https://element.liberta.casa">Matrix WebClient</a>
<footer>
Contact: hello@liberta.casa
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -10,4 +10,8 @@ a {
a:hover { a:hover {
background-color: blue; background-color: blue;
}
footer {
color: green;
} }

View File

@ -18,9 +18,34 @@
└─┘ ┘ │ ──┘ ┘ │ └─┘ ┘ │ ──┘ ┘ │
<p><a href="https://xmpp.org/">What's XMPP</a></p>
<p><a href="https://xmpp.org/about/technology-overview.html">Overview: </a> XMPP is the Extensible Messaging and Presence Protocol, a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.</p>
<a href="https://xmpp.org/about/faq.html">FAQs</a>
There are quite a few <a href="https://xmpp.org/software/clients.html">clients</a> available.
You can register using a "name"
JID: name@liberta.casa
and the password of your choice.
Host: xmpp.liberta.casa Host: xmpp.liberta.casa
Port: 5222 Port: 5222
<footer>
Contact: hello@liberta.casa
</footer>
</pre> </pre>
</body> </body>
</html> </html>