diff options
author | Sean King <seanking2919@protonmail.com> | 2021-04-15 23:37:18 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-04-15 23:37:18 -0600 |
commit | f3b403fa985b65e6dc505dfd75848326df35d1e9 (patch) | |
tree | 0045087b08b9f660c36553a327a6afbc9cc75ccc | |
parent | ca79aab0bf4bebab4dc7a28fce86955b7a6a5cea (diff) | |
download | pleroma-f3b403fa985b65e6dc505dfd75848326df35d1e9.tar.gz pleroma-f3b403fa985b65e6dc505dfd75848326df35d1e9.zip |
Remove MastoFE stuff from docs and default panel
-rw-r--r-- | docs/index.md | 9 | ||||
-rw-r--r-- | priv/static/instance/panel.html | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/docs/index.md b/docs/index.md index 80c5d2631..3799a0099 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,11 +16,4 @@ Installation instructions can be found in the installation section of these docs Great! Now you can explore the fediverse! Open the login page for your Pleroma instance (e.g. <https://pleroma.soykaf.com>) and login with your username and password. (If you don't have an account yet, click on Register) ### Pleroma-FE -The default front-end used by Pleroma is Pleroma-FE. You can find more information on what it is and how to use it in the [Introduction to Pleroma-FE](../frontend). - -### Mastodon interface -If the Pleroma interface isn't your thing, or you're just trying something new but you want to keep using the familiar Mastodon interface, we got that too! -Just add a "/web" after your instance url (e.g. <https://pleroma.soykaf.com/web>) and you'll end on the Mastodon web interface, but with a Pleroma backend! MAGIC! -The Mastodon interface is from the Glitch-soc fork. For more information on the Mastodon interface you can check the [Mastodon](https://docs.joinmastodon.org/) and [Glitch-soc](https://glitch-soc.github.io/docs/) documentation. - -Remember, what you see is only the frontend part of Mastodon, the backend is still Pleroma. +The default front-end used by Pleroma is Pleroma-FE. You can find more information on what it is and how to use it in the [Introduction to Pleroma-FE](../frontend).
\ No newline at end of file diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html index 7e73e4824..6d901e61d 100644 --- a/priv/static/instance/panel.html +++ b/priv/static/instance/panel.html @@ -1,5 +1,5 @@ <div style="margin-left:12px; margin-right:12px"> -<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p> -<p><a href="/main/all">Pleroma FE</a> | <a href="/web">Mastodon FE</a></p> +<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p> +<p><a href="/main/all">Pleroma FE</a></p> </div> |