diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd95b0bb..b2a00619 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: 💡 Suggest a new feature or idea - url: https://github.com/semaphore-social/semaphore/discussions/categories/new-features-and-ideas + url: https://github.com/NickColley/semaphore/discussions/categories/new-features-and-ideas about: Missing something in Semaphore? Accessibility related features and ideas will be prioritised. - name: ❔ Ask a question url: https://fosstodon.org/@semaphore diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac0b4b8..4e0174a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -For full release notes, see [GitHub releases](https://github.com/semaphore-social/semaphore/releases). +For full release notes, see [GitHub releases](https://github.com/NickColley/semaphore/releases). -For breaking changes, see [BREAKING_CHANGES.md](https://github.com/semaphore-social/semaphore/blob/main/BREAKING_CHANGES.md). +For breaking changes, see [BREAKING_CHANGES.md](https://github.com/NickColley/semaphore/blob/main/BREAKING_CHANGES.md). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45568f5c..331316ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -213,9 +213,9 @@ branch deploys to `semaphore.social`. ## Architecture -See [Architecture.md](https://github.com/semaphore-social/semaphore/blob/main/docs/Architecture.md). +See [Architecture.md](https://github.com/NickColley/semaphore/blob/main/docs/Architecture.md). ## Internationalization -See [Internationalization.md](https://github.com/semaphore-social/semaphore/blob/main/docs/Internationalization.md). +See [Internationalization.md](https://github.com/NickColley/semaphore/blob/main/docs/Internationalization.md). diff --git a/README.md b/README.md index 4afe3c0b..ecd3ec6e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Semaphore is available at [semaphore.social](https://semaphore.social). Beta rel For updates and support, follow [@semaphore@fosstodon.org](https://fosstodon.org/@semaphore). -See the [user guide](https://github.com/semaphore-social/semaphore/blob/main/docs/User-Guide.md) for basic usage. See the [admin guide](https://github.com/semaphore-social/semaphore/blob/main/docs/Admin-Guide.md) if Semaphore cannot connect to your instance. +See the [user guide](https://github.com/NickColley/semaphore/blob/main/docs/User-Guide.md) for basic usage. See the [admin guide](https://github.com/NickColley/semaphore/blob/main/docs/Admin-Guide.md) if Semaphore cannot connect to your instance. ## With thanks to @@ -16,11 +16,11 @@ This is a continuation of the [Pinafore project](https://github.com/nolanlawson/ ## Changelog -For a changelog, see the [GitHub releases](http://github.com/semaphore-social/semaphore/releases/). +For a changelog, see the [GitHub releases](http://github.com/NickColley/semaphore/releases/). -For a list of breaking changes, see [BREAKING_CHANGES.md](https://github.com/semaphore-social/semaphore/blob/main/BREAKING_CHANGES.md). +For a list of breaking changes, see [BREAKING_CHANGES.md](https://github.com/NickColley/semaphore/blob/main/BREAKING_CHANGES.md). ## Developing and testing -See [CONTRIBUTING.md](https://github.com/semaphore-social/semaphore/blob/main/CONTRIBUTING.md) for +See [CONTRIBUTING.md](https://github.com/NickColley/semaphore/blob/main/CONTRIBUTING.md) for how to run Semaphore in dev mode and run tests. diff --git a/docs/Internationalization.md b/docs/Internationalization.md index 40979572..2620dbc2 100644 --- a/docs/Internationalization.md +++ b/docs/Internationalization.md @@ -1,6 +1,6 @@ # Internationalization -To contribute or change translations for Semaphore, look in the [src/intl](https://github.com/semaphore-social/semaphore/tree/main/src/intl) directory. Create a new file or edit an existing file based on its [two-letter language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) and optionally, a region. For instance, `en-US.js` is American English, and `fr.js` is French. +To contribute or change translations for Semaphore, look in the [src/intl](https://github.com/NickColley/semaphore/tree/main/src/intl) directory. Create a new file or edit an existing file based on its [two-letter language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) and optionally, a region. For instance, `en-US.js` is American English, and `fr.js` is French. The default is `en-US.js`, and any strings not defined in a language file will fall back to the strings from that file. diff --git a/docs/User-Guide.md b/docs/User-Guide.md index 4b2d1318..780136f2 100644 --- a/docs/User-Guide.md +++ b/docs/User-Guide.md @@ -10,15 +10,15 @@ This will walk you through the basic usage of Semaphore and its major difference The home page is both where you write toots and where you read your home timeline: -![Screenshot of home page](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot1.png) +![Screenshot of home page](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot1.png) When you scroll down, the "toot" button transforms into a "compose" button: -![Screenshot showing home page scrolled down](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot2.png) +![Screenshot showing home page scrolled down](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot2.png) If you press this compose button, you can toot anywhere in your home timeline. -![Screenshot showing compose box in a modal dialog](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot3.png) +![Screenshot showing compose box in a modal dialog](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot3.png) ## Community page @@ -26,15 +26,15 @@ By default, the Local Timeline is pinned to the top navigation. In the "Communit Lists, the Local Timeline, the Federated Timeline, and your Favorites, and you can also pin any of these to the top navigation. -![Screenshot of Community page with options to pin multiple timelines](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot4.png) +![Screenshot of Community page with options to pin multiple timelines](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot4.png) ## Multiple instances You can manage your instances in the settings: -![Screenshot of instance settings with a list of instances](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot5.png) +![Screenshot of instance settings with a list of instances](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot5.png) For each instance, you can choose a custom theme so that it's easy to remember which instance you're currently using: -![Screenshot of instance configuration with multiple themes available](https://github.com/semaphore-social/semaphore/blob/main/docs/Screenshot6.png) \ No newline at end of file +![Screenshot of instance configuration with multiple themes available](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot6.png) \ No newline at end of file diff --git a/package.json b/package.json index 16704631..06c12f15 100644 --- a/package.json +++ b/package.json @@ -186,15 +186,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/semaphore-social/semaphore.git" + "url": "git+https://github.com/NickColley/semaphore.git" }, "keywords": [], "author": "Nolan Lawson ", "license": "AGPL-3.0-only", "bugs": { - "url": "https://github.com/semaphore-social/semaphore/issues" + "url": "https://github.com/NickColley/semaphore/issues" }, - "homepage": "https://github.com/semaphore-social/semaphore#readme", + "homepage": "https://github.com/NickColley/semaphore#readme", "lint-staged": { "*.js": "standard --fix", "*.html": "standard --fix --plugin html 'src/routes/**/*.html'" diff --git a/src/intl/de.js b/src/intl/de.js index 840071ee..bee4ed5a 100644 --- a/src/intl/de.js +++ b/src/intl/de.js @@ -15,11 +15,11 @@ export default { footer: `

