Browse Source

Add documentation for bludit

Bob Mottram 7 years ago
parent
commit
4378a1f405
4 changed files with 490 additions and 130 deletions
  1. 34
    0
      doc/EN/app_bludit.org
  2. 4
    0
      doc/EN/apps.org
  3. 310
    0
      website/EN/app_bludit.html
  4. 142
    130
      website/EN/apps.html

+ 34
- 0
doc/EN/app_bludit.org View File

1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, bludit, blog
5
+#+DESCRIPTION: How to use Bludit
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>Bludit</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+This is a databaseless blogging system which uses markdown files. It's not very complex and so there is not much to go wrong, and it should run well on any server hardware.
20
+
21
+* Installation
22
+Log into your system with:
23
+
24
+#+begin_src bash
25
+ssh myusername@mydomain -p 2222
26
+#+end_src
27
+
28
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
29
+
30
+Select *Add/Remove Apps* then *bluit*. Enter the subdomain that you which to use, such as *blog.mydomain.net*, and optionally a FreeDNS code.
31
+
32
+Now in a browser navigate to your subdomain. You will need to enter some details for the database. You'll be asked to provide an initial administrator password.
33
+
34
+From there on it's all pretty straightforward. If you need to publish a draft the post status can be changed on a drop down list on the right hand side.

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

29
 It's like ordinary email, but with [[https://en.wikipedia.org/wiki/I2P][i2p]] as the transport mechanism.
29
 It's like ordinary email, but with [[https://en.wikipedia.org/wiki/I2P][i2p]] as the transport mechanism.
30
 
30
 
31
 [[./app_bdsmail.html][How to use it]]
31
 [[./app_bdsmail.html][How to use it]]
32
+* Bludit
33
+This is a simple databaseless blogging system which uses markdown files. It should run well on any hardware.
34
+
35
+[[./app_bludit.html][How to use it]]
32
 * CryptPad
36
 * CryptPad
33
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
37
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
34
 
38
 

+ 310
- 0
website/EN/app_bludit.html View File

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
+<!-- 2018-03-31 Sat 18:25 -->
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>&lrm;</title>
10
+<meta name="generator" content="Org mode" />
11
+<meta name="author" content="Bob Mottram" />
12
+<meta name="description" content="How to use Bludit"
13
+ />
14
+<meta name="keywords" content="freedombone, bludit, blog" />
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>Bludit</h1>
249
+</center>
250
+
251
+<p>
252
+This is a databaseless blogging system which uses markdown files. It's not very complex and so there is not much to go wrong, and it should run well on any server hardware.
253
+</p>
254
+
255
+<div id="outline-container-org09c48a1" class="outline-2">
256
+<h2 id="org09c48a1">Installation</h2>
257
+<div class="outline-text-2" id="text-org09c48a1">
258
+<p>
259
+Log into your system with:
260
+</p>
261
+
262
+<div class="org-src-container">
263
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
264
+</pre>
265
+</div>
266
+
267
+<p>
268
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
269
+</p>
270
+
271
+<p>
272
+Select <b>Add/Remove Apps</b> then <b>bluit</b>. Enter the subdomain that you which to use, such as <b>blog.mydomain.net</b>, and optionally a FreeDNS code.
273
+</p>
274
+
275
+<p>
276
+Now in a browser navigate to your subdomain. You will need to enter some details for the database. You'll be asked to provide an initial administrator password.
277
+</p>
278
+
279
+<p>
280
+From there on it's all pretty straightforward. If you need to publish a draft the post status can be changed on a drop down list on the right hand side.
281
+</p>
282
+</div>
283
+</div>
284
+</div>
285
+<div id="postamble" class="status">
286
+
287
+<style type="text/css">
288
+.back-to-top {
289
+    position: fixed;
290
+    bottom: 2em;
291
+    right: 0px;
292
+    text-decoration: none;
293
+    color: #000000;
294
+    background-color: rgba(235, 235, 235, 0.80);
295
+    font-size: 12px;
296
+    padding: 1em;
297
+    display: none;
298
+}
299
+
300
+.back-to-top:hover {
301
+    background-color: rgba(135, 135, 135, 0.50);
302
+}
303
+</style>
304
+
305
+<div class="back-to-top">
306
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
307
+</div>
308
+</div>
309
+</body>
310
+</html>

