gnu-social-mode screenshot
This commit is contained in:
parent
fc20a67b6e
commit
a3afe971a6
|
@ -57,6 +57,11 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
|
|||
|
||||
|
||||
* Using with Emacs
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/gnu-social-mode.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
If you are an Emacs user it's also possible to set up GNU Social mode as follows:
|
||||
|
||||
#+begin_src bash :tangle no
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-04-11 Tue 21:09 -->
|
||||
<!-- 2017-04-11 Tue 21:13 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -270,9 +270,9 @@ You should regard anything posted to GNU Social as being <i>public communication
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org41030ba" class="outline-2">
|
||||
<h2 id="org41030ba">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org41030ba">
|
||||
<div id="outline-container-orgc680dd2" class="outline-2">
|
||||
<h2 id="orgc680dd2">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgc680dd2">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -297,9 +297,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-orgc4cd287" class="outline-2">
|
||||
<h2 id="orgc4cd287">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgc4cd287">
|
||||
<div id="outline-container-org41dfd7f" class="outline-2">
|
||||
<h2 id="org41dfd7f">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org41dfd7f">
|
||||
<p>
|
||||
If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your GNU Social domain listed there along with an onion address. You can then navigate to your site in a browser.
|
||||
</p>
|
||||
|
@ -327,9 +327,17 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org29381dd" class="outline-2">
|
||||
<h2 id="org29381dd">Using with Emacs</h2>
|
||||
<div class="outline-text-2" id="text-org29381dd">
|
||||
<div id="outline-container-org5508d10" class="outline-2">
|
||||
<h2 id="org5508d10">Using with Emacs</h2>
|
||||
<div class="outline-text-2" id="text-org5508d10">
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/gnu-social-mode.jpg" alt="gnu-social-mode.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
If you are an Emacs user it's also possible to set up GNU Social mode as follows:
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue