Point to new repo location

This commit is contained in:
Nick Colley 2023-01-22 09:08:20 +00:00
parent da39682fcc
commit 840825d25d
13 changed files with 40 additions and 40 deletions

View File

@ -1,7 +1,7 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: 💡 Suggest a new feature or idea - 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. about: Missing something in Semaphore? Accessibility related features and ideas will be prioritised.
- name: ❔ Ask a question - name: ❔ Ask a question
url: https://fosstodon.org/@semaphore url: https://fosstodon.org/@semaphore

View File

@ -1,5 +1,5 @@
# Changelog # 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).

View File

@ -213,9 +213,9 @@ branch deploys to `semaphore.social`.
## Architecture ## 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 ## 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).

View File

@ -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). 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 ## With thanks to
@ -16,11 +16,11 @@ This is a continuation of the [Pinafore project](https://github.com/nolanlawson/
## Changelog ## 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 ## 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. how to run Semaphore in dev mode and run tests.

View File

@ -1,6 +1,6 @@
# Internationalization # 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. The default is `en-US.js`, and any strings not defined in a language file will fall back to the strings from that file.

View File

@ -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: 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: 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. 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 ## 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 Lists, the Local Timeline, the Federated Timeline, and your Favorites, and you can also pin any of these to
the top navigation. 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 ## Multiple instances
You can manage your instances in the settings: 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 For each instance, you can choose a custom theme so that it's easy to
remember which instance you're currently using: 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) ![Screenshot of instance configuration with multiple themes available](https://github.com/NickColley/semaphore/blob/main/docs/Screenshot6.png)

View File

@ -186,15 +186,15 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/semaphore-social/semaphore.git" "url": "git+https://github.com/NickColley/semaphore.git"
}, },
"keywords": [], "keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>", "author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"bugs": { "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": { "lint-staged": {
"*.js": "standard --fix", "*.js": "standard --fix",
"*.html": "standard --fix --plugin html 'src/routes/**/*.html'" "*.html": "standard --fix --plugin html 'src/routes/**/*.html'"

View File

