浏览代码

Update html for gajim

Bob Mottram 8 年前
父节点
当前提交
58c4830df4
共有 1 个文件被更改,包括 210 次插入247 次删除
  1. 210
    247
      website/EN/usage.html

+ 210
- 247
website/EN/usage.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-06-02 Thu 22:59 -->
6
+<!-- 2016-06-18 Sat 21:41 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -56,96 +56,13 @@
56 56
     border: 1px solid black;
57 57
   }
58 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'; }
59
+  pre.src-sh:before    { content: 'sh'; }
60
+  pre.src-bash:before  { content: 'sh'; }
70 61
   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-matlab:before { content: 'MATLAB'; }
81
-  pre.src-mscgen:before { content: 'Mscgen'; }
82
-  pre.src-ocaml:before { content: 'Objective Caml'; }
83
-  pre.src-octave:before { content: 'Octave'; }
84
-  pre.src-org:before { content: 'Org mode'; }
85
-  pre.src-oz:before { content: 'OZ'; }
86
-  pre.src-plantuml:before { content: 'Plantuml'; }
87
-  pre.src-processing:before { content: 'Processing.js'; }
88
-  pre.src-python:before { content: 'Python'; }
89
-  pre.src-R:before { content: 'R'; }
90
-  pre.src-ruby:before { content: 'Ruby'; }
91
-  pre.src-sass:before { content: 'Sass'; }
92
-  pre.src-scheme:before { content: 'Scheme'; }
93
-  pre.src-screen:before { content: 'Gnu Screen'; }
94
-  pre.src-sed:before { content: 'Sed'; }
95
-  pre.src-sh:before { content: 'shell'; }
96
-  pre.src-sql:before { content: 'SQL'; }
97
-  pre.src-sqlite:before { content: 'SQLite'; }
98
-  /* additional languages in org.el's org-babel-load-languages alist */
99
-  pre.src-forth:before { content: 'Forth'; }
100
-  pre.src-io:before { content: 'IO'; }
101
-  pre.src-J:before { content: 'J'; }
102
-  pre.src-makefile:before { content: 'Makefile'; }
103
-  pre.src-maxima:before { content: 'Maxima'; }
104
-  pre.src-perl:before { content: 'Perl'; }
105
-  pre.src-picolisp:before { content: 'Pico Lisp'; }
106
-  pre.src-scala:before { content: 'Scala'; }
107
-  pre.src-shell:before { content: 'Shell Script'; }
108
-  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
109
-  /* additional language identifiers per "defun org-babel-execute"
110
-       in ob-*.el */
111
-  pre.src-cpp:before  { content: 'C++'; }
112
-  pre.src-abc:before  { content: 'ABC'; }
113
-  pre.src-coq:before  { content: 'Coq'; }
114
-  pre.src-groovy:before  { content: 'Groovy'; }
115
-  /* additional language identifiers from org-babel-shell-names in
116
-     ob-shell.el: ob-shell is the only babel language using a lambda to put
117
-     the execution function name together. */
118
-  pre.src-bash:before  { content: 'bash'; }
119
-  pre.src-csh:before  { content: 'csh'; }
120
-  pre.src-ash:before  { content: 'ash'; }
121
-  pre.src-dash:before  { content: 'dash'; }
122
-  pre.src-ksh:before  { content: 'ksh'; }
123
-  pre.src-mksh:before  { content: 'mksh'; }
124
-  pre.src-posh:before  { content: 'posh'; }
125
-  /* Additional Emacs modes also supported by the LaTeX listings package */
126
-  pre.src-ada:before { content: 'Ada'; }
127
-  pre.src-asm:before { content: 'Assembler'; }
128
-  pre.src-caml:before { content: 'Caml'; }
129
-  pre.src-delphi:before { content: 'Delphi'; }
130
-  pre.src-html:before { content: 'HTML'; }
131
-  pre.src-idl:before { content: 'IDL'; }
132
-  pre.src-mercury:before { content: 'Mercury'; }
133
-  pre.src-metapost:before { content: 'MetaPost'; }
134
-  pre.src-modula-2:before { content: 'Modula-2'; }
135
-  pre.src-pascal:before { content: 'Pascal'; }
136
-  pre.src-ps:before { content: 'PostScript'; }
137
-  pre.src-prolog:before { content: 'Prolog'; }
138
-  pre.src-simula:before { content: 'Simula'; }
139
-  pre.src-tcl:before { content: 'tcl'; }
140
-  pre.src-tex:before { content: 'TeX'; }
141
-  pre.src-plain-tex:before { content: 'Plain TeX'; }
142
-  pre.src-verilog:before { content: 'Verilog'; }
143
-  pre.src-vhdl:before { content: 'VHDL'; }
144
-  pre.src-xml:before { content: 'XML'; }
145
-  pre.src-nxml:before { content: 'XML'; }
146
-  /* add a generic configuration mode; LaTeX export needs an additional
147
-     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
148
-  pre.src-conf:before { content: 'Configuration File'; }
62
+  pre.src-R:before     { content: 'R'; }
63
+  pre.src-perl:before  { content: 'Perl'; }
64
+  pre.src-java:before  { content: 'Java'; }
65
+  pre.src-sql:before   { content: 'SQL'; }
149 66
 
150 67
   table { border-collapse:collapse; }
151 68
   caption.t-above { caption-side: top; }
@@ -253,15 +170,15 @@ for the JavaScript code in this tag.
253 170
 </colgroup>
254 171
 <tbody>
255 172
 <tr>
256
-<td class="org-left"><a href="#org0354421">Readme</a></td>
173
+<td class="org-left"><a href="#orgae85588">Readme</a></td>
257 174
 </tr>
258 175
 
259 176
 <tr>
260
-<td class="org-left"><a href="#org62a38b8">Improving ssh security</a></td>
177
+<td class="org-left"><a href="#orgabfd783">Improving ssh security</a></td>
261 178
 </tr>
262 179
 
263 180
 <tr>
264
-<td class="org-left"><a href="#orgd4d2732">Administrating the system via an onion address (Tor)</a></td>
181
+<td class="org-left"><a href="#org43539f2">Administrating the system via an onion address (Tor)</a></td>
265 182
 </tr>
266 183
 
267 184
 <tr>
@@ -273,46 +190,46 @@ for the JavaScript code in this tag.
273 190
 </tr>
274 191
 
275 192
 <tr>
276
-<td class="org-left"><a href="#org45a063b">Syncing to the Cloud</a></td>
193
+<td class="org-left"><a href="#org60bd1a8">Syncing to the Cloud</a></td>
277 194
 </tr>
278 195
 
279 196
 <tr>
280
-<td class="org-left"><a href="#orgf6773cb">Play Music</a></td>
197
+<td class="org-left"><a href="#org1661c6e">Play Music</a></td>
281 198
 </tr>
282 199
 
283 200
 <tr>
284
-<td class="org-left"><a href="#orge4e772f">Microblogging (GNU Social)</a></td>
201
+<td class="org-left"><a href="#org695bfb">Microblogging (GNU Social)</a></td>
285 202
 </tr>
286 203
 
287 204
 <tr>
288
-<td class="org-left"><a href="#org1590af4">Sharing things</a></td>
205
+<td class="org-left"><a href="#org7a3b61b">Sharing things</a></td>
289 206
 </tr>
290 207
 
291 208
 <tr>
292
-<td class="org-left"><a href="#org6dab34b">Social Network</a></td>
209
+<td class="org-left"><a href="#org59d732e">Social Network</a></td>
293 210
 </tr>
294 211
 
295 212
 <tr>
296
-<td class="org-left"><a href="#orgd6e5fe0">Chat Services</a></td>
213
+<td class="org-left"><a href="#orgcc43294">Chat Services</a></td>
297 214
 </tr>
298 215
 
299 216
 <tr>
300
-<td class="org-left"><a href="#org6900b88">RSS Reader</a></td>
217
+<td class="org-left"><a href="#org8be3e22">RSS Reader</a></td>
301 218
 </tr>
302 219
 
303 220
 <tr>
304
-<td class="org-left"><a href="#org83b4f81">Git Projects</a></td>
221
+<td class="org-left"><a href="#org300f869">Git Projects</a></td>
305 222
 </tr>
306 223
 
307 224
 <tr>
308
-<td class="org-left"><a href="#org18a42fd">Adding or removing users</a></td>
225
+<td class="org-left"><a href="#orga5ee7e6">Adding or removing users</a></td>
309 226
 </tr>
310 227
 </tbody>
311 228
 </table>
312 229
 
313
-<div id="outline-container-org0354421" class="outline-2">
314
-<h2 id="org0354421">Readme</h2>
315
-<div class="outline-text-2" id="text-org0354421">
230
+<div id="outline-container-orgae85588" class="outline-2">
231
+<h2 id="orgae85588">Readme</h2>
232
+<div class="outline-text-2" id="text-orgae85588">
316 233
 <p>
317 234
 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:
318 235
 </p>
@@ -333,9 +250,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
333 250
 </p>
334 251
 </div>
335 252
 </div>
336
-<div id="outline-container-org62a38b8" class="outline-2">
337
-<h2 id="org62a38b8">Improving ssh security</h2>
338
-<div class="outline-text-2" id="text-org62a38b8">
253
+<div id="outline-container-orgabfd783" class="outline-2">
254
+<h2 id="orgabfd783">Improving ssh security</h2>
255
+<div class="outline-text-2" id="text-orgabfd783">
339 256
 <p>
340 257
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
341 258
 </p>
@@ -388,9 +305,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
388 305
 </div>
389 306
 </div>
390 307
 
391
-<div id="outline-container-orgd4d2732" class="outline-2">
392
-<h2 id="orgd4d2732">Administrating the system via an onion address (Tor)</h2>
393
-<div class="outline-text-2" id="text-orgd4d2732">
308
+<div id="outline-container-org43539f2" class="outline-2">
309
+<h2 id="org43539f2">Administrating the system via an onion address (Tor)</h2>
310
+<div class="outline-text-2" id="text-org43539f2">
394 311
 <p>
395 312
 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:
396 313
 </p>
@@ -436,9 +353,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
436 353
 </p>
437 354
 </div>
438 355
 </div>
439
-<div id="outline-container-org45a063b" class="outline-2">
440
-<h2 id="org45a063b">Syncing to the Cloud</h2>
441
-<div class="outline-text-2" id="text-org45a063b">
356
+<div id="outline-container-org60bd1a8" class="outline-2">
357
+<h2 id="org60bd1a8">Syncing to the Cloud</h2>
358
+<div class="outline-text-2" id="text-org60bd1a8">
442 359
 <p>
443 360
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
444 361
 </p>
@@ -448,9 +365,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
448 365
 </p>
449 366
 </div>
450 367
 
451
-<div id="outline-container-org48189f6" class="outline-3">
452
-<h3 id="org48189f6">On a laptop</h3>
453
-<div class="outline-text-3" id="text-org48189f6">
368
+<div id="outline-container-org2bf11a8" class="outline-3">
369
+<h3 id="org2bf11a8">On a laptop</h3>
370
+<div class="outline-text-3" id="text-org2bf11a8">
454 371
 <p>
455 372
 Install syncthing:
456 373
 </p>
@@ -505,9 +422,9 @@ Now wait for a few minutes. Eventually you will see two messages appear within t
505 422
 </p>
506 423
 </div>
507 424
 </div>
508
-<div id="outline-container-org5cde70e" class="outline-3">
509
-<h3 id="org5cde70e">On Android</h3>
510
-<div class="outline-text-3" id="text-org5cde70e">
425
+<div id="outline-container-org9318f89" class="outline-3">
426
+<h3 id="org9318f89">On Android</h3>
427
+<div class="outline-text-3" id="text-org9318f89">
511 428
 <p>
512 429
 Install Syncthing and Connectbot from F-droid.
513 430
 </p>
@@ -538,12 +455,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
538 455
 </div>
539 456
 </div>
540 457
 </div>
541
-<div id="outline-container-orgf6773cb" class="outline-2">
542
-<h2 id="orgf6773cb">Play Music</h2>
543
-<div class="outline-text-2" id="text-orgf6773cb">
544
-</div><div id="outline-container-org812b15f" class="outline-3">
545
-<h3 id="org812b15f">With the DLNA service</h3>
546
-<div class="outline-text-3" id="text-org812b15f">
458
+<div id="outline-container-org1661c6e" class="outline-2">
459
+<h2 id="org1661c6e">Play Music</h2>
460
+<div class="outline-text-2" id="text-org1661c6e">
461
+</div><div id="outline-container-org6cdd72c" class="outline-3">
462
+<h3 id="org6cdd72c">With the DLNA service</h3>
463
+<div class="outline-text-3" id="text-org6cdd72c">
547 464
 <p>
548 465
 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.
549 466
 </p>
@@ -584,9 +501,9 @@ The DLNA service will only work within your local home network, and isn't remote
584 501
 </div>
585 502
 </div>
586 503
 
587
-<div id="outline-container-orge4e772f" class="outline-2">
588
-<h2 id="orge4e772f">Microblogging (GNU Social)</h2>
589
-<div class="outline-text-2" id="text-orge4e772f">
504
+<div id="outline-container-org695bfb" class="outline-2">
505
+<h2 id="org695bfb">Microblogging (GNU Social)</h2>
506
+<div class="outline-text-2" id="text-org695bfb">
590 507
 <p>
591 508
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
592 509
 </p>
@@ -615,9 +532,9 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
615 532
 </div>
616 533
 </div>
617 534
 
618
-<div id="outline-container-org1590af4" class="outline-2">
619
-<h2 id="org1590af4">Sharing things</h2>
620
-<div class="outline-text-2" id="text-org1590af4">
535
+<div id="outline-container-org7a3b61b" class="outline-2">
536
+<h2 id="org7a3b61b">Sharing things</h2>
537
+<div class="outline-text-2" id="text-org7a3b61b">
621 538
 <p>
622 539
 If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures.
623 540
 </p>
@@ -644,20 +561,20 @@ The "<i>catalog</i>" button then allows you to search for shared things within t
644 561
 </div>
645 562
 </div>
646 563
 
647
-<div id="outline-container-org6dab34b" class="outline-2">
648
-<h2 id="org6dab34b">Social Network</h2>
649
-<div class="outline-text-2" id="text-org6dab34b">
650
-</div><div id="outline-container-org8fa1350" class="outline-3">
651
-<h3 id="org8fa1350">Domains</h3>
652
-<div class="outline-text-3" id="text-org8fa1350">
564
+<div id="outline-container-org59d732e" class="outline-2">
565
+<h2 id="org59d732e">Social Network</h2>
566
+<div class="outline-text-2" id="text-org59d732e">
567
+</div><div id="outline-container-org444868a" class="outline-3">
568
+<h3 id="org444868a">Domains</h3>
569
+<div class="outline-text-3" id="text-org444868a">
653 570
 <p>
654 571
 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.
655 572
 </p>
656 573
 </div>
657 574
 </div>
658
-<div id="outline-container-orgffa28d3" class="outline-3">
659
-<h3 id="orgffa28d3">Initial install</h3>
660
-<div class="outline-text-3" id="text-orgffa28d3">
575
+<div id="outline-container-orgb3f046d" class="outline-3">
576
+<h3 id="orgb3f046d">Initial install</h3>
577
+<div class="outline-text-3" id="text-orgb3f046d">
661 578
 <p>
662 579
 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.
663 580
 </p>
@@ -671,19 +588,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
671 588
 </div>
672 589
 </div>
673 590
 
674
-<div id="outline-container-orgd6e5fe0" class="outline-2">
675
-<h2 id="orgd6e5fe0">Chat Services</h2>
676
-<div class="outline-text-2" id="text-orgd6e5fe0">
677
-</div><div id="outline-container-orgb13bb9a" class="outline-3">
678
-<h3 id="orgb13bb9a">IRC</h3>
679
-<div class="outline-text-3" id="text-orgb13bb9a">
591
+<div id="outline-container-orgcc43294" class="outline-2">
592
+<h2 id="orgcc43294">Chat Services</h2>
593
+<div class="outline-text-2" id="text-orgcc43294">
594
+</div><div id="outline-container-org9f465be" class="outline-3">
595
+<h3 id="org9f465be">IRC</h3>
596
+<div class="outline-text-3" id="text-org9f465be">
680 597
 <p>
681 598
 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.
682 599
 </p>
683 600
 </div>
684
-<div id="outline-container-org5e99691" class="outline-4">
685
-<h4 id="org5e99691">Irssi</h4>
686
-<div class="outline-text-4" id="text-org5e99691">
601
+<div id="outline-container-org57d1f2a" class="outline-4">
602
+<h4 id="org57d1f2a">Irssi</h4>
603
+<div class="outline-text-4" id="text-org57d1f2a">
687 604
 <p>
688 605
 The easiest way to use irssi is to connect to your system, like this:
689 606
 </p>
@@ -699,9 +616,9 @@ Then select <b>IRC</b> from the menu. However, other than via this method using
699 616
 </p>
700 617
 </div>
701 618
 </div>
702
-<div id="outline-container-org71fad07" class="outline-4">
703
-<h4 id="org71fad07">HexChat</h4>
704
-<div class="outline-text-4" id="text-org71fad07">
619
+<div id="outline-container-orgff7781c" class="outline-4">
620
+<h4 id="orgff7781c">HexChat</h4>
621
+<div class="outline-text-4" id="text-orgff7781c">
705 622
 <p>
706 623
 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.
707 624
 </p>
@@ -879,9 +796,9 @@ Click <b>close</b> and then <b>connect</b>.
879 796
 </div>
880 797
 </div>
881 798
 
882
-<div id="outline-container-org27b5dc8" class="outline-4">
883
-<h4 id="org27b5dc8">Emacs</h4>
884
-<div class="outline-text-4" id="text-org27b5dc8">
799
+<div id="outline-container-org3c0eab8" class="outline-4">
800
+<h4 id="org3c0eab8">Emacs</h4>
801
+<div class="outline-text-4" id="text-org3c0eab8">
885 802
 <p>
886 803
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
887 804
 </p>
@@ -914,9 +831,9 @@ Add the following to your Emacs configuration file:
914 831
 </div>
915 832
 </div>
916 833
 </div>
917
-<div id="outline-container-org5a97002" class="outline-4">
918
-<h4 id="org5a97002">Changing or removing the IRC password</h4>
919
-<div class="outline-text-4" id="text-org5a97002">
834
+<div id="outline-container-orgecf6021" class="outline-4">
835
+<h4 id="orgecf6021">Changing or removing the IRC password</h4>
836
+<div class="outline-text-4" id="text-orgecf6021">
920 837
 <p>
921 838
 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:
922 839
 </p>
@@ -934,20 +851,66 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
934 851
 </div>
935 852
 </div>
936 853
 
937
-<div id="outline-container-org7291dac" class="outline-3">
938
-<h3 id="org7291dac">XMPP/Jabber</h3>
939
-<div class="outline-text-3" id="text-org7291dac">
940
-</div><div id="outline-container-orge2f4227" class="outline-4">
941
-<h4 id="orge2f4227">About XMPP</h4>
942
-<div class="outline-text-4" id="text-orge2f4227">
854
+<div id="outline-container-orgc9aeb38" class="outline-3">
855
+<h3 id="orgc9aeb38">XMPP/Jabber</h3>
856
+<div class="outline-text-3" id="text-orgc9aeb38">
857
+</div><div id="outline-container-orgb8fcb8c" class="outline-4">
858
+<h4 id="orgb8fcb8c">About XMPP</h4>
859
+<div class="outline-text-4" id="text-orgb8fcb8c">
943 860
 <p>
944 861
 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>.
945 862
 </p>
946 863
 </div>
947 864
 </div>
948
-<div id="outline-container-orgc4a599b" class="outline-4">
949
-<h4 id="orgc4a599b">Using with Profanity</h4>
950
-<div class="outline-text-4" id="text-orgc4a599b">
865
+<div id="outline-container-orga2efb9d" class="outline-4">
866
+<h4 id="orga2efb9d">Using with Gajim</h4>
867
+<div class="outline-text-4" id="text-orga2efb9d">
868
+<p>
869
+In mid 2016 Gajim became the first desktop XMPP client to support the new OMEMO end-to-end security standard, which is superior to the more traditional OTR since it also includes multi-user char and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
870
+</p>
871
+
872
+<div class="org-src-container">
873
+
874
+<pre class="src src-bash">su -c <span class="org-string">'echo "deb ftp://ftp.gajim.org/debian unstable main" &gt; /etc/apt/sources.list.d/gajim.list'</span>
875
+sudo apt-get update
876
+sudo apt-get -y install gajim-dev-keyring
877
+sudo apt-get -y install git tor python-dev python-pip gajim-nightly
878
+mkdir ~/.local/share/gajim/plugins -p
879
+<span class="org-builtin">cd</span> ~/.local/share/gajim/plugins
880
+git clone https://github.com/omemo/gajim-omemo
881
+sudo pip install <span class="org-variable-name">protobuf</span>==2.6.1, python-axolotl==0.1.35
882
+</pre>
883
+</div>
884
+
885
+<p>
886
+Open Gajim and enter your XMPP address and password.
887
+</p>
888
+
889
+<p>
890
+Go to <b>Edit/Preferences</b> and select the <b>Advanced</b> tab. Under <b>Global Proxy</b> select <b>Tor</b> and the <b>Close</b> button. Then select <b>Edit/Plugins</b> and make sure that OMEMO is active (ticked), then select the <b>Close</b> button.
891
+</p>
892
+
893
+<p>
894
+When you start a conversation make sure that the OMEMO box is ticked. You can also click on the keys button and trust various fingerprints. Both sides will need to do that before an encrypted chat can start.
895
+</p>
896
+
897
+<p>
898
+If you wish to make backups of the OMEMO keys then they can be found within:
899
+</p>
900
+
901
+<p>
902
+~/.local/share/gajim
903
+</p>
904
+
905
+<p>
906
+If you wish to use OpenPGP to encrypt your messages then go to <b>Edit/Accounts</b>, select your account and then the <b>Personal Information</b> tab. You can then choose your GPG key. When initiating a chat you can select the <b>Advanced</b> button and then select <b>Toggle OpenPGP Encryption</b>. OpenPGP is not as secure as OMEMO, but does allow you to use XMPP in a similar style to email in that the recipient of the message does not necessarily need to be online at the same time that you send it.
907
+</p>
908
+</div>
909
+</div>
910
+
911
+<div id="outline-container-org5a3b896" class="outline-4">
912
+<h4 id="org5a3b896">Using with Profanity</h4>
913
+<div class="outline-text-4" id="text-org5a3b896">
951 914
 <p>
952 915
 The <a href="http://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.
953 916
 </p>
@@ -1037,9 +1000,9 @@ When accessed via the user control panel the client is automatically routed thro
1037 1000
 </p>
1038 1001
 </div>
1039 1002
 </div>
1040
-<div id="outline-container-org242aa31" class="outline-4">
1041
-<h4 id="org242aa31">Using with Jitsi</h4>
1042
-<div class="outline-text-4" id="text-org242aa31">
1003
+<div id="outline-container-orgddb746d" class="outline-4">
1004
+<h4 id="orgddb746d">Using with Jitsi</h4>
1005
+<div class="outline-text-4" id="text-orgddb746d">
1043 1006
 <p>
1044 1007
 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.
1045 1008
 </p>
@@ -1069,9 +1032,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
1069 1032
 </p>
1070 1033
 </div>
1071 1034
 </div>
1072
-<div id="outline-container-org2648b57" class="outline-4">
1073
-<h4 id="org2648b57">Using with Ubuntu</h4>
1074
-<div class="outline-text-4" id="text-org2648b57">
1035
+<div id="outline-container-orgcef7a7d" class="outline-4">
1036
+<h4 id="orgcef7a7d">Using with Ubuntu</h4>
1037
+<div class="outline-text-4" id="text-orgcef7a7d">
1075 1038
 <p>
1076 1039
 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.
1077 1040
 </p>
@@ -1089,17 +1052,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
1089 1052
 </p>
1090 1053
 </div>
1091 1054
 </div>
1092
-<div id="outline-container-org62cb3d2" class="outline-4">
1093
-<h4 id="org62cb3d2">Using Tor Messenger</h4>
1094
-<div class="outline-text-4" id="text-org62cb3d2">
1055
+<div id="outline-container-orgf8afe31" class="outline-4">
1056
+<h4 id="orgf8afe31">Using Tor Messenger</h4>
1057
+<div class="outline-text-4" id="text-orgf8afe31">
1095 1058
 <p>
1096 1059
 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.
1097 1060
 </p>
1098 1061
 </div>
1099 1062
 </div>
1100
-<div id="outline-container-org5e9c5d3" class="outline-4">
1101
-<h4 id="org5e9c5d3">Using with Android/Conversations</h4>
1102
-<div class="outline-text-4" id="text-org5e9c5d3">
1063
+<div id="outline-container-orgbbfa7e6" class="outline-4">
1064
+<h4 id="orgbbfa7e6">Using with Android/Conversations</h4>
1065
+<div class="outline-text-4" id="text-orgbbfa7e6">
1103 1066
 <p>
1104 1067
 Install <a href="https://f-droid.org/">F-Droid</a>
1105 1068
 </p>
@@ -1135,16 +1098,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
1135 1098
 </div>
1136 1099
 </div>
1137 1100
 </div>
1138
-<div id="outline-container-orgb955168" class="outline-3">
1139
-<h3 id="orgb955168">Tox</h3>
1140
-<div class="outline-text-3" id="text-orgb955168">
1101
+<div id="outline-container-orgaffc52" class="outline-3">
1102
+<h3 id="orgaffc52">Tox</h3>
1103
+<div class="outline-text-3" id="text-orgaffc52">
1141 1104
 <p>
1142 1105
 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.
1143 1106
 </p>
1144 1107
 </div>
1145
-<div id="outline-container-org13de011" class="outline-4">
1146
-<h4 id="org13de011">Using the Toxic client</h4>
1147
-<div class="outline-text-4" id="text-org13de011">
1108
+<div id="outline-container-org34757a2" class="outline-4">
1109
+<h4 id="org34757a2">Using the Toxic client</h4>
1110
+<div class="outline-text-4" id="text-org34757a2">
1148 1111
 <p>
1149 1112
 Log into your system with:
1150 1113
 </p>
@@ -1168,20 +1131,20 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
1168 1131
 </div>
1169 1132
 </div>
1170 1133
 
1171
-<div id="outline-container-org9f26f68" class="outline-3">
1172
-<h3 id="org9f26f68">VoIP (Voice and text chat)</h3>
1173
-<div class="outline-text-3" id="text-org9f26f68">
1174
-</div><div id="outline-container-org7802763" class="outline-4">
1175
-<h4 id="org7802763">Text chat</h4>
1176
-<div class="outline-text-4" id="text-org7802763">
1134
+<div id="outline-container-orgce9c4e" class="outline-3">
1135
+<h3 id="orgce9c4e">VoIP (Voice and text chat)</h3>
1136
+<div class="outline-text-3" id="text-orgce9c4e">
1137
+</div><div id="outline-container-org697c634" class="outline-4">
1138
+<h4 id="org697c634">Text chat</h4>
1139
+<div class="outline-text-4" id="text-org697c634">
1177 1140
 <p>
1178 1141
 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.
1179 1142
 </p>
1180 1143
 </div>
1181 1144
 </div>
1182
-<div id="outline-container-org3b2c825" class="outline-4">
1183
-<h4 id="org3b2c825">Using with Ubuntu</h4>
1184
-<div class="outline-text-4" id="text-org3b2c825">
1145
+<div id="outline-container-orgbb9a732" class="outline-4">
1146
+<h4 id="orgbb9a732">Using with Ubuntu</h4>
1147
+<div class="outline-text-4" id="text-orgbb9a732">
1185 1148
 <p>
1186 1149
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1187 1150
 </p>
@@ -1191,9 +1154,9 @@ Click on "add new" to add a new server and enter the default domain name for the
1191 1154
 </p>
1192 1155
 </div>
1193 1156
 </div>
1194
-<div id="outline-container-orga909223" class="outline-4">
1195
-<h4 id="orga909223">Using with Android</h4>
1196
-<div class="outline-text-4" id="text-orga909223">
1157
+<div id="outline-container-org82fc90d" class="outline-4">
1158
+<h4 id="org82fc90d">Using with Android</h4>
1159
+<div class="outline-text-4" id="text-org82fc90d">
1197 1160
 <p>
1198 1161
 Install <a href="https://f-droid.org/">F-Droid</a>
1199 1162
 </p>
@@ -1228,24 +1191,24 @@ Selecting the server by pressing on it then connects you to the server so that y
1228 1191
 </div>
1229 1192
 </div>
1230 1193
 </div>
1231
-<div id="outline-container-org3b7d05d" class="outline-3">
1232
-<h3 id="org3b7d05d">SIP phones</h3>
1233
-<div class="outline-text-3" id="text-org3b7d05d">
1194
+<div id="outline-container-org86abbd1" class="outline-3">
1195
+<h3 id="org86abbd1">SIP phones</h3>
1196
+<div class="outline-text-3" id="text-org86abbd1">
1234 1197
 <p>
1235 1198
 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.
1236 1199
 </p>
1237 1200
 </div>
1238
-<div id="outline-container-orga03b428" class="outline-4">
1239
-<h4 id="orga03b428">About ZRTP</h4>
1240
-<div class="outline-text-4" id="text-orga03b428">
1201
+<div id="outline-container-orgbfab5ee" class="outline-4">
1202
+<h4 id="orgbfab5ee">About ZRTP</h4>
1203
+<div class="outline-text-4" id="text-orgbfab5ee">
1241 1204
 <p>
1242 1205
 <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.
1243 1206
 </p>
1244 1207
 </div>
1245 1208
 </div>
1246
-<div id="outline-container-orge39d408" class="outline-4">
1247
-<h4 id="orge39d408">Using with CSIPSimple</h4>
1248
-<div class="outline-text-4" id="text-orge39d408">
1209
+<div id="outline-container-orgeee50b3" class="outline-4">
1210
+<h4 id="orgeee50b3">Using with CSIPSimple</h4>
1211
+<div class="outline-text-4" id="text-orgeee50b3">
1249 1212
 <p>
1250 1213
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1251 1214
 </p>
@@ -1301,9 +1264,9 @@ If everything is working the account should appear in green with a status of <b>
1301 1264
 </p>
1302 1265
 </div>
1303 1266
 </div>
1304
-<div id="outline-container-org6930b9a" class="outline-4">
1305
-<h4 id="org6930b9a">Using with Ring</h4>
1306
-<div class="outline-text-4" id="text-org6930b9a">
1267
+<div id="outline-container-orgd3ca01e" class="outline-4">
1268
+<h4 id="orgd3ca01e">Using with Ring</h4>
1269
+<div class="outline-text-4" id="text-orgd3ca01e">
1307 1270
 <p>
1308 1271
 From the menu select <b>Manage accounts</b>.
1309 1272
 </p>
@@ -1356,9 +1319,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
1356 1319
 </div>
1357 1320
 </div>
1358 1321
 
1359
-<div id="outline-container-org6900b88" class="outline-2">
1360
-<h2 id="org6900b88">RSS Reader</h2>
1361
-<div class="outline-text-2" id="text-org6900b88">
1322
+<div id="outline-container-org8be3e22" class="outline-2">
1323
+<h2 id="org8be3e22">RSS Reader</h2>
1324
+<div class="outline-text-2" id="text-org8be3e22">
1362 1325
 <p>
1363 1326
 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.
1364 1327
 </p>
@@ -1370,9 +1333,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
1370 1333
 </div>
1371 1334
 </div>
1372 1335
 
1373
-<div id="outline-container-orgd6f9dd5" class="outline-3">
1374
-<h3 id="orgd6f9dd5">Finding the onion address</h3>
1375
-<div class="outline-text-3" id="text-orgd6f9dd5">
1336
+<div id="outline-container-org7db2cde" class="outline-3">
1337
+<h3 id="org7db2cde">Finding the onion address</h3>
1338
+<div class="outline-text-3" id="text-org7db2cde">
1376 1339
 <p>
1377 1340
 See the control panel for the RSS reader onion address.
1378 1341
 </p>
@@ -1397,9 +1360,9 @@ To set up the system open <a href="http://rss_reader_onion_address/">http://rss_
1397 1360
 </div>
1398 1361
 </div>
1399 1362
 
1400
-<div id="outline-container-orgf644c96" class="outline-3">
1401
-<h3 id="orgf644c96">On mobile</h3>
1402
-<div class="outline-text-3" id="text-orgf644c96">
1363
+<div id="outline-container-orga9594ff" class="outline-3">
1364
+<h3 id="orga9594ff">On mobile</h3>
1365
+<div class="outline-text-3" id="text-orga9594ff">
1403 1366
 <p>
1404 1367
 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.
1405 1368
 </p>
@@ -1411,9 +1374,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
1411 1374
 </blockquote>
1412 1375
 </div>
1413 1376
 </div>
1414
-<div id="outline-container-orgbbffda2" class="outline-3">
1415
-<h3 id="orgbbffda2">With Emacs</h3>
1416
-<div class="outline-text-3" id="text-orgbbffda2">
1377
+<div id="outline-container-orgefadf46" class="outline-3">
1378
+<h3 id="orgefadf46">With Emacs</h3>
1379
+<div class="outline-text-3" id="text-orgefadf46">
1417 1380
 <p>
1418 1381
 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.
1419 1382
 </p>
@@ -1455,9 +1418,9 @@ And ensure that the Tor daemon is installed:
1455 1418
 </div>
1456 1419
 </div>
1457 1420
 </div>
1458
-<div id="outline-container-org83b4f81" class="outline-2">
1459
-<h2 id="org83b4f81">Git Projects</h2>
1460
-<div class="outline-text-2" id="text-org83b4f81">
1421
+<div id="outline-container-org300f869" class="outline-2">
1422
+<h2 id="org300f869">Git Projects</h2>
1423
+<div class="outline-text-2" id="text-org300f869">
1461 1424
 <p>
1462 1425
 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.
1463 1426
 </p>
@@ -1495,9 +1458,9 @@ This will stop any spam accounts being created by random strangers or bots. You
1495 1458
 </p>
1496 1459
 </div>
1497 1460
 </div>
1498
-<div id="outline-container-org18a42fd" class="outline-2">
1499
-<h2 id="org18a42fd">Adding or removing users</h2>
1500
-<div class="outline-text-2" id="text-org18a42fd">
1461
+<div id="outline-container-orga5ee7e6" class="outline-2">
1462
+<h2 id="orga5ee7e6">Adding or removing users</h2>
1463
+<div class="outline-text-2" id="text-orga5ee7e6">
1501 1464
 <p>
1502 1465
 Log into the system with:
1503 1466
 </p>
@@ -1535,19 +1498,19 @@ Return to the <a href="index.html">home page</a>
1535 1498
 
1536 1499
 <style type="text/css">
1537 1500
 .back-to-top {
1538
-    position: fixed;
1539
-    bottom: 2em;
1540
-    right: 0px;
1541
-    text-decoration: none;
1542
-    color: #000000;
1543
-    background-color: rgba(235, 235, 235, 0.80);
1544
-    font-size: 12px;
1545
-    padding: 1em;
1546
-    display: none;
1501
+	position: fixed;
1502
+	bottom: 2em;
1503
+	right: 0px;
1504
+	text-decoration: none;
1505
+	color: #000000;
1506
+	background-color: rgba(235, 235, 235, 0.80);
1507
+	font-size: 12px;
1508
+	padding: 1em;
1509
+	display: none;
1547 1510
 }
1548 1511
 
1549 1512
 .back-to-top:hover {
1550
-    background-color: rgba(135, 135, 135, 0.50);
1513
+	background-color: rgba(135, 135, 135, 0.50);
1551 1514
 }
1552 1515
 </style>
1553 1516
 
@@ -1556,15 +1519,15 @@ Return to the <a href="index.html">home page</a>
1556 1519
 </div>
1557 1520
 
1558 1521
 <script type="text/javascript">
1559
-    var offset = 220;
1560
-    var duration = 500;
1561
-    jQuery(window).scroll(function() {
1562
-        if (jQuery(this).scrollTop() > offset) {
1563
-            jQuery('.back-to-top').fadeIn(duration);
1564
-        } else {
1565
-            jQuery('.back-to-top').fadeOut(duration);
1566
-        }
1567
-    });
1522
+	var offset = 220;
1523
+	var duration = 500;
1524
+	jQuery(window).scroll(function() {
1525
+		if (jQuery(this).scrollTop() > offset) {
1526
+			jQuery('.back-to-top').fadeIn(duration);
1527
+		} else {
1528
+			jQuery('.back-to-top').fadeOut(duration);
1529
+		}
1530
+	});
1568 1531
 </script>
1569 1532
 </div>
1570 1533
 </body>