From b23edf2bf8a0d7f3e8de1c57a6048b50206ed786 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 8 Jun 2018 23:17:35 -0400 Subject: [PATCH] cleanup, move faq to wiki --- README.md | 27 +++++++++++++ admin/index.php | 13 ++++++ faq/index.html | 84 --------------------------------------- forum/index.php | 3 -- header.php | 1 - index.php | 3 -- irc/index.php | 3 -- package.json | 17 -------- signup/index.php | 80 +------------------------------------ signup/signup-handler.php | 74 ++++++++++++++++++++++++++++++++++ virus/index.php | 3 -- wiki/index.php | 7 +--- wiki/pages/email.md | 16 ++++++++ wiki/pages/faq.md | 23 ----------- wiki/view.php | 2 - 15 files changed, 134 insertions(+), 222 deletions(-) create mode 100644 admin/index.php delete mode 100644 faq/index.html delete mode 100644 forum/index.php delete mode 100644 irc/index.php delete mode 100644 package.json create mode 100644 signup/signup-handler.php delete mode 100755 virus/index.php create mode 100644 wiki/pages/email.md delete mode 100644 wiki/pages/faq.md delete mode 100644 wiki/view.php diff --git a/README.md b/README.md index 1f7c44d..59e1a9a 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,30 @@ 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](https://tilde.team/signup/) for an account! thanks for checking it out. + +--- + +## contributing + +1. clone this repo + +1. install deps (markdown parser) +```bash +composer install +``` + +1. start a php development server +```bash +php -S localhost:9000 +``` + +1. create a feature branch +```bash +git checkout -b my-cool-feature +``` + +1. [open a PR](https://git.tilde.team/meta/site/pulls) + +thanks! + +hit me up on irc if you have any questions. most of this is quite hacky. \ No newline at end of file diff --git a/admin/index.php b/admin/index.php new file mode 100644 index 0000000..923096e --- /dev/null +++ b/admin/index.php @@ -0,0 +1,13 @@ + + +

tilde.team admin console

+ +
+ + +
+ + - - - - - faq ~ tilde.team - - - - - - - - - - - - - - - - - - -
- -

- tilde.team faq - -

- -
- - - - - - - - -
-
-

other help

-

-

let me know if you have any other questions.

-

email me

-

message me

-

-
-
- -
- - - - - diff --git a/forum/index.php b/forum/index.php deleted file mode 100644 index 2e320b8..0000000 --- a/forum/index.php +++ /dev/null @@ -1,3 +0,0 @@ -