瀏覽代碼

Separate documentation for gnusocial

Bob Mottram 8 年之前
父節點
當前提交
4873fa19c7
共有 6 個檔案被更改,包括 741 行新增433 行删除
  1. 86
    0
      doc/EN/app_gnusocial.org
  2. 1
    0
      doc/EN/apps.org
  3. 1
    61
      doc/EN/usage.org
  4. 438
    0
      website/EN/app_gnusocial.html
  5. 71
    68
      website/EN/apps.html
  6. 144
    304
      website/EN/usage.html

+ 86
- 0
doc/EN/app_gnusocial.org 查看文件

@@ -0,0 +1,86 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, gnu social
5
+#+DESCRIPTION: How to use GNU Social
6
+#+OPTIONS: ^:nil toc:nil
7
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8
+
9
+#+BEGIN_CENTER
10
+[[file:images/logo.png]]
11
+#+END_CENTER
12
+
13
+#+BEGIN_EXPORT html
14
+<center>
15
+<h1>GNU Social</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+GNU Social is typically referred to as a microblogging system, although with a maximum post length much longer than Twitter it's really a sort of federated community blog with a stream-based appearance which also supports markdown formatting.
20
+
21
+You can host your own GNU Social instance and then "/remote follow/" other users who may also be doing the same. With a federated structure this type of system is hard to censor or ban. Unlike Twitter, there are no bribed adverts pushed into your stream, and any trends happening are likely to be real rather than being manipulated by some opaque algorithm.
22
+
23
+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.
24
+
25
+* Initial setup
26
+To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
27
+
28
+#+BEGIN_SRC bash
29
+ssh username@domainname -p 2222
30
+cat README
31
+exit
32
+#+END_SRC
33
+
34
+Navigate to your site and log in. You may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
35
+
36
+GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts.
37
+
38
+#+BEGIN_CENTER
39
+[[file:images/gnusocial_mobile.jpg]]
40
+#+END_CENTER
41
+
42
+* Using with Emacs
43
+If you are an Emacs user it's also possible to set up GNU Social mode as follows:
44
+
45
+#+begin_src bash :tangle no
46
+mkdir ~/elisp
47
+git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
48
+sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
49
+sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
50
+sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
51
+echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
52
+echo "(require 'gnu-social-mode)" >> ~/.emacs
53
+echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
54
+echo "      gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs
55
+echo "    gnu-social-username \"yourusername\"" >> ~/.emacs
56
+echo "    gnu-social-password \"gnusocialpassword\")" >> ~/.emacs
57
+#+end_src
58
+
59
+And as a quick reference the main keys are:
60
+
61
+| Key           | Function           |
62
+|---------------+--------------------|
63
+| i             | Show icons         |
64
+| CTRL-c CTRL-s | Post status update |
65
+| r             | Repeat             |
66
+| F             | Favourite          |
67
+| R             | Reply to user      |
68
+| CTRL-c CTRL-h | Highlight          |
69
+| CTRL-c CTRL-r | Show replies       |
70
+| CTRL-c CTRL-f | Friends timeline   |
71
+
72
+
73
+* Sharing things
74
+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.
75
+
76
+Click on "/share/" or "/my catalog/" and this will switch to a screen which allows you to enter details for things to be shared or wanted.
77
+
78
+#+BEGIN_CENTER
79
+[[file:images/sharings3.jpg]]
80
+#+END_CENTER
81
+
82
+The "/catalog/" button then allows you to search for shared things within the federated network.
83
+
84
+#+BEGIN_CENTER
85
+[[file:images/sharings4.jpg]]
86
+#+END_CENTER

+ 1
- 0
doc/EN/apps.org 查看文件

@@ -38,6 +38,7 @@ Modern looking blogging system.
38 38
 * GNU Social
39 39
 Federated social network. You can "/remote follow/" other users within the GNU Social federation.
40 40
 
41
+[[./app_gnusocial.html][How to use it]]
41 42
 * Gogs
42 43
 Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar /fork-and-pull/ workflow. If you can use Github then you can also use Gogs.
43 44
 

+ 1
- 61
doc/EN/usage.org 查看文件

@@ -23,8 +23,7 @@
23 23
 | [[./usage_email.html][Using Email]]                                          |
24 24
 | [[./app_syncthing.html][Syncing to the Cloud]]                                 |
25 25
 | [[Play Music]]                                           |
26
-| [[Microblogging (GNU Social)]]                           |
27
-| [[Sharing things]]                                       |
26
+| [[./app_gnusocial.html][Microblogging (GNU Social)]]                           |
28 27
 | [[Social Network]]                                       |
29 28
 | [[Chat Services]]                                        |
30 29
 | [[RSS Reader]]                                           |
