From 05e00337635668f035cfc05eeb432dd530677a1a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 8 Jun 2018 17:34:05 -0400 Subject: [PATCH] add services wiki page --- header.php | 13 ++--------- index.php | 13 +---------- services.php | 22 ++++++++++++++++++ signup/index.php | 5 ++++ wiki/pages/code-of-conduct.md | 2 +- wiki/pages/services.md | 43 +++++++++++++++++++++++++++++++++++ 6 files changed, 74 insertions(+), 24 deletions(-) create mode 100644 services.php create mode 100644 wiki/pages/services.md diff --git a/header.php b/header.php index ac9ffc3..e20259d 100644 --- a/header.php +++ b/header.php @@ -44,20 +44,11 @@
  • wiki
  • diff --git a/index.php b/index.php index 66894b2..e4e5824 100755 --- a/index.php +++ b/index.php @@ -34,18 +34,7 @@

    other tilde.team stuff

    - - ~gitea~ - - ~mastodon~ - - ~discord~ - - ~forum~ - - ~irc~ - - ~wiki~ +

    diff --git a/services.php b/services.php new file mode 100644 index 0000000..a92e53e --- /dev/null +++ b/services.php @@ -0,0 +1,22 @@ + ['fa' => 'code-fork', 'url' => 'https://git.tilde.team'], + 'forum' => ['fa' => 'comment', 'url' => 'https://forum.tilde.team'], + 'wiki' => ['fa' => 'book', 'url' => '/wiki/'], + 'mastodon' => ['fa' => 'retweet', 'url' => 'https://tilde.zone'], + 'chat' => ['fa' => 'comments-o', 'url' => '/wiki/?page=irc'], + 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'], +]; + +$nav = isset($navbar); +unset($navbar); + +foreach ($services as $name => $service) { ?> + '; ?> + > + ~~ + '; ?> + +

    if you don't have a key, don't worry! check out our guide to ssh keys and make sure that you only put your pubkey here

    +

    + signing up implies agreement with our code of conduct. please give it a read. +

    + diff --git a/wiki/pages/code-of-conduct.md b/wiki/pages/code-of-conduct.md index 389276a..cdb6937 100644 --- a/wiki/pages/code-of-conduct.md +++ b/wiki/pages/code-of-conduct.md @@ -1,6 +1,6 @@ --- author: ~ben -published: false +published: true title: code of conduct category: - main diff --git a/wiki/pages/services.md b/wiki/pages/services.md new file mode 100644 index 0000000..3033e9c --- /dev/null +++ b/wiki/pages/services.md @@ -0,0 +1,43 @@ +--- +author: ~ben +published: true +title: services +category: + - main +--- + +# tilde.team services + +i'll keep this wiki page updated with the services that are running on our little vps box :) + + +## our deployed projects + +* [forum](https://forum.tilde.team) ([source](https://git.tilde.team/meta/forum)) + + +## code related stuff + +* [gitea](https://git.tilde.team/) + + +## general utilities + +* [cryptpad](https://pad.tilde.team) + - [cryptdrive](https://pad.tilde.team/drive/) + - [markdown/code editor](https://pad.tilde.team/code/) + - [presentation slides editor](https://pad.tilde.team/slides/) + - [polls](https://pad.tilde.team/poll/) + - [kanban boards](https://pad.tilde.team/kanban/) + - [whiteboard](https://pad.tilde.team/whiteboard/) + - [file drop](https://pad.tilde.team/file/) + - [todo lists](https://pad.tilde.team/todo/) + + +## social/communications + +irc + * [ircd](https://tilde.team/wiki/?page=irc) (irc.tilde.team) 6667 and 6697 with ssl + * [thelounge webclient](https://irc.tilde.team) + * bridged to the [tilde.team discord server](https://tilde.team/discord/) +* [mastodon](https://tilde.zone) \ No newline at end of file