tilde.team site and wiki
Go to file
tab 1a62d7d721 update services 2018-06-22 13:55:36 -04:00
admin@bb4c72fc4d admin is now a submodule 2018-06-11 22:05:42 -04:00
css add 6667 info for localhost 2018-06-13 14:36:51 -04:00
discord update email verification things and pull from api 2018-01-29 14:00:45 -05:00
fonts switch to fork awesome 2018-06-11 16:36:25 -04:00
gettingstarted getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00
js init 2017-09-13 11:22:06 -04:00
news add news notices and update ssh page 2018-06-13 14:55:19 -04:00
signup check against reserved usernames 2018-06-20 12:02:56 -04:00
wiki update services 2018-06-22 13:55:36 -04:00
.gitignore begin wiki 2018-06-03 22:18:02 -04:00
.gitmodules admin is now a submodule 2018-06-11 22:05:42 -04:00
README.md cleanup, move faq to wiki 2018-06-08 23:17:35 -04:00
apple-icon.png init 2017-09-13 11:22:06 -04:00
apple-touch-icon-precomposed.png remove unnecessary icons 2018-01-29 15:39:53 -05:00
browserconfig.xml remove unnecessary icons 2018-01-29 15:39:53 -05:00
composer.json remove swiftmailer dependency 2018-06-11 20:22:34 -04:00
composer.lock remove swiftmailer dependency 2018-06-11 20:22:34 -04:00
favicon-16x16.png init 2017-09-13 11:22:06 -04:00
favicon-32x32.png init 2017-09-13 11:22:06 -04:00
favicon-96x96.png init 2017-09-13 11:22:06 -04:00
favicon.ico init 2017-09-13 11:22:06 -04:00
footer.php add code of conduct to footer 2018-06-08 23:45:12 -04:00
header.php remove manifest link in header 2018-06-11 16:56:56 -04:00
index.php fix user listing 2018-06-21 12:18:39 -04:00
ms-icon-310x310.png init 2017-09-13 11:22:06 -04:00
robots.txt add robots.txt 2018-06-11 11:37:35 -04:00
services.php add pastebin to services.php 2018-06-15 11:07:45 -04:00

README.md

tilde.team

tilde.team homepage

   __  _ __    __      __
  / /_(_) /___/ /__   / /____  ____ _____ ___
 / __/ / / __  / _ \ / __/ _ \/ __ `/ __ `__ \
/ /_/ / / /_/ /  __// /_/  __/ /_/ / / / / / /
\__/_/_/\__,_/\___(_)__/\___/\__,_/_/ /_/ /_/

tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit of cool sites and unix tools.

this repo contains the frontpage and wiki for tilde.team. feel free to send pull requests or sign up for an account! thanks for checking it out.


contributing

  1. clone this repo

  2. install deps (markdown parser)

composer install
  1. start a php development server
php -S localhost:9000
  1. create a feature branch
git checkout -b my-cool-feature
  1. open a PR

thanks!

hit me up on irc if you have any questions. most of this is quite hacky.