Removes all uses of www. from tgstation urls (#89863)

This commit is contained in:
LemonInTheDark
2025-03-11 23:05:27 -07:00
committed by GitHub
parent 85776ae66a
commit 97e12e4ced
5 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ First things first, we want to make it clear how you can contribute (if you've n
If you want to contribute the first thing you'll need to do is [set up Git](https://hackmd.io/@tgstation/HJ8OdjNBc) so you can download the source code. If you want to contribute the first thing you'll need to do is [set up Git](https://hackmd.io/@tgstation/HJ8OdjNBc) so you can download the source code.
After setting it up, optionally navigate your git commandline to the project folder and run the command: `git config blame.ignoreRevsFile .git-blame-ignore-revs`. After setting it up, optionally navigate your git commandline to the project folder and run the command: `git config blame.ignoreRevsFile .git-blame-ignore-revs`.
We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources). We have a [list of guides on the wiki](http://tgstation13.org/wiki/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources).
There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/tgstation/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22). There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/tgstation/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22).

View File

@@ -1,8 +1,8 @@
## DOWNLOADING ## DOWNLOADING
There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at https://www.tgstation13.org/wiki/Downloading_the_source_code There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at https://tgstation13.org/wiki/Downloading_the_source_code
Option 1: Option 1:
Follow this: https://www.tgstation13.org/wiki/Setting_up_git Follow this: https://tgstation13.org/wiki/Setting_up_git
Option 2: Download the source code as a zip by clicking the ZIP button in the Option 2: Download the source code as a zip by clicking the ZIP button in the
code tab of https://github.com/tgstation/tgstation code tab of https://github.com/tgstation/tgstation

View File

@@ -76,7 +76,7 @@ If you decide to go this route, here are /tg/ specific details on hosting with T
## SQL SETUP ## SQL SETUP
The SQL backend requires a Mariadb server running 10.2 or later. Mysql is not supported but Mariadb is a drop in replacement for mysql. SQL is required for the library, stats tracking, admin notes, and job-only bans, among other features, mostly related to server administration. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql and /SQL/tgstation_schema_prefix.sql depending on if you want table prefixes. More detailed setup instructions are located here: https://www.tgstation13.org/wiki/Downloading_the_source_code#Setting_up_the_database The SQL backend requires a Mariadb server running 10.2 or later. Mysql is not supported but Mariadb is a drop in replacement for mysql. SQL is required for the library, stats tracking, admin notes, and job-only bans, among other features, mostly related to server administration. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql and /SQL/tgstation_schema_prefix.sql depending on if you want table prefixes. More detailed setup instructions are located here: https://tgstation13.org/wiki/Downloading_the_source_code#Setting_up_the_database
If you are hosting a testing server on windows you can use a standalone version of MariaDB pre load with a blank (but initialized) tgdb database. Find them here: https://tgstation13.download/database/ Just unzip and run for a working (but insecure) database server. Includes a zipped copy of the data folder for easy resetting back to square one. If you are hosting a testing server on windows you can use a standalone version of MariaDB pre load with a blank (but initialized) tgdb database. Find them here: https://tgstation13.download/database/ Just unzip and run for a working (but insecure) database server. Includes a zipped copy of the data folder for easy resetting back to square one.

View File

@@ -9,7 +9,7 @@
| Website | Link | | Website | Link |
|---------------------------|------------------------------------------------| |---------------------------|------------------------------------------------|
| Website | [https://www.tgstation13.org](https://www.tgstation13.org) | | Website | [https://tgstation13.org](https://tgstation13.org) |
| Code | [https://github.com/tgstation/tgstation](https://github.com/tgstation/tgstation) | | Code | [https://github.com/tgstation/tgstation](https://github.com/tgstation/tgstation) |
| Wiki | [https://tgstation13.org/wiki/Main_Page](https://tgstation13.org/wiki/Main_Page) | | Wiki | [https://tgstation13.org/wiki/Main_Page](https://tgstation13.org/wiki/Main_Page) |
| Codedocs | [https://codedocs.tgstation13.org/](https://codedocs.tgstation13.org/) | | Codedocs | [https://codedocs.tgstation13.org/](https://codedocs.tgstation13.org/) |

View File

@@ -188,10 +188,10 @@ IPINTEL_REJECT_BAD
# FORUMURL http://tgstation13.org/phpBB/index.php # FORUMURL http://tgstation13.org/phpBB/index.php
## Wiki address ## Wiki address
# WIKIURL http://www.tgstation13.org/wiki # WIKIURL http://tgstation13.org/wiki
## Rules address ## Rules address
# RULESURL http://www.tgstation13.org/wiki/Rules # RULESURL http://tgstation13.org/wiki/Rules
## Github address ## Github address
# GITHUBURL https://www.github.com/tgstation/tgstation # GITHUBURL https://www.github.com/tgstation/tgstation