From 6b59a040b0b676ed0c0c7d36843cba6f9dcda004 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 23 Jul 2021 18:55:02 +0530 Subject: Readme formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5524f4a..5e659e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Welcome to [Liberta Casa](http://liberta.casa)! +# Static files for LibertaCasa Website +Welcome to [Liberta Casa](http://liberta.casa)! This repository is for generating static pages. -- cgit v1.2.3 From 4e24e9476fd2f2879da9110034bfaa0b297c6efc Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 23 Jul 2021 19:35:28 +0530 Subject: xmpp instructions Signed-off-by: Pratyush Desai --- xmpp.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/xmpp.html b/xmpp.html index 8d57253..4ad24bd 100644 --- a/xmpp.html +++ b/xmpp.html @@ -18,6 +18,18 @@ └─┘ ┘ │ ──┘ ┘ │ +

What's XMPP

+ +

Overview: 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.

+ +FAQs + +There are quite a few clients available. +You can register using a "name" +JID: name@liberta.casa + +and the password of your choice. + Host: xmpp.liberta.casa Port: 5222 -- cgit v1.2.3 From a3a5402af20df198b9df59419db1f137df97a3eb Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 23 Jul 2021 21:20:19 +0530 Subject: cytube, jitsi and footers Signed-off-by: Pratyush Desai --- i2p.html | 15 +++++++++++++++ index.html | 19 +++++++++++++++++-- irc.html | 13 +++++++++++++ matrix.html | 14 ++++++++++++++ styles.css | 4 ++++ xmpp.html | 13 +++++++++++++ 6 files changed, 76 insertions(+), 2 deletions(-) diff --git a/i2p.html b/i2p.html index 4ba7551..8d7a7d7 100644 --- a/i2p.html +++ b/i2p.html @@ -49,6 +49,21 @@ You should now be able to connect your IRC client with the following settings: SSL/TLS: Off/Disabled Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa. + + + + + + + + + + + + +
+ Contact: hello@liberta.casa +
diff --git a/index.html b/index.html index f7d9818..fcf92df 100644 --- a/index.html +++ b/index.html @@ -51,12 +51,27 @@ Services: Communcations: -------------- -XMPP | Matrix | IRC +XMPP | Matrix | IRC | Jitsi Video Conferencing Services: --------- -Private Bin | Gitea - Git with a cup of cum. | Searx search | Yacy Search +Private Bin | Gitea | Searx search | Yacy Search | Cytube - Watch together + + + + + + + + + + + + +
+ Contact: hello@liberta.casa +
\ No newline at end of file diff --git a/irc.html b/irc.html index 57e0739..3e6cc7e 100644 --- a/irc.html +++ b/irc.html @@ -112,6 +112,19 @@ in place of your cloaked IP-based hostname). + + + + + + + + + + +
+ Contact: hello@liberta.casa +
diff --git a/matrix.html b/matrix.html index 068979f..905af3c 100644 --- a/matrix.html +++ b/matrix.html @@ -19,6 +19,20 @@ Matrix WebClient + + + + + + + + + + + +
+ Contact: hello@liberta.casa +
diff --git a/styles.css b/styles.css index 9414957..fd429e2 100644 --- a/styles.css +++ b/styles.css @@ -10,4 +10,8 @@ a { a:hover { background-color: blue; +} + +footer { + color: green; } \ No newline at end of file diff --git a/xmpp.html b/xmpp.html index 4ad24bd..ab6ca24 100644 --- a/xmpp.html +++ b/xmpp.html @@ -33,6 +33,19 @@ and the password of your choice. Host: xmpp.liberta.casa Port: 5222 + + + + + + + + + + + -- cgit v1.2.3 From 95a550cd50f4b9c5d40a35e80535ed912757da3e Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 23 Jul 2021 21:30:13 +0530 Subject: mailto Signed-off-by: Pratyush Desai --- i2p.html | 4 ++-- index.html | 2 +- irc.html | 2 +- matrix.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i2p.html b/i2p.html index 8d7a7d7..9a9db4f 100644 --- a/i2p.html +++ b/i2p.html @@ -62,8 +62,8 @@ Nickname, Username and SASL password are the regular details you would use for c
- Contact: hello@liberta.casa -
+ Contact + diff --git a/index.html b/index.html index fcf92df..15bda3b 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ Services: diff --git a/irc.html b/irc.html index 3e6cc7e..e1e7584 100644 --- a/irc.html +++ b/irc.html @@ -123,7 +123,7 @@ in place of your cloaked IP-based hostname). diff --git a/matrix.html b/matrix.html index 905af3c..6326849 100644 --- a/matrix.html +++ b/matrix.html @@ -31,7 +31,7 @@ -- cgit v1.2.3 From 47ce276ebe26cd9d5a2e7cd1f703be1e40ef578e Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 23 Jul 2021 22:58:01 +0530 Subject: squash this --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index fd429e2..489bd8c 100644 --- a/styles.css +++ b/styles.css @@ -9,7 +9,7 @@ a { } a:hover { - background-color: blue; + background-color: rgb(130, 100, 185); } footer { -- cgit v1.2.3 From 184dbc8811196b61f8be9ba5c8471a541b0be8bb Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 7 Aug 2021 08:59:52 +0530 Subject: git --- git.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 git.html diff --git a/git.html b/git.html new file mode 100644 index 0000000..01765d1 --- /dev/null +++ b/git.html @@ -0,0 +1,28 @@ + + + + + + +LibertaCasa - git + + + +
+┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│    │  │─│ │─  │┬┘  │  │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│   │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+

> What's Git

+ +> We aim to publish all relevant infrastructure and configuration details to our community in a way that not only allows for easy access, but also allows for uncomplicated contributions. +> We chose to use a self-hosted Git server to achieve this. Full repository access is possible through Gitea (https://git.com.de), there you may register for your own account, browse, contribute, and, if desired, also publish your own repositories. +> For a quick-glance at only LibertaCasa specific repositories we employ a cgit instance on https://git.casa - if you only want to look, without editing anything, this is the perfect place to go, as it is blazing fast and easy to navigate. +
+ + -- cgit v1.2.3