lain.church-fe/static/services.html

78 lines
5.3 KiB
HTML
Raw Normal View History

2019-03-01 21:16:04 -05:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2019-03-01 21:16:04 -05:00
<link rel="stylesheet" href="/css/columns.css">
<link rel="stylesheet" href="/css/haiku.css">
<link rel="stylesheet" href="/css/dropdown.css">
<link rel="stylesheet" href="/css/buttontile.css">
<style>
body {
background-image: url(/img/dolphins.png);
background-repeat: repeat;
}
body {
font-family: sans-serif;
}
.wrapper {
min-height: 0px;
}
.btncontainer {
color: black;
max-width: 12em;
}
</style>
</head>
<body>
<div class="wwrapper" style="grid-column:1;grid-row:1;">
<b class="twrapper"><a class="title" href="services.html"><img class="wbutton wlbutton" src="/img/close.png">LaunchBox<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
<div class="wrapper" style="background-color: white;">
<a href="#git"><div class="btncontainer"><img class="btnimg" src="/img/gitlain.svg"></img><br>GitLain</div></a>
<a href="#xmpp"><div class="btncontainer"><img class="btnimg" src="/img/xmpp.svg"></img><br>XMPP</div></a>
<a href="#gopher"><div class="btncontainer"><img class="btnimg" src="/img/gopher.svg"></img><br>Gopher</div></a>
</div>
</div>
<div class="wwrapper" style="grid-column:2;grid-row:1;">
<b class="twrapper" id="git"><a class="title" href="services.html"><img class="wbutton wlbutton" src="/img/close.png">About - GitLain<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
<div class="wrapper" style="background-color: white; position: relative;">
<img class="btnimg" src="/img/gitlain.svg" style="position: absolute; right: 2px; top: 0px;"></img><h3 style="display: inline-grid">GitLain</h3>
<p><a href="https://git.lain.church">GitLain</a> is lain.church's Gitea instance, providing all members with Git repository hosting, issue trackers, organisations and related functionality.</p>
</div>
</div>
<div class="wwrapper" style="grid-column:1;grid-row:2;">
<b class="twrapper" id="git"><a class="title" href="services.html"><img class="wbutton wlbutton" src="/img/close.png">About - lain.church XMPP<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
<div class="wrapper" style="background-color: white; position: relative;">
<img class="btnimg" src="/img/xmpp.svg" style="position: absolute; right: 2px; top: 0px;"></img><h3 style="display: inline-grid">lain.church XMPP</h3>
<p><a href="https://en.wikipedia.org/wiki/XMPP">XMPP</a> provides secure instant messaging with features such as media integration, read receipts, server-side history, multi-user chat rooms and most importantly, end-to-end encryption.</p>
2019-03-03 23:32:34 -05:00
<p style="text-align: center;">
<a href='https://xmpp.net/result.php?domain=lain.church&amp;type=client'><img src='https://xmpp.net/badge.php?domain=lain.church' alt='xmpp.net score' /></a>
</p>
2019-03-01 21:16:04 -05:00
<p>lain.church runs a <a href="http://prosody.im/">Prosody</a> server to provide XMPP accounts to the community, tied into one's main lain.church account. Said server supports, among others, the following <span title="XMPP Extension Protocols" style="border-bottom:1px dashed #999">XEPs</span>:</p>
<ul>
<li><b>XEP-0163</b>: PEP (Avatars/OMEMO)</li>
<li><b>XEP-0191</b>: Blocking Command</li>
<li><b>XEP-0198</b>: Stream Management</li>
<li><b>XEP-0184</b>: Message Delivery Receipts</li>
<li><b>XEP-0198</b>: Stream Management</li>
<li><b>XEP-0234</b>: Jingle File Transfer</li>
<li><b>XEP-0249</b>: Direct MUC Invitations</li>
<li><b>XEP-0280</b>: Message Carbons</li>
<li><b>XEP-0333</b>: Chat Markers</li>
<li><b>XEP-0352</b>: Client State Indication</li>
</ul>
<p style="text-align: center;">Suggested clients</p>
<div style="margin-left:auto;margin-right:auto;display:table;">
<a href="https://gajim.org"><div class="btncontainer"><img class="btnimg" src="/img/gajim.svg"></img><br>Gajim<br>(Desktop)</div></a>
<a href="https://conversations.im"><div class="btncontainer"><img class="btnimg" src="/img/conversations.svg"></img><br>Conversations<br>(Mobile)</div></a>
<a href="https://lain.church/xmpp/conversejs"><div class="btncontainer"><img class="btnimg" src="/img/conversejs.svg"></img><br>ConverseJS<br>(Web)</div></a>
</div>
</div>
</div>
<div class="wwrapper" style="grid-column:2;grid-row:2;">
<b class="twrapper" id="gopher"><a class="title" href="services.html"><img class="wbutton wlbutton" src="/img/close.png">About - lain.church Gopher<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
<div class="wrapper" style="background-color: white; position: relative;">
<img class="btnimg" src="/img/gopher.svg" style="position: absolute; right: 2px; top: 0px;"></img><h3 style="display: inline-grid">lain.church Gopher</h3>
<p><a href="https://en.wikipedia.org/wiki/Gopher_(protocol)">Gopher</a> is an early and extremely simple hypertext protocol pre-dating HTTP. lain.church provides Gopher 'holes' for users as part of GitLain. A repo named 'gopherhole' in a user's account will be served as a directoru on the lain.church gopher server. For example, <a href="https://git.lain.church/tA/gopherhole">tA/gopherhole</a> is served as <a href="gopher://lain.church:70/ta">gopher://lain.church:70/ta</a>. This service is available to all users.</p>
<p>In the future, these gopherholes will also be served over HTTP(S) as <a href="https://gopher.lain.church">gopher.lain.church</a>.</p>
</div>
</div>
</body>