@ -15,11 +15,11 @@ export default {
footer: ` footer: `
<p> <p>
Semaphore ist Semaphore ist
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">quelloffene Software</a>, <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">quelloffene Software</a>,
gepflegt von <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> gepflegt von <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
und verteilt unter der und verteilt unter der
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">AGPL Lizenz</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL Lizenz</a>.
Hier ist die <a href="/settings/about#privacy-policy" rel="prefetch">Datenschutzerklärung</a>. Hier ist die <a href="/settings/about#privacy-policy" rel="prefetch">Datenschutzerklärung</a>.
Es ist eine Fortsetzung des Pinafore-Projekts von <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. Es ist eine Fortsetzung des Pinafore-Projekts von <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
</p> </p>
@ -317,11 +317,11 @@ export default {
aboutAppDescription: ` aboutAppDescription: `
<p> <p>
Semaphore ist Semaphore ist
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">quelloffene Software</a>, <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">quelloffene Software</a>,
gepflegt von <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> gepflegt von <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
und verteilt unter der und verteilt unter der
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">AGPL Lizenz</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL Lizenz</a>.
Es ist eine Fortsetzung des Pinafore-Projekts von <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. Es ist eine Fortsetzung des Pinafore-Projekts von <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
</p> </p>

View File

@ -15,12 +15,12 @@ export default {
footer: ` footer: `
<p> <p>
Semaphore is Semaphore is
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">open-source software</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">open-source software</a>
maintained by maintained by
<a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
and distributed under the and distributed under the
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">AGPL License</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License</a>.
It is a continuation of the Pinafore project created by It is a continuation of the Pinafore project created by
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
</p> </p>
@ -329,11 +329,11 @@ export default {
aboutAppDescription: ` aboutAppDescription: `
<p> <p>
Semaphore is Semaphore is
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">free and open-source software</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">free and open-source software</a>
maintained by <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> maintained by <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
and distributed under the and distributed under the
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">GNU Affero General Public License</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">GNU Affero General Public License</a>.
It is a continuation of the Pinafore project created by It is a continuation of the Pinafore project created by
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
</p> </p>

View File

@ -15,12 +15,12 @@ export default {
footer: ` footer: `
<p> <p>
Semaphore es Semaphore es
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">software de código abierto</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">software de código abierto</a>
mantenido por mantenido por
<a rel="noopener" target="_blank" href="https://nickcolley.co.uk"Nick Colley</a> <a rel="noopener" target="_blank" href="https://nickcolley.co.uk"Nick Colley</a>
y distribuido bajo la y distribuido bajo la
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">Licencia AGPL</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">Licencia AGPL</a>.
Aquí está la <a href="/settings/about#privacy-policy" rel="prefetch">política de privacidad</a>. Aquí está la <a href="/settings/about#privacy-policy" rel="prefetch">política de privacidad</a>.
Es una continuación de Pinafore creado por Es una continuación de Pinafore creado por
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
@ -331,12 +331,12 @@ export default {
<p> <p>
Semaphore es Semaphore es
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore">software de código abierto</a> href="https://github.com/NickColley/semaphore">software de código abierto</a>
mantenido por mantenido por
<a rel="noopener" target="_blank" href="https://nickcolley.co.uk"Nick Colley</a> <a rel="noopener" target="_blank" href="https://nickcolley.co.uk"Nick Colley</a>
y distribuido bajo la y distribuido bajo la
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">Licencia AGPL</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">Licencia AGPL</a>.
Aquí está la <a href="/settings/about#privacy-policy" rel="prefetch">política de privacidad</a>. Aquí está la <a href="/settings/about#privacy-policy" rel="prefetch">política de privacidad</a>.
Es una continuación de Pinafore creado por Es una continuación de Pinafore creado por
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.

View File

@ -15,12 +15,12 @@ export default {
footer: ` footer: `
<p> <p>
Semaphore est Semaphore est
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">logiciel open-source</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">logiciel open-source</a>
maintenu par maintenu par
<a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
et distribué sous la et distribué sous la
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">License AGPL</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">License AGPL</a>.
Lire la <a href="/settings/about#privacy-policy" rel="prefetch">politique de confidentialité</a>. Lire la <a href="/settings/about#privacy-policy" rel="prefetch">politique de confidentialité</a>.
C'est une continuation du projet Pinafore créé par C'est une continuation du projet Pinafore créé par
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
@ -319,12 +319,12 @@ export default {
aboutAppDescription: ` aboutAppDescription: `
<p> <p>
Semaphore est Semaphore est
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">logiciel open-source</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">logiciel open-source</a>
maintenu par maintenu par
<a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a> <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley</a>
et distribué sous la et distribué sous la
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">License AGPL</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">License AGPL</a>.
C'est une continuation du projet Pinafore créé par C'est une continuation du projet Pinafore créé par
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>. <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>.
</p> </p>

View File

@ -18,11 +18,11 @@ export default {
footer: ` footer: `
<p> <p>
Semaphore — это Semaphore — это
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">программное обеспечение с открытым исходным кодом</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">программное обеспечение с открытым исходным кодом</a>
поддерживается <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley/a>. поддерживается <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley/a>.
и распространяемое под лицензией и распространяемое под лицензией
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">AGPL License</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License</a>.
Здесь <a href="/settings/about#privacy-policy" rel="prefetch">политика конфиденциальности</a>. Здесь <a href="/settings/about#privacy-policy" rel="prefetch">политика конфиденциальности</a>.
Это продолжение проекта Pinafore, созданного <a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>. Это продолжение проекта Pinafore, созданного <a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>.
</p> </p>
@ -329,11 +329,11 @@ export default {
aboutAppDescription: ` aboutAppDescription: `
<p> <p>
Semaphore — это Semaphore — это
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">программное обеспечение с открытым исходным кодом</a> <a rel="noopener" target="_blank" href="https://github.com/NickColley/semaphore">программное обеспечение с открытым исходным кодом</a>
поддерживается <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley/a>. поддерживается <a rel="noopener" target="_blank" href="https://nickcolley.co.uk">Nick Colley/a>.
и распространяемое под лицензией и распространяемое под лицензией
<a rel="noopener" target="_blank" <a rel="noopener" target="_blank"
href="https://github.com/semaphore-social/semaphore/blob/main/LICENSE">AGPL License</a>. href="https://github.com/NickColley/semaphore/blob/main/LICENSE">AGPL License</a>.
Это продолжение проекта Pinafore, созданного <a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>. Это продолжение проекта Pinafore, созданного <a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>.
</p> </p>

View File

@ -12,7 +12,7 @@ const GENERIC_ERROR = `
Is this a valid Mastodon instance? Is a browser extension Is this a valid Mastodon instance? Is a browser extension
blocking the request? Are you in private browsing mode? blocking the request? Are you in private browsing mode?
If you believe this is a problem with your instance, please send If you believe this is a problem with your instance, please send
<a href="https://github.com/semaphore-social/semaphore/blob/main/docs/Admin-Guide.md" <a href="https://github.com/NickColley/semaphore/blob/main/docs/Admin-Guide.md"
target="_blank" rel="noopener">this link</a> to the administrator of your instance.` target="_blank" rel="noopener">this link</a> to the administrator of your instance.`
function createKnownError (message) { function createKnownError (message) {