+ 142
- 130
website/EN/apps.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2018-03-31 Sat 18:18 -->
6
+<!-- 2018-03-31 Sat 18:28 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title>&lrm;</title>
9
 <title>&lrm;</title>
263
 </div>
263
 </div>
264
 
264
 
265
 
265
 
266
-<div id="outline-container-org418122a" class="outline-2">
267
-<h2 id="org418122a">Akaunting</h2>
268
-<div class="outline-text-2" id="text-org418122a">
266
+<div id="outline-container-org28b5697" class="outline-2">
267
+<h2 id="org28b5697">Akaunting</h2>
268
+<div class="outline-text-2" id="text-org28b5697">
269
 <p>
269
 <p>
270
 A web based accounts system for small businesses or freelancers.
270
 A web based accounts system for small businesses or freelancers.
271
 </p>
271
 </p>
275
 </p>
275
 </p>
276
 </div>
276
 </div>
277
 </div>
277
 </div>
278
-<div id="outline-container-org7f728bc" class="outline-2">
279
-<h2 id="org7f728bc">BDS Mail</h2>
280
-<div class="outline-text-2" id="text-org7f728bc">
278
+<div id="outline-container-org777bb3f" class="outline-2">
279
+<h2 id="org777bb3f">BDS Mail</h2>
280
+<div class="outline-text-2" id="text-org777bb3f">
281
 <p>
281
 <p>
282
 It's like ordinary email, but with <a href="https://en.wikipedia.org/wiki/I2P">i2p</a> as the transport mechanism.
282
 It's like ordinary email, but with <a href="https://en.wikipedia.org/wiki/I2P">i2p</a> as the transport mechanism.
283
 </p>
283
 </p>
287
 </p>
287
 </p>
288
 </div>
288
 </div>
289
 </div>
289
 </div>
290
-<div id="outline-container-org1463141" class="outline-2">
291
-<h2 id="org1463141">CryptPad</h2>
292
-<div class="outline-text-2" id="text-org1463141">
290
+<div id="outline-container-orgebcec42" class="outline-2">
291
+<h2 id="orgebcec42">Bludit</h2>
292
+<div class="outline-text-2" id="text-orgebcec42">
293
+<p>
294
+This is a simple databaseless blogging system which uses markdown files. It should run well on any hardware.
295
+</p>
296
+
297
+<p>
298
+<a href="./app_bludit.html">How to use it</a>
299
+</p>
300
+</div>
301
+</div>
302
+<div id="outline-container-orgff63d63" class="outline-2">
303
+<h2 id="orgff63d63">CryptPad</h2>
304
+<div class="outline-text-2" id="text-orgff63d63">
293
 <p>
305
 <p>
294
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
306
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
295
 </p>
307
 </p>
299
 </p>
311
 </p>
300
 </div>
312
 </div>
301
 </div>
313
 </div>
302
-<div id="outline-container-org8e95fdb" class="outline-2">
303
-<h2 id="org8e95fdb">DLNA</h2>
304
-<div class="outline-text-2" id="text-org8e95fdb">
314
+<div id="outline-container-orgbb60849" class="outline-2">
315
+<h2 id="orgbb60849">DLNA</h2>
316
+<div class="outline-text-2" id="text-orgbb60849">
305
 <p>
317
 <p>
306
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
318
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
307
 </p>
319
 </p>
311
 </p>
323
 </p>
312
 </div>
324
 </div>
313
 </div>
325
 </div>
314
-<div id="outline-container-orgfec71ae" class="outline-2">
315
-<h2 id="orgfec71ae">Dokuwiki</h2>
316
-<div class="outline-text-2" id="text-orgfec71ae">
326
+<div id="outline-container-org5792c5f" class="outline-2">
327
+<h2 id="org5792c5f">Dokuwiki</h2>
328
+<div class="outline-text-2" id="text-org5792c5f">
317
 <p>
329
 <p>
318
 A databaseless wiki system.
330
 A databaseless wiki system.
319
 </p>
331
 </p>
323
 </p>
335
 </p>
324
 </div>
336
 </div>
325
 </div>
337
 </div>
326
-<div id="outline-container-org0c28244" class="outline-2">
327
-<h2 id="org0c28244">Edith</h2>
328
-<div class="outline-text-2" id="text-org0c28244">
338
+<div id="outline-container-orgfe3cb28" class="outline-2">
339
+<h2 id="orgfe3cb28">Edith</h2>
340
+<div class="outline-text-2" id="text-orgfe3cb28">
329
 <p>
341
 <p>
330
 Extremely simple and distraction-free notes system.
342
 Extremely simple and distraction-free notes system.
331
 </p>
343
 </p>
335
 </p>
347
 </p>
336
 </div>
348
 </div>
337
 </div>
349
 </div>
338
-<div id="outline-container-org3d529d5" class="outline-2">
339
-<h2 id="org3d529d5">Emacs</h2>
340
-<div class="outline-text-2" id="text-org3d529d5">
350
+<div id="outline-container-org8962159" class="outline-2">
351
+<h2 id="org8962159">Emacs</h2>
352
+<div class="outline-text-2" id="text-org8962159">
341
 <p>
353
 <p>
342
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
354
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
343
 </p>
355
 </p>
347
 </p>
359
 </p>
348
 </div>
360
 </div>
349
 </div>
361
 </div>
350
-<div id="outline-container-org7601bfc" class="outline-2">
351
-<h2 id="org7601bfc">Email Server</h2>
352
-<div class="outline-text-2" id="text-org7601bfc">
362
+<div id="outline-container-org1902633" class="outline-2">
363
+<h2 id="org1902633">Email Server</h2>
364
+<div class="outline-text-2" id="text-org1902633">
353
 <p>
365
 <p>
354
 Since many apps require email registration an email server is installed by default. You can find advice on using the email system <a href="./usage_email.html">here</a>.
366
 Since many apps require email registration an email server is installed by default. You can find advice on using the email system <a href="./usage_email.html">here</a>.
355
 </p>
367
 </p>
356
 </div>
368
 </div>
357
 </div>
369
 </div>
358
-<div id="outline-container-org9ed1024" class="outline-2">
359
-<h2 id="org9ed1024">Etherpad</h2>
360
-<div class="outline-text-2" id="text-org9ed1024">
370
+<div id="outline-container-orgd4e27a5" class="outline-2">
371
+<h2 id="orgd4e27a5">Etherpad</h2>
372
+<div class="outline-text-2" id="text-orgd4e27a5">
361
 <p>
373
 <p>
362
 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.
374
 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.
363
 </p>
375
 </p>
367
 </p>
379
 </p>
368
 </div>
380
 </div>
369
 </div>
381
 </div>
370
-<div id="outline-container-orga5ec5d7" class="outline-2">
371
-<h2 id="orga5ec5d7">Federated wiki</h2>
372
-<div class="outline-text-2" id="text-orga5ec5d7">
382
+<div id="outline-container-org71dc0a8" class="outline-2">
383
+<h2 id="org71dc0a8">Federated wiki</h2>
384
+<div class="outline-text-2" id="text-org71dc0a8">
373
 <p>
385
 <p>
374
 A new approach to creating wiki content.
386
 A new approach to creating wiki content.
375
 </p>
387
 </p>
379
 </p>
391
 </p>
380
 </div>
392
 </div>
381
 </div>
393
 </div>
382
-<div id="outline-container-org1c2e597" class="outline-2">
383
-<h2 id="org1c2e597">Friendica</h2>
384
-<div class="outline-text-2" id="text-org1c2e597">
394
+<div id="outline-container-org6afa6fa" class="outline-2">
395
+<h2 id="org6afa6fa">Friendica</h2>
396
+<div class="outline-text-2" id="text-org6afa6fa">
385
 <p>
397
 <p>
386
 Federated social network system.
398
 Federated social network system.
387
 </p>
399
 </p>
391
 </p>
403
 </p>
392
 </div>
404
 </div>
393
 </div>
405
 </div>
394
-<div id="outline-container-org6520743" class="outline-2">
395
-<h2 id="org6520743">GNU Social</h2>
396
-<div class="outline-text-2" id="text-org6520743">
406
+<div id="outline-container-org0f25cd5" class="outline-2">
407
+<h2 id="org0f25cd5">GNU Social</h2>
408
+<div class="outline-text-2" id="text-org0f25cd5">
397
 <p>
409
 <p>
398
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
410
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
399
 </p>
411
 </p>
403
 </p>
415
 </p>
404
 </div>
416
 </div>
405
 </div>
417
 </div>
406
-<div id="outline-container-org5a0f9c6" class="outline-2">
407
-<h2 id="org5a0f9c6">Gogs</h2>
408
-<div class="outline-text-2" id="text-org5a0f9c6">
418
+<div id="outline-container-org7d5a232" class="outline-2">
419
+<h2 id="org7d5a232">Gogs</h2>
420
+<div class="outline-text-2" id="text-org7d5a232">
409
 <p>
421
 <p>
410
 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.
422
 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.
411
 </p>
423
 </p>
415
 </p>
427
 </p>
416
 </div>
428
 </div>
417
 </div>
429
 </div>
418
-<div id="outline-container-orgc518af3" class="outline-2">
419
-<h2 id="orgc518af3">HTMLy</h2>
420
-<div class="outline-text-2" id="text-orgc518af3">
430
+<div id="outline-container-org5421983" class="outline-2">
431
+<h2 id="org5421983">HTMLy</h2>
432
+<div class="outline-text-2" id="text-org5421983">
421
 <p>
433
 <p>
422
 Databaseless blogging system. Quite simple and with a markdown-like format.
434
 Databaseless blogging system. Quite simple and with a markdown-like format.
423
 </p>
435
 </p>
427
 </p>
439
 </p>
428
 </div>
440
 </div>
429
 </div>
441
 </div>
430
-<div id="outline-container-orgfac30c4" class="outline-2">
431
-<h2 id="orgfac30c4">Hubzilla</h2>
432
-<div class="outline-text-2" id="text-orgfac30c4">
442
+<div id="outline-container-org753029b" class="outline-2">
443
+<h2 id="org753029b">Hubzilla</h2>
444
+<div class="outline-text-2" id="text-org753029b">
433
 <p>
445
 <p>
434
 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.
446
 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.
435
 </p>
447
 </p>
439
 </p>
451
 </p>
440
 </div>
452
 </div>
441
 </div>
453
 </div>
442
-<div id="outline-container-org0a9a5e3" class="outline-2">
443
-<h2 id="org0a9a5e3">Icecast media stream</h2>
444
-<div class="outline-text-2" id="text-org0a9a5e3">
454
+<div id="outline-container-org4588aff" class="outline-2">
455
+<h2 id="org4588aff">Icecast media stream</h2>
456
+<div class="outline-text-2" id="text-org4588aff">
445
 <p>
457
 <p>
446
 Make your own internet radio station.
458
 Make your own internet radio station.
447
 </p>
459
 </p>
451
 </p>
463
 </p>
452
 </div>
464
 </div>
453
 </div>
465
 </div>
454
-<div id="outline-container-orgfe35bc6" class="outline-2">
455
-<h2 id="orgfe35bc6">IRC Server (ngirc)</h2>
456
-<div class="outline-text-2" id="text-orgfe35bc6">
466
+<div id="outline-container-org0dc73d8" class="outline-2">
467
+<h2 id="org0dc73d8">IRC Server (ngirc)</h2>
468
+<div class="outline-text-2" id="text-org0dc73d8">
457
 <p>
469
 <p>
458
 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.
470
 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.
459
 </p>
471
 </p>
463
 </p>
475
 </p>
464
 </div>
476
 </div>
465
 </div>
477
 </div>
466
-<div id="outline-container-org8e2cedf" class="outline-2">
467
-<h2 id="org8e2cedf">Jitsi Meet</h2>
468
-<div class="outline-text-2" id="text-org8e2cedf">
478
+<div id="outline-container-orgc8faaa0" class="outline-2">
479
+<h2 id="orgc8faaa0">Jitsi Meet</h2>
480
+<div class="outline-text-2" id="text-orgc8faaa0">
469
 <p>
