update tilde.chat homepage text

This commit is contained in:
Ben Harris 2018-12-17 17:01:30 -05:00
parent c198712c7d
commit 3097b1b61d
1 changed files with 9 additions and 5 deletions

View File

@ -3,10 +3,11 @@
<hr>
<p>hey hi</p>
<p>tilde.chat is an irc network for tildes: social unix servers built as an intentional community for teaching, learning, and sharing.</p>
<p>tilde.chat is the irc network of the <a href="https://tildeverse.org">tildeverse</a>, an association of social unix servers built as an intentional community for teaching, learning, and sharing.</p>
<p>tilde.chat is meant to be a space for all tilde members to hang out, share, teach, and learn.</p>
<p>feel free to contact a tilde.team admin (<?php
<!--
<p>feel free to contact a tilde.team admin (<?php
$members = json_decode(file_get_contents("https://tildeverse.org/members.json"))->members;
foreach ($members as $member)
if ($member->name == "tilde.team")
@ -19,9 +20,11 @@
$count--;
}
}?>) for more info as we flesh out this site</p>
-->
<h3>connection info</h3>
<p>you can connect to <em>irc.</em>tilde.chat on port 6697 with ssl</p>
<p>irc.tilde.chat is a round-robin host that will return any of the <a href="wiki/?page=servers">available servers</a></p>
<p>or localhost 6667 from a shell on any of the member tildes :) (port 7766 on ~town)</p>
<h3>mumble server</h3>
@ -46,7 +49,7 @@
$count--;
}
}
echo ", channel: {$member->channel})</li>&nbsp;&nbsp;Description: \"{$member->description}\"<br><br>\n";
echo ", channel: {$member->channel})</li>&nbsp;&nbsp;{$member->description}<br><br>\n";
}
?>
@ -56,7 +59,7 @@
<!-- misc channel info -->
<h3>channel info</h3>
<a href="/stats/">stats here</a>
<p><a href="/stats/">stats here</a></p>
<pre>
#meta ~ main lobby channel
#projects ~ project ideas and discussions
@ -73,7 +76,8 @@
<hr>
<h3>rules/guidelines</h3>
<p>chatting/using tilde.chat irc servers implies agreement with the <a href="https://tilde.team/wiki/?page=code-of-conduct">code of conduct</a>. the <a href="https://tilde.town/wiki/conduct.html">tilde.town code of conduct</a> applies as well.</p>
<p>please see the <a href="wiki/?page=etiquette">etiquette guide</a></p>
<p>chatting/using tilde.chat irc servers implies agreement with the <a href="https://tilde.wiki/?page=code-of-conduct">code of conduct</a>. the <a href="https://tilde.town/wiki/conduct.html">tilde.town code of conduct</a> applies as well.</p>
<p>incidents will be handled according to the CoC as well as by admins of your home tilde</p>
<?php include 'footer.php'; ?>