@@ -121,65 +120,6 @@ If you have an Android device then go to F-Droid (if you don't already have it i
121 120
 
122 121
 The DLNA service will only work within your local home network, and isn't remotely accessible from other locations via the internet. That can be both a good and a bad thing. Another consideration is that there are no access controls on DLNA services, so any music or videos on the USB drive will be playable by anyone within your home network.
123 122
 
124
-* Microblogging (GNU Social)
125
-** Initial setup
126
-To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
127
-
128
-#+BEGIN_SRC bash
129
-ssh username@domainname -p 2222
130
-cat README
131
-exit
132
-#+END_SRC
133
-
134
-Navigate to your site and log in. You may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
135
-
136
-GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts.
137
-
138
-[[file:images/gnusocial_mobile.jpg]]
139
-
140
-** Direct Messages (DMs) and privacy
141
-One important point about GNU Social is that although direct messages (DMs) are treated as being private their security is quite poor. If you want real communications privacy then use other systems such as XMPP+OMEMO/OTR, Tox or email with GPG. GNU Social is primarily about /fully public communications/.
142
-** Using with Emacs
143
-If you are an Emacs user it's also possible to set up GNU Social mode as follows:
144
-
145
-#+begin_src bash :tangle no
146
-mkdir ~/elisp
147
-git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
148
-sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
149
-sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
150
-sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
151
-echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
152
-echo "(require 'gnu-social-mode)" >> ~/.emacs
153
-echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
154
-echo "      gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs
155
-echo "    gnu-social-username \"yourusername\"" >> ~/.emacs
156
-echo "    gnu-social-password \"gnusocialpassword\")" >> ~/.emacs
157
-#+end_src
158
-
159
-And as a quick reference the main keys are:
160
-
161
-| Key           | Function           |
162
-|---------------+--------------------|
163
-| i             | Show icons         |
164
-| CTRL-c CTRL-s | Post status update |
165
-| r             | Repeat             |
166
-| F             | Favourite          |
167
-| R             | Reply to user      |
168
-| CTRL-c CTRL-h | Highlight          |
169
-| CTRL-c CTRL-r | Show replies       |
170
-| CTRL-c CTRL-f | Friends timeline   |
171
-
172
-* Sharing things
173
-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.
174
-
175
-Click on "/share/" or "/my catalog/" and this will switch to a screen which allows you to enter details for things to be shared or wanted.
176
-
177
-[[file:images/sharings3.jpg]]
178
-
179
-The "/catalog/" button then allows you to search for shared things within the federated network.
180
-
181
-[[file:images/sharings4.jpg]]
182
-
183 123
 * Social Network
184 124
 ** Domains
185 125
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.

+ 438
- 0
website/EN/app_gnusocial.html 查看文件

@@ -0,0 +1,438 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+<head>
6
+<!-- 2016-11-12 Sat 18:35 -->
7
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
10
+<meta name="generator" content="Org mode" />
11
+<meta name="author" content="Bob Mottram" />
12
+<meta name="description" content="How to use GNU Social"
13
+ />
14
+<meta name="keywords" content="freedombone, gnu social" />
15
+<style type="text/css">
16
+ <!--/*--><![CDATA[/*><!--*/
17
+  .title  { text-align: center;
18
+             margin-bottom: .2em; }
19
+  .subtitle { text-align: center;
20
+              font-size: medium;
21
+              font-weight: bold;
22
+              margin-top:0; }
23
+  .todo   { font-family: monospace; color: red; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
26
+  .tag    { background-color: #eee; font-family: monospace;
27
+            padding: 2px; font-size: 80%; font-weight: normal; }
28
+  .timestamp { color: #bebebe; }
29
+  .timestamp-kwd { color: #5f9ea0; }
30
+  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
31
+  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
32
+  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
+  .underline { text-decoration: underline; }
34
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
+  p.verse { margin-left: 3%; }
36
+  pre {
37
+    border: 1px solid #ccc;
38
+    box-shadow: 3px 3px 3px #eee;
39
+    padding: 8pt;
40
+    font-family: monospace;
41
+    overflow: auto;
42
+    margin: 1.2em;
43
+  }
44
+  pre.src {
45
+    position: relative;
46
+    overflow: visible;
47
+    padding-top: 1.2em;
48
+  }
49
+  pre.src:before {
50
+    display: none;
51
+    position: absolute;
52
+    background-color: white;
53
+    top: -10px;
54
+    right: 10px;
55
+    padding: 3px;
56
+    border: 1px solid black;
57
+  }
58
+  pre.src:hover:before { display: inline;}
59
+  /* Languages per Org manual */
60
+  pre.src-asymptote:before { content: 'Asymptote'; }
61
+  pre.src-awk:before { content: 'Awk'; }
62
+  pre.src-C:before { content: 'C'; }
63
+  /* pre.src-C++ doesn't work in CSS */
64
+  pre.src-clojure:before { content: 'Clojure'; }
65
+  pre.src-css:before { content: 'CSS'; }
66
+  pre.src-D:before { content: 'D'; }
67
+  pre.src-ditaa:before { content: 'ditaa'; }
68
+  pre.src-dot:before { content: 'Graphviz'; }
69
+  pre.src-calc:before { content: 'Emacs Calc'; }
70
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
+  pre.src-fortran:before { content: 'Fortran'; }
72
+  pre.src-gnuplot:before { content: 'gnuplot'; }
73
+  pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-java:before { content: 'Java'; }
75
+  pre.src-js:before { content: 'Javascript'; }
76
+  pre.src-latex:before { content: 'LaTeX'; }
77
+  pre.src-ledger:before { content: 'Ledger'; }
78
+  pre.src-lisp:before { content: 'Lisp'; }
79
+  pre.src-lilypond:before { content: 'Lilypond'; }
80
+  pre.src-lua:before { content: 'Lua'; }
81
+  pre.src-matlab:before { content: 'MATLAB'; }
82
+  pre.src-mscgen:before { content: 'Mscgen'; }
83
+  pre.src-ocaml:before { content: 'Objective Caml'; }
84
+  pre.src-octave:before { content: 'Octave'; }
85
+  pre.src-org:before { content: 'Org mode'; }
86
+  pre.src-oz:before { content: 'OZ'; }
87
+  pre.src-plantuml:before { content: 'Plantuml'; }
88
+  pre.src-processing:before { content: 'Processing.js'; }
89
+  pre.src-python:before { content: 'Python'; }
90
+  pre.src-R:before { content: 'R'; }
91
+  pre.src-ruby:before { content: 'Ruby'; }
92
+  pre.src-sass:before { content: 'Sass'; }
93
+  pre.src-scheme:before { content: 'Scheme'; }
94
+  pre.src-screen:before { content: 'Gnu Screen'; }
95
+  pre.src-sed:before { content: 'Sed'; }
96
+  pre.src-sh:before { content: 'shell'; }
97
+  pre.src-sql:before { content: 'SQL'; }
98
+  pre.src-sqlite:before { content: 'SQLite'; }
99
+  /* additional languages in org.el's org-babel-load-languages alist */
100
+  pre.src-forth:before { content: 'Forth'; }
101
+  pre.src-io:before { content: 'IO'; }
102
+  pre.src-J:before { content: 'J'; }
103
+  pre.src-makefile:before { content: 'Makefile'; }
104
+  pre.src-maxima:before { content: 'Maxima'; }
105
+  pre.src-perl:before { content: 'Perl'; }
106
+  pre.src-picolisp:before { content: 'Pico Lisp'; }
107
+  pre.src-scala:before { content: 'Scala'; }
108
+  pre.src-shell:before { content: 'Shell Script'; }
109
+  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
110
+  /* additional language identifiers per "defun org-babel-execute"
111
+       in ob-*.el */
112
+  pre.src-cpp:before  { content: 'C++'; }
113
+  pre.src-abc:before  { content: 'ABC'; }
114
+  pre.src-coq:before  { content: 'Coq'; }
115
+  pre.src-groovy:before  { content: 'Groovy'; }
116
+  /* additional language identifiers from org-babel-shell-names in
117
+     ob-shell.el: ob-shell is the only babel language using a lambda to put
118
+     the execution function name together. */
119
+  pre.src-bash:before  { content: 'bash'; }
120
+  pre.src-csh:before  { content: 'csh'; }
121
+  pre.src-ash:before  { content: 'ash'; }
122
+  pre.src-dash:before  { content: 'dash'; }
123
+  pre.src-ksh:before  { content: 'ksh'; }
124
+  pre.src-mksh:before  { content: 'mksh'; }
125
+  pre.src-posh:before  { content: 'posh'; }
126
+  /* Additional Emacs modes also supported by the LaTeX listings package */
127
+  pre.src-ada:before { content: 'Ada'; }
128
+  pre.src-asm:before { content: 'Assembler'; }
129
+  pre.src-caml:before { content: 'Caml'; }
130
+  pre.src-delphi:before { content: 'Delphi'; }
131
+  pre.src-html:before { content: 'HTML'; }
132
+  pre.src-idl:before { content: 'IDL'; }
133
+  pre.src-mercury:before { content: 'Mercury'; }
134
+  pre.src-metapost:before { content: 'MetaPost'; }
135
+  pre.src-modula-2:before { content: 'Modula-2'; }
136
+  pre.src-pascal:before { content: 'Pascal'; }
137
+  pre.src-ps:before { content: 'PostScript'; }
138
+  pre.src-prolog:before { content: 'Prolog'; }
139
+  pre.src-simula:before { content: 'Simula'; }
140
+  pre.src-tcl:before { content: 'tcl'; }
141
+  pre.src-tex:before { content: 'TeX'; }
142
+  pre.src-plain-tex:before { content: 'Plain TeX'; }
143
+  pre.src-verilog:before { content: 'Verilog'; }
144
+  pre.src-vhdl:before { content: 'VHDL'; }
145
+  pre.src-xml:before { content: 'XML'; }
146
+  pre.src-nxml:before { content: 'XML'; }
147
+  /* add a generic configuration mode; LaTeX export needs an additional
148
+     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
149
+  pre.src-conf:before { content: 'Configuration File'; }
150
+
151
+  table { border-collapse:collapse; }
152
+  caption.t-above { caption-side: top; }
153
+  caption.t-bottom { caption-side: bottom; }
154
+  td, th { vertical-align:top;  }
155
+  th.org-right  { text-align: center;  }
156
+  th.org-left   { text-align: center;   }
157
+  th.org-center { text-align: center; }
158
+  td.org-right  { text-align: right;  }
159
+  td.org-left   { text-align: left;   }
160
+  td.org-center { text-align: center; }
161
+  dt { font-weight: bold; }
162
+  .footpara { display: inline; }
163
+  .footdef  { margin-bottom: 1em; }
164
+  .figure { padding: 1em; }
165
+  .figure p { text-align: center; }
166
+  .inlinetask {
167
+    padding: 10px;
168
+    border: 2px solid gray;
169
+    margin: 10px;
170
+    background: #ffffcc;
171
+  }
172
+  #org-div-home-and-up
173
+   { text-align: right; font-size: 70%; white-space: nowrap; }
174
+  textarea { overflow-x: auto; }
175
+  .linenr { font-size: smaller }
176
+  .code-highlighted { background-color: #ffff00; }
177
+  .org-info-js_info-navigation { border-style: none; }
178
+  #org-info-js_console-label
179
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
180
+  .org-info-js_search-highlight
181
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
182
+  .org-svg { width: 90%; }
183
+  /*]]>*/-->
184
+</style>
185
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
186
+<script type="text/javascript">
187
+/*
188
+@licstart  The following is the entire license notice for the
189
+JavaScript code in this tag.
190
+
191
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+
193
+The JavaScript code in this tag is free software: you can
194
+redistribute it and/or modify it under the terms of the GNU
195
+General Public License (GNU GPL) as published by the Free Software
196
+Foundation, either version 3 of the License, or (at your option)
197
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
198
+without even the implied warranty of MERCHANTABILITY or FITNESS
199
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
200
+
201
+As additional permission under GNU GPL version 3 section 7, you
202
+may distribute non-source (e.g., minimized or compacted) forms of
203
+that code without the copy of the GNU GPL normally required by
204
+section 4, provided you include this license notice and a URL
205
+through which recipients can access the Corresponding Source.
206
+
207
+
208
+@licend  The above is the entire license notice
209
+for the JavaScript code in this tag.
210
+*/
211
+<!--/*--><![CDATA[/*><!--*/
212
+ function CodeHighlightOn(elem, id)
213
+ {
214
+   var target = document.getElementById(id);
215
+   if(null != target) {
216
+     elem.cacheClassElem = elem.className;
217
+     elem.cacheClassTarget = target.className;
218
+     target.className = "code-highlighted";
219
+     elem.className   = "code-highlighted";
220
+   }
221
+ }
222
+ function CodeHighlightOff(elem, id)
223
+ {
224
+   var target = document.getElementById(id);
225
+   if(elem.cacheClassElem)
226
+     elem.className = elem.cacheClassElem;
227
+   if(elem.cacheClassTarget)
228
+     target.className = elem.cacheClassTarget;
229
+ }
230
+/*]]>*///-->
231
+</script>
232
+</head>
233
+<body>
234
+<div id="preamble" class="status">
235
+<a name="top" id="top"></a>
236
+</div>
237
+<div id="content">
238
+<div class="org-center">
239
+
240
+<div class="figure">
241
+<p><img src="images/logo.png" alt="logo.png" />
242
+</p>
243
+</div>
244
+</div>
245
+
246
+<center>
247
+<h1>GNU Social</h1>
248
+</center>
249
+
250
+<p>
251
+GNU Social is typically referred to as a microblogging system, although with a maximum post length much longer than Twitter it's really a sort of federated community blog with a stream-based appearance which also supports markdown formatting.
252
+</p>
253
+
254
+<p>
255
+You can host your own GNU Social instance and then "<i>remote follow</i>" other users who may also be doing the same. With a federated structure this type of system is hard to censor or ban. Unlike Twitter, there are no bribed adverts pushed into your stream, and any trends happening are likely to be real rather than being manipulated by some opaque algorithm.
256
+</p>
257
+
258
+<p>
259
+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.
260
+</p>
261
+
262
+<div id="outline-container-org4d93721" class="outline-2">
263
+<h2 id="org4d93721">Initial setup</h2>
264
+<div class="outline-text-2" id="text-org4d93721">
265
+<p>
266
+To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
267
+</p>
268
+
269
+<div class="org-src-container">
270
+<pre class="src src-bash">ssh username@domainname -p 2222
271
+cat README
272
+<span class="org-keyword">exit</span>
273
+</pre>
274
+</div>
275
+
276
+<p>
277
+Navigate to your site and log in. You may then want to select <b>Admin</b> and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
278
+</p>
279
+
280
+<p>
281
+GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts.
282
+</p>
283
+
284
+<div class="org-center">
285
+
286
+<div class="figure">
287
+<p><img src="images/gnusocial_mobile.jpg" alt="gnusocial_mobile.jpg" />
288
+</p>
289
+</div>
290
+</div>
291
+</div>
292
+</div>
293
+
294
+<div id="outline-container-org8255163" class="outline-2">
295
+<h2 id="org8255163">Using with Emacs</h2>
296
+<div class="outline-text-2" id="text-org8255163">
297
+<p>
298
+If you are an Emacs user it's also possible to set up GNU Social mode as follows:
299
+</p>
300
+
301
+<div class="org-src-container">
302
+<pre class="src src-bash">mkdir ~/elisp
303
+git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
304
+sed -i <span class="org-string">'s|"http"|"https"|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
305
+sed -i <span class="org-string">'s|http:|https:|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
306
+sed -i <span class="org-string">'s|http?|https?|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
307
+<span class="org-builtin">echo</span> <span class="org-string">"(add-to-list 'load-path \"~/elisp/gnu-social-mode\")"</span> &gt;&gt; ~/.emacs
308
+<span class="org-builtin">echo</span> <span class="org-string">"(require 'gnu-social-mode)"</span> &gt;&gt; ~/.emacs
309
+<span class="org-builtin">echo</span> <span class="org-string">"(setq gnu-social-server-textlimit 2000"</span> &gt;&gt; ~/.emacs
310
+<span class="org-builtin">echo</span> <span class="org-string">"      gnu-social-server \"yourgnusocialdomain\""</span> &gt;&gt; ~/.emacs
311
+<span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-username \"yourusername\""</span> &gt;&gt; ~/.emacs
312
+<span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-password \"gnusocialpassword\")"</span> &gt;&gt; ~/.emacs
313
+</pre>
314
+</div>
315
+
316
+<p>
317
+And as a quick reference the main keys are:
318
+</p>
319
+
320
+<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
321
+
322
+
323
+<colgroup>
324
+<col  class="org-left" />
325
+
326
+<col  class="org-left" />
327
+</colgroup>
328
+<thead>
329
+<tr>
330
+<th scope="col" class="org-left">Key</th>
331
+<th scope="col" class="org-left">Function</th>
332
+</tr>
333
+</thead>
334
+<tbody>
335
+<tr>
336
+<td class="org-left">i</td>
337
+<td class="org-left">Show icons</td>
338
+</tr>
339
+
340
+<tr>
341
+<td class="org-left">CTRL-c CTRL-s</td>
342
+<td class="org-left">Post status update</td>
343
+</tr>
344
+
345
+<tr>
346
+<td class="org-left">r</td>
347
+<td class="org-left">Repeat</td>
348
+</tr>
349
+
350
+<tr>
351
+<td class="org-left">F</td>
352
+<td class="org-left">Favourite</td>
353
+</tr>
354
+
355
+<tr>
356
+<td class="org-left">R</td>
357
+<td class="org-left">Reply to user</td>
358
+</tr>
359
+
360
+<tr>
361
+<td class="org-left">CTRL-c CTRL-h</td>
362
+<td class="org-left">Highlight</td>
363
+</tr>
364
+
365
+<tr>
366
+<td class="org-left">CTRL-c CTRL-r</td>
367
+<td class="org-left">Show replies</td>
368
+</tr>
369
+
370
+<tr>
371
+<td class="org-left">CTRL-c CTRL-f</td>
372
+<td class="org-left">Friends timeline</td>
373
+</tr>
374
+</tbody>
375
+</table>
376
+</div>
377
+</div>
378
+
379
+
380
+<div id="outline-container-orge07089f" class="outline-2">
381
+<h2 id="orge07089f">Sharing things</h2>
382
+<div class="outline-text-2" id="text-orge07089f">
383
+<p>
384
+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.
385
+</p>
386
+
387
+<p>
388
+Click on "<i>share</i>" or "<i>my catalog</i>" and this will switch to a screen which allows you to enter details for things to be shared or wanted.
389
+</p>
390
+
391
+<div class="org-center">
392
+
393
+<div class="figure">
394
+<p><img src="images/sharings3.jpg" alt="sharings3.jpg" />
395
+</p>
396
+</div>
397
+</div>
398
+
399
+<p>
400
+The "<i>catalog</i>" button then allows you to search for shared things within the federated network.
401
+</p>
402
+
403
+<div class="org-center">
404
+
405
+<div class="figure">
406
+<p><img src="images/sharings4.jpg" alt="sharings4.jpg" />
407
+</p>
408
+</div>
409
+</div>
410
+</div>
411
+</div>
412
+</div>
413
+<div id="postamble" class="status">
414
+
415
+<style type="text/css">
416
+.back-to-top {
417
+    position: fixed;
418
+    bottom: 2em;
419
+    right: 0px;
420
+    text-decoration: none;
421
+    color: #000000;
422
+    background-color: rgba(235, 235, 235, 0.80);
423
+    font-size: 12px;
424
+    padding: 1em;
425
+    display: none;
426
+}
427
+
428
+.back-to-top:hover {
429
+    background-color: rgba(135, 135, 135, 0.50);
430
+}
431
+</style>
432
+
433
+<div class="back-to-top">
434
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
435
+</div>
436
+</div>
437
+</body>
438
+</html>

+ 71
- 68
website/EN/apps.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 17:58 -->
6
+<!-- 2016-11-12 Sat 18:36 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -257,171 +257,174 @@ The base install of the system just contains an email server and Mutt client, bu
257 257
 </div>
258 258
 </div>
259 259
 
260
-<div id="outline-container-org63ad202" class="outline-2">
261
-<h2 id="org63ad202">DLNA</h2>
262
-<div class="outline-text-2" id="text-org63ad202">
260
+<div id="outline-container-orgfb55f9d" class="outline-2">
261
+<h2 id="orgfb55f9d">DLNA</h2>
262
+<div class="outline-text-2" id="text-orgfb55f9d">
263 263
 <p>
264 264
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
265 265
 </p>
266 266
 </div>
267 267
 </div>
268 268
 
269
-<div id="outline-container-orgfe64f77" class="outline-2">
270
-<h2 id="orgfe64f77">Dokuwiki</h2>
271
-<div class="outline-text-2" id="text-orgfe64f77">
269
+<div id="outline-container-org3d9e56b" class="outline-2">
270
+<h2 id="org3d9e56b">Dokuwiki</h2>
271
+<div class="outline-text-2" id="text-org3d9e56b">
272 272
 <p>
273 273
 A databaseless wiki system.
274 274
 </p>
275 275
 </div>
276 276
 </div>
277 277
 
278
-<div id="outline-container-org261e788" class="outline-2">
279
-<h2 id="org261e788">Emacs</h2>
280
-<div class="outline-text-2" id="text-org261e788">
278
+<div id="outline-container-org78d03a9" class="outline-2">
279
+<h2 id="org78d03a9">Emacs</h2>
280
+<div class="outline-text-2" id="text-org78d03a9">
281 281
 <p>
282 282
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
283 283
 </p>
284 284
 </div>
285 285
 </div>
286 286
 
287
-<div id="outline-container-org8ddfb19" class="outline-2">
288
-<h2 id="org8ddfb19">Etherpad</h2>
289
-<div class="outline-text-2" id="text-org8ddfb19">
287
+<div id="outline-container-org26bf68b" class="outline-2">
288
+<h2 id="org26bf68b">Etherpad</h2>
289
+<div class="outline-text-2" id="text-org26bf68b">
290 290
 <p>
291 291
 Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.
292 292
 </p>
293 293
 </div>
294 294
 </div>
295 295
 
296
-<div id="outline-container-orgacd7dc6" class="outline-2">
297
-<h2 id="orgacd7dc6">Ghost</h2>
298
-<div class="outline-text-2" id="text-orgacd7dc6">
296
+<div id="outline-container-orgc31576b" class="outline-2">
297
+<h2 id="orgc31576b">Ghost</h2>
298
+<div class="outline-text-2" id="text-orgc31576b">
299 299
 <p>
300 300
 Modern looking blogging system.
301 301
 </p>
302 302
 </div>
303 303
 </div>
304 304
 
305
-<div id="outline-container-org8d1cb63" class="outline-2">
306
-<h2 id="org8d1cb63">GNU Social</h2>
307
-<div class="outline-text-2" id="text-org8d1cb63">
305
+<div id="outline-container-orgee3dddb" class="outline-2">
306
+<h2 id="orgee3dddb">GNU Social</h2>
307
+<div class="outline-text-2" id="text-orgee3dddb">
308 308
 <p>
309 309
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
310 310
 </p>
311
+
312
+<p>
313
+<a href="./app_gnusocial.html">How to use it</a>
314
+</p>
311 315
 </div>
312 316
 </div>
313
-
314
-<div id="outline-container-orgb520ae3" class="outline-2">
315
-<h2 id="orgb520ae3">Gogs</h2>
316
-<div class="outline-text-2" id="text-orgb520ae3">
317
+<div id="outline-container-org8fe01f9" class="outline-2">
318
+<h2 id="org8fe01f9">Gogs</h2>
319
+<div class="outline-text-2" id="text-org8fe01f9">
317 320
 <p>
318 321
 Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar <i>fork-and-pull</i> workflow. If you can use Github then you can also use Gogs.
319 322
 </p>
320 323
 </div>
321 324
 </div>
322 325
 
323
-<div id="outline-container-orgcf2d864" class="outline-2">
324
-<h2 id="orgcf2d864">HTMLy</h2>
325
-<div class="outline-text-2" id="text-orgcf2d864">
326
+<div id="outline-container-org4470b42" class="outline-2">
327
+<h2 id="org4470b42">HTMLy</h2>
328
+<div class="outline-text-2" id="text-org4470b42">
326 329
 <p>
327 330
 Databaseless blogging system. Quite simple and with a markdown-like format.
328 331
 </p>
329 332
 </div>
330 333
 </div>
331 334
 
332
-<div id="outline-container-org8301047" class="outline-2">
333
-<h2 id="org8301047">Hubzilla</h2>
334
-<div class="outline-text-2" id="text-org8301047">
335
+<div id="outline-container-org2a202d7" class="outline-2">
336
+<h2 id="org2a202d7">Hubzilla</h2>
337
+<div class="outline-text-2" id="text-org2a202d7">
335 338
 <p>
336 339
 Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
337 340
 </p>
338 341
 </div>
339 342
 </div>
340 343
 
341
-<div id="outline-container-org602d5a8" class="outline-2">
342
-<h2 id="org602d5a8">IRC Server (ngirc)</h2>
343
-<div class="outline-text-2" id="text-org602d5a8">
344
+<div id="outline-container-orge9b173f" class="outline-2">
345
+<h2 id="orge9b173f">IRC Server (ngirc)</h2>
346
+<div class="outline-text-2" id="text-orge9b173f">
344 347
 <p>
345 348
 Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
346 349
 </p>
347 350
 </div>
348 351
 </div>
349 352
 
350
-<div id="outline-container-orgf40102e" class="outline-2">
351
-<h2 id="orgf40102e">Jitsi Meet</h2>
352
-<div class="outline-text-2" id="text-orgf40102e">
353
+<div id="outline-container-org78d0811" class="outline-2">
354
+<h2 id="org78d0811">Jitsi Meet</h2>
355
+<div class="outline-text-2" id="text-org78d0811">
353 356
 <p>
354 357
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
355 358
 </p>
356 359
 </div>
357 360
 </div>
358 361
 
359
-<div id="outline-container-org04c6a4a" class="outline-2">
360
-<h2 id="org04c6a4a">Lychee</h2>
361
-<div class="outline-text-2" id="text-org04c6a4a">
362
+<div id="outline-container-orgedc6b4b" class="outline-2">
363
+<h2 id="orgedc6b4b">Lychee</h2>
364
+<div class="outline-text-2" id="text-orgedc6b4b">
362 365
 <p>
363 366
 Make your photo albums available on the web.
364 367
 </p>
365 368
 </div>
366 369
 </div>
367 370
 
368
-<div id="outline-container-org38f7832" class="outline-2">
369
-<h2 id="org38f7832">Mailpile</h2>
370
-<div class="outline-text-2" id="text-org38f7832">
371
+<div id="outline-container-orge7e12cf" class="outline-2">
372
+<h2 id="orge7e12cf">Mailpile</h2>
373
+<div class="outline-text-2" id="text-orge7e12cf">
371 374
 <p>
372 375
 Modern email client which supports GPG encryption.
373 376
 </p>
374 377
 </div>
375 378
 </div>
376 379
 
377
-<div id="outline-container-orgb083746" class="outline-2">
378
-<h2 id="orgb083746">Mumble</h2>
379
-<div class="outline-text-2" id="text-orgb083746">
380
+<div id="outline-container-org0cfe5f8" class="outline-2">
381
+<h2 id="org0cfe5f8">Mumble</h2>
382
+<div class="outline-text-2" id="text-org0cfe5f8">
380 383
 <p>
381 384
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
382 385
 </p>
383 386
 </div>
384 387
 </div>
385 388
 
386
-<div id="outline-container-org8894411" class="outline-2">
387
-<h2 id="org8894411">PI-Hole</h2>
388
-<div class="outline-text-2" id="text-org8894411">
389
+<div id="outline-container-org0b3b308" class="outline-2">
390
+<h2 id="org0b3b308">PI-Hole</h2>
391
+<div class="outline-text-2" id="text-org0b3b308">
389 392
 <p>
390 393
 The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
391 394
 </p>
392 395
 </div>
393 396
 </div>
394 397
 
395
-<div id="outline-container-orgf2c362c" class="outline-2">
396
-<h2 id="orgf2c362c">PostActiv</h2>
397
-<div class="outline-text-2" id="text-orgf2c362c">
398
+<div id="outline-container-orgb367bd4" class="outline-2">
399
+<h2 id="orgb367bd4">PostActiv</h2>
400
+<div class="outline-text-2" id="text-orgb367bd4">
398 401
 <p>
399 402
 An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
400 403
 </p>
401 404
 </div>
402 405
 </div>
403 406
 
404
-<div id="outline-container-org40c94f8" class="outline-2">
405
-<h2 id="org40c94f8">Radicale</h2>
406
-<div class="outline-text-2" id="text-org40c94f8">
407
+<div id="outline-container-orge988a62" class="outline-2">
408
+<h2 id="orge988a62">Radicale</h2>
409
+<div class="outline-text-2" id="text-orge988a62">
407 410
 <p>
408 411
 Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
409 412
 </p>
410 413
 </div>
411 414
 </div>
412 415
 
413
-<div id="outline-container-orgaf305f3" class="outline-2">
414
-<h2 id="orgaf305f3">tt-rss</h2>
415
-<div class="outline-text-2" id="text-orgaf305f3">
416
+<div id="outline-container-org14c63e9" class="outline-2">
417
+<h2 id="org14c63e9">tt-rss</h2>
418
+<div class="outline-text-2" id="text-org14c63e9">
416 419
 <p>
417 420
 Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "<i>the right to read</i>" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.
418 421
 </p>
419 422
 </div>
420 423
 </div>
421 424
 
422
-<div id="outline-container-orgb6c4796" class="outline-2">
423
-<h2 id="orgb6c4796">Syncthing</h2>
424
-<div class="outline-text-2" id="text-orgb6c4796">
425
+<div id="outline-container-orgeb52684" class="outline-2">
426
+<h2 id="orgeb52684">Syncthing</h2>
427
+<div class="outline-text-2" id="text-orgeb52684">
425 428
 <p>
426 429
 Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.
427 430
 </p>
@@ -431,27 +434,27 @@ Possibly the best way to synchronise files across all of your devices. Once it h
431 434
 </p>
432 435
 </div>
433 436
 </div>
434
-<div id="outline-container-org7783a5a" class="outline-2">
435
-<h2 id="org7783a5a">Tox</h2>
436
-<div class="outline-text-2" id="text-org7783a5a">
437
+<div id="outline-container-org3c128ff" class="outline-2">
438
+<h2 id="org3c128ff">Tox</h2>
439
+<div class="outline-text-2" id="text-org3c128ff">
437 440
 <p>
438 441
 Client and bootstrap node for the Tox chat/VoIP system.
439 442
 </p>
440 443
 </div>
441 444
 </div>
442 445
 
443
-<div id="outline-container-orgbb00daf" class="outline-2">
444
-<h2 id="orgbb00daf">Vim</h2>
445
-<div class="outline-text-2" id="text-orgbb00daf">
446
+<div id="outline-container-org28e354a" class="outline-2">
447
+<h2 id="org28e354a">Vim</h2>
448
+<div class="outline-text-2" id="text-org28e354a">
446 449
 <p>
447 450
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
448 451
 </p>
449 452
 </div>
450 453
 </div>
451 454
 
452
-<div id="outline-container-org2d46f0c" class="outline-2">
453
-<h2 id="org2d46f0c">XMPP</h2>
454
-<div class="outline-text-2" id="text-org2d46f0c">
455
+<div id="outline-container-orgd507e34" class="outline-2">
456
+<h2 id="orgd507e34">XMPP</h2>
457
+<div class="outline-text-2" id="text-orgd507e34">
455 458
 <p>
456 459
 Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as <i>client state notification</i> to save battery power on your mobile devices, support for seamless roaming between networks and <i>message carbons</i> so that you can receive the same messages while being simultaneously logged in to your account on more than one device.
457 460
 </p>

+ 144
- 304
website/EN/usage.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 17:59 -->
6
+<!-- 2016-11-12 Sat 18:36 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -255,15 +255,15 @@ for the JavaScript code in this tag.
255 255
 </colgroup>
256 256
 <tbody>
257 257
 <tr>
258
-<td class="org-left"><a href="#org8f26a4a">Readme</a></td>
258
+<td class="org-left"><a href="#org6983420">Readme</a></td>
259 259
 </tr>
260 260
 
261 261
 <tr>
262
-<td class="org-left"><a href="#orgb27cb32">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#orgd9084a6">Improving ssh security</a></td>
263 263
 </tr>
264 264
 
265 265
 <tr>
266
-<td class="org-left"><a href="#org28dd407">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#org0db5595">Administrating the system via an onion address (Tor)</a></td>
267 267
 </tr>
268 268
 
269 269
 <tr>
@@ -279,46 +279,42 @@ for the JavaScript code in this tag.
279 279
 </tr>
280 280
 
281 281
 <tr>
282
-<td class="org-left"><a href="#org155fabc">Play Music</a></td>
282
+<td class="org-left"><a href="#org7905bc4">Play Music</a></td>
283 283
 </tr>
284 284
 
285 285
 <tr>
286
-<td class="org-left"><a href="#org61a8cd6">Microblogging (GNU Social)</a></td>
286
+<td class="org-left"><a href="./app_gnusocial.html">Microblogging (GNU Social)</a></td>
287 287
 </tr>
288 288
 
289 289
 <tr>
290
-<td class="org-left"><a href="#org0e52735">Sharing things</a></td>
290
+<td class="org-left"><a href="#orgdc2e688">Social Network</a></td>
291 291
 </tr>
292 292
 
293 293
 <tr>
294
-<td class="org-left"><a href="#org6aabd2f">Social Network</a></td>
294
+<td class="org-left"><a href="#org1d9aa82">Chat Services</a></td>
295 295
 </tr>
296 296
 
297 297
 <tr>
298
-<td class="org-left"><a href="#orgcdd49c0">Chat Services</a></td>
298
+<td class="org-left"><a href="#org57da370">RSS Reader</a></td>
299 299
 </tr>
300 300
 
301 301
 <tr>
302
-<td class="org-left"><a href="#org4da85a9">RSS Reader</a></td>
302
+<td class="org-left"><a href="#org0d3c132">Git Projects</a></td>
303 303
 </tr>
304 304
 
305 305
 <tr>
306
-<td class="org-left"><a href="#orgd680579">Git Projects</a></td>
306
+<td class="org-left"><a href="#org9298e27">Adding or removing users</a></td>
307 307
 </tr>
308 308
 
309 309
 <tr>
310
-<td class="org-left"><a href="#orgdaac5cc">Adding or removing users</a></td>
311
-</tr>
312
-
313
-<tr>
314
-<td class="org-left"><a href="#org4347af5">Blocking Ads</a></td>
310
+<td class="org-left"><a href="#org61f7efb">Blocking Ads</a></td>
315 311
 </tr>
316 312
 </tbody>
317 313
 </table>
318 314
 
319
-<div id="outline-container-org8f26a4a" class="outline-2">
320
-<h2 id="org8f26a4a">Readme</h2>
321
-<div class="outline-text-2" id="text-org8f26a4a">
315
+<div id="outline-container-org6983420" class="outline-2">
316
+<h2 id="org6983420">Readme</h2>
317
+<div class="outline-text-2" id="text-org6983420">
322 318
 <p>
323 319
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
324 320
 </p>
@@ -338,9 +334,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
338 334
 </p>
339 335
 </div>
340 336
 </div>
341
-<div id="outline-container-orgb27cb32" class="outline-2">
342
-<h2 id="orgb27cb32">Improving ssh security</h2>
343
-<div class="outline-text-2" id="text-orgb27cb32">
337
+<div id="outline-container-orgd9084a6" class="outline-2">
338
+<h2 id="orgd9084a6">Improving ssh security</h2>
339
+<div class="outline-text-2" id="text-orgd9084a6">
344 340
 <p>
345 341
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
346 342
 </p>
@@ -390,9 +386,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
390 386
 </div>
391 387
 </div>
392 388
 
393
-<div id="outline-container-org28dd407" class="outline-2">
394
-<h2 id="org28dd407">Administrating the system via an onion address (Tor)</h2>
395
-<div class="outline-text-2" id="text-org28dd407">
389
+<div id="outline-container-org0db5595" class="outline-2">
390
+<h2 id="org0db5595">Administrating the system via an onion address (Tor)</h2>
391
+<div class="outline-text-2" id="text-org0db5595">
396 392
 <p>
397 393
 You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
398 394
 </p>
@@ -434,12 +430,12 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
434 430
 </p>
435 431
 </div>
436 432
 </div>
437
-<div id="outline-container-org155fabc" class="outline-2">
438
-<h2 id="org155fabc">Play Music</h2>
439
-<div class="outline-text-2" id="text-org155fabc">
440
-</div><div id="outline-container-org0b87a9e" class="outline-3">
441
-<h3 id="org0b87a9e">With the DLNA service</h3>
442
-<div class="outline-text-3" id="text-org0b87a9e">
433
+<div id="outline-container-org7905bc4" class="outline-2">
434
+<h2 id="org7905bc4">Play Music</h2>
435
+<div class="outline-text-2" id="text-org7905bc4">
436
+</div><div id="outline-container-org3f37711" class="outline-3">
437
+<h3 id="org3f37711">With the DLNA service</h3>
438
+<div class="outline-text-3" id="text-org3f37711">
443 439
 <p>
444 440
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
445 441
 </p>
@@ -478,176 +474,20 @@ The DLNA service will only work within your local home network, and isn't remote
478 474
 </div>
479 475
 </div>
480 476
 
481
-<div id="outline-container-org61a8cd6" class="outline-2">
482
-<h2 id="org61a8cd6">Microblogging (GNU Social)</h2>
483
-<div class="outline-text-2" id="text-org61a8cd6">
484
-</div><div id="outline-container-org032847f" class="outline-3">
485
-<h3 id="org032847f">Initial setup</h3>
486
-<div class="outline-text-3" id="text-org032847f">
487
-<p>
488
-To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
489
-</p>
490
-
491
-<div class="org-src-container">
492
-<pre class="src src-bash">ssh username@domainname -p 2222
493
-cat README
494
-<span class="org-keyword">exit</span>
495
-</pre>
496
-</div>
497
-
498
-<p>
499
-Navigate to your site and log in. You may then want to select <b>Admin</b> and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
500
-</p>
501
-
502
-<p>
503
-GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts.
504
-</p>
505
-
506
-
507
-<div class="figure">
508
-<p><img src="images/gnusocial_mobile.jpg" alt="gnusocial_mobile.jpg" />
509
-</p>
510
-</div>
511
-</div>
512
-</div>
513
-
514
-<div id="outline-container-orgbcbd947" class="outline-3">
515
-<h3 id="orgbcbd947">Direct Messages (DMs) and privacy</h3>
516
-<div class="outline-text-3" id="text-orgbcbd947">
517
-<p>
518
-One important point about GNU Social is that although direct messages (DMs) are treated as being private their security is quite poor. If you want real communications privacy then use other systems such as XMPP+OMEMO/OTR, Tox or email with GPG. GNU Social is primarily about <i>fully public communications</i>.
519
-</p>
520
-</div>
521
-</div>
522
-<div id="outline-container-orgd456430" class="outline-3">
523
-<h3 id="orgd456430">Using with Emacs</h3>
524
-<div class="outline-text-3" id="text-orgd456430">
525
-<p>
526
-If you are an Emacs user it's also possible to set up GNU Social mode as follows:
527
-</p>
528
-
529
-<div class="org-src-container">
530
-<pre class="src src-bash">mkdir ~/elisp
531
-git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
532
-sed -i <span class="org-string">'s|"http"|"https"|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
533
-sed -i <span class="org-string">'s|http:|https:|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
534
-sed -i <span class="org-string">'s|http?|https?|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
535
-<span class="org-builtin">echo</span> <span class="org-string">"(add-to-list 'load-path \"~/elisp/gnu-social-mode\")"</span> &gt;&gt; ~/.emacs
536
-<span class="org-builtin">echo</span> <span class="org-string">"(require 'gnu-social-mode)"</span> &gt;&gt; ~/.emacs
537
-<span class="org-builtin">echo</span> <span class="org-string">"(setq gnu-social-server-textlimit 2000"</span> &gt;&gt; ~/.emacs
538
-<span class="org-builtin">echo</span> <span class="org-string">"      gnu-social-server \"yourgnusocialdomain\""</span> &gt;&gt; ~/.emacs
539
-<span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-username \"yourusername\""</span> &gt;&gt; ~/.emacs
540
-<span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-password \"gnusocialpassword\")"</span> &gt;&gt; ~/.emacs
541
-</pre>
542
-</div>
543
-
544
-<p>
545
-And as a quick reference the main keys are:
546
-</p>
547
-
548
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
549
-
550
-
551
-<colgroup>
552
-<col  class="org-left" />
553
-
554
-<col  class="org-left" />
555
-</colgroup>
556
-<thead>
557
-<tr>
558
-<th scope="col" class="org-left">Key</th>
559
-<th scope="col" class="org-left">Function</th>
560
-</tr>
561
-</thead>
562
-<tbody>
563
-<tr>
564
-<td class="org-left">i</td>
565
-<td class="org-left">Show icons</td>
566
-</tr>
567
-
568
-<tr>
569
-<td class="org-left">CTRL-c CTRL-s</td>
570
-<td class="org-left">Post status update</td>
571
-</tr>
572
-
573
-<tr>
574
-<td class="org-left">r</td>
575
-<td class="org-left">Repeat</td>
576
-</tr>
577
-
578
-<tr>
579
-<td class="org-left">F</td>
580
-<td class="org-left">Favourite</td>
581
-</tr>
582
-
583
-<tr>
584
-<td class="org-left">R</td>
585
-<td class="org-left">Reply to user</td>
586
-</tr>
587
-
588
-<tr>
589
-<td class="org-left">CTRL-c CTRL-h</td>
590
-<td class="org-left">Highlight</td>
591
-</tr>
592
-
593
-<tr>
594
-<td class="org-left">CTRL-c CTRL-r</td>
595
-<td class="org-left">Show replies</td>
596
-</tr>
597
-
598
-<tr>
599
-<td class="org-left">CTRL-c CTRL-f</td>
600
-<td class="org-left">Friends timeline</td>
601
-</tr>
602
-</tbody>
603
-</table>
604
-</div>
605
-</div>
606
-</div>
607
-
608
-<div id="outline-container-org0e52735" class="outline-2">
609
-<h2 id="org0e52735">Sharing things</h2>
610
-<div class="outline-text-2" id="text-org0e52735">
611
-<p>
612
-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.
613
-</p>
614
-
615
-<p>
616
-Click on "<i>share</i>" or "<i>my catalog</i>" and this will switch to a screen which allows you to enter details for things to be shared or wanted.
617
-</p>
618
-
619
-
620
-<div class="figure">
621
-<p><img src="images/sharings3.jpg" alt="sharings3.jpg" />
622
-</p>
623
-</div>
624
-
625
-<p>
626
-The "<i>catalog</i>" button then allows you to search for shared things within the federated network.
627
-</p>
628
-
629
-
630
-<div class="figure">
631
-<p><img src="images/sharings4.jpg" alt="sharings4.jpg" />
632
-</p>
633
-</div>
634
-</div>
635
-</div>
636
-
637
-<div id="outline-container-org6aabd2f" class="outline-2">
638
-<h2 id="org6aabd2f">Social Network</h2>
639
-<div class="outline-text-2" id="text-org6aabd2f">
640
-</div><div id="outline-container-org5c4d7d0" class="outline-3">
641
-<h3 id="org5c4d7d0">Domains</h3>
642
-<div class="outline-text-3" id="text-org5c4d7d0">
477
+<div id="outline-container-orgdc2e688" class="outline-2">
478
+<h2 id="orgdc2e688">Social Network</h2>
479
+<div class="outline-text-2" id="text-orgdc2e688">
480
+</div><div id="outline-container-orgd4d24dd" class="outline-3">
481
+<h3 id="orgd4d24dd">Domains</h3>
482
+<div class="outline-text-3" id="text-orgd4d24dd">
643 483
 <p>
644 484
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
645 485
 </p>
646 486
 </div>
647 487
 </div>
648
-<div id="outline-container-org275bceb" class="outline-3">
649
-<h3 id="org275bceb">Initial install</h3>
650
-<div class="outline-text-3" id="text-org275bceb">
488
+<div id="outline-container-orgb22e8d6" class="outline-3">
489
+<h3 id="orgb22e8d6">Initial install</h3>
490
+<div class="outline-text-3" id="text-orgb22e8d6">
651 491
 <p>
652 492
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
653 493
 </p>
@@ -661,19 +501,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
661 501
 </div>
662 502
 </div>
663 503
 
664
-<div id="outline-container-orgcdd49c0" class="outline-2">
665
-<h2 id="orgcdd49c0">Chat Services</h2>
666
-<div class="outline-text-2" id="text-orgcdd49c0">
667
-</div><div id="outline-container-org2e941c8" class="outline-3">
668
-<h3 id="org2e941c8">IRC</h3>
669
-<div class="outline-text-3" id="text-org2e941c8">
504
+<div id="outline-container-org1d9aa82" class="outline-2">
505
+<h2 id="org1d9aa82">Chat Services</h2>
506
+<div class="outline-text-2" id="text-org1d9aa82">
507
+</div><div id="outline-container-orgd4abe08" class="outline-3">
508
+<h3 id="orgd4abe08">IRC</h3>
509
+<div class="outline-text-3" id="text-orgd4abe08">
670 510
 <p>
671 511
 IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
672 512
 </p>
673 513
 </div>
674
-<div id="outline-container-org4d790e3" class="outline-4">
675
-<h4 id="org4d790e3">Irssi</h4>
676
-<div class="outline-text-4" id="text-org4d790e3">
514
+<div id="outline-container-orgd44f028" class="outline-4">
515
+<h4 id="orgd44f028">Irssi</h4>
516
+<div class="outline-text-4" id="text-orgd44f028">
677 517
 <p>
678 518
 The easiest way to use irssi is to connect to your system, like this:
679 519
 </p>
@@ -688,9 +528,9 @@ Then select <b>IRC</b> from the menu. However, other than via this method using
688 528
 </p>
689 529
 </div>
690 530
 </div>
691
-<div id="outline-container-orgd0403ac" class="outline-4">
692
-<h4 id="orgd0403ac">HexChat</h4>
693
-<div class="outline-text-4" id="text-orgd0403ac">
531
+<div id="outline-container-org1f0c894" class="outline-4">
532
+<h4 id="org1f0c894">HexChat</h4>
533
+<div class="outline-text-4" id="text-org1f0c894">
694 534
 <p>
695 535
 HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
696 536
 </p>
@@ -771,9 +611,9 @@ Click <b>close</b> and then <b>connect</b>.
771 611
 </div>
772 612
 </div>
773 613
 
774
-<div id="outline-container-org8874369" class="outline-4">
775
-<h4 id="org8874369">Emacs</h4>
776
-<div class="outline-text-4" id="text-org8874369">
614
+<div id="outline-container-org80a95cd" class="outline-4">
615
+<h4 id="org80a95cd">Emacs</h4>
616
+<div class="outline-text-4" id="text-org80a95cd">
777 617
 <p>
778 618
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
779 619
 </p>
@@ -804,9 +644,9 @@ Add the following to your Emacs configuration file:
804 644
 </div>
805 645
 </div>
806 646
 </div>
807
-<div id="outline-container-org0cb97f8" class="outline-4">
808
-<h4 id="org0cb97f8">Changing or removing the IRC password</h4>
809
-<div class="outline-text-4" id="text-org0cb97f8">
647
+<div id="outline-container-orgd6cbc51" class="outline-4">
648
+<h4 id="orgd6cbc51">Changing or removing the IRC password</h4>
649
+<div class="outline-text-4" id="text-orgd6cbc51">
810 650
 <p>
811 651
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
812 652
 </p>
@@ -823,20 +663,20 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
823 663
 </div>
824 664
 </div>
825 665
 
826
-<div id="outline-container-orgc00d9cb" class="outline-3">
827
-<h3 id="orgc00d9cb">XMPP/Jabber</h3>
828
-<div class="outline-text-3" id="text-orgc00d9cb">
829
-</div><div id="outline-container-orgc428939" class="outline-4">
830
-<h4 id="orgc428939">About XMPP</h4>
831
-<div class="outline-text-4" id="text-orgc428939">
666
+<div id="outline-container-org5adda25" class="outline-3">
667
+<h3 id="org5adda25">XMPP/Jabber</h3>
668
+<div class="outline-text-3" id="text-org5adda25">
669
+</div><div id="outline-container-orgbe57ee2" class="outline-4">
670
+<h4 id="orgbe57ee2">About XMPP</h4>
671
+<div class="outline-text-4" id="text-orgbe57ee2">
832 672
 <p>
833 673
 A well written article on the state of XMPP and how it compares to other chat protocols <a href="https://gultsch.de/xmpp_2016.html">can be found here</a>.
834 674
 </p>
835 675
 </div>
836 676
 </div>
837
-<div id="outline-container-org9c40bca" class="outline-4">
838
-<h4 id="org9c40bca">Using with Gajim</h4>
839
-<div class="outline-text-4" id="text-org9c40bca">
677
+<div id="outline-container-org46f2376" class="outline-4">
678
+<h4 id="org46f2376">Using with Gajim</h4>
679
+<div class="outline-text-4" id="text-org46f2376">
840 680
 <p>
841 681
 In mid 2016 <a href="https://gajim.org/">Gajim</a> became the first desktop XMPP client to support the <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO end-to-end security standard</a>, which is superior to the more traditional <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
842 682
 </p>
@@ -880,9 +720,9 @@ If you wish to use OpenPGP to encrypt your messages then go to <b>Edit/Accounts<
880 720
 </div>
881 721
 </div>
882 722
 
883
-<div id="outline-container-orge5eb75d" class="outline-4">
884
-<h4 id="orge5eb75d">Using with Profanity</h4>
885
-<div class="outline-text-4" id="text-orge5eb75d">
723
+<div id="outline-container-org2a291b8" class="outline-4">
724
+<h4 id="org2a291b8">Using with Profanity</h4>
725
+<div class="outline-text-4" id="text-org2a291b8">
886 726
 <p>
887 727
 The <a href="https://profanity.im">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
888 728
 </p>
@@ -964,9 +804,9 @@ When accessed via the user control panel the client is automatically routed thro
964 804
 </p>
965 805
 </div>
966 806
 </div>
967
-<div id="outline-container-orga01801d" class="outline-4">
968
-<h4 id="orga01801d">Using with Jitsi</h4>
969
-<div class="outline-text-4" id="text-orga01801d">
807
+<div id="outline-container-orgd61065e" class="outline-4">
808
+<h4 id="orgd61065e">Using with Jitsi</h4>
809
+<div class="outline-text-4" id="text-orgd61065e">
970 810
 <p>
971 811
 Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
972 812
 </p>
@@ -996,9 +836,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
996 836
 </p>
997 837
 </div>
998 838
 </div>
999
-<div id="outline-container-org3657e2e" class="outline-4">
1000
-<h4 id="org3657e2e">Using with Ubuntu</h4>
1001
-<div class="outline-text-4" id="text-org3657e2e">
839
+<div id="outline-container-org3f221cc" class="outline-4">
840
+<h4 id="org3f221cc">Using with Ubuntu</h4>
841
+<div class="outline-text-4" id="text-org3f221cc">
1002 842
 <p>
1003 843
 The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
1004 844
 </p>
@@ -1016,17 +856,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
1016 856
 </p>
1017 857
 </div>
1018 858
 </div>
1019
-<div id="outline-container-orga4c3fc9" class="outline-4">
1020
-<h4 id="orga4c3fc9">Using Tor Messenger</h4>
1021
-<div class="outline-text-4" id="text-orga4c3fc9">
859
+<div id="outline-container-org75a6f4e" class="outline-4">
860
+<h4 id="org75a6f4e">Using Tor Messenger</h4>
861
+<div class="outline-text-4" id="text-org75a6f4e">
1022 862
 <p>
1023 863
 Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org">torproject.org</a> and the setup is pretty simple.
1024 864
 </p>
1025 865
 </div>
1026 866
 </div>
1027
-<div id="outline-container-orgba505ef" class="outline-4">
1028
-<h4 id="orgba505ef">Using with Android/Conversations</h4>
1029
-<div class="outline-text-4" id="text-orgba505ef">
867
+<div id="outline-container-org802bea0" class="outline-4">
868
+<h4 id="org802bea0">Using with Android/Conversations</h4>
869
+<div class="outline-text-4" id="text-org802bea0">
1030 870
 <p>
1031 871
 Install <a href="https://f-droid.org/">F-Droid</a>
1032 872
 </p>
@@ -1061,16 +901,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
1061 901
 </div>
1062 902
 </div>
1063 903
 </div>
1064
-<div id="outline-container-org1f3c3e7" class="outline-3">
1065
-<h3 id="org1f3c3e7">Tox</h3>
1066
-<div class="outline-text-3" id="text-org1f3c3e7">
904
+<div id="outline-container-org36397f2" class="outline-3">
905
+<h3 id="org36397f2">Tox</h3>
906
+<div class="outline-text-3" id="text-org36397f2">
1067 907
 <p>
1068 908
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
1069 909
 </p>
1070 910
 </div>
1071
-<div id="outline-container-org22c6b6f" class="outline-4">
1072
-<h4 id="org22c6b6f">Using the Toxic client</h4>
1073
-<div class="outline-text-4" id="text-org22c6b6f">
911
+<div id="outline-container-org59e0523" class="outline-4">
912
+<h4 id="org59e0523">Using the Toxic client</h4>
913
+<div class="outline-text-4" id="text-org59e0523">
1074 914
 <p>
1075 915
 Log into your system with:
1076 916
 </p>
@@ -1093,20 +933,20 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
1093 933
 </div>
1094 934
 </div>
1095 935
 
1096
-<div id="outline-container-org8afe5cb" class="outline-3">
1097
-<h3 id="org8afe5cb">VoIP (Voice and text chat)</h3>
1098
-<div class="outline-text-3" id="text-org8afe5cb">
1099
-</div><div id="outline-container-orga7a851f" class="outline-4">
1100
-<h4 id="orga7a851f">Text chat</h4>
1101
-<div class="outline-text-4" id="text-orga7a851f">
936
+<div id="outline-container-orga9e563f" class="outline-3">
937
+<h3 id="orga9e563f">VoIP (Voice and text chat)</h3>
938
+<div class="outline-text-3" id="text-orga9e563f">
939
+</div><div id="outline-container-org4cef98b" class="outline-4">
940
+<h4 id="org4cef98b">Text chat</h4>
941
+<div class="outline-text-4" id="text-org4cef98b">
1102 942
 <p>
1103 943
 In addition to voice it is also possible to do text chat via mumble. The security of this is pretty good provided that you do it via Plumble and Orbot on mobile, but compared to other options such as XMPP/Conversations or Tox the security is not as good, since the mumble server currently doesn't support forward secrecy.
1104 944
 </p>
1105 945
 </div>
1106 946
 </div>
1107
-<div id="outline-container-org6cd381e" class="outline-4">
1108
-<h4 id="org6cd381e">Using with Ubuntu</h4>
1109
-<div class="outline-text-4" id="text-org6cd381e">
947
+<div id="outline-container-org8a18b64" class="outline-4">
948
+<h4 id="org8a18b64">Using with Ubuntu</h4>
949
+<div class="outline-text-4" id="text-org8a18b64">
1110 950
 <p>
1111 951
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1112 952
 </p>
@@ -1116,9 +956,9 @@ Click on "add new" to add a new server and enter the default domain name for the
1116 956
 </p>
1117 957
 </div>
1118 958
 </div>
1119
-<div id="outline-container-org3fcb575" class="outline-4">
1120
-<h4 id="org3fcb575">Using with Android</h4>
1121
-<div class="outline-text-4" id="text-org3fcb575">
959
+<div id="outline-container-org3e5bec5" class="outline-4">
960
+<h4 id="org3e5bec5">Using with Android</h4>
961
+<div class="outline-text-4" id="text-org3e5bec5">
1122 962
 <p>
1123 963
 Install <a href="https://f-droid.org/">F-Droid</a>
1124 964
 </p>
@@ -1153,24 +993,24 @@ Selecting the server by pressing on it then connects you to the server so that y
1153 993
 </div>
1154 994
 </div>
1155 995
 </div>
1156
-<div id="outline-container-org69c3a39" class="outline-3">
1157
-<h3 id="org69c3a39">SIP phones</h3>
1158
-<div class="outline-text-3" id="text-org69c3a39">
996
+<div id="outline-container-org1169d5c" class="outline-3">
997
+<h3 id="org1169d5c">SIP phones</h3>
998
+<div class="outline-text-3" id="text-org1169d5c">
1159 999
 <p>
1160 1000
 Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
1161 1001
 </p>
1162 1002
 </div>
1163
-<div id="outline-container-orge7963d1" class="outline-4">
1164
-<h4 id="orge7963d1">About ZRTP</h4>
1165
-<div class="outline-text-4" id="text-orge7963d1">
1003
+<div id="outline-container-orgf2af54f" class="outline-4">
1004
+<h4 id="orgf2af54f">About ZRTP</h4>
1005
+<div class="outline-text-4" id="text-orgf2af54f">
1166 1006
 <p>
1167 1007
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
1168 1008
 </p>
1169 1009
 </div>
1170 1010
 </div>
1171
-<div id="outline-container-org89b01db" class="outline-4">
1172
-<h4 id="org89b01db">Using with CSIPSimple</h4>
1173
-<div class="outline-text-4" id="text-org89b01db">
1011
+<div id="outline-container-org32fca26" class="outline-4">
1012
+<h4 id="org32fca26">Using with CSIPSimple</h4>
1013
+<div class="outline-text-4" id="text-org32fca26">
1174 1014
 <p>
1175 1015
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1176 1016
 </p>
@@ -1226,9 +1066,9 @@ If everything is working the account should appear in green with a status of <b>
1226 1066
 </p>
1227 1067
 </div>
1228 1068
 </div>
1229
-<div id="outline-container-org6ae15ee" class="outline-4">
1230
-<h4 id="org6ae15ee">Using with Ring</h4>
1231
-<div class="outline-text-4" id="text-org6ae15ee">
1069
+<div id="outline-container-orgafbbb91" class="outline-4">
1070
+<h4 id="orgafbbb91">Using with Ring</h4>
1071
+<div class="outline-text-4" id="text-orgafbbb91">
1232 1072
 <p>
1233 1073
 From the menu select <b>Manage accounts</b>.
1234 1074
 </p>
@@ -1281,9 +1121,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
1281 1121
 </div>
1282 1122
 </div>
1283 1123
 
1284
-<div id="outline-container-org4da85a9" class="outline-2">
1285
-<h2 id="org4da85a9">RSS Reader</h2>
1286
-<div class="outline-text-2" id="text-org4da85a9">
1124
+<div id="outline-container-org57da370" class="outline-2">
1125
+<h2 id="org57da370">RSS Reader</h2>
1126
+<div class="outline-text-2" id="text-org57da370">
1287 1127
 <p>
1288 1128
 The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
1289 1129
 </p>
@@ -1295,9 +1135,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
1295 1135
 </div>
1296 1136
 </div>
1297 1137
 
1298
-<div id="outline-container-org9813c49" class="outline-3">
1299
-<h3 id="org9813c49">Finding the onion address</h3>
1300
-<div class="outline-text-3" id="text-org9813c49">
1138
+<div id="outline-container-org72ea13c" class="outline-3">
1139
+<h3 id="org72ea13c">Finding the onion address</h3>
1140
+<div class="outline-text-3" id="text-org72ea13c">
1301 1141
 <p>
1302 1142
 See the control panel for the RSS reader onion address.
1303 1143
 </p>
@@ -1321,9 +1161,9 @@ To set up the system open <a href="http://rss_reader_onion_address">http://rss_r
1321 1161
 </div>
1322 1162
 </div>
1323 1163
 
1324
-<div id="outline-container-org8125a0f" class="outline-3">
1325
-<h3 id="org8125a0f">On mobile</h3>
1326
-<div class="outline-text-3" id="text-org8125a0f">
1164
+<div id="outline-container-orgdedf130" class="outline-3">
1165
+<h3 id="orgdedf130">On mobile</h3>
1166
+<div class="outline-text-3" id="text-orgdedf130">
1327 1167
 <p>
1328 1168
 To access the RSS reader from a mobile device you can install a Tor compatible browser such as OrFox. It will try to automatically change to the mobile version of the user interface. Remember to add the site to the NoScript whitelist, and you may also need to turn HTTPS Everywhere off.
1329 1169
 </p>
@@ -1335,9 +1175,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
1335 1175
 </blockquote>
1336 1176
 </div>
1337 1177
 </div>
1338
-<div id="outline-container-orge8ec11b" class="outline-3">
1339
-<h3 id="orge8ec11b">With Emacs</h3>
1340
-<div class="outline-text-3" id="text-orge8ec11b">
1178
+<div id="outline-container-orgade9982" class="outline-3">
1179
+<h3 id="orgade9982">With Emacs</h3>
1180
+<div class="outline-text-3" id="text-orgade9982">
1341 1181
 <p>
1342 1182
 If you are an Emacs user then you can also read your RSS feeds via the <a href="https://github.com/dk87/avandu">Avandu</a> mode.
1343 1183
 </p>
@@ -1376,9 +1216,9 @@ And ensure that the Tor daemon is installed:
1376 1216
 </div>
1377 1217
 </div>
1378 1218
 </div>
1379
-<div id="outline-container-orgd680579" class="outline-2">
1380
-<h2 id="orgd680579">Git Projects</h2>
1381
-<div class="outline-text-2" id="text-orgd680579">
1219
+<div id="outline-container-org0d3c132" class="outline-2">
1220
+<h2 id="org0d3c132">Git Projects</h2>
1221
+<div class="outline-text-2" id="text-org0d3c132">
1382 1222
 <p>
1383 1223
 Github is ok, but it's proprietary and funded by venture capital. If you been around on the internet for long enough then you know how this story eventually works itself out - i.e. badly for the users. It's really only a question of time. If you're a software developer or do things which involve the Git version control system then it's a good idea to become accustomed to hosting your own repositories, before the inevitable Github shitstorm happens.
1384 1224
 </p>
@@ -1414,9 +1254,9 @@ This will stop any spam accounts being created by random strangers or bots. You
1414 1254
 </p>
1415 1255
 </div>
1416 1256
 </div>
1417
-<div id="outline-container-orgdaac5cc" class="outline-2">
1418
-<h2 id="orgdaac5cc">Adding or removing users</h2>
1419
-<div class="outline-text-2" id="text-orgdaac5cc">
1257
+<div id="outline-container-org9298e27" class="outline-2">
1258
+<h2 id="org9298e27">Adding or removing users</h2>
1259
+<div class="outline-text-2" id="text-org9298e27">
1420 1260
 <p>
1421 1261
 Log into the system with:
1422 1262
 </p>
@@ -1444,9 +1284,9 @@ control
1444 1284
 </div>
1445 1285
 </div>
1446 1286
 
1447
-<div id="outline-container-org4347af5" class="outline-2">
1448
-<h2 id="org4347af5">Blocking Ads</h2>
1449
-<div class="outline-text-2" id="text-org4347af5">
1287
+<div id="outline-container-org61f7efb" class="outline-2">
1288
+<h2 id="org61f7efb">Blocking Ads</h2>
1289
+<div class="outline-text-2" id="text-org61f7efb">
1450 1290
 <p>
1451 1291
 Everyone except for advertisers hates adverts. Not only are they annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
1452 1292
 </p>
@@ -1460,9 +1300,9 @@ Also don't expect perfection. Though many ads may be blocked by this system some
1460 1300
 </p>
1461 1301
 </div>
1462 1302
 
1463
-<div id="outline-container-orgf720b80" class="outline-3">
1464
-<h3 id="orgf720b80">Set a static IP address</h3>
1465
-<div class="outline-text-3" id="text-orgf720b80">
1303
+<div id="outline-container-org322cdd1" class="outline-3">
1304
+<h3 id="org322cdd1">Set a static IP address</h3>
1305
+<div class="outline-text-3" id="text-org322cdd1">
1466 1306
 <p>
1467 1307
 Ensure that your system has a static local IP address (typically 192.168..) using the option on the control panel. You will also need to know the IP address of your internet router, which is usually <b>192.168.1.1</b> or <b>192.168.1.254</b>.
1468 1308
 </p>
@@ -1473,9 +1313,9 @@ When that's done select <b>About this system</b> from the control panel and see
1473 1313
 </div>
1474 1314
 </div>
1475 1315
 
1476
-<div id="outline-container-org11b92f7" class="outline-3">
1477
-<h3 id="org11b92f7">On each client system within your local network</h3>
1478
-<div class="outline-text-3" id="text-org11b92f7">
1316
+<div id="outline-container-org037826a" class="outline-3">
1317
+<h3 id="org037826a">On each client system within your local network</h3>
1318
+<div class="outline-text-3" id="text-org037826a">
1479 1319
 <div class="org-src-container">
1480 1320
 <pre class="src src-bash">sudo chattr -i /etc/resolv.conf
1481 1321
 sudo nano /etc/resolv.conf
@@ -1502,9 +1342,9 @@ Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you
1502 1342
 </div>
1503 1343
 </div>
1504 1344
 
1505
-<div id="outline-container-org8fc2ddf" class="outline-3">
1506
-<h3 id="org8fc2ddf">On your internet router</h3>
1507
-<div class="outline-text-3" id="text-org8fc2ddf">
1345
+<div id="outline-container-org198d4b8" class="outline-3">
1346
+<h3 id="org198d4b8">On your internet router</h3>
1347
+<div class="outline-text-3" id="text-org198d4b8">
1508 1348
 <p>
1509 1349
 If you can access the settings on your local internet router then this is the simplest way to provide ad blocking for all devices which connect to it. Unfortunately some router models don't let you edit the DNS settings and if that's the case you might want to consider getting a different router.
1510 1350
 </p>
@@ -1514,9 +1354,9 @@ Edit the DNS settings and add the IPv4 address which you got from the control pa
1514 1354
 </p>
1515 1355
 </div>
1516 1356
 
1517
-<div id="outline-container-orgecad7b2" class="outline-4">
1518
-<h4 id="orgecad7b2">LibreCMC</h4>
1519
-<div class="outline-text-4" id="text-orgecad7b2">
1357
+<div id="outline-container-org046e02f" class="outline-4">
1358
+<h4 id="org046e02f">LibreCMC</h4>
1359
+<div class="outline-text-4" id="text-org046e02f">
1520 1360
 <p>
1521 1361
 On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS</b>. Enter the static IP address of your Freedombone system within <b>DNS Forwardings</b>, then at the bottom of the page click on <b>Save &amp; Apply</b>. Any devices which connect to your router will now have ad blocking.
1522 1362
 </p>
@@ -1524,9 +1364,9 @@ On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS
1524 1364
 </div>
1525 1365
 </div>
1526 1366
 
1527
-<div id="outline-container-org8cc4202" class="outline-3">
1528
-<h3 id="org8cc4202">Configuring block lists</h3>
1529
-<div class="outline-text-3" id="text-org8cc4202">
1367
+<div id="outline-container-org607af8e" class="outline-3">
1368
+<h3 id="org607af8e">Configuring block lists</h3>
1369
+<div class="outline-text-3" id="text-org607af8e">
1530 1370
 <p>
1531 1371
 You can configure the block lists which the system uses by going to the <b>administrator control panel</b>, selecting <b>App Settings</b> then choosing <b>pihole</b>. You can also add any extra domain names to the whitelist if they're being wrongly blocked or to the blacklist if they're not blocked by the current lists.
1532 1372
 </p>