site, wiki, and css theme https://tilde.team
Go to file
deepend cbad506fc0
continuous-integration/drone/pr Build encountered an error Details
continuous-integration/drone/push Build is passing Details
Update wiki/pages/other-tildes.md
removed down from thunix.net
2023-12-27 06:49:53 +00:00
.idea update idea php config 2023-03-15 13:45:54 -04:00
.well-known Updates ZinRicky’s certificate 2023-09-11 12:42:24 +02:00
css delete built css artifacts from repo 2023-03-15 13:57:36 -04:00
fonts update fork-awesome 2020-02-17 14:27:45 -05:00
js misc bugfixes, partially address #54 2020-01-16 18:08:52 -05:00
logos svg revisions of logos 2023-02-28 14:24:53 +00:00
news closes #122 - add rss feed for news 2023-02-24 13:37:17 -05:00
ring some tidying 2022-01-15 16:53:06 -05:00
signup clear form fields on successful signup 2022-09-29 12:32:49 -04:00
users categorize and format all wiki .mds 2022-09-29 14:53:09 -04:00
wiki Update wiki/pages/other-tildes.md 2023-12-27 06:49:53 +00:00
.drone.yml delete built css artifacts from repo 2023-03-15 13:57:36 -04:00
.gitignore add WKD and host-meta 2021-09-01 10:36:59 -04:00
LICENSE.md add gpl 2020-12-29 18:10:21 -05:00
README.md add localrouter.php to make news/ and wiki/ links work 2022-03-18 15:06:40 -04:00
apple-icon.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
apple-touch-icon-precomposed.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
browserconfig.xml remove unnecessary icons 2018-01-29 15:39:53 -05:00
composer.json closes #122 - add rss feed for news 2023-02-24 13:37:17 -05:00
composer.lock closes #122 - add rss feed for news 2023-02-24 13:37:17 -05:00
favicon-16x16.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon-32x32.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon-96x96.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon.ico switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
footer.php load js with defer instead of in the footer 2022-02-17 15:21:03 -05:00
gen_tdp tidy up gen_tdp and fix user count 2020-07-17 17:10:00 -04:00
header.php load js with defer instead of in the footer 2022-02-17 15:21:03 -05:00
humans.txt fix some problems 2022-02-17 13:55:19 -05:00
index.php add readonly token to gitea endpoint 2023-03-27 16:53:30 -04:00
localrouter.php add localrouter.php to make news/ and wiki/ links work 2022-03-18 15:06:40 -04:00
ms-icon-310x310.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
services.php remove forkawesome 2022-02-17 12:22:30 -05:00
tildegit.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tildenews.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tilderadio.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tildezone.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00

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 localrouter.php
  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.