Name GNU Social alongside Mastodon

This commit is contained in:
Nikita Karamov 2023-03-16 19:07:48 +01:00
parent cc6dc2d408
commit c670cdaf74
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 &lsquo;Publish!&rsquo;" content="Share₂Fedi is a share page for Mastodon and GNU Social. Type in your post text and the instance URL and click &lsquo;Publish!&rsquo;"
/> />
<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"