From bf142bcdbe08f91804c99a06459756b1049004cb Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 4 Jun 2018 18:14:56 -0400 Subject: [PATCH] change urls to gitea --- header.php | 8 ++++---- index.php | 4 ++-- news/001_new_news.json | 2 +- news/006_tilde_theme.json | 2 +- news/012_github.json | 2 +- package.json | 4 ++-- wiki/README.md | 4 ++-- wiki/index.php | 2 +- wiki/pages/goals-roadmap.md | 4 +++- 9 files changed, 17 insertions(+), 15 deletions(-) diff --git a/header.php b/header.php index ae65971..ac9ffc3 100644 --- a/header.php +++ b/header.php @@ -48,15 +48,15 @@ diff --git a/index.php b/index.php index 5e29d96..02bf71b 100755 --- a/index.php +++ b/index.php @@ -34,8 +34,8 @@

other tilde.team stuff

- - ~github-org~ + + ~gitea~ ~mastodon~ diff --git a/news/001_new_news.json b/news/001_new_news.json index 03424b8..e0bdc58 100755 --- a/news/001_new_news.json +++ b/news/001_new_news.json @@ -3,5 +3,5 @@ "date": "dec 28, 2017", "title": "good news everyone", "author": "~ben", - "content": "there's a news feed on the homepage now!! whenever there is any news, it will be posted here. if you have any big news, make a pull request on the github repo and then ~ben or another github admin can merge it" + "content": "there's a news feed on the homepage now!! whenever there is any news, it will be posted here. if you have any big news, make a pull request on the git repo and then ~ben or another github admin can merge it" } diff --git a/news/006_tilde_theme.json b/news/006_tilde_theme.json index cc4c64b..8a77586 100755 --- a/news/006_tilde_theme.json +++ b/news/006_tilde_theme.json @@ -1,7 +1,7 @@ { "published": true, "date": "dec 2017", - "title": "tilde.team bootstrap theme :)", + "title": "tilde.team bootstrap theme :)", "author": "~ben", "content": "the tilde.team css is a fork of Brobin/hacker-bootstrap. the main changes are increased font size and a fix for the background color of <pre> tags. have a look! anyone can link to the compiled css here" } diff --git a/news/012_github.json b/news/012_github.json index b4fbb4a..5284715 100644 --- a/news/012_github.json +++ b/news/012_github.json @@ -3,5 +3,5 @@ "date": "march 2018", "title": "github projects on homepage", "author": "~ben", - "content": "the homepage now lists all public projects on the tilde.team github org! let me know if you want me to add you :)" + "content": "the homepage now lists all public projects on the tilde.team github org! let me know if you want me to add you :)" } diff --git a/package.json b/package.json index a345818..d574c03 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "Ben Harris ", "repository": { "type": "git", - "url": "https://github.com/tilde-team/site" + "url": "https://git.tilde.team/meta/site" }, "bugs": { - "url": "https://github.com/tilde-team/site/issues" + "url": "https://git.tilde.team/meta/site/issues" }, "dependencies": { "@ibm/type": "^0.5.3" diff --git a/wiki/README.md b/wiki/README.md index 858d62d..d0645b3 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -6,7 +6,7 @@ to contribute to the wiki: * clone the repo to your local machine (or your personal folder on the tilde.team box) ```sh -git clone git@github.com:tilde-team/site +git clone git@tilde.team:meta/site ``` * create a new branch for your page @@ -28,6 +28,6 @@ git commit -m "added my-new-page" git push origin my-new-page # this should match the branch name you created earlier ``` -* create a pull request on the [site](https://github.com/tilde-team/site) repo +* create a pull request on the [site](https://git.tilde.team/meta/site) repo thanks!~ diff --git a/wiki/index.php b/wiki/index.php index fad8bea..bc4cee9 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -9,7 +9,7 @@ $parser = new Mni\FrontYAML\Parser();

welcome to the tilde.team wiki!

-

if you want to contribute, check out the source!

+

if you want to contribute, check out the source!


pages:

diff --git a/wiki/pages/goals-roadmap.md b/wiki/pages/goals-roadmap.md index 8631367..2c4153a 100644 --- a/wiki/pages/goals-roadmap.md +++ b/wiki/pages/goals-roadmap.md @@ -18,8 +18,10 @@ category: * mastodon/activitypub social - [halcyon](https://halcyon.tilde.team) and [pinafore](https://pinafore.bhh.sh) clients - is it worth switching to pleroma? there is no good way to migrate, but it's significantly faster and lighter on resources -* forum - this project needs a lot of love (https://github.com/tilde-team/forum) but it's got potential +* forum - this project needs a lot of love (https://git.tilde.team/meta/forum) but it's got potential * [github org](https://github.com/tilde-team) +* [gitea!!](https://git.tilde.team) + - test the PAM auth module :) ### future plans