481
 <p>
470
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
482
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
471
 </p>
483
 </p>
472
 </div>
484
 </div>
473
 </div>
485
 </div>
474
 
486
 
475
-<div id="outline-container-org21a1b0c" class="outline-2">
476
-<h2 id="org21a1b0c">KanBoard</h2>
477
-<div class="outline-text-2" id="text-org21a1b0c">
487
+<div id="outline-container-orgbc435d0" class="outline-2">
488
+<h2 id="orgbc435d0">KanBoard</h2>
489
+<div class="outline-text-2" id="text-orgbc435d0">
478
 <p>
490
 <p>
479
 A simple kanban system for managing projects or TODO lists.
491
 A simple kanban system for managing projects or TODO lists.
480
 </p>
492
 </p>
484
 </p>
496
 </p>
485
 </div>
497
 </div>
486
 </div>
498
 </div>
487
-<div id="outline-container-org4781fc1" class="outline-2">
488
-<h2 id="org4781fc1">Key Server</h2>
489
-<div class="outline-text-2" id="text-org4781fc1">
499
+<div id="outline-container-org3ced426" class="outline-2">
500
+<h2 id="org3ced426">Key Server</h2>
501
+<div class="outline-text-2" id="text-org3ced426">
490
 <p>
502
 <p>
491
 An OpenPGP key server for storing and retrieving GPG public keys.
503
 An OpenPGP key server for storing and retrieving GPG public keys.
492
 </p>
504
 </p>
496
 </p>
508
 </p>
497
 </div>
509
 </div>
498
 </div>
510
 </div>
499
-<div id="outline-container-orge8c0619" class="outline-2">
500
-<h2 id="orge8c0619">Koel</h2>
501
-<div class="outline-text-2" id="text-orge8c0619">
511
+<div id="outline-container-orgd689f61" class="outline-2">
512
+<h2 id="orgd689f61">Koel</h2>
513
+<div class="outline-text-2" id="text-orgd689f61">
502
 <p>
514
 <p>
503
 Access your music collection from any internet connected device.
515
 Access your music collection from any internet connected device.
504
 </p>
516
 </p>
508
 </p>
520
 </p>
509
 </div>
521
 </div>
510
 </div>
522
 </div>
511
-<div id="outline-container-orga124a06" class="outline-2">
512
-<h2 id="orga124a06">Lychee</h2>
513
-<div class="outline-text-2" id="text-orga124a06">
523
+<div id="outline-container-org0b6e716" class="outline-2">
524
+<h2 id="org0b6e716">Lychee</h2>
525
+<div class="outline-text-2" id="text-org0b6e716">
514
 <p>
526
 <p>
515
 Make your photo albums available on the web.
527
 Make your photo albums available on the web.
516
 </p>
528
 </p>
520
 </p>
532
 </p>
521
 </div>
533
 </div>
522
 </div>
534
 </div>
523
-<div id="outline-container-org9fddab9" class="outline-2">
524
-<h2 id="org9fddab9">Mailpile</h2>
525
-<div class="outline-text-2" id="text-org9fddab9">
535
+<div id="outline-container-org5a5bf12" class="outline-2">
536
+<h2 id="org5a5bf12">Mailpile</h2>
537
+<div class="outline-text-2" id="text-org5a5bf12">
526
 <p>
538
 <p>
527
 Modern email client which supports GPG encryption.
539
 Modern email client which supports GPG encryption.
528
 </p>
540
 </p>
532
 </p>
544
 </p>
533
 </div>
545
 </div>
534
 </div>
546
 </div>
535
-<div id="outline-container-org24246ff" class="outline-2">
536
-<h2 id="org24246ff">Matrix</h2>
537
-<div class="outline-text-2" id="text-org24246ff">
547
+<div id="outline-container-org23fcc5d" class="outline-2">
548
+<h2 id="org23fcc5d">Matrix</h2>
549
+<div class="outline-text-2" id="text-org23fcc5d">
538
 <p>
550
 <p>
539
 Multi-user chat with some security and moderation controls.
551
 Multi-user chat with some security and moderation controls.
540
 </p>
552
 </p>
544
 </p>
556
 </p>
545
 </div>