Semaphore ist - quelloffene Software, + quelloffene Software, gepflegt von Nick Colley und verteilt unter der AGPL Lizenz. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL Lizenz. Hier ist die Datenschutzerklärung. Es ist eine Fortsetzung des Pinafore-Projekts von Nolan Lawson.

@@ -317,11 +317,11 @@ export default { aboutAppDescription: `

Semaphore ist - quelloffene Software, + quelloffene Software, gepflegt von Nick Colley und verteilt unter der AGPL Lizenz. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL Lizenz. Es ist eine Fortsetzung des Pinafore-Projekts von Nolan Lawson.

diff --git a/src/intl/en-US.js b/src/intl/en-US.js index ed6b168e..31f35384 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -15,12 +15,12 @@ export default { footer: `

Semaphore is - open-source software + open-source software maintained by Nick Colley and distributed under the AGPL License. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License. It is a continuation of the Pinafore project created by Nolan Lawson.

@@ -329,11 +329,11 @@ export default { aboutAppDescription: `

Semaphore is - free and open-source software + free and open-source software maintained by Nick Colley and distributed under the GNU Affero General Public License. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">GNU Affero General Public License. It is a continuation of the Pinafore project created by Nolan Lawson.

diff --git a/src/intl/es.js b/src/intl/es.js index 3936a8d1..9cabd8c2 100644 --- a/src/intl/es.js +++ b/src/intl/es.js @@ -15,12 +15,12 @@ export default { footer: `

Semaphore es - software de código abierto + software de código abierto mantenido por y distribuido bajo la Licencia AGPL. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">Licencia AGPL. Aquí está la política de privacidad. Es una continuación de Pinafore creado por Nolan Lawson. @@ -331,12 +331,12 @@ export default {

Semaphore es software de código abierto + href="https://github.com/NickColley/semaphore">software de código abierto mantenido por y distribuido bajo la Licencia AGPL. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">Licencia AGPL. Aquí está la política de privacidad. Es una continuación de Pinafore creado por Nolan Lawson. diff --git a/src/intl/fr.js b/src/intl/fr.js index 42eab289..7186fe37 100644 --- a/src/intl/fr.js +++ b/src/intl/fr.js @@ -15,12 +15,12 @@ export default { footer: `

Semaphore est - logiciel open-source + logiciel open-source maintenu par Nick Colley et distribué sous la License AGPL. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">License AGPL. Lire la politique de confidentialité. C'est une continuation du projet Pinafore créé par Nolan Lawson. @@ -319,12 +319,12 @@ export default { aboutAppDescription: `

Semaphore est - logiciel open-source + logiciel open-source maintenu par Nick Colley et distribué sous la License AGPL. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">License AGPL. C'est une continuation du projet Pinafore créé par Nolan Lawson.

diff --git a/src/intl/ru-RU.JS b/src/intl/ru-RU.JS index b13711e2..65d9941b 100644 --- a/src/intl/ru-RU.JS +++ b/src/intl/ru-RU.JS @@ -18,11 +18,11 @@ export default { footer: `

Semaphore — это - программное обеспечение с открытым исходным кодом + программное обеспечение с открытым исходным кодом поддерживается Nick Colley/a>. и распространяемое под лицензией AGPL License. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License. Здесь политика конфиденциальности. Это продолжение проекта Pinafore, созданного Ноланом Лоусоном.

@@ -329,11 +329,11 @@ export default { aboutAppDescription: `

Semaphore — это - программное обеспечение с открытым исходным кодом + программное обеспечение с открытым исходным кодом поддерживается Nick Colley/a>. и распространяемое под лицензией AGPL License. + href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License. Это продолжение проекта Pinafore, созданного Ноланом Лоусоном.

diff --git a/src/routes/_actions/addInstance.js b/src/routes/_actions/addInstance.js index 32ae48e4..3cc2866f 100644 --- a/src/routes/_actions/addInstance.js +++ b/src/routes/_actions/addInstance.js @@ -12,7 +12,7 @@ const GENERIC_ERROR = ` Is this a valid Mastodon instance? Is a browser extension blocking the request? Are you in private browsing mode? If you believe this is a problem with your instance, please send - this link to the administrator of your instance.` function createKnownError (message) {