Browse Source

Separate hubzilla documentation

Bob Mottram 8 years ago
parent
commit
45b6288060
6 changed files with 529 additions and 238 deletions
  1. 26
    0
      doc/EN/app_hubzilla.org
  2. 1
    0
      doc/EN/apps.org
  3. 1
    9
      doc/EN/usage.org
  4. 296
    0
      website/EN/app_hubzilla.html
  5. 71
    68
      website/EN/apps.html
  6. 134
    161
      website/EN/usage.html

+ 26
- 0
doc/EN/app_hubzilla.org View File

1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, hubzilla
5
+#+DESCRIPTION: How to use Hubzilla
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>Hubzilla</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "/privacy groups/"), with the encryption being handled automatically.
20
+
21
+* Initial install
22
+On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is *register* a new user. The first user on the system then becomes its administrator.
23
+
24
+#+BEGIN_CENTER
25
+[[file:images/hubzilla_mobile.jpg]]
26
+#+END_CENTER

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

48
 * Hubzilla
48
 * Hubzilla
49
 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.
49
 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.
50
 
50
 
51
+[[./app_hubzilla.html][How to use it]]
51
 * IRC Server (ngirc)
52
 * IRC Server (ngirc)
52
 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.
53
 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.
53
 
54
 

+ 1
- 9
doc/EN/usage.org View File

24
 | [[./app_syncthing.html][Syncing to the Cloud]]                                 |
24
 | [[./app_syncthing.html][Syncing to the Cloud]]                                 |
25
 | [[Play Music]]                                           |
25
 | [[Play Music]]                                           |
26
 | [[./app_gnusocial.html][Microblogging (GNU Social)]]                           |
26
 | [[./app_gnusocial.html][Microblogging (GNU Social)]]                           |
27
-| [[Social Network]]                                       |
27
+| [[./app_hubzilla.html][Social Network]]                                       |
28
 | [[Chat Services]]                                        |
28
 | [[Chat Services]]                                        |
29
 | [[RSS Reader]]                                           |
29
 | [[RSS Reader]]                                           |
30
 | [[Git Projects]]                                         |
30
 | [[Git Projects]]                                         |
120
 
120
 
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.
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.
122
 
122
 
123
-* Social Network
124
-** Domains
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.
126
-** Initial install
127
-On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is *register* a new user. The first user on the system then becomes its administrator.
128
-
129
-[[file:images/hubzilla_mobile.jpg]]
130
-
131
 * Chat Services
123
 * Chat Services
132
 ** IRC
124
 ** IRC
133
 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.
125
 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.

+ 296
- 0
website/EN/app_hubzilla.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
+<!-- 2016-11-12 Sat 19:05 -->
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 Hubzilla"
13
+ />
14
+<meta name="keywords" content="freedombone, hubzilla" />
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>Hubzilla</h1>
248
+</center>
249
+
250
+<p>
251
+Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "<i>privacy groups</i>"), with the encryption being handled automatically.
252
+</p>
253
+
254
+<div id="outline-container-org1eabf16" class="outline-2">
255
+<h2 id="org1eabf16">Initial install</h2>
256
+<div class="outline-text-2" id="text-org1eabf16">
257
+<p>
258
+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.
259
+</p>
260
+
261
+<div class="org-center">
262
+
263
+<div class="figure">
264
+<p><img src="images/hubzilla_mobile.jpg" alt="hubzilla_mobile.jpg" />
265
+</p>
266
+</div>
267
+</div>
268
+</div>
269
+</div>
270
+</div>
271
+<div id="postamble" class="status">
272
+
273
+<style type="text/css">
274
+.back-to-top {
275
+    position: fixed;
276
+    bottom: 2em;
277
+    right: 0px;
278
+    text-decoration: none;
279
+    color: #000000;
280
+    background-color: rgba(235, 235, 235, 0.80);
281
+    font-size: 12px;
282
+    padding: 1em;
283
+    display: none;
284
+}
285
+
286
+.back-to-top:hover {
287
+    background-color: rgba(135, 135, 135, 0.50);
288
+}
289
+</style>
290
+
291
+<div class="back-to-top">
292
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
293
+</div>
294
+</div>
295
+</body>
296
+</html>

+ 71
- 68
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
-<!-- 2016-11-12 Sat 18:36 -->
6
+<!-- 2016-11-12 Sat 19:06 -->
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></title>
9
 <title></title>
257
 </div>
257
 </div>
258
 </div>
258
 </div>
259
 
259
 
260
-<div id="outline-container-orgfb55f9d" class="outline-2">
261
-<h2 id="orgfb55f9d">DLNA</h2>
262
-<div class="outline-text-2" id="text-orgfb55f9d">
260
+<div id="outline-container-org37dde03" class="outline-2">
261
+<h2 id="org37dde03">DLNA</h2>
262
+<div class="outline-text-2" id="text-org37dde03">
263
 <p>
263
 <p>
264
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
264
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
265
 </p>
265
 </p>
266
 </div>
266
 </div>
267
 </div>
267
 </div>
268
 
268
 
269
-<div id="outline-container-org3d9e56b" class="outline-2">
270
-<h2 id="org3d9e56b">Dokuwiki</h2>
271
-<div class="outline-text-2" id="text-org3d9e56b">
269
+<div id="outline-container-orgb2b081e" class="outline-2">
270
+<h2 id="orgb2b081e">Dokuwiki</h2>
271
+<div class="outline-text-2" id="text-orgb2b081e">
272
 <p>
272
 <p>
273
 A databaseless wiki system.
273
 A databaseless wiki system.
274
 </p>
274
 </p>
275
 </div>
275
 </div>
276
 </div>
276
 </div>
277
 
277
 
278
-<div id="outline-container-org78d03a9" class="outline-2">
279
-<h2 id="org78d03a9">Emacs</h2>
280
-<div class="outline-text-2" id="text-org78d03a9">
278
+<div id="outline-container-orgbef7c5d" class="outline-2">
279
+<h2 id="orgbef7c5d">Emacs</h2>
280
+<div class="outline-text-2" id="text-orgbef7c5d">
281
 <p>
281
 <p>
282
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
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
 </p>
283
 </p>
284
 </div>
284
 </div>
285
 </div>
285
 </div>
286
 
286
 
287
-<div id="outline-container-org26bf68b" class="outline-2">
288
-<h2 id="org26bf68b">Etherpad</h2>
289
-<div class="outline-text-2" id="text-org26bf68b">
287
+<div id="outline-container-orgea9225f" class="outline-2">
288
+<h2 id="orgea9225f">Etherpad</h2>
289
+<div class="outline-text-2" id="text-orgea9225f">
290
 <p>
290
 <p>
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.
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
 </p>
292
 </p>
293
 </div>
293
 </div>
294
 </div>
294
 </div>
295
 
295
 
296
-<div id="outline-container-orgc31576b" class="outline-2">
297
-<h2 id="orgc31576b">Ghost</h2>
298
-<div class="outline-text-2" id="text-orgc31576b">
296
+<div id="outline-container-org4b850a3" class="outline-2">
297
+<h2 id="org4b850a3">Ghost</h2>
298
+<div class="outline-text-2" id="text-org4b850a3">
299
 <p>
299
 <p>
300
 Modern looking blogging system.
300
 Modern looking blogging system.
301
 </p>
301
 </p>
302
 </div>
302
 </div>
303
 </div>
303
 </div>
304
 
304
 
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">
305
+<div id="outline-container-orgb0bbf11" class="outline-2">
306
+<h2 id="orgb0bbf11">GNU Social</h2>
307
+<div class="outline-text-2" id="text-orgb0bbf11">
308
 <p>
308
 <p>
309
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
309
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
310
 </p>
310
 </p>
314
 </p>
314
 </p>
315
 </div>
315
 </div>
316
 </div>
316
 </div>
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
+<div id="outline-container-org592494d" class="outline-2">
318
+<h2 id="org592494d">Gogs</h2>
319
+<div class="outline-text-2" id="text-org592494d">
320
 <p>
320
 <p>
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.
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.
322
 </p>
322
 </p>
323
 </div>
323
 </div>
324
 </div>
324
 </div>
325
 
325
 
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
+<div id="outline-container-org245ef0e" class="outline-2">
327
+<h2 id="org245ef0e">HTMLy</h2>
328
+<div class="outline-text-2" id="text-org245ef0e">
329
 <p>
329
 <p>
330
 Databaseless blogging system. Quite simple and with a markdown-like format.
330
 Databaseless blogging system. Quite simple and with a markdown-like format.
331
 </p>
331
 </p>
332
 </div>
332
 </div>
333
 </div>
333
 </div>
334
 
334
 
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
+<div id="outline-container-org3fe0bdc" class="outline-2">
336
+<h2 id="org3fe0bdc">Hubzilla</h2>
337
+<div class="outline-text-2" id="text-org3fe0bdc">
338
 <p>
338
 <p>
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.
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.
340
 </p>
340
 </p>
341
+
342
+<p>
343
+<a href="./app_hubzilla.html">How to use it</a>
344
+</p>
341
 </div>
345
 </div>
342
 </div>
346
 </div>
343
-
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">
347
+<div id="outline-container-orga37f3ba" class="outline-2">
348
+<h2 id="orga37f3ba">IRC Server (ngirc)</h2>
349
+<div class="outline-text-2" id="text-orga37f3ba">
347
 <p>
350
 <p>
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.
351
 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.
349
 </p>
352
 </p>
350
 </div>
353
 </div>
351
 </div>
354
 </div>
352
 
355
 
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">
356
+<div id="outline-container-org4297227" class="outline-2">
357
+<h2 id="org4297227">Jitsi Meet</h2>
358
+<div class="outline-text-2" id="text-org4297227">
356
 <p>
359
 <p>
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.
360
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
358
 </p>
361
 </p>
359
 </div>
362
 </div>
360
 </div>
363
 </div>
361
 
364
 
362
-<div id="outline-container-orgedc6b4b" class="outline-2">
363
-<h2 id="orgedc6b4b">Lychee</h2>
364
-<div class="outline-text-2" id="text-orgedc6b4b">
365
+<div id="outline-container-orga757fb2" class="outline-2">
366
+<h2 id="orga757fb2">Lychee</h2>
367
+<div class="outline-text-2" id="text-orga757fb2">
365
 <p>
368
 <p>
366
 Make your photo albums available on the web.
369
 Make your photo albums available on the web.
367
 </p>
370
 </p>
368
 </div>
371
 </div>
369
 </div>
372
 </div>
370
 
373
 
371
-<div id="outline-container-orge7e12cf" class="outline-2">
372
-<h2 id="orge7e12cf">Mailpile</h2>
373
-<div class="outline-text-2" id="text-orge7e12cf">
374
+<div id="outline-container-org7a7e39b" class="outline-2">
375
+<h2 id="org7a7e39b">Mailpile</h2>
376
+<div class="outline-text-2" id="text-org7a7e39b">
374
 <p>
377
 <p>
375
 Modern email client which supports GPG encryption.
378
 Modern email client which supports GPG encryption.
376
 </p>
379
 </p>
377
 </div>
380
 </div>
378
 </div>
381
 </div>
379
 
382
 
380
-<div id="outline-container-org0cfe5f8" class="outline-2">
381
-<h2 id="org0cfe5f8">Mumble</h2>
382
-<div class="outline-text-2" id="text-org0cfe5f8">
383
+<div id="outline-container-org857a6fa" class="outline-2">
384
+<h2 id="org857a6fa">Mumble</h2>
385
+<div class="outline-text-2" id="text-org857a6fa">
383
 <p>
386
 <p>
384
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
387
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
385
 </p>
388
 </p>
386
 </div>
389
 </div>
387
 </div>
390
 </div>
388
 
391
 
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">
392
+<div id="outline-container-org4b60729" class="outline-2">
393
+<h2 id="org4b60729">PI-Hole</h2>
394
+<div class="outline-text-2" id="text-org4b60729">
392
 <p>
395
 <p>
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.
396
 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.
394
 </p>
397
 </p>
395
 </div>
398
 </div>
396
 </div>
399
 </div>
397
 
400
 
398
-<div id="outline-container-orgb367bd4" class="outline-2">
399
-<h2 id="orgb367bd4">PostActiv</h2>
400
-<div class="outline-text-2" id="text-orgb367bd4">
401
+<div id="outline-container-org296b9b7" class="outline-2">
402
+<h2 id="org296b9b7">PostActiv</h2>
403
+<div class="outline-text-2" id="text-org296b9b7">
401
 <p>
404
 <p>
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.
405
 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.
403
 </p>
406
 </p>
404
 </div>
407
 </div>
405
 </div>
408
 </div>
406
 
409
 
407
-<div id="outline-container-orge988a62" class="outline-2">
408
-<h2 id="orge988a62">Radicale</h2>
409
-<div class="outline-text-2" id="text-orge988a62">
410
+<div id="outline-container-org6730c37" class="outline-2">
411
+<h2 id="org6730c37">Radicale</h2>
412
+<div class="outline-text-2" id="text-org6730c37">
410
 <p>
413
 <p>
411
 Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
414
 Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
412
 </p>
415
 </p>
413
 </div>
416
 </div>
414
 </div>
417
 </div>
415
 
418
 
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">
419
+<div id="outline-container-orgb6e77e0" class="outline-2">
420
+<h2 id="orgb6e77e0">tt-rss</h2>
421
+<div class="outline-text-2" id="text-orgb6e77e0">
419
 <p>
422
 <p>
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.
423
 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.
421
 </p>
424
 </p>
422
 </div>
425
 </div>
423
 </div>
426
 </div>
424
 
427
 
