welcome: prettier
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m10s

This commit is contained in:
Cory McWilliams 2024-10-08 19:41:55 -04:00
parent 24db8a5a49
commit e41c7fbbc7

View File

@ -72,11 +72,14 @@
<a <a
class="w3-button w3-round-large w3-padding w3-blue-gray" class="w3-button w3-round-large w3-padding w3-blue-gray"
href="https://f-droid.org/en/packages/com.unprompted.tildefriends.fdroid/" href="https://f-droid.org/en/packages/com.unprompted.tildefriends.fdroid/"
><img src="f-droid.svg" style="height: 2em; margin: 0" ><img src="f-droid.svg" style="height: 2em; margin: 0" /> Get it
/> Get it on F-Droid</a> on F-Droid</a
<a class="w3-button w3-round-large w3-padding w3-blue-gray" >
href="https://dev.tildefriends.net/releases/tildefriends-x86_64.AppImage"> <a
<img src="appimage.svg" style="height: 2em; margin: 0"> class="w3-button w3-round-large w3-padding w3-blue-gray"
href="https://dev.tildefriends.net/releases/tildefriends-x86_64.AppImage"
>
<img src="appimage.svg" style="height: 2em; margin: 0" />
Get Linux 64-bit AppImage Get Linux 64-bit AppImage
</a> </a>
</p> </p>
@ -105,9 +108,7 @@
>https://www.tildefriends.net/</a >https://www.tildefriends.net/</a
>. >.
</li> </li>
<li> <li>Create an account to identify yourself with that instance.</li>
Create an account to identify yourself with that instance.
</li>
<li> <li>
Describe yourself in your profile in the <b>ssb</b> app. Give Describe yourself in your profile in the <b>ssb</b> app. Give
yourself a name and an avatar if you like. yourself a name and an avatar if you like.
@ -116,10 +117,16 @@
Connect to others. Connect to others.
<ul> <ul>
<li>Automatically discover peers on the same network.</li> <li>Automatically discover peers on the same network.</li>
<li>Manually connect to rooms and pubs, including <a href="https://www.tildefriends.net/~cory/room/" <li>
Manually connect to rooms and pubs, including
<a href="https://www.tildefriends.net/~cory/room/"
>tildefriends.net itself</a >tildefriends.net itself</a
>.</li> >.
<li>Enable <b>Peer Exchange</b> in the <b>admin</b> to discover internet peers.</li> </li>
<li>
Enable <b>Peer Exchange</b> in the <b>admin</b> to discover
internet peers.
</li>
</ul> </ul>
</li> </li>
<li>Follow people to grow your network.</li> <li>Follow people to grow your network.</li>
@ -211,10 +218,11 @@
<div class="w3-container w3-padding-64 w3-light-grey w3-center"> <div class="w3-container w3-padding-64 w3-light-grey w3-center">
<h1 class="w3-jumbo"><b>Boring Technology</b></h1> <h1 class="w3-jumbo"><b>Boring Technology</b></h1>
<p> <p>
Tilde Friends is built using boring, trusted tech. Unless a better reason Tilde Friends is built using boring, trusted tech. Unless a better
presents itself, it strives to use only simple and reason presents itself, it strives to use only simple and widely adopted
widely adopted dependencies in order to keep it easy to build for dependencies in order to keep it easy to build for all sorts of
all sorts of platforms and maintainable for a very long time.</p> platforms and maintainable for a very long time.
</p>
<p> <p>
Though of course for building Tilde Friends apps, you are free to use Though of course for building Tilde Friends apps, you are free to use
whatever fits. whatever fits.