You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ben Harris d19c3893ad pending changes from live site 3 years ago
css update npm deps, tidy makefile 3 years ago
donate fix donate redirect 3 years ago
fonts update fork-awesome 3 years ago
gettingstarted getting started and irc pages redirect to wiki 5 years ago
js misc bugfixes, partially address #54 3 years ago
logos Adding tildezone logos 5 years ago
news add news post 3 years ago
signup check username only if not emtpy 3 years ago
users add users page 4 years ago
wiki fixed a typo 3 years ago
.drone.yml add drone build 4 years ago
.gitignore pending changes from live site 3 years ago
README.md add drone badge to README.md 4 years ago
apple-icon.png switch to new logo. closes #18 5 years ago
apple-touch-icon-precomposed.png switch to new logo. closes #18 5 years ago
browserconfig.xml remove unnecessary icons 5 years ago
composer.json use tildeverse/wiki external dep 4 years ago
composer.lock use tildeverse/wiki external dep 4 years ago
favicon-16x16.png switch to new logo. closes #18 5 years ago
favicon-32x32.png switch to new logo. closes #18 5 years ago
favicon-96x96.png switch to new logo. closes #18 5 years ago
favicon.ico switch to new logo. closes #18 5 years ago
footer.php Change fingerprint in footer to pre 3 years ago
gen_tdp pending changes from live site 3 years ago
header.php add donate link to header 4 years ago
humans.txt add humans.txt 5 years ago
index.php misc bugfixes, partially address #54 3 years ago
ms-icon-310x310.png switch to new logo. closes #18 5 years ago
services.php misc bugfixes, partially address #54 3 years ago
tildegit.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tildenews.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tilderadio.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tildezone.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago

README.md

tilde.team

Build Status

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.

see also css/ for info on the theme and working with that.


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.