425
-<div id="outline-container-orgeb52684" class="outline-2">
426
-<h2 id="orgeb52684">Syncthing</h2>
427
-<div class="outline-text-2" id="text-orgeb52684">
428
+<div id="outline-container-org0e95589" class="outline-2">
429
+<h2 id="org0e95589">Syncthing</h2>
430
+<div class="outline-text-2" id="text-org0e95589">
428
 <p>
431
 <p>
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.
432
 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.
430
 </p>
433
 </p>
434
 </p>
437
 </p>
435
 </div>
438
 </div>
436
 </div>
439
 </div>
437
-<div id="outline-container-org3c128ff" class="outline-2">
438
-<h2 id="org3c128ff">Tox</h2>
439
-<div class="outline-text-2" id="text-org3c128ff">
440
+<div id="outline-container-org4e88617" class="outline-2">
441
+<h2 id="org4e88617">Tox</h2>
442
+<div class="outline-text-2" id="text-org4e88617">
440
 <p>
443
 <p>
441
 Client and bootstrap node for the Tox chat/VoIP system.
444
 Client and bootstrap node for the Tox chat/VoIP system.
442
 </p>
445
 </p>
443
 </div>
446
 </div>
444
 </div>
447
 </div>
445
 
448
 
446
-<div id="outline-container-org28e354a" class="outline-2">
447
-<h2 id="org28e354a">Vim</h2>
448
-<div class="outline-text-2" id="text-org28e354a">
449
+<div id="outline-container-org888c449" class="outline-2">
450
+<h2 id="org888c449">Vim</h2>
451
+<div class="outline-text-2" id="text-org888c449">
449
 <p>
452
 <p>
450
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
453
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
451
 </p>
454
 </p>
452
 </div>
455
 </div>
453
 </div>
456
 </div>
454
 
457
 
455
-<div id="outline-container-orgd507e34" class="outline-2">
456
-<h2 id="orgd507e34">XMPP</h2>
457
-<div class="outline-text-2" id="text-orgd507e34">
458
+<div id="outline-container-org2b56b2b" class="outline-2">
459
+<h2 id="org2b56b2b">XMPP</h2>
460
+<div class="outline-text-2" id="text-org2b56b2b">
458
 <p>
461
 <p>
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.
462
 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.
460
 </p>
463
 </p>

+ 134
- 161
website/EN/usage.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
-<!-- 2016-11-12 Sat 18:36 -->
6
+<!-- 2016-11-12 Sat 19:05 -->
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></title>
9
 <title></title>
255
 </colgroup>
255
 </colgroup>
256
 <tbody>
256
 <tbody>
257
 <tr>
257
 <tr>
258
-<td class="org-left"><a href="#org6983420">Readme</a></td>
258
+<td class="org-left"><a href="#org141137d">Readme</a></td>
259
 </tr>
259
 </tr>
260
 
260
 
261
 <tr>
261
 <tr>
262
-<td class="org-left"><a href="#orgd9084a6">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#org9c10648">Improving ssh security</a></td>
263
 </tr>
263
 </tr>
264
 
264
 
265
 <tr>
265
 <tr>
266
-<td class="org-left"><a href="#org0db5595">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#orgc3c2433">Administrating the system via an onion address (Tor)</a></td>
267
 </tr>
267
 </tr>
268
 
268
 
269
 <tr>
269
 <tr>
279
 </tr>
279
 </tr>
280
 
280
 
281
 <tr>
281
 <tr>
282
-<td class="org-left"><a href="#org7905bc4">Play Music</a></td>
282
+<td class="org-left"><a href="#org5c7cafb">Play Music</a></td>
283
 </tr>
283
 </tr>
284
 
284
 
285
 <tr>
285
 <tr>
287
 </tr>
287
 </tr>
288
 
288
 
289
 <tr>
289
 <tr>
290
-<td class="org-left"><a href="#orgdc2e688">Social Network</a></td>
290
+<td class="org-left"><a href="./app_hubzilla.html">Social Network</a></td>
291
 </tr>
291
 </tr>
292
 
292
 
293
 <tr>
293
 <tr>
294
-<td class="org-left"><a href="#org1d9aa82">Chat Services</a></td>
294
+<td class="org-left"><a href="#org0aff6bf">Chat Services</a></td>
295
 </tr>
295
 </tr>
296
 
296
 
297
 <tr>
297
 <tr>
298
-<td class="org-left"><a href="#org57da370">RSS Reader</a></td>
298
+<td class="org-left"><a href="#orgb52605f">RSS Reader</a></td>
299
 </tr>
299
 </tr>
300
 
300
 
301
 <tr>
301
 <tr>
302
-<td class="org-left"><a href="#org0d3c132">Git Projects</a></td>
302
+<td class="org-left"><a href="#orgc9810a8">Git Projects</a></td>
303
 </tr>
303
 </tr>
304
 
304
 
305
 <tr>
305
 <tr>
306
-<td class="org-left"><a href="#org9298e27">Adding or removing users</a></td>
306
+<td class="org-left"><a href="#org4d7f5fe">Adding or removing users</a></td>
307
 </tr>
307
 </tr>
308
 
308
 
309
 <tr>
309
 <tr>
310
-<td class="org-left"><a href="#org61f7efb">Blocking Ads</a></td>
310
+<td class="org-left"><a href="#orgd4d5363">Blocking Ads</a></td>
311
 </tr>
311
 </tr>
312
 </tbody>
312
 </tbody>
313
 </table>
313
 </table>
314
 
314
 
315
-<div id="outline-container-org6983420" class="outline-2">
316
-<h2 id="org6983420">Readme</h2>
317
-<div class="outline-text-2" id="text-org6983420">
315
+<div id="outline-container-org141137d" class="outline-2">
316
+<h2 id="org141137d">Readme</h2>
317
+<div class="outline-text-2" id="text-org141137d">
318
 <p>
318
 <p>
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:
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:
320
 </p>
320
 </p>
334
 </p>
334
 </p>
335
 </div>
335
 </div>
336
 </div>
336
 </div>
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">
337
+<div id="outline-container-org9c10648" class="outline-2">
338
+<h2 id="org9c10648">Improving ssh security</h2>
339
+<div class="outline-text-2" id="text-org9c10648">
340
 <p>
340
 <p>
341
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
341
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
342
 </p>
342
 </p>
386
 </div>
386
 </div>
387
 </div>
387
 </div>
388
 
388
 
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">
389
+<div id="outline-container-orgc3c2433" class="outline-2">
390
+<h2 id="orgc3c2433">Administrating the system via an onion address (Tor)</h2>
391
+<div class="outline-text-2" id="text-orgc3c2433">
392
 <p>
392
 <p>
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:
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:
394
 </p>
394
 </p>
430
 </p>
430
 </p>
431
 </div>
431
 </div>
432
 </div>
432
 </div>
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">
433
+<div id="outline-container-org5c7cafb" class="outline-2">
434
+<h2 id="org5c7cafb">Play Music</h2>
435
+<div class="outline-text-2" id="text-org5c7cafb">
436
+</div><div id="outline-container-org8f0f04b" class="outline-3">
437
+<h3 id="org8f0f04b">With the DLNA service</h3>
438
+<div class="outline-text-3" id="text-org8f0f04b">
439
 <p>
439
 <p>
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.
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.
441
 </p>
441
 </p>
474
 </div>
474
 </div>
475
 </div>
475
 </div>
476
 
476
 
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">
483
-<p>
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.
485
-</p>
486
-</div>
487
-</div>
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">
491
-<p>
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.
493
-</p>
494
-
495
-
496
-<div class="figure">
497
-<p><img src="images/hubzilla_mobile.jpg" alt="hubzilla_mobile.jpg" />
498
-</p>
499
-</div>
500
-</div>
501
-</div>
502
-</div>
503
-
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">
477
+<div id="outline-container-org0aff6bf" class="outline-2">
478
+<h2 id="org0aff6bf">Chat Services</h2>
479
+<div class="outline-text-2" id="text-org0aff6bf">
480
+</div><div id="outline-container-org09c4a1e" class="outline-3">
481
+<h3 id="org09c4a1e">IRC</h3>
482
+<div class="outline-text-3" id="text-org09c4a1e">
510
 <p>
483
 <p>
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.
484
 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.
512
 </p>
485
 </p>
513
 </div>
486
 </div>
514
-<div id="outline-container-orgd44f028" class="outline-4">
515
-<h4 id="orgd44f028">Irssi</h4>
516
-<div class="outline-text-4" id="text-orgd44f028">
487
+<div id="outline-container-org6aa72bd" class="outline-4">
488
+<h4 id="org6aa72bd">Irssi</h4>
489
+<div class="outline-text-4" id="text-org6aa72bd">
517
 <p>
490
 <p>
518
 The easiest way to use irssi is to connect to your system, like this:
491
 The easiest way to use irssi is to connect to your system, like this:
519
 </p>
492
 </p>
528
 </p>
501
 </p>
529
 </div>
502
 </div>
530
 </div>
503
 </div>
531
-<div id="outline-container-org1f0c894" class="outline-4">
532
-<h4 id="org1f0c894">HexChat</h4>
533
-<div class="outline-text-4" id="text-org1f0c894">
504
+<div id="outline-container-org42430e0" class="outline-4">
505
+<h4 id="org42430e0">HexChat</h4>
506
+<div class="outline-text-4" id="text-org42430e0">
534
 <p>
507
 <p>
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.
508
 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.
536
 </p>
509
 </p>
611
 </div>
584
 </div>
612
 </div>
585
 </div>
613
 
586
 
614
-<div id="outline-container-org80a95cd" class="outline-4">
615
-<h4 id="org80a95cd">Emacs</h4>
616
-<div class="outline-text-4" id="text-org80a95cd">
587
+<div id="outline-container-org11890a4" class="outline-4">
588
+<h4 id="org11890a4">Emacs</h4>
589
+<div class="outline-text-4" id="text-org11890a4">
617
 <p>
590
 <p>
618
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
591
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
619
 </p>
592
 </p>
644
 </div>
617
 </div>
645
 </div>
618
 </div>
646
 </div>
619
 </div>
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">
620
+<div id="outline-container-orgd474965" class="outline-4">
621
+<h4 id="orgd474965">Changing or removing the IRC password</h4>
622
+<div class="outline-text-4" id="text-orgd474965">
650
 <p>
623
 <p>
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:
624
 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:
652
 </p>
625
 </p>
663
 </div>
636
 </div>
664
 </div>
637
 </div>
665
 
638
 
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">
639
+<div id="outline-container-orgfc8f38b" class="outline-3">
640
+<h3 id="orgfc8f38b">XMPP/Jabber</h3>
641
+<div class="outline-text-3" id="text-orgfc8f38b">
642
+</div><div id="outline-container-org8b413e8" class="outline-4">
643
+<h4 id="org8b413e8">About XMPP</h4>
644
+<div class="outline-text-4" id="text-org8b413e8">
672
 <p>
645
 <p>
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>.
646
 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>.
674
 </p>
647
 </p>
675
 </div>
648
 </div>
676
 </div>
649
 </div>
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">
650
+<div id="outline-container-org34fc80f" class="outline-4">
651
+<h4 id="org34fc80f">Using with Gajim</h4>
652
+<div class="outline-text-4" id="text-org34fc80f">
680
 <p>
653
 <p>
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:
654
 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:
682
 </p>
655
 </p>
720
 </div>
693
 </div>
721
 </div>
694
 </div>
722
 
695
 
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">
696
+<div id="outline-container-org2e3a3ad" class="outline-4">
697
+<h4 id="org2e3a3ad">Using with Profanity</h4>
698
+<div class="outline-text-4" id="text-org2e3a3ad">
726
 <p>
699
 <p>
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.
700
 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.
728
 </p>
701
 </p>
804
 </p>
777
 </p>
805
 </div>
778
 </div>
806
 </div>
779
 </div>
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">
780
+<div id="outline-container-orgcce7e0d" class="outline-4">
781
+<h4 id="orgcce7e0d">Using with Jitsi</h4>
782
+<div class="outline-text-4" id="text-orgcce7e0d">
810
 <p>
783
 <p>
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.
784
 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.
812
 </p>
785
 </p>
836
 </p>
809
 </p>
837
 </div>
810
 </div>
838
 </div>
811
 </div>
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">
812
+<div id="outline-container-orgcd30180" class="outline-4">
813
+<h4 id="orgcd30180">Using with Ubuntu</h4>
814
+<div class="outline-text-4" id="text-orgcd30180">
842
 <p>
815
 <p>
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.
816
 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.
844
 </p>
817
 </p>
856
 </p>
829
 </p>
857
 </div>
830
 </div>
858
 </div>
831
 </div>
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">
832
+<div id="outline-container-org531c10e" class="outline-4">
833
+<h4 id="org531c10e">Using Tor Messenger</h4>
834
+<div class="outline-text-4" id="text-org531c10e">
862
 <p>
835
 <p>
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.
836
 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.
864
 </p>
837
 </p>
865
 </div>
838
 </div>
866
 </div>
839
 </div>
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">
840
+<div id="outline-container-org4f51b2a" class="outline-4">
841
+<h4 id="org4f51b2a">Using with Android/Conversations</h4>
842
+<div class="outline-text-4" id="text-org4f51b2a">
870
 <p>
843
 <p>
871
 Install <a href="https://f-droid.org/">F-Droid</a>
844
 Install <a href="https://f-droid.org/">F-Droid</a>
872
 </p>
845
 </p>
901
 </div>
874
 </div>
902
 </div>
875
 </div>
903
 </div>
876
 </div>
904
-<div id="outline-container-org36397f2" class="outline-3">
905
-<h3 id="org36397f2">Tox</h3>
906
-<div class="outline-text-3" id="text-org36397f2">
877
+<div id="outline-container-orga8ba519" class="outline-3">
878
+<h3 id="orga8ba519">Tox</h3>
879
+<div class="outline-text-3" id="text-orga8ba519">
907
 <p>
880
 <p>
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.
881
 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.
909
 </p>
882
 </p>
910
 </div>
883
 </div>
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">
884
+<div id="outline-container-orgc740041" class="outline-4">
885
+<h4 id="orgc740041">Using the Toxic client</h4>
886
+<div class="outline-text-4" id="text-orgc740041">
914
 <p>
887
 <p>
915
 Log into your system with:
888
 Log into your system with:
916
 </p>
889
 </p>
933
 </div>
906
 </div>
934
 </div>
907
 </div>
935
 
908
 
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">
909
+<div id="outline-container-orgc288724" class="outline-3">
910
+<h3 id="orgc288724">VoIP (Voice and text chat)</h3>
911
+<div class="outline-text-3" id="text-orgc288724">
912
+</div><div id="outline-container-org314f074" class="outline-4">
913
+<h4 id="org314f074">Text chat</h4>
914
+<div class="outline-text-4" id="text-org314f074">
942
 <p>
915
 <p>
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.
916
 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.
944
 </p>
917
 </p>
945
 </div>
918
 </div>
946
 </div>
919
 </div>
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">
920
+<div id="outline-container-org356d6d8" class="outline-4">
921
+<h4 id="org356d6d8">Using with Ubuntu</h4>
922
+<div class="outline-text-4" id="text-org356d6d8">
950
 <p>
923
 <p>
951
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
924
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
952
 </p>
925
 </p>
956
 </p>
929
 </p>
957
 </div>
930
 </div>
958
 </div>
931
 </div>
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">
932
+<div id="outline-container-orgbe64210" class="outline-4">
933
+<h4 id="orgbe64210">Using with Android</h4>
934
+<div class="outline-text-4" id="text-orgbe64210">
962
 <p>
935
 <p>
963
 Install <a href="https://f-droid.org/">F-Droid</a>
936
 Install <a href="https://f-droid.org/">F-Droid</a>
964
 </p>
937
 </p>
993
 </div>
966
 </div>
994
 </div>
967
 </div>
995
 </div>
968
 </div>
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">
969
+<div id="outline-container-org390ba27" class="outline-3">
970
+<h3 id="org390ba27">SIP phones</h3>
971
+<div class="outline-text-3" id="text-org390ba27">
999
 <p>
972
 <p>
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.
973
 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.
1001
 </p>
974
 </p>
1002
 </div>
975
 </div>
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">
976
+<div id="outline-container-orge2d32ba" class="outline-4">
977
+<h4 id="orge2d32ba">About ZRTP</h4>
978
+<div class="outline-text-4" id="text-orge2d32ba">
1006
 <p>
979
 <p>
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.
980
 <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.
1008
 </p>
981
 </p>
1009
 </div>
982
 </div>
1010
 </div>
983
 </div>
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">
984
+<div id="outline-container-org66fe13a" class="outline-4">
985
+<h4 id="org66fe13a">Using with CSIPSimple</h4>
986
+<div class="outline-text-4" id="text-org66fe13a">
1014
 <p>
987
 <p>
1015
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
988
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1016
 </p>
989
 </p>
1066
 </p>
1039
 </p>
1067
 </div>
1040
 </div>
1068
 </div>
1041
 </div>
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">
1042
+<div id="outline-container-orgbdd9823" class="outline-4">
1043
+<h4 id="orgbdd9823">Using with Ring</h4>
1044
+<div class="outline-text-4" id="text-orgbdd9823">
1072
 <p>
1045
 <p>
1073
 From the menu select <b>Manage accounts</b>.
1046
 From the menu select <b>Manage accounts</b>.
1074
 </p>
1047
 </p>
1121
 </div>
1094
 </div>
1122
 </div>
1095
 </div>
1123
 
1096
 
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">
1097
+<div id="outline-container-orgb52605f" class="outline-2">
1098
+<h2 id="orgb52605f">RSS Reader</h2>
1099
+<div class="outline-text-2" id="text-orgb52605f">
1127
 <p>
1100
 <p>
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.
1101
 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.
1129
 </p>
1102
 </p>
1135
 </div>
1108
 </div>
1136
 </div>
1109
 </div>
1137
 
1110
 
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">
1111
+<div id="outline-container-orgdac978f" class="outline-3">
1112
+<h3 id="orgdac978f">Finding the onion address</h3>
1113
+<div class="outline-text-3" id="text-orgdac978f">
1141
 <p>
1114
 <p>
1142
 See the control panel for the RSS reader onion address.
1115
 See the control panel for the RSS reader onion address.
1143
 </p>
1116
 </p>
1161
 </div>
1134
 </div>
1162
 </div>
1135
 </div>
1163
 
1136
 
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">
1137
+<div id="outline-container-org83b86ad" class="outline-3">
1138
+<h3 id="org83b86ad">On mobile</h3>
1139
+<div class="outline-text-3" id="text-org83b86ad">
1167
 <p>
1140
 <p>
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.
1141
 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.
1169
 </p>
1142
 </p>
1175
 </blockquote>
1148
 </blockquote>
1176
 </div>
1149
 </div>
1177
 </div>
1150
 </div>
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">
1151
+<div id="outline-container-org1d77402" class="outline-3">
1152
+<h3 id="org1d77402">With Emacs</h3>
1153
+<div class="outline-text-3" id="text-org1d77402">
1181
 <p>
1154
 <p>
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.
1155
 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.
1183
 </p>
1156
 </p>
1216
 </div>
1189
 </div>
1217
 </div>
1190
 </div>
1218
 </div>
1191
 </div>
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">
1192
+<div id="outline-container-orgc9810a8" class="outline-2">
1193
+<h2 id="orgc9810a8">Git Projects</h2>
1194
+<div class="outline-text-2" id="text-orgc9810a8">
1222
 <p>
1195
 <p>
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.
1196
 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.
1224
 </p>
1197
 </p>
1254
 </p>
1227
 </p>
1255
 </div>
1228
 </div>
1256
 </div>
1229
 </div>
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">
1230
+<div id="outline-container-org4d7f5fe" class="outline-2">
1231
+<h2 id="org4d7f5fe">Adding or removing users</h2>
1232
+<div class="outline-text-2" id="text-org4d7f5fe">
1260
 <p>
1233
 <p>
1261
 Log into the system with:
1234
 Log into the system with:
1262
 </p>
1235
 </p>
1284
 </div>
1257
 </div>
1285
 </div>
1258
 </div>
1286
 
1259
 
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">
1260
+<div id="outline-container-orgd4d5363" class="outline-2">
1261
+<h2 id="orgd4d5363">Blocking Ads</h2>
1262
+<div class="outline-text-2" id="text-orgd4d5363">
1290
 <p>
1263
 <p>
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.
1264
 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.
1292
 </p>
1265
 </p>
1300
 </p>
1273
 </p>
1301
 </div>
1274
 </div>
1302
 
1275
 
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">
1276
+<div id="outline-container-org6790473" class="outline-3">
1277
+<h3 id="org6790473">Set a static IP address</h3>
1278
+<div class="outline-text-3" id="text-org6790473">
1306
 <p>
1279
 <p>
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>.
1280
 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>.
1308
 </p>
1281
 </p>
1313
 </div>
1286
 </div>
1314
 </div>
1287
 </div>
1315
 
1288
 
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">
1289
+<div id="outline-container-org4ec35fd" class="outline-3">
1290
+<h3 id="org4ec35fd">On each client system within your local network</h3>
1291
+<div class="outline-text-3" id="text-org4ec35fd">
1319
 <div class="org-src-container">
1292
 <div class="org-src-container">
1320
 <pre class="src src-bash">sudo chattr -i /etc/resolv.conf
1293
 <pre class="src src-bash">sudo chattr -i /etc/resolv.conf
1321
 sudo nano /etc/resolv.conf
1294
 sudo nano /etc/resolv.conf
1342
 </div>
1315
 </div>
1343
 </div>
1316
 </div>
1344
 
1317
 
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">
1318
+<div id="outline-container-orgbb72fde" class="outline-3">
1319
+<h3 id="orgbb72fde">On your internet router</h3>
1320
+<div class="outline-text-3" id="text-orgbb72fde">
1348
 <p>
1321
 <p>
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.
1322
 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.
1350
 </p>
1323
 </p>
1354
 </p>
1327
 </p>
1355
 </div>
1328
 </div>
1356
 
1329
 
1357
-<div id="outline-container-org046e02f" class="outline-4">
1358
-<h4 id="org046e02f">LibreCMC</h4>
1359
-<div class="outline-text-4" id="text-org046e02f">
1330
+<div id="outline-container-org655f73f" class="outline-4">
1331
+<h4 id="org655f73f">LibreCMC</h4>
1332
+<div class="outline-text-4" id="text-org655f73f">
1360
 <p>
1333
 <p>
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.
1334
 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.
1362
 </p>
1335
 </p>
1364
 </div>
1337
 </div>
1365
 </div>
1338
 </div>
1366
 
1339
 
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">
1340
+<div id="outline-container-org29026cb" class="outline-3">
1341
+<h3 id="org29026cb">Configuring block lists</h3>
1342
+<div class="outline-text-3" id="text-org29026cb">
1370
 <p>
1343
 <p>
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.
1344
 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.
1372
 </p>
1345
 </p>