557
 </div>
546
 </div>
558
 </div>
547
-<div id="outline-container-org8c48cf6" class="outline-2">
548
-<h2 id="org8c48cf6">Mediagoblin</h2>
549
-<div class="outline-text-2" id="text-org8c48cf6">
559
+<div id="outline-container-org152ef9d" class="outline-2">
560
+<h2 id="org152ef9d">Mediagoblin</h2>
561
+<div class="outline-text-2" id="text-org152ef9d">
550
 <p>
562
 <p>
551
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
563
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
552
 </p>
564
 </p>
556
 </p>
568
 </p>
557
 </div>
569
 </div>
558
 </div>
570
 </div>
559
-<div id="outline-container-org8eaca8a" class="outline-2">
560
-<h2 id="org8eaca8a">Mumble</h2>
561
-<div class="outline-text-2" id="text-org8eaca8a">
571
+<div id="outline-container-orgdf02288" class="outline-2">
572
+<h2 id="orgdf02288">Mumble</h2>
573
+<div class="outline-text-2" id="text-orgdf02288">
562
 <p>
574
 <p>
563
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
575
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
564
 </p>
576
 </p>
568
 </p>
580
 </p>
569
 </div>
581
 </div>
570
 </div>
582
 </div>
571
-<div id="outline-container-org2f7e5bd" class="outline-2">
572
-<h2 id="org2f7e5bd">NextCloud</h2>
573
-<div class="outline-text-2" id="text-org2f7e5bd">
583
+<div id="outline-container-orga6e7867" class="outline-2">
584
+<h2 id="orga6e7867">NextCloud</h2>
585
+<div class="outline-text-2" id="text-orga6e7867">
574
 <p>
586
 <p>
575
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
587
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
576
 </p>
588
 </p>
580
 </p>
592
 </p>
581
 </div>
593
 </div>
582
 </div>
594
 </div>
583
-<div id="outline-container-org1020f85" class="outline-2">
584
-<h2 id="org1020f85">PeerTube</h2>
585
-<div class="outline-text-2" id="text-org1020f85">
595
+<div id="outline-container-org1f222c6" class="outline-2">
596
+<h2 id="org1f222c6">PeerTube</h2>
597
+<div class="outline-text-2" id="text-org1f222c6">
586
 <p>
598
 <p>
587
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
599
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
588
 </p>
600
 </p>
592
 </p>
604
 </p>
593
 </div>
605
 </div>
594
 </div>
606
 </div>
595
-<div id="outline-container-orge691237" class="outline-2">
596
-<h2 id="orge691237">PI-Hole</h2>
597
-<div class="outline-text-2" id="text-orge691237">
607
+<div id="outline-container-org93da9a8" class="outline-2">
608
+<h2 id="org93da9a8">PI-Hole</h2>
609
+<div class="outline-text-2" id="text-org93da9a8">
598
 <p>
610
 <p>
599
 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.
611
 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.
600
 </p>
612
 </p>
604
 </p>
616
 </p>
605
 </div>
617
 </div>
606
 </div>
618
 </div>
607
-<div id="outline-container-orga046314" class="outline-2">
608
-<h2 id="orga046314">Pleroma</h2>
609
-<div class="outline-text-2" id="text-orga046314">
619
+<div id="outline-container-org23c546e" class="outline-2">
620
+<h2 id="org23c546e">Pleroma</h2>
621
+<div class="outline-text-2" id="text-org23c546e">
610
 <p>
622
 <p>
611
 Fediverse instance which is compatible with GNU Social and Mastodon, and suited for systems without much RAM or CPU resource.
623
 Fediverse instance which is compatible with GNU Social and Mastodon, and suited for systems without much RAM or CPU resource.
612
 </p>
624
 </p>
616
 </p>
628
 </p>
617
 </div>
629
 </div>
618
 </div>
630
 </div>
619
-<div id="outline-container-orgee82159" class="outline-2">
620
-<h2 id="orgee82159">PostActiv</h2>
621
-<div class="outline-text-2" id="text-orgee82159">
631
+<div id="outline-container-org9916ff6" class="outline-2">
632
+<h2 id="org9916ff6">PostActiv</h2>
633
+<div class="outline-text-2" id="text-org9916ff6">
622
 <p>
634
 <p>
623
 An alternative federated social networking system compatible with GNU Social, Pleroma and Mastodon. It includes some optimisations and fixes currently not available within the main GNU Social project.
635
 An alternative federated social networking system compatible with GNU Social, Pleroma and Mastodon. It includes some optimisations and fixes currently not available within the main GNU Social project.
624
 </p>
636
 </p>
628
 </p>
640
 </p>
629
 </div>
641
 </div>
630
 </div>
642
 </div>
631
-<div id="outline-container-org8a92554" class="outline-2">
632
-<h2 id="org8a92554">PrivateBin</h2>
633
-<div class="outline-text-2" id="text-org8a92554">
643
+<div id="outline-container-orgd4b23b3" class="outline-2">
644
+<h2 id="orgd4b23b3">PrivateBin</h2>
645
+<div class="outline-text-2" id="text-orgd4b23b3">
634
 <p>
646
 <p>
635
 A pastebin where the server has zero knowledge of the content being pasted.
647
 A pastebin where the server has zero knowledge of the content being pasted.
636
 </p>
648
 </p>
640
 </p>
652
 </p>
641
 </div>
653
 </div>
642
 </div>
654
 </div>
643
-<div id="outline-container-orgc6a503f" class="outline-2">
644
-<h2 id="orgc6a503f">Profanity</h2>
645
-<div class="outline-text-2" id="text-orgc6a503f">
655
+<div id="outline-container-org0082b2c" class="outline-2">
656
+<h2 id="org0082b2c">Profanity</h2>
657
+<div class="outline-text-2" id="text-org0082b2c">
646
 <p>
658
 <p>
647
 A shell based XMPP client which you can run on the Freedombone server via ssh.
659
 A shell based XMPP client which you can run on the Freedombone server via ssh.
648
 </p>
660
 </p>
652
 </p>
664
 </p>
653
 </div>
665
 </div>
654
 </div>
666
 </div>
655
-<div id="outline-container-org758251c" class="outline-2">
656
-<h2 id="org758251c">Riot Web</h2>
657
-<div class="outline-text-2" id="text-org758251c">
667
+<div id="outline-container-orga4c89c0" class="outline-2">
668
+<h2 id="orga4c89c0">Riot Web</h2>
669
+<div class="outline-text-2" id="text-orga4c89c0">
658
 <p>
670
 <p>
659
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
671
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
660
 </p>
672
 </p>
664
 </p>
676
 </p>
665
 </div>
677
 </div>
666
 </div>
678
 </div>
667
-<div id="outline-container-org3dee671" class="outline-2">
668
-<h2 id="org3dee671">SearX</h2>
669
-<div class="outline-text-2" id="text-org3dee671">
679
+<div id="outline-container-orgfe0d758" class="outline-2">
680
+<h2 id="orgfe0d758">SearX</h2>
681
+<div class="outline-text-2" id="text-orgfe0d758">
670
 <p>
682
 <p>
671
 A metasearch engine for customised and private web searches.
683
 A metasearch engine for customised and private web searches.
672
 </p>
684
 </p>
676
 </p>
688
 </p>
677
 </div>
689
 </div>
678
 </div>
690
 </div>
679
-<div id="outline-container-org272dbe4" class="outline-2">
680
-<h2 id="org272dbe4">tt-rss</h2>
681
-<div class="outline-text-2" id="text-org272dbe4">
691
+<div id="outline-container-org1a8ec29" class="outline-2">
692
+<h2 id="org1a8ec29">tt-rss</h2>
693
+<div class="outline-text-2" id="text-org1a8ec29">
682
 <p>
694
 <p>
683
 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.
695
 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.
684
 </p>
696
 </p>
688
 </p>
700
 </p>
689
 </div>
701
 </div>
690
 </div>
702
 </div>
691
-<div id="outline-container-org2b9c8ce" class="outline-2">
692
-<h2 id="org2b9c8ce">Syncthing</h2>
693
-<div class="outline-text-2" id="text-org2b9c8ce">
703
+<div id="outline-container-orgc31b9a5" class="outline-2">
704
+<h2 id="orgc31b9a5">Syncthing</h2>
705
+<div class="outline-text-2" id="text-orgc31b9a5">
694
 <p>
706
 <p>
695
 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.
707
 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.
696
 </p>
708
 </p>
700
 </p>
712
 </p>
701
 </div>
713
 </div>
702
 </div>
714
 </div>
703
-<div id="outline-container-org216dcd1" class="outline-2">
704
-<h2 id="org216dcd1">Tahoe-LAFS</h2>
705
-<div class="outline-text-2" id="text-org216dcd1">
715
+<div id="outline-container-org84b0dd7" class="outline-2">
716
+<h2 id="org84b0dd7">Tahoe-LAFS</h2>
717
+<div class="outline-text-2" id="text-org84b0dd7">
706
 <p>
718
 <p>
707
 Robust and encrypted storage of files on one or more server.
719
 Robust and encrypted storage of files on one or more server.
708
 </p>
720
 </p>
712
 </p>
724
 </p>
713
 </div>
725
 </div>
714
 </div>
726
 </div>
715
-<div id="outline-container-org13ecc06" class="outline-2">
716
-<h2 id="org13ecc06">Tox</h2>
717
-<div class="outline-text-2" id="text-org13ecc06">
727
+<div id="outline-container-orge358056" class="outline-2">
728
+<h2 id="orge358056">Tox</h2>
729
+<div class="outline-text-2" id="text-orge358056">
718
 <p>
730
 <p>
719
 Client and bootstrap node for the Tox chat/VoIP system.
731
 Client and bootstrap node for the Tox chat/VoIP system.
720
 </p>
732
 </p>
724
 </p>
736
 </p>
725
 </div>
737
 </div>
726
 </div>
738
 </div>
727
-<div id="outline-container-orga08c4b7" class="outline-2">
728
-<h2 id="orga08c4b7">Turtl</h2>
729
-<div class="outline-text-2" id="text-orga08c4b7">
739
+<div id="outline-container-org252f43c" class="outline-2">
740
+<h2 id="org252f43c">Turtl</h2>
741
+<div class="outline-text-2" id="text-org252f43c">
730
 <p>
742
 <p>
731
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
743
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
732
 </p>
744
 </p>
736
 </p>
748
 </p>
737
 </div>
749
 </div>
738
 </div>
750
 </div>
739
-<div id="outline-container-org4db86fc" class="outline-2">
740
-<h2 id="org4db86fc">Vim</h2>
741
-<div class="outline-text-2" id="text-org4db86fc">
751
+<div id="outline-container-orga8df5ec" class="outline-2">
752
+<h2 id="orga8df5ec">Vim</h2>
753
+<div class="outline-text-2" id="text-orga8df5ec">
742
 <p>
754
 <p>
743
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
755
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
744
 </p>
756
 </p>
745
 </div>
757
 </div>
746
 </div>
758
 </div>
747
 
759
 
748
-<div id="outline-container-org25d664b" class="outline-2">
749
-<h2 id="org25d664b">Virtual Private Network (VPN)</h2>
750
-<div class="outline-text-2" id="text-org25d664b">
760
+<div id="outline-container-orga3f5966" class="outline-2">
761
+<h2 id="orga3f5966">Virtual Private Network (VPN)</h2>
762
+<div class="outline-text-2" id="text-orga3f5966">
751
 <p>
763
 <p>
752
 Set up a VPN on your server so that you can bypass local internet censorship.
764
 Set up a VPN on your server so that you can bypass local internet censorship.
753
 </p>
765
 </p>
757
 </p>
769
 </p>
758
 </div>
770
 </div>
759
 </div>
771
 </div>
760
-<div id="outline-container-orgf3ed26d" class="outline-2">
761
-<h2 id="orgf3ed26d">XMPP</h2>
762
-<div class="outline-text-2" id="text-orgf3ed26d">
772
+<div id="outline-container-org4a03248" class="outline-2">
773
+<h2 id="org4a03248">XMPP</h2>
774
+<div class="outline-text-2" id="text-org4a03248">
763
 <p>
775
 <p>
764
 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.
776
 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.
765
 </p>
777
 </p>