summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-11-15 08:08:01 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-11-15 08:08:01 -0500
commit6c6287ce5def72aa525fdd324e0fa1d9f9b75821 (patch)
tree5d46339584db0756d216dc0b2ef2971bd5d4d655 /index.html
parent6639df10e303e782a48d5e6e718ec118cb8ad0c4 (diff)
crypto donation links changed to standalone pages
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index e8f5921..f8dac9f 100644
--- a/index.html
+++ b/index.html
@@ -78,6 +78,7 @@ img { border: none ;}
<dt><a href="gitea.html"><img src="pix/gitea.svg"> Gitea</a></dt><dd>A fully-featured git and issue tracking site</dd>
<dt><a href="irc.html"><img src="pix/irc.svg"> IRC</a></dt><dd>Installing and managing a classic internet relay chat server</dd>
<dt><a href="rss-bridge.html">RSS Bridge</a></dt><dd>Creating RSS feeds for social media sites</dd>
+ <dt><a href="matrix.html"><img src="pix/element.svg" alt="Element logo">Matrix</a></dt><dd>An easy-to-use, free and federated chat and channel server.</dd>
<dt><a href="calibre.html"><img src="pix/calibre.png"> Calibre</a></dt><dd>A library server</dd>
<dt><a href="i2p.html"><img src="pix/itoopie.svg" alt="Itoopie">I2P</a></dt><dd>Host your site on a private and peer-to-peer internet layer.</dd>
<dt><a href="tor.html"><img src="pix/tor.svg">Tor</a></dt><dd>Host your site on private onion-routing.</dd>
@@ -105,7 +106,6 @@ img { border: none ;}
<li>Full HTML tutorial</li>
<li>Full CSS tutorial</li>
<li>RSS feeds</li>
- <li>Matrix (federated chat)</li>
<li>SearX (search engine)</li>
</ul>
@@ -114,13 +114,13 @@ img { border: none ;}
<p>
There are other articles not currently under construction which we would like to add the LandChad.net.
If you have experience with any of these, you may submit an article for review on <a href="https://github.com/lukesmithxyz/landchad">the Github</a>.
- Please include directions for Debian 10 as default.
+ Please include directions for Debian 11 as default.
Abstain from using containerization (Docker, etc.).
Attempt to follow the same settings as other articles here.
</p>
<ul>
- <li><a href="https://btcpayserver.org/">BTCPay</a></li>
+ <li><a href="https://btcpayserver.org/">BTCPay</a> (Docker install permitted only in this case.)</li>
<li>Email webclients</li>
<li>Simple static site generators</li>
<li><a href="https://www.ejabberd.im/">XMPP ejabberd</a></li>
@@ -166,6 +166,6 @@ img { border: none ;}
<!--TAGLIST-->
</main>
- <!-- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> -->
+ <!-- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="donate-bitcoin.html"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="donate-monero.html"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> -->
</body>
</html>