Name GNU Social alongside Mastodon
This commit is contained in:
parent
cc6dc2d408
commit
c670cdaf74
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ as to indicate that sharing to other federated networks is now possible.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- support for GNU Social
|
||||||
- when developing, the API endpoint can now be tested locally thanks to
|
- when developing, the API endpoint can now be tested locally thanks to
|
||||||
[`vite-plugin-node`](https://github.com/axe-me/vite-plugin-node)
|
[`vite-plugin-node`](https://github.com/axe-me/vite-plugin-node)
|
||||||
- a privacy policy describing what data is being processed and stored
|
- a privacy policy describing what data is being processed and stored
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</title>
|
</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Share₂Fedi is a share page for Mastodon, Pleroma, etc. Type in your post text and the instance URL and click ‘Publish!’"
|
content="Share₂Fedi is a share page for Mastodon and GNU Social. Type in your post text and the instance URL and click ‘Publish!’"
|
||||||
/>
|
/>
|
||||||
<link rel="canonical" href="https://s2f.kytta.dev/" />
|
<link rel="canonical" href="https://s2f.kytta.dev/" />
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<datalist id="instanceDatalist"></datalist>
|
<datalist id="instanceDatalist"></datalist>
|
||||||
<label>
|
<label>
|
||||||
Choose your Mastodon instance
|
Choose your Mastodon or GNU Social instance
|
||||||
<input
|
<input
|
||||||
type="url"
|
type="url"
|
||||||
name="instance"
|
name="instance"
|
||||||
|
|
Reference in a new issue