11 changed files with 109 additions and 1153 deletions
@ -1,6 +1,11 @@
|
||||
{ |
||||
"require": { |
||||
"michelf/php-markdown": "^1.8", |
||||
"mnapoli/front-yaml": "^1.6" |
||||
} |
||||
"tildeverse/wiki": "dev-master" |
||||
}, |
||||
"repositories": [ |
||||
{ |
||||
"type": "vcs", |
||||
"url": "https://tildegit.org/ben/tildewiki" |
||||
} |
||||
] |
||||
} |
||||
|
@ -1,47 +0,0 @@
|
||||
<?php |
||||
$title = 'tilde.chat discord bridge'; |
||||
include __DIR__.'/../header.php'; |
||||
?> |
||||
|
||||
<h1>tilde.chat discord</h1> |
||||
|
||||
<pre> |
||||
khuxkm Today at 1:39 AM |
||||
|
||||
ATTENTION @everyone: |
||||
|
||||
Due to recent events in the Discord server, we have decided to lock this Discord and accompanying IRC bridge until |
||||
further notice. On Monday, the IRC to Discord bridge will be shut down and all channels in this Discord will be set |
||||
to READ-ONLY. This decision will only be reversed when a full discussion has been held on moderation requirements, |
||||
rules, and certain members of our moderation team who appear to be missing. |
||||
|
||||
How this affects you: |
||||
|
||||
- If you primarily use Discord, you will have to use IRC from now on. tilde.team users can use our TheLounge instance at |
||||
https://irc.tilde.team/ for a Discord-like experience (or any other client of their choosing), whereas members of |
||||
other tildes can continue using their tilde's node in the tilde.chat network. |
||||
|
||||
- If you primarily use IRC, all that changes is that you will not be able to use this Discord. |
||||
|
||||
The behavior of some users in this Discord has been unacceptable and does not comply with our code of conduct. |
||||
Upon further review, we have decided that managing this Discord server is a bit more than we can handle without discussing |
||||
moderation in-depth. As such, ben and I (khuxkm) have decided to make this Discord READ-ONLY until we have come to a more |
||||
permanent decision (which may be to close this server permanently). |
||||
|
||||
If you have any thoughts/ideas for the future of the discord bridge, please drop a line to ben or myself on IRC or by email |
||||
(@tilde.team). We can be found in the #sudoers channel. |
||||
|
||||
Thanks for being a member of the tildeverse and working with us to figure out a chat solution that works for everyone! |
||||
</pre> |
||||
|
||||
<!-- See above, but here are the links if you want 'em anyways: |
||||
<strong>which tilde are you part of?</strong> |
||||
<hr> |
||||
<p> |
||||
<a href="https://discord.gg/BH4Bs5U" class="btn btn-default">tilde.team</a> |
||||
<a href="https://discord.gg/GhmGb3x" class="btn btn-default">tilde.town</a> |
||||
<a href="https://discord.gg/sfhzHBc" class="btn btn-default">yourtilde.com</a> |
||||
</p>-> |
||||
|
||||
<?php |
||||
include __DIR__.'/../footer.php'; |
@ -1,10 +1,10 @@
|
||||
<br><br> |
||||
</div> |
||||
<footer class="text-center"> |
||||
<a href="https://tildegit.org/tildeverse/tilde.chat">site source</a> ~ official ircnet of the <a href="https://tildeverse.org">tildeverse</a> |
||||
</footer> |
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> |
||||
<script src="./jasny-bootstrap.js"></script> |
||||
<br><br> |
||||
</div> |
||||
<footer class="text-center"> |
||||
<a href="https://tildegit.org/tildeverse/tilde.chat">site source</a> |
||||
~ official ircnet of the <a href="https://tildeverse.org">tildeverse</a> |
||||
</footer> |
||||
<script src="/js/jquery.min.js"></script> |
||||
<script src="/js/bootstrap.min.js"></script> |
||||
</body> |
||||
</html> |
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue