New gnusocial screenshots
This commit is contained in:
parent
d088477335
commit
534ede131f
|
@ -22,6 +22,12 @@ You can host your own GNU Social instance and then "/remote follow/" other users
|
|||
|
||||
You should regard anything posted to GNU Social as being /public communication/ visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
|
||||
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/gnusocial_pleroma.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
|
||||
* Installation
|
||||
Log into your system with:
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 64 KiB |
Binary file not shown.
After Width: | Height: | Size: 80 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>
|
||||
<!-- 2016-11-20 Sun 15:36 -->
|
||||
<!-- 2017-04-11 Tue 21:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -71,6 +71,7 @@
|
|||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
|
@ -188,7 +189,7 @@
|
|||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this tag.
|
||||
|
||||
Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2017 Free Software Foundation, Inc.
|
||||
|
||||
The JavaScript code in this tag is free software: you can
|
||||
redistribute it and/or modify it under the terms of the GNU
|
||||
|
@ -259,16 +260,26 @@ You can host your own GNU Social instance and then "<i>remote follow</i>" other
|
|||
You should regard anything posted to GNU Social as being <i>public communication</i> visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-orgbe819a6" class="outline-2">
|
||||
<h2 id="orgbe819a6">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgbe819a6">
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/gnusocial_pleroma.jpg" alt="gnusocial_pleroma.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-orgabf5663" class="outline-2">
|
||||
<h2 id="orgabf5663">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgabf5663">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">ssh myusername@mydomain -p 2222
|
||||
</pre>
|
||||
<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -286,9 +297,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org8662408" class="outline-2">
|
||||
<h2 id="org8662408">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org8662408">
|
||||
<div id="outline-container-orgac5c205" class="outline-2">
|
||||
<h2 id="orgac5c205">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgac5c205">
|
||||
<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>
|
||||
|
@ -316,15 +327,15 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-orgb147eaa" class="outline-2">
|
||||
<h2 id="orgb147eaa">Using with Emacs</h2>
|
||||
<div class="outline-text-2" id="text-orgb147eaa">
|
||||
<div id="outline-container-org548f557" class="outline-2">
|
||||
<h2 id="org548f557">Using with Emacs</h2>
|
||||
<div class="outline-text-2" id="text-org548f557">
|
||||
<p>
|
||||
If you are an Emacs user it's also possible to set up GNU Social mode as follows:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">mkdir ~/elisp
|
||||
<pre><code class="src src-bash">mkdir ~/elisp
|
||||
git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
|
||||
sed -i <span class="org-string">'s|"http"|"https"|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
|
||||
sed -i <span class="org-string">'s|http:|https:|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
|
||||
|
@ -335,7 +346,7 @@ sed -i <span class="org-string">'s|http?|https?|g'</span> ~/elisp/gnu-social-mod
|
|||
<span class="org-builtin">echo</span> <span class="org-string">" gnu-social-server \"yourgnusocialdomain\""</span> >> ~/.emacs
|
||||
<span class="org-builtin">echo</span> <span class="org-string">" gnu-social-username \"yourusername\""</span> >> ~/.emacs
|
||||
<span class="org-builtin">echo</span> <span class="org-string">" gnu-social-password \"gnusocialpassword\")"</span> >> ~/.emacs
|
||||
</pre>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -402,9 +413,9 @@ And as a quick reference the main keys are:
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-orgc4df87d" class="outline-2">
|
||||
<h2 id="orgc4df87d">Sharing things</h2>
|
||||
<div class="outline-text-2" id="text-orgc4df87d">
|
||||
<div id="outline-container-org0453dcf" class="outline-2">
|
||||
<h2 id="org0453dcf">Sharing things</h2>
|
||||
<div class="outline-text-2" id="text-org0453dcf">
|
||||
<p>
|
||||
If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue