Browse Source

Profanity documentation

Bob Mottram 8 years ago
parent
commit
46db0c6068
4 changed files with 544 additions and 91 deletions
  1. 73
    0
      doc/EN/app_profanity.org
  2. 4
    0
      doc/EN/apps.org
  3. 364
    0
      website/EN/app_profanity.html
  4. 103
    91
      website/EN/apps.html

+ 73
- 0
doc/EN/app_profanity.org View File

@@ -0,0 +1,73 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, profanity
5
+#+DESCRIPTION: How to use the Profanity XMPP client
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>Profanity</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+To install this app you will first need to install the [[./app_xmpp.html][XMPP server]].
20
+
21
+The [[https://profanity.im][Profanity]] 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.
22
+
23
+#+BEGIN_SRC bash
24
+ssh username@domain -p 2222
25
+#+END_SRC
26
+
27
+Then select *Run App* and then *profanity*.
28
+
29
+Generate an [[https://en.wikipedia.org/wiki/Off-the-Record_Messaging][OTR]] key with:
30
+
31
+#+BEGIN_SRC bash
32
+/otr gen
33
+#+END_SRC
34
+
35
+Then to start a conversation using OTR:
36
+
37
+#+BEGIN_SRC bash
38
+/otr start otherusername@otheruserdomain
39
+#+END_SRC
40
+
41
+or if you're already in an insecure chat with someone just use:
42
+
43
+#+BEGIN_SRC bash
44
+/otr start
45
+#+END_SRC
46
+
47
+Set a security question and answer:
48
+
49
+#+BEGIN_SRC bash
50
+/otr question "What is the name of your best friends rabbit?" fiffi
51
+#+END_SRC
52
+
53
+On the other side the user can enter:
54
+
55
+#+BEGIN_SRC bash
56
+/otr answer fiffi
57
+#+END_SRC
58
+
59
+For the most paranoid you can also obtain your fingerprint:
60
+
61
+#+BEGIN_SRC bash
62
+/otr myfp
63
+#+END_SRC
64
+
65
+and quote that.  If they quote theirs back you can check it with:
66
+
67
+#+BEGIN_SRC bash
68
+/otr theirfp
69
+#+END_SRC
70
+
71
+If the fingerprints match then you can be pretty confident that unless you have been socially engineered via the question and answer you probably are talking to who you think you are, and that it will be difficult for mass surveillance systems to know the content of the conversation. For more details see [[https://www.profanity.im/otr.html][this guide]]
72
+
73
+When accessed via the user control panel the client is automatically routed through Tor and so if you are also using OTR then this provides protection for both message content and metadata.

+ 4
- 0
doc/EN/apps.org View File

@@ -103,6 +103,10 @@ The black hole for web adverts. Block adverts at the domain name level within yo
103 103
 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.
104 104
 
105 105
 [[./app_postactiv.html][How to use it]]
106
+* Profanity
107
+A shell based XMPP client which you can run on the Freedombone server via ssh.
108
+
109
+[[./app_profanity.html][How to use it]]
106 110
 * Radicale
107 111
 Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
108 112
 

+ 364
- 0
website/EN/app_profanity.html View File

@@ -0,0 +1,364 @@
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
+<!-- 2017-05-16 Tue 21:02 -->
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 the Profanity XMPP client"
13
+ />
14
+<meta name="keywords" content="freedombone, profanity" />
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-hledger:before { content: 'hledger'; }
75
+  pre.src-java:before { content: 'Java'; }
76
+  pre.src-js:before { content: 'Javascript'; }
77
+  pre.src-latex:before { content: 'LaTeX'; }
78
+  pre.src-ledger:before { content: 'Ledger'; }
79
+  pre.src-lisp:before { content: 'Lisp'; }
80
+  pre.src-lilypond:before { content: 'Lilypond'; }
81
+  pre.src-lua:before { content: 'Lua'; }
82
+  pre.src-matlab:before { content: 'MATLAB'; }
83
+  pre.src-mscgen:before { content: 'Mscgen'; }
84
+  pre.src-ocaml:before { content: 'Objective Caml'; }
85
+  pre.src-octave:before { content: 'Octave'; }
86
+  pre.src-org:before { content: 'Org mode'; }
87
+  pre.src-oz:before { content: 'OZ'; }
88
+  pre.src-plantuml:before { content: 'Plantuml'; }
89
+  pre.src-processing:before { content: 'Processing.js'; }
90
+  pre.src-python:before { content: 'Python'; }
91
+  pre.src-R:before { content: 'R'; }
92
+  pre.src-ruby:before { content: 'Ruby'; }
93
+  pre.src-sass:before { content: 'Sass'; }
94
+  pre.src-scheme:before { content: 'Scheme'; }
95
+  pre.src-screen:before { content: 'Gnu Screen'; }
96
+  pre.src-sed:before { content: 'Sed'; }
97
+  pre.src-sh:before { content: 'shell'; }
98
+  pre.src-sql:before { content: 'SQL'; }
99
+  pre.src-sqlite:before { content: 'SQLite'; }
100
+  /* additional languages in org.el's org-babel-load-languages alist */
101
+  pre.src-forth:before { content: 'Forth'; }
102
+  pre.src-io:before { content: 'IO'; }
103
+  pre.src-J:before { content: 'J'; }
104
+  pre.src-makefile:before { content: 'Makefile'; }
105
+  pre.src-maxima:before { content: 'Maxima'; }
106
+  pre.src-perl:before { content: 'Perl'; }
107
+  pre.src-picolisp:before { content: 'Pico Lisp'; }
108
+  pre.src-scala:before { content: 'Scala'; }
109
+  pre.src-shell:before { content: 'Shell Script'; }
110
+  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111
+  /* additional language identifiers per "defun org-babel-execute"
112
+       in ob-*.el */
113
+  pre.src-cpp:before  { content: 'C++'; }
114
+  pre.src-abc:before  { content: 'ABC'; }
115
+  pre.src-coq:before  { content: 'Coq'; }
116
+  pre.src-groovy:before  { content: 'Groovy'; }
117
+  /* additional language identifiers from org-babel-shell-names in
118
+     ob-shell.el: ob-shell is the only babel language using a lambda to put
119
+     the execution function name together. */
120
+  pre.src-bash:before  { content: 'bash'; }
121
+  pre.src-csh:before  { content: 'csh'; }
122
+  pre.src-ash:before  { content: 'ash'; }
123
+  pre.src-dash:before  { content: 'dash'; }
124
+  pre.src-ksh:before  { content: 'ksh'; }
125
+  pre.src-mksh:before  { content: 'mksh'; }
126
+  pre.src-posh:before  { content: 'posh'; }
127
+  /* Additional Emacs modes also supported by the LaTeX listings package */
128
+  pre.src-ada:before { content: 'Ada'; }
129
+  pre.src-asm:before { content: 'Assembler'; }
130
+  pre.src-caml:before { content: 'Caml'; }
131
+  pre.src-delphi:before { content: 'Delphi'; }
132
+  pre.src-html:before { content: 'HTML'; }
133
+  pre.src-idl:before { content: 'IDL'; }
134
+  pre.src-mercury:before { content: 'Mercury'; }
135
+  pre.src-metapost:before { content: 'MetaPost'; }
136
+  pre.src-modula-2:before { content: 'Modula-2'; }
137
+  pre.src-pascal:before { content: 'Pascal'; }
138
+  pre.src-ps:before { content: 'PostScript'; }
139
+  pre.src-prolog:before { content: 'Prolog'; }
140
+  pre.src-simula:before { content: 'Simula'; }
141
+  pre.src-tcl:before { content: 'tcl'; }
142
+  pre.src-tex:before { content: 'TeX'; }
143
+  pre.src-plain-tex:before { content: 'Plain TeX'; }
144
+  pre.src-verilog:before { content: 'Verilog'; }
145
+  pre.src-vhdl:before { content: 'VHDL'; }
146
+  pre.src-xml:before { content: 'XML'; }
147
+  pre.src-nxml:before { content: 'XML'; }
148
+  /* add a generic configuration mode; LaTeX export needs an additional
149
+     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150
+  pre.src-conf:before { content: 'Configuration File'; }
151
+
152
+  table { border-collapse:collapse; }
153
+  caption.t-above { caption-side: top; }
154
+  caption.t-bottom { caption-side: bottom; }
155
+  td, th { vertical-align:top;  }
156
+  th.org-right  { text-align: center;  }
157
+  th.org-left   { text-align: center;   }
158
+  th.org-center { text-align: center; }
159
+  td.org-right  { text-align: right;  }
160
+  td.org-left   { text-align: left;   }
161
+  td.org-center { text-align: center; }
162
+  dt { font-weight: bold; }
163
+  .footpara { display: inline; }
164
+  .footdef  { margin-bottom: 1em; }
165
+  .figure { padding: 1em; }
166
+  .figure p { text-align: center; }
167
+  .inlinetask {
168
+    padding: 10px;
169
+    border: 2px solid gray;
170
+    margin: 10px;
171
+    background: #ffffcc;
172
+  }
173
+  #org-div-home-and-up
174
+   { text-align: right; font-size: 70%; white-space: nowrap; }
175
+  textarea { overflow-x: auto; }
176
+  .linenr { font-size: smaller }
177
+  .code-highlighted { background-color: #ffff00; }
178
+  .org-info-js_info-navigation { border-style: none; }
179
+  #org-info-js_console-label
180
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
181
+  .org-info-js_search-highlight
182
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
183
+  .org-svg { width: 90%; }
184
+  /*]]>*/-->
185
+</style>
186
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
187
+<script type="text/javascript">
188
+/*
189
+@licstart  The following is the entire license notice for the
190
+JavaScript code in this tag.
191
+
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
193
+
194
+The JavaScript code in this tag is free software: you can
195
+redistribute it and/or modify it under the terms of the GNU
196
+General Public License (GNU GPL) as published by the Free Software
197
+Foundation, either version 3 of the License, or (at your option)
198
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
199
+without even the implied warranty of MERCHANTABILITY or FITNESS
200
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
201
+
202
+As additional permission under GNU GPL version 3 section 7, you
203
+may distribute non-source (e.g., minimized or compacted) forms of
204
+that code without the copy of the GNU GPL normally required by
205
+section 4, provided you include this license notice and a URL
206
+through which recipients can access the Corresponding Source.
207
+
208
+
209
+@licend  The above is the entire license notice
210
+for the JavaScript code in this tag.
211
+*/
212
+<!--/*--><![CDATA[/*><!--*/
213
+ function CodeHighlightOn(elem, id)
214
+ {
215
+   var target = document.getElementById(id);
216
+   if(null != target) {
217
+     elem.cacheClassElem = elem.className;
218
+     elem.cacheClassTarget = target.className;
219
+     target.className = "code-highlighted";
220
+     elem.className   = "code-highlighted";
221
+   }
222
+ }
223
+ function CodeHighlightOff(elem, id)
224
+ {
225
+   var target = document.getElementById(id);
226
+   if(elem.cacheClassElem)
227
+     elem.className = elem.cacheClassElem;
228
+   if(elem.cacheClassTarget)
229
+     target.className = elem.cacheClassTarget;
230
+ }
231
+/*]]>*///-->
232
+</script>
233
+</head>
234
+<body>
235
+<div id="preamble" class="status">
236
+<a name="top" id="top"></a>
237
+</div>
238
+<div id="content">
239
+<div class="org-center">
240
+
241
+<div class="figure">
242
+<p><img src="images/logo.png" alt="logo.png" />
243
+</p>
244
+</div>
245
+</div>
246
+
247
+<center>
248
+<h1>Profanity</h1>
249
+</center>
250
+
251
+<p>
252
+To install this app you will first need to install the <a href="./app_xmpp.html">XMPP server</a>.
253
+</p>
254
+
255
+<p>
256
+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.
257
+</p>
258
+
259
+<div class="org-src-container">
260
+<pre><code class="src src-bash">ssh username@domain -p 2222
261
+</code></pre>
262
+</div>
263
+
264
+<p>
265
+Then select <b>Run App</b> and then <b>profanity</b>.
266
+</p>
267
+
268
+<p>
269
+Generate an <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> key with:
270
+</p>
271
+
272
+<div class="org-src-container">
273
+<pre><code class="src src-bash">/otr gen
274
+</code></pre>
275
+</div>
276
+
277
+<p>
278
+Then to start a conversation using OTR:
279
+</p>
280
+
281
+<div class="org-src-container">
282
+<pre><code class="src src-bash">/otr start otherusername@otheruserdomain
283
+</code></pre>
284
+</div>
285
+
286
+<p>
287
+or if you're already in an insecure chat with someone just use:
288
+</p>
289
+
290
+<div class="org-src-container">
291
+<pre><code class="src src-bash">/otr start
292
+</code></pre>
293
+</div>
294
+
295
+<p>
296
+Set a security question and answer:
297
+</p>
298
+
299
+<div class="org-src-container">
300
+<pre><code class="src src-bash">/otr question <span class="org-string">"What is the name of your best friends rabbit?"</span> fiffi
301
+</code></pre>
302
+</div>
303
+
304
+<p>
305
+On the other side the user can enter:
306
+</p>
307
+
308
+<div class="org-src-container">
309
+<pre><code class="src src-bash">/otr answer fiffi
310
+</code></pre>
311
+</div>
312
+
313
+<p>
314
+For the most paranoid you can also obtain your fingerprint:
315
+</p>
316
+
317
+<div class="org-src-container">
318
+<pre><code class="src src-bash">/otr myfp
319
+</code></pre>
320
+</div>
321
+
322
+<p>
323
+and quote that.  If they quote theirs back you can check it with:
324
+</p>
325
+
326
+<div class="org-src-container">
327
+<pre><code class="src src-bash">/otr theirfp
328
+</code></pre>
329
+</div>
330
+
331
+<p>
332
+If the fingerprints match then you can be pretty confident that unless you have been socially engineered via the question and answer you probably are talking to who you think you are, and that it will be difficult for mass surveillance systems to know the content of the conversation. For more details see <a href="https://www.profanity.im/otr.html">this guide</a>
333
+</p>
334
+
335
+<p>
336
+When accessed via the user control panel the client is automatically routed through Tor and so if you are also using OTR then this provides protection for both message content and metadata.
337
+</p>
338
+</div>
339
+<div id="postamble" class="status">
340
+
341
+<style type="text/css">
342
+.back-to-top {
343
+    position: fixed;
344
+    bottom: 2em;
345
+    right: 0px;
346
+    text-decoration: none;
347
+    color: #000000;
348
+    background-color: rgba(235, 235, 235, 0.80);
349
+    font-size: 12px;
350
+    padding: 1em;
351
+    display: none;
352
+}
353
+
354
+.back-to-top:hover {
355
+    background-color: rgba(135, 135, 135, 0.50);
356
+}
357
+</style>
358
+
359
+<div class="back-to-top">
360
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
361
+</div>
362
+</div>
363
+</body>
364
+</html>

+ 103
- 91
website/EN/apps.html View File

@@ -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
-<!-- 2017-05-10 Wed 20:12 -->
6
+<!-- 2017-05-16 Tue 21:05 -->
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>
@@ -264,9 +264,9 @@ The base install of the system just contains an email server and Mutt client, bu
264 264
 </div>
265 265
 </div>
266 266
 
267
-<div id="outline-container-org372bf3e" class="outline-2">
268
-<h2 id="org372bf3e">DLNA</h2>
269
-<div class="outline-text-2" id="text-org372bf3e">
267
+<div id="outline-container-orgcb4aa81" class="outline-2">
268
+<h2 id="orgcb4aa81">DLNA</h2>
269
+<div class="outline-text-2" id="text-orgcb4aa81">
270 270
 <p>
271 271
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
272 272
 </p>
@@ -276,9 +276,9 @@ Enables you to use the system as a music server which any DLNA compatible device
276 276
 </p>
277 277
 </div>
278 278
 </div>
279
-<div id="outline-container-org8f40b27" class="outline-2">
280
-<h2 id="org8f40b27">Dokuwiki</h2>
281
-<div class="outline-text-2" id="text-org8f40b27">
279
+<div id="outline-container-org1f98bc9" class="outline-2">
280
+<h2 id="org1f98bc9">Dokuwiki</h2>
281
+<div class="outline-text-2" id="text-org1f98bc9">
282 282
 <p>
283 283
 A databaseless wiki system.
284 284
 </p>
@@ -288,9 +288,9 @@ A databaseless wiki system.
288 288
 </p>
289 289
 </div>
290 290
 </div>
291
-<div id="outline-container-org8451dac" class="outline-2">
292
-<h2 id="org8451dac">Emacs</h2>
293
-<div class="outline-text-2" id="text-org8451dac">
291
+<div id="outline-container-org165f6e2" class="outline-2">
292
+<h2 id="org165f6e2">Emacs</h2>
293
+<div class="outline-text-2" id="text-org165f6e2">
294 294
 <p>
295 295
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
296 296
 </p>
@@ -300,9 +300,9 @@ If you use the Mutt client to read your email then this will set it up to use em
300 300
 </p>
301 301
 </div>
302 302
 </div>
303
-<div id="outline-container-org9d3f7de" class="outline-2">
304
-<h2 id="org9d3f7de">Etherpad</h2>
305
-<div class="outline-text-2" id="text-org9d3f7de">
303
+<div id="outline-container-orgb13eebc" class="outline-2">
304
+<h2 id="orgb13eebc">Etherpad</h2>
305
+<div class="outline-text-2" id="text-orgb13eebc">
306 306
 <p>
307 307
 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.
308 308
 </p>
@@ -312,9 +312,9 @@ Collaborate on creating documents in real time. Maybe you're planning a holiday
312 312
 </p>
313 313
 </div>
314 314
 </div>
315
-<div id="outline-container-org63b64da" class="outline-2">
316
-<h2 id="org63b64da">Friendica</h2>
317
-<div class="outline-text-2" id="text-org63b64da">
315
+<div id="outline-container-orga63b767" class="outline-2">
316
+<h2 id="orga63b767">Friendica</h2>
317
+<div class="outline-text-2" id="text-orga63b767">
318 318
 <p>
319 319
 Federated social network system.
320 320
 </p>
@@ -324,9 +324,9 @@ Federated social network system.
324 324
 </p>
325 325
 </div>
326 326
 </div>
327
-<div id="outline-container-orge6eb6c0" class="outline-2">
328
-<h2 id="orge6eb6c0">Ghost</h2>
329
-<div class="outline-text-2" id="text-orge6eb6c0">
327
+<div id="outline-container-org5ad79a7" class="outline-2">
328
+<h2 id="org5ad79a7">Ghost</h2>
329
+<div class="outline-text-2" id="text-org5ad79a7">
330 330
 <p>
331 331
 Modern looking blogging system.
332 332
 </p>
@@ -336,9 +336,9 @@ Modern looking blogging system.
336 336
 </p>
337 337
 </div>
338 338
 </div>
339
-<div id="outline-container-org4a83bfb" class="outline-2">
340
-<h2 id="org4a83bfb">GNU Social</h2>
341
-<div class="outline-text-2" id="text-org4a83bfb">
339
+<div id="outline-container-org24086e0" class="outline-2">
340
+<h2 id="org24086e0">GNU Social</h2>
341
+<div class="outline-text-2" id="text-org24086e0">
342 342
 <p>
343 343
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
344 344
 </p>
@@ -348,9 +348,9 @@ Federated social network. You can "<i>remote follow</i>" other users within the
348 348
 </p>
349 349
 </div>
350 350
 </div>
351
-<div id="outline-container-orgeae0509" class="outline-2">
352
-<h2 id="orgeae0509">Gogs</h2>
353
-<div class="outline-text-2" id="text-orgeae0509">
351
+<div id="outline-container-orgffc6ea4" class="outline-2">
352
+<h2 id="orgffc6ea4">Gogs</h2>
353
+<div class="outline-text-2" id="text-orgffc6ea4">
354 354
 <p>
355 355
 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.
356 356
 </p>
@@ -360,9 +360,9 @@ Lightweight git project hosting system. You can mirror projects from Github, or
360 360
 </p>
361 361
 </div>
362 362
 </div>
363
-<div id="outline-container-org2429465" class="outline-2">
364
-<h2 id="org2429465">HTMLy</h2>
365
-<div class="outline-text-2" id="text-org2429465">
363
+<div id="outline-container-orga801082" class="outline-2">
364
+<h2 id="orga801082">HTMLy</h2>
365
+<div class="outline-text-2" id="text-orga801082">
366 366
 <p>
367 367
 Databaseless blogging system. Quite simple and with a markdown-like format.
368 368
 </p>
@@ -372,9 +372,9 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
372 372
 </p>
373 373
 </div>
374 374
 </div>
375
-<div id="outline-container-orgb0d40a3" class="outline-2">
376
-<h2 id="orgb0d40a3">Hubzilla</h2>
377
-<div class="outline-text-2" id="text-orgb0d40a3">
375
+<div id="outline-container-org0ec5826" class="outline-2">
376
+<h2 id="org0ec5826">Hubzilla</h2>
377
+<div class="outline-text-2" id="text-org0ec5826">
378 378
 <p>
379 379
 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.
380 380
 </p>
@@ -384,9 +384,9 @@ Web publishing platform with social network like features and good privacy contr
384 384
 </p>
385 385
 </div>
386 386
 </div>
387
-<div id="outline-container-org85b8a83" class="outline-2">
388
-<h2 id="org85b8a83">IRC Server (ngirc)</h2>
389
-<div class="outline-text-2" id="text-org85b8a83">
387
+<div id="outline-container-orgfbb0fad" class="outline-2">
388
+<h2 id="orgfbb0fad">IRC Server (ngirc)</h2>
389
+<div class="outline-text-2" id="text-orgfbb0fad">
390 390
 <p>
391 391
 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.
392 392
 </p>
@@ -396,18 +396,18 @@ Run your own IRC chat channel which can be secured with a password and accessibl
396 396
 </p>
397 397
 </div>
398 398
 </div>
399
-<div id="outline-container-org65ab5d3" class="outline-2">
400
-<h2 id="org65ab5d3">Jitsi Meet</h2>
401
-<div class="outline-text-2" id="text-org65ab5d3">
399
+<div id="outline-container-org74149f6" class="outline-2">
400
+<h2 id="org74149f6">Jitsi Meet</h2>
401
+<div class="outline-text-2" id="text-org74149f6">
402 402
 <p>
403 403
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
404 404
 </p>
405 405
 </div>
406 406
 </div>
407 407
 
408
-<div id="outline-container-org7ff4db3" class="outline-2">
409
-<h2 id="org7ff4db3">Lychee</h2>
410
-<div class="outline-text-2" id="text-org7ff4db3">
408
+<div id="outline-container-org36c0bc3" class="outline-2">
409
+<h2 id="org36c0bc3">Lychee</h2>
410
+<div class="outline-text-2" id="text-org36c0bc3">
411 411
 <p>
412 412
 Make your photo albums available on the web.
413 413
 </p>
@@ -417,9 +417,9 @@ Make your photo albums available on the web.
417 417
 </p>
418 418
 </div>
419 419
 </div>
420
-<div id="outline-container-org0b2516a" class="outline-2">
421
-<h2 id="org0b2516a">Mailpile</h2>
422
-<div class="outline-text-2" id="text-org0b2516a">
420
+<div id="outline-container-org4a85421" class="outline-2">
421
+<h2 id="org4a85421">Mailpile</h2>
422
+<div class="outline-text-2" id="text-org4a85421">
423 423
 <p>
424 424
 Modern email client which supports GPG encryption.
425 425
 </p>
@@ -429,9 +429,9 @@ Modern email client which supports GPG encryption.
429 429
 </p>
430 430
 </div>
431 431
 </div>
432
-<div id="outline-container-org464b4b7" class="outline-2">
433
-<h2 id="org464b4b7">Matrix</h2>
434
-<div class="outline-text-2" id="text-org464b4b7">
432
+<div id="outline-container-org1ef0b41" class="outline-2">
433
+<h2 id="org1ef0b41">Matrix</h2>
434
+<div class="outline-text-2" id="text-org1ef0b41">
435 435
 <p>
436 436
 Multi-user chat with some security and moderation controls.
437 437
 </p>
@@ -441,9 +441,9 @@ Multi-user chat with some security and moderation controls.
441 441
 </p>
442 442
 </div>
443 443
 </div>
444
-<div id="outline-container-org3da94ed" class="outline-2">
445
-<h2 id="org3da94ed">Mediagoblin</h2>
446
-<div class="outline-text-2" id="text-org3da94ed">
444
+<div id="outline-container-org0e9ba2b" class="outline-2">
445
+<h2 id="org0e9ba2b">Mediagoblin</h2>
446
+<div class="outline-text-2" id="text-org0e9ba2b">
447 447
 <p>
448 448
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
449 449
 </p>
@@ -453,9 +453,9 @@ Publicly host video and audio files so that you don't need to use YouTube/Vimeo/
453 453
 </p>
454 454
 </div>
455 455
 </div>
456
-<div id="outline-container-orgc8b5bd6" class="outline-2">
457
-<h2 id="orgc8b5bd6">Mumble</h2>
458
-<div class="outline-text-2" id="text-orgc8b5bd6">
456
+<div id="outline-container-org2a452ea" class="outline-2">
457
+<h2 id="org2a452ea">Mumble</h2>
458
+<div class="outline-text-2" id="text-org2a452ea">
459 459
 <p>
460 460
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
461 461
 </p>
@@ -465,9 +465,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
465 465
 </p>
466 466
 </div>
467 467
 </div>
468
-<div id="outline-container-orge2e9cd1" class="outline-2">
469
-<h2 id="orge2e9cd1">NextCloud</h2>
470
-<div class="outline-text-2" id="text-orge2e9cd1">
468
+<div id="outline-container-org24b3d00" class="outline-2">
469
+<h2 id="org24b3d00">NextCloud</h2>
470
+<div class="outline-text-2" id="text-org24b3d00">
471 471
 <p>
472 472
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
473 473
 </p>
@@ -477,9 +477,9 @@ Store files on your server and sync them with laptops or mobile devices. Include
477 477
 </p>
478 478
 </div>
479 479
 </div>
480
-<div id="outline-container-org03a928d" class="outline-2">
481
-<h2 id="org03a928d">PI-Hole</h2>
482
-<div class="outline-text-2" id="text-org03a928d">
480
+<div id="outline-container-org6538a4d" class="outline-2">
481
+<h2 id="org6538a4d">PI-Hole</h2>
482
+<div class="outline-text-2" id="text-org6538a4d">
483 483
 <p>
484 484
 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.
485 485
 </p>
@@ -489,9 +489,9 @@ The black hole for web adverts. Block adverts at the domain name level within yo
489 489
 </p>
490 490
 </div>
491 491
 </div>
492
-<div id="outline-container-org47912c7" class="outline-2">
493
-<h2 id="org47912c7">PostActiv</h2>
494
-<div class="outline-text-2" id="text-org47912c7">
492
+<div id="outline-container-orge574564" class="outline-2">
493
+<h2 id="orge574564">PostActiv</h2>
494
+<div class="outline-text-2" id="text-orge574564">
495 495
 <p>
496 496
 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.
497 497
 </p>
@@ -501,9 +501,21 @@ An alternative federated social networking system compatible with GNU Social. It
501 501
 </p>
502 502
 </div>
503 503
 </div>
504
-<div id="outline-container-orgf28761f" class="outline-2">
505
-<h2 id="orgf28761f">Radicale</h2>
506
-<div class="outline-text-2" id="text-orgf28761f">
504
+<div id="outline-container-orgb77b0ea" class="outline-2">
505
+<h2 id="orgb77b0ea">Profanity</h2>
506
+<div class="outline-text-2" id="text-orgb77b0ea">
507
+<p>
508
+A shell based XMPP client which you can run on the Freedombone server via ssh.
509
+</p>
510
+
511
+<p>
512
+<a href="./app_profanity.html">How to use it</a>
513
+</p>
514
+</div>
515
+</div>
516
+<div id="outline-container-orgce3cbcf" class="outline-2">
517
+<h2 id="orgce3cbcf">Radicale</h2>
518
+<div class="outline-text-2" id="text-orgce3cbcf">
507 519
 <p>
508 520
 Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
509 521
 </p>
@@ -513,9 +525,9 @@ Calendar system compatible with CalDAV and CardDAV. Synch your calendar events e
513 525
 </p>
514 526
 </div>
515 527
 </div>
516
-<div id="outline-container-org17a8973" class="outline-2">
517
-<h2 id="org17a8973">Riot Web</h2>
518
-<div class="outline-text-2" id="text-org17a8973">
528
+<div id="outline-container-orgeb393c6" class="outline-2">
529
+<h2 id="orgeb393c6">Riot Web</h2>
530
+<div class="outline-text-2" id="text-orgeb393c6">
519 531
 <p>
520 532
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
521 533
 </p>
@@ -525,9 +537,9 @@ A browser based user interface for the Matrix federated communications system, i
525 537
 </p>
526 538
 </div>
527 539
 </div>
528
-<div id="outline-container-org8827212" class="outline-2">
529
-<h2 id="org8827212">SearX</h2>
530
-<div class="outline-text-2" id="text-org8827212">
540
+<div id="outline-container-orgbe4f5b5" class="outline-2">
541
+<h2 id="orgbe4f5b5">SearX</h2>
542
+<div class="outline-text-2" id="text-orgbe4f5b5">
531 543
 <p>
532 544
 A metasearch engine for customised and private web searches.
533 545
 </p>
@@ -537,9 +549,9 @@ A metasearch engine for customised and private web searches.
537 549
 </p>
538 550
 </div>
539 551
 </div>
540
-<div id="outline-container-org4f37358" class="outline-2">
541
-<h2 id="org4f37358">tt-rss</h2>
542
-<div class="outline-text-2" id="text-org4f37358">
552
+<div id="outline-container-org18dda07" class="outline-2">
553
+<h2 id="org18dda07">tt-rss</h2>
554
+<div class="outline-text-2" id="text-org18dda07">
543 555
 <p>
544 556
 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.
545 557
 </p>
@@ -549,9 +561,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
549 561
 </p>
550 562
 </div>
551 563
 </div>
552
-<div id="outline-container-org8f9c43d" class="outline-2">
553
-<h2 id="org8f9c43d">Syncthing</h2>
554
-<div class="outline-text-2" id="text-org8f9c43d">
564
+<div id="outline-container-org3b174fd" class="outline-2">
565
+<h2 id="org3b174fd">Syncthing</h2>
566
+<div class="outline-text-2" id="text-org3b174fd">
555 567
 <p>
556 568
 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.
557 569
 </p>
@@ -561,9 +573,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
561 573
 </p>
562 574
 </div>
563 575
 </div>
564
-<div id="outline-container-orgd0043d9" class="outline-2">
565
-<h2 id="orgd0043d9">Tahoe-LAFS</h2>
566
-<div class="outline-text-2" id="text-orgd0043d9">
576
+<div id="outline-container-org6c128a0" class="outline-2">
577
+<h2 id="org6c128a0">Tahoe-LAFS</h2>
578
+<div class="outline-text-2" id="text-org6c128a0">
567 579
 <p>
568 580
 Robust and encrypted storage of files on one or more server.
569 581
 </p>
@@ -573,9 +585,9 @@ Robust and encrypted storage of files on one or more server.
573 585
 </p>
574 586
 </div>
575 587
 </div>
576
-<div id="outline-container-org7820aeb" class="outline-2">
577
-<h2 id="org7820aeb">Tox</h2>
578
-<div class="outline-text-2" id="text-org7820aeb">
588
+<div id="outline-container-org9b93865" class="outline-2">
589
+<h2 id="org9b93865">Tox</h2>
590
+<div class="outline-text-2" id="text-org9b93865">
579 591
 <p>
580 592
 Client and bootstrap node for the Tox chat/VoIP system.
581 593
 </p>
@@ -585,9 +597,9 @@ Client and bootstrap node for the Tox chat/VoIP system.
585 597
 </p>
586 598
 </div>
587 599
 </div>
588
-<div id="outline-container-orgfd1cd79" class="outline-2">
589
-<h2 id="orgfd1cd79">Turtl</h2>
590
-<div class="outline-text-2" id="text-orgfd1cd79">
600
+<div id="outline-container-orgb1d218b" class="outline-2">
601
+<h2 id="orgb1d218b">Turtl</h2>
602
+<div class="outline-text-2" id="text-orgb1d218b">
591 603
 <p>
592 604
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
593 605
 </p>
@@ -597,18 +609,18 @@ A system for privately creating and sharing notes and images, similar to Evernot
597 609
 </p>
598 610
 </div>
599 611
 </div>
600
-<div id="outline-container-org2264fcd" class="outline-2">
601
-<h2 id="org2264fcd">Vim</h2>
602
-<div class="outline-text-2" id="text-org2264fcd">
612
+<div id="outline-container-orgffab46a" class="outline-2">
613
+<h2 id="orgffab46a">Vim</h2>
614
+<div class="outline-text-2" id="text-orgffab46a">
603 615
 <p>
604 616
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
605 617
 </p>
606 618
 </div>
607 619
 </div>
608 620
 
609
-<div id="outline-container-orgc47a593" class="outline-2">
610
-<h2 id="orgc47a593">XMPP</h2>
611
-<div class="outline-text-2" id="text-orgc47a593">
621
+<div id="outline-container-org4b6f12b" class="outline-2">
622
+<h2 id="org4b6f12b">XMPP</h2>
623
+<div class="outline-text-2" id="text-org4b6f12b">
612 624
 <p>
613 625
 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.
614 626
 </p>