Update GitHub references
This commit is contained in:
parent
4bc806c105
commit
2e533d91ac
|
@ -1,5 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
For full release notes, see [GitHub releases](https://github.com/nolanlawson/pinafore/releases).
|
||||
For full release notes, see [GitHub releases](https://github.com/semaphore-social/semaphore/releases).
|
||||
|
||||
For breaking changes, see [BREAKING_CHANGES.md](https://github.com/nolanlawson/pinafore/blob/master/BREAKING_CHANGES.md).
|
||||
For breaking changes, see [BREAKING_CHANGES.md](https://github.com/semaphore-social/semaphore/blob/master/BREAKING_CHANGES.md).
|
||||
|
|
|
@ -163,9 +163,9 @@ branch deploys to `pinafore.social`.
|
|||
|
||||
## Architecture
|
||||
|
||||
See [Architecture.md](https://github.com/nolanlawson/pinafore/blob/master/docs/Architecture.md).
|
||||
See [Architecture.md](https://github.com/semaphore-social/semaphore/blob/master/docs/Architecture.md).
|
||||
|
||||
## Internationalization
|
||||
|
||||
See [Internationalization.md](https://github.com/nolanlawson/pinafore/blob/master/docs/Internationalization.md).
|
||||
See [Internationalization.md](https://github.com/semaphore-social/semaphore/blob/master/docs/Internationalization.md).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Internationalization
|
||||
|
||||
To contribute or change translations for Pinafore, look in the [src/intl](https://github.com/nolanlawson/pinafore/tree/master/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 Pinafore, look in the [src/intl](https://github.com/semaphore-social/semaphore/tree/master/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.
|
||||
|
||||
|
|
|
@ -10,15 +10,15 @@ This will walk you through the basic usage of Pinafore and its major differences
|
|||
|
||||
The home page is both where you write toots and where you read your home timeline:
|
||||
|
||||
![Screenshot of home page](https://github.com/nolanlawson/pinafore/blob/master/docs/Screenshot1.png)
|
||||
![Screenshot of home page](https://github.com/semaphore-social/semaphore/blob/master/docs/Screenshot1.png)
|
||||
|
||||
When you scroll down, the "toot" button transforms into a "compose" button:
|
||||
|
||||
![Screenshot showing home page scrolled down](https://github.com/nolanlawson/pinafore/blob/master/docs/Screenshot2.png)
|
||||
![Screenshot showing home page scrolled down](https://github.com/semaphore-social/semaphore/blob/master/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/nolanlawson/pinafore/blob/master/docs/Screenshot3.png)
|
||||
![Screenshot showing compose box in a modal dialog](https://github.com/semaphore-social/semaphore/blob/master/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/nolanlawson/pinafore/blob/master/docs/Screenshot4.png)
|
||||
![Screenshot of Community page with options to pin multiple timelines](https://github.com/semaphore-social/semaphore/blob/master/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/nolanlawson/pinafore/blob/master/docs/Screenshot5.png)
|
||||
![Screenshot of instance settings with a list of instances](https://github.com/semaphore-social/semaphore/blob/master/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/nolanlawson/pinafore/blob/master/docs/Screenshot6.png)
|
||||
![Screenshot of instance configuration with multiple themes available](https://github.com/semaphore-social/semaphore/blob/master/docs/Screenshot6.png)
|
|
@ -186,15 +186,15 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nolanlawson/pinafore.git"
|
||||
"url": "git+https://github.com/semaphore-social/semaphore.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Nolan Lawson <nolan@nolanlawson.com>",
|
||||
"license": "AGPL-3.0-only",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nolanlawson/pinafore/issues"
|
||||
"url": "https://github.com/semaphore-social/semaphore/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nolanlawson/pinafore#readme",
|
||||
"homepage": "https://github.com/semaphore-social/semaphore#readme",
|
||||
"lint-staged": {
|
||||
"*.js": "standard --fix",
|
||||
"*.html": "standard --fix --plugin html 'src/routes/**/*.html'"
|
||||
|
|
|
@ -18,11 +18,11 @@ export default {
|
|||
footer: `
|
||||
<p>
|
||||
Pinafore ist
|
||||
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">quelloffene Software</a>,
|
||||
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">quelloffene Software</a>,
|
||||
erstellt von <a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
und verteilt unter der
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL Lizenz</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">AGPL Lizenz</a>.
|
||||
Hier ist die <a href="/settings/about#privacy-policy" rel="prefetch">Datenschutzerklärung</a>.
|
||||
</p>
|
||||
`,
|
||||
|
@ -320,12 +320,12 @@ export default {
|
|||
<p>
|
||||
Pinafore ist
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore">freie und quelloffene Software</a>
|
||||
href="https://github.com/semaphore-social/semaphore">freie und quelloffene Software</a>
|
||||
erstellt von
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
und verteilt unter der
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="privacy-policy">Datenschutzerklärung</h2>
|
||||
|
|
|
@ -18,12 +18,12 @@ export default {
|
|||
footer: `
|
||||
<p>
|
||||
Pinafore is
|
||||
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">open-source software</a>
|
||||
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">open-source software</a>
|
||||
created by
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
and distributed under the
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">AGPL License</a>.
|
||||
Here is the <a href="/settings/about#privacy-policy" rel="prefetch">privacy policy</a>.
|
||||
</p>
|
||||
`,
|
||||
|
@ -332,12 +332,12 @@ export default {
|
|||
<p>
|
||||
Pinafore is
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore">free and open-source software</a>
|
||||
href="https://github.com/semaphore-social/semaphore">free and open-source software</a>
|
||||
created by
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
and distributed under the
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="privacy-policy">Privacy Policy</h2>
|
||||
|
|
|
@ -18,12 +18,12 @@ export default {
|
|||
footer: `
|
||||
<p>
|
||||
Pinafore es
|
||||
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">software de código abierto</a>
|
||||
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">software de código abierto</a>
|
||||
creado por
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
y distribuido bajo la
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">Licencia AGPL</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">Licencia AGPL</a>.
|
||||
Aquí está la <a href="/settings/about#privacy-policy" rel="prefetch">política de privacidad</a>.
|
||||
</p>
|
||||
`,
|
||||
|
@ -332,12 +332,12 @@ export default {
|
|||
<p>
|
||||
Pinafore es
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore">software libre y de código abierto</a>
|
||||
href="https://github.com/semaphore-social/semaphore">software libre y de código abierto</a>
|
||||
creado por
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
y distribuido bajo la
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="privacy-policy">Política de privacidad</h2>
|
||||
|
|
|
@ -18,12 +18,12 @@ export default {
|
|||
footer: `
|
||||
<p>
|
||||
Pinafore est
|
||||
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">logiciel open-source</a>
|
||||
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">logiciel open-source</a>
|
||||
créé par
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
et distribué sous la
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">License AGPL</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">License AGPL</a>.
|
||||
Lire la <a href="/settings/about#privacy-policy" rel="prefetch">politique de confidentialité</a>.
|
||||
</p>
|
||||
`,
|
||||
|
@ -321,12 +321,12 @@ export default {
|
|||
<p>
|
||||
Pinafore est un logiciel
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore">gratuit et open-source</a>
|
||||
href="https://github.com/semaphore-social/semaphore">gratuit et open-source</a>
|
||||
créé par
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
||||
et distribué sous le
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">License GNU Affero General Public (AGPL)</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">License GNU Affero General Public (AGPL)</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="privacy-policy">Politique de confidentialité</h2>
|
||||
|
|
|
@ -18,12 +18,12 @@ export default {
|
|||
footer: `
|
||||
<p>
|
||||
Pinafore — это
|
||||
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">программное обеспечение с открытым исходным кодом</a>
|
||||
<a rel="noopener" target="_blank" href="https://github.com/semaphore-social/semaphore">программное обеспечение с открытым исходным кодом</a>
|
||||
созданное
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>
|
||||
и распространяемое под лицензией
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">AGPL License</a>.
|
||||
Здесь <a href="/settings/about#privacy-policy" rel="prefetch">политика конфиденциальности</a>.
|
||||
</p>
|
||||
`,
|
||||
|
@ -330,12 +330,12 @@ export default {
|
|||
<p>
|
||||
Pinafore — это
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore">бесплатное программное обеспечение с открытым исходным кодом</a>
|
||||
href="https://github.com/semaphore-social/semaphore">бесплатное программное обеспечение с открытым исходным кодом</a>
|
||||
создано
|
||||
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Ноланом Лоусоном</a>
|
||||
и распространяется под
|
||||
<a rel="noopener" target="_blank"
|
||||
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
href="https://github.com/semaphore-social/semaphore/blob/master/LICENSE">GNU Affero General Public License</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="privacy-policy">Политика конфиденциальности</h2>
|
||||
|
|
|
@ -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
|
||||
<a href="https://github.com/nolanlawson/pinafore/blob/master/docs/Admin-Guide.md"
|
||||
<a href="https://github.com/semaphore-social/semaphore/blob/master/docs/Admin-Guide.md"
|
||||
target="_blank" rel="noopener">this link</a> to the administrator of your instance.`
|
||||
|
||||
function createKnownError (message) {
|
||||
|
|
Loading…
Reference in New Issue