Mastodon user interface for pleroma
This commit is contained in:
parent
db5ac4297b
commit
63605dbbf0
|
@ -35,3 +35,10 @@ Select *Add/Remove Apps* then *pleroma*. You will then be asked for a domain nam
|
||||||
The first thing you'll need to do is register a new account. You can set your profile details and profile image by selecting the small settings icon to the right of your name.
|
The first thing you'll need to do is register a new account. You can set your profile details and profile image by selecting the small settings icon to the right of your name.
|
||||||
|
|
||||||
Once you have done that then you can disable further registrations from the *Administrator control panel* by going to *App Settings* then *pleroma* then *Disable new account registrations*. This may take a while because the app gets recompiled afterwards.
|
Once you have done that then you can disable further registrations from the *Administrator control panel* by going to *App Settings* then *pleroma* then *Disable new account registrations*. This may take a while because the app gets recompiled afterwards.
|
||||||
|
|
||||||
|
* Mastodon user interface
|
||||||
|
If you prefer a Tweetdeck-style user interface, similar to Mastodon, then once you have registered an account navigate to */yourpleromadomainname/web* and log in.
|
||||||
|
|
||||||
|
#+BEGIN_CENTER
|
||||||
|
[[file:images/pleromamastodon.jpg]]
|
||||||
|
#+END_CENTER
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-11-10 Fri 17:42 -->
|
<!-- 2017-11-12 Sun 18:45 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>‎</title>
|
<title>‎</title>
|
||||||
|
@ -264,9 +264,9 @@ Pleroma is an OStatus-compatible social networking server, compatible with GNU S
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org630bbcf" class="outline-2">
|
<div id="outline-container-org39de7d0" class="outline-2">
|
||||||
<h2 id="org630bbcf">Installation</h2>
|
<h2 id="org39de7d0">Installation</h2>
|
||||||
<div class="outline-text-2" id="text-org630bbcf">
|
<div class="outline-text-2" id="text-org39de7d0">
|
||||||
<p>
|
<p>
|
||||||
Log into your system with:
|
Log into your system with:
|
||||||
</p>
|
</p>
|
||||||
|
@ -286,9 +286,9 @@ Select <b>Add/Remove Apps</b> then <b>pleroma</b>. You will then be asked for a
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org703cfb4" class="outline-2">
|
<div id="outline-container-org35d8b0a" class="outline-2">
|
||||||
<h2 id="org703cfb4">Initial setup</h2>
|
<h2 id="org35d8b0a">Initial setup</h2>
|
||||||
<div class="outline-text-2" id="text-org703cfb4">
|
<div class="outline-text-2" id="text-org35d8b0a">
|
||||||
<p>
|
<p>
|
||||||
The first thing you'll need to do is register a new account. You can set your profile details and profile image by selecting the small settings icon to the right of your name.
|
The first thing you'll need to do is register a new account. You can set your profile details and profile image by selecting the small settings icon to the right of your name.
|
||||||
</p>
|
</p>
|
||||||
|
@ -298,6 +298,23 @@ Once you have done that then you can disable further registrations from the <b>A
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org31f6ea0" class="outline-2">
|
||||||
|
<h2 id="org31f6ea0">Mastodon user interface</h2>
|
||||||
|
<div class="outline-text-2" id="text-org31f6ea0">
|
||||||
|
<p>
|
||||||
|
If you prefer a Tweetdeck-style user interface, similar to Mastodon, then once you have registered an account navigate to <b>/yourpleromadomainname/web</b> and log in.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="org-center">
|
||||||
|
|
||||||
|
<div class="figure">
|
||||||
|
<p><img src="images/pleromamastodon.jpg" alt="pleromamastodon.jpg" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue