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 - -

- -
- - -
- -

getting started

-

-

check out this primer if you aren't familiar with linux and unix!

-

-
-
- -
- -

send mail as

-

- check here if you want to send mail as user@tilde.team. see the section for "sending mail from your forwarded email address". -

-
-
- -
- -

tildeblogs

-

-

tildeblogs are built with bashblog

-

change to your ~/public_html/blog directory.

-

type bb post

-

write a post

-

edit the ~/public_html/blog/.config file to change the name and url and other settings for your blog

-

-
-
- -
-
-

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 @@ -