Bladeren bron

Separate documentation for mailpile

Bob Mottram 8 jaren geleden
bovenliggende
commit
270c613752
6 gewijzigde bestanden met toevoegingen van 531 en 87 verwijderingen
  1. 65
    0
      doc/EN/app_mailpile.org
  2. 1
    0
      doc/EN/apps.org
  3. 1
    0
      doc/EN/usage.org
  4. 370
    0
      website/EN/app_mailpile.html
  5. 73
    70
      website/EN/apps.html
  6. 21
    17
      website/EN/usage.html

+ 65
- 0
doc/EN/app_mailpile.org Bestand weergeven

@@ -0,0 +1,65 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, mailpile
5
+#+DESCRIPTION: How to use Mailpile
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>Mailpile</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+Mailpile provides a nice looking webmail interface suitable for use on desktop or mobile clients. It has pretty good support for email encryption and makes that quite an easy process. At present it's usable but still has some bugs and limitations. If you need a fully functional email client with comprehensive encryption support then either use Mutt or Thunderbird/Icedove.
20
+
21
+One down side is that this appears to be a single user system, so if you have multiple users on your Freedombone server only the administrator will actually be able to use mailpile.
22
+
23
+* Setup
24
+
25
+If you're viewing your mail domain site on a mobile device via OrFox then make sure you allow the domain in the NoScript settings.
26
+
27
+Enter a password and store it within a password manager.
28
+
29
+Click on the *Privacy and Security* button.
30
+
31
+Scroll down and select *Save Settings*. Don't click on the Tor button.
32
+
33
+Click *Add account*.
34
+
35
+Enter your name, email address and password.
36
+
37
+Uncheck *Detect Settings* and click *Next*.
38
+
39
+Under *Sending Mail* select *local*, then click *Next*.
40
+
41
+Under *Receiving files* select *IMAP/TLS*, your main domain name, port *993*, your username and password, then click *Next*.
42
+
43
+Under *Security and Privacy* click *Next*.
44
+
45
+Click on *Inbox* and then select *Browse for mailboxes*. If you have a lot of mail then this can take quite a long time. Meanwhile you can giggle at the messages under *Working...*.
46
+
47
+* Importing existing GPG keys
48
+
49
+Unfortunately this is broken in the current Mailpile version, so you can't import keys. But when it works this is probably how it will work:
50
+
51
+ssh into the Freedombone with:
52
+
53
+#+begin_src bash
54
+ssh username@maindomainname -p 2222
55
+#+end_src
56
+
57
+Select *My encryption keys*
58
+
59
+Select *Show full PGP/GPG key*. Select the text of the full key and copy it, then paste it into a file on your local system.
60
+
61
+In a browser navigate to *yourmailpiledomain/contacts*
62
+
63
+Select *import encryption keys* followed by *upload key*
64
+
65
+Click *select encryption key* then choose the file you previously saved.

+ 1
- 0
doc/EN/apps.org Bestand weergeven

@@ -64,6 +64,7 @@ Make your photo albums available on the web.
64 64
 * Mailpile
65 65
 Modern email client which supports GPG encryption.
66 66
 
67
+[[./app_mailpile.html][How to use it]]
67 68
 * Mumble
68 69
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
69 70
 

+ 1
- 0
doc/EN/usage.org Bestand weergeven

@@ -29,6 +29,7 @@
29 29
 | [[./app_xmpp.html][XMPP/Jabber]]                                          |
30 30
 | [[./app_tox.html][Tox]]                                                  |
31 31
 | [[./app_mumble.html][Mumble]]                                               |
32
+| [[./app_mailpile.jtml][Mailpile]]                                             |
32 33
 | [[./app_rss.html][RSS Reader]]                                           |
33 34
 | [[./app_gogs.html][Git Projects]]                                         |
34 35
 | [[Adding or removing users]]                             |

+ 370
- 0
website/EN/app_mailpile.html Bestand weergeven

@@ -0,0 +1,370 @@
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-13 Sun 16:07 -->
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 Mailpile"
13
+ />
14
+<meta name="keywords" content="freedombone, mailpile" />
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>Mailpile</h1>
248
+</center>
249
+
250
+<p>
251
+Mailpile provides a nice looking webmail interface suitable for use on desktop or mobile clients. It has pretty good support for email encryption and makes that quite an easy process. At present it's usable but still has some bugs and limitations. If you need a fully functional email client with comprehensive encryption support then either use Mutt or Thunderbird/Icedove.
252
+</p>
253
+
254
+<p>
255
+One down side is that this appears to be a single user system, so if you have multiple users on your Freedombone server only the administrator will actually be able to use mailpile.
256
+</p>
257
+
258
+<div id="outline-container-orgf883335" class="outline-2">
259
+<h2 id="orgf883335">Setup</h2>
260
+<div class="outline-text-2" id="text-orgf883335">
261
+<p>
262
+If you're viewing your mail domain site on a mobile device via OrFox then make sure you allow the domain in the NoScript settings.
263
+</p>
264
+
265
+<p>
266
+Enter a password and store it within a password manager.
267
+</p>
268
+
269
+<p>
270
+Click on the <b>Privacy and Security</b> button.
271
+</p>
272
+
273
+<p>
274
+Scroll down and select <b>Save Settings</b>. Don't click on the Tor button.
275
+</p>
276
+
277
+<p>
278
+Click <b>Add account</b>.
279
+</p>
280
+
281
+<p>
282
+Enter your name, email address and password.
283
+</p>
284
+
285
+<p>
286
+Uncheck <b>Detect Settings</b> and click <b>Next</b>.
287
+</p>
288
+
289
+<p>
290
+Under <b>Sending Mail</b> select <b>local</b>, then click <b>Next</b>.
291
+</p>
292
+
293
+<p>
294
+Under <b>Receiving files</b> select <b>IMAP/TLS</b>, your main domain name, port <b>993</b>, your username and password, then click <b>Next</b>.
295
+</p>
296
+
297
+<p>
298
+Under <b>Security and Privacy</b> click <b>Next</b>.
299
+</p>
300
+
301
+<p>
302
+Click on <b>Inbox</b> and then select <b>Browse for mailboxes</b>. If you have a lot of mail then this can take quite a long time. Meanwhile you can giggle at the messages under <b>Working&#x2026;</b>.
303
+</p>
304
+</div>
305
+</div>
306
+
307
+<div id="outline-container-orgd0e01cc" class="outline-2">
308
+<h2 id="orgd0e01cc">Importing existing GPG keys</h2>
309
+<div class="outline-text-2" id="text-orgd0e01cc">
310
+<p>
311
+Unfortunately this is broken in the current Mailpile version, so you can't import keys. But when it works this is probably how it will work:
312
+</p>
313
+
314
+<p>
315
+ssh into the Freedombone with:
316
+</p>
317
+
318
+<div class="org-src-container">
319
+<pre class="src src-bash">ssh username@maindomainname -p 2222
320
+</pre>
321
+</div>
322
+
323
+<p>
324
+Select <b>My encryption keys</b>
325
+</p>
326
+
327
+<p>
328
+Select <b>Show full PGP/GPG key</b>. Select the text of the full key and copy it, then paste it into a file on your local system.
329
+</p>
330
+
331
+<p>
332
+In a browser navigate to <b>yourmailpiledomain/contacts</b>
333
+</p>
334
+
335
+<p>
336
+Select <b>import encryption keys</b> followed by <b>upload key</b>
337
+</p>
338
+
339
+<p>
340
+Click <b>select encryption key</b> then choose the file you previously saved.
341
+</p>
342
+</div>
343
+</div>
344
+</div>
345
+<div id="postamble" class="status">
346
+
347
+<style type="text/css">
348
+.back-to-top {
349
+    position: fixed;
350
+    bottom: 2em;
351
+    right: 0px;
352
+    text-decoration: none;
353
+    color: #000000;
354
+    background-color: rgba(235, 235, 235, 0.80);
355
+    font-size: 12px;
356
+    padding: 1em;
357
+    display: none;
358
+}
359
+
360
+.back-to-top:hover {
361
+    background-color: rgba(135, 135, 135, 0.50);
362
+}
363
+</style>
364
+
365
+<div class="back-to-top">
366
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
367
+</div>
368
+</div>
369
+</body>
370
+</html>

+ 73
- 70
website/EN/apps.html Bestand weergeven

@@ -3,15 +3,15 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 23:55 -->
6
+<!-- 2016-11-13 Sun 16:08 -->
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>
10 10
 <meta name="generator" content="Org mode" />
11 11
 <meta name="author" content="Bob Mottram" />
12
-<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
12
+<meta name="description" content="List of apps available on freedombone"
13 13
  />
14
-<meta name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
+<meta name="keywords" content="freedombone, apps" />
15 15
 <style type="text/css">
16 16
  <!--/*--><![CDATA[/*><!--*/
17 17
   .title  { text-align: center;
@@ -257,9 +257,9 @@ The base install of the system just contains an email server and Mutt client, bu
257 257
 </div>
258 258
 </div>
259 259
 
260
-<div id="outline-container-org7421d9d" class="outline-2">
261
-<h2 id="org7421d9d">DLNA</h2>
262
-<div class="outline-text-2" id="text-org7421d9d">
260
+<div id="outline-container-org53750a1" class="outline-2">
261
+<h2 id="org53750a1">DLNA</h2>
262
+<div class="outline-text-2" id="text-org53750a1">
263 263
 <p>
264 264
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
265 265
 </p>
@@ -269,45 +269,45 @@ Enables you to use the system as a music server which any DLNA compatible device
269 269
 </p>
270 270
 </div>
271 271
 </div>
272
-<div id="outline-container-org58f1d67" class="outline-2">
273
-<h2 id="org58f1d67">Dokuwiki</h2>
274
-<div class="outline-text-2" id="text-org58f1d67">
272
+<div id="outline-container-orgc37305d" class="outline-2">
273
+<h2 id="orgc37305d">Dokuwiki</h2>
274
+<div class="outline-text-2" id="text-orgc37305d">
275 275
 <p>
276 276
 A databaseless wiki system.
277 277
 </p>
278 278
 </div>
279 279
 </div>
280 280
 
281
-<div id="outline-container-orge1f387f" class="outline-2">
282
-<h2 id="orge1f387f">Emacs</h2>
283
-<div class="outline-text-2" id="text-orge1f387f">
281
+<div id="outline-container-org4e065e2" class="outline-2">
282
+<h2 id="org4e065e2">Emacs</h2>
283
+<div class="outline-text-2" id="text-org4e065e2">
284 284
 <p>
285 285
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
286 286
 </p>
287 287
 </div>
288 288
 </div>
289 289
 
290
-<div id="outline-container-org0559d3b" class="outline-2">
291
-<h2 id="org0559d3b">Etherpad</h2>
292
-<div class="outline-text-2" id="text-org0559d3b">
290
+<div id="outline-container-orgf70547e" class="outline-2">
291
+<h2 id="orgf70547e">Etherpad</h2>
292
+<div class="outline-text-2" id="text-orgf70547e">
293 293
 <p>
294 294
 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.
295 295
 </p>
296 296
 </div>
297 297
 </div>
298 298
 
299
-<div id="outline-container-orgb6146c1" class="outline-2">
300
-<h2 id="orgb6146c1">Ghost</h2>
301
-<div class="outline-text-2" id="text-orgb6146c1">
299
+<div id="outline-container-org042ab63" class="outline-2">
300
+<h2 id="org042ab63">Ghost</h2>
301
+<div class="outline-text-2" id="text-org042ab63">
302 302
 <p>
303 303
 Modern looking blogging system.
304 304
 </p>
305 305
 </div>
306 306
 </div>
307 307
 
308
-<div id="outline-container-org8e40628" class="outline-2">
309
-<h2 id="org8e40628">GNU Social</h2>
310
-<div class="outline-text-2" id="text-org8e40628">
308
+<div id="outline-container-orgfdec06d" class="outline-2">
309
+<h2 id="orgfdec06d">GNU Social</h2>
310
+<div class="outline-text-2" id="text-orgfdec06d">
311 311
 <p>
312 312
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
313 313
 </p>
@@ -317,9 +317,9 @@ Federated social network. You can "<i>remote follow</i>" other users within the
317 317
 </p>
318 318
 </div>
319 319
 </div>
320
-<div id="outline-container-orgacbd4ad" class="outline-2">
321
-<h2 id="orgacbd4ad">Gogs</h2>
322
-<div class="outline-text-2" id="text-orgacbd4ad">
320
+<div id="outline-container-org34c3d73" class="outline-2">
321
+<h2 id="org34c3d73">Gogs</h2>
322
+<div class="outline-text-2" id="text-org34c3d73">
323 323
 <p>
324 324
 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.
325 325
 </p>
@@ -329,18 +329,18 @@ Lightweight git project hosting system. You can mirror projects from Github, or
329 329
 </p>
330 330
 </div>
331 331
 </div>
332
-<div id="outline-container-orgab62aa3" class="outline-2">
333
-<h2 id="orgab62aa3">HTMLy</h2>
334
-<div class="outline-text-2" id="text-orgab62aa3">
332
+<div id="outline-container-org401d328" class="outline-2">
333
+<h2 id="org401d328">HTMLy</h2>
334
+<div class="outline-text-2" id="text-org401d328">
335 335
 <p>
336 336
 Databaseless blogging system. Quite simple and with a markdown-like format.
337 337
 </p>
338 338
 </div>
339 339
 </div>
340 340
 
341
-<div id="outline-container-orgc4baeb0" class="outline-2">
342
-<h2 id="orgc4baeb0">Hubzilla</h2>
343
-<div class="outline-text-2" id="text-orgc4baeb0">
341
+<div id="outline-container-org76aa025" class="outline-2">
342
+<h2 id="org76aa025">Hubzilla</h2>
343
+<div class="outline-text-2" id="text-org76aa025">
344 344
 <p>
345 345
 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.
346 346
 </p>
@@ -350,9 +350,9 @@ Web publishing platform with social network like features and good privacy contr
350 350
 </p>
351 351
 </div>
352 352
 </div>
353
-<div id="outline-container-org5f5f040" class="outline-2">
354
-<h2 id="org5f5f040">IRC Server (ngirc)</h2>
355
-<div class="outline-text-2" id="text-org5f5f040">
353
+<div id="outline-container-org419eab7" class="outline-2">
354
+<h2 id="org419eab7">IRC Server (ngirc)</h2>
355
+<div class="outline-text-2" id="text-org419eab7">
356 356
 <p>
357 357
 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.
358 358
 </p>
@@ -362,36 +362,39 @@ Run your own IRC chat channel which can be secured with a password and accessibl
362 362
 </p>
363 363
 </div>
364 364
 </div>
365
-<div id="outline-container-org260331a" class="outline-2">
366
-<h2 id="org260331a">Jitsi Meet</h2>
367
-<div class="outline-text-2" id="text-org260331a">
365
+<div id="outline-container-orgeeebcd5" class="outline-2">
366
+<h2 id="orgeeebcd5">Jitsi Meet</h2>
367
+<div class="outline-text-2" id="text-orgeeebcd5">
368 368
 <p>
369 369
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
370 370
 </p>
371 371
 </div>
372 372
 </div>
373 373
 
374
-<div id="outline-container-orgf68ab87" class="outline-2">
375
-<h2 id="orgf68ab87">Lychee</h2>
376
-<div class="outline-text-2" id="text-orgf68ab87">
374
+<div id="outline-container-org5c47c0a" class="outline-2">
375
+<h2 id="org5c47c0a">Lychee</h2>
376
+<div class="outline-text-2" id="text-org5c47c0a">
377 377
 <p>
378 378
 Make your photo albums available on the web.
379 379
 </p>
380 380
 </div>
381 381
 </div>
382 382
 
383
-<div id="outline-container-orge94d452" class="outline-2">
384
-<h2 id="orge94d452">Mailpile</h2>
385
-<div class="outline-text-2" id="text-orge94d452">
383
+<div id="outline-container-org8d6a46b" class="outline-2">
384
+<h2 id="org8d6a46b">Mailpile</h2>
385
+<div class="outline-text-2" id="text-org8d6a46b">
386 386
 <p>
387 387
 Modern email client which supports GPG encryption.
388 388
 </p>
389
+
390
+<p>
391
+<a href="./app_mailpile.html">How to use it</a>
392
+</p>
389 393
 </div>
390 394
 </div>
391
-
392
-<div id="outline-container-org0bee57f" class="outline-2">
393
-<h2 id="org0bee57f">Mumble</h2>
394
-<div class="outline-text-2" id="text-org0bee57f">
395
+<div id="outline-container-orgc5f3f6f" class="outline-2">
396
+<h2 id="orgc5f3f6f">Mumble</h2>
397
+<div class="outline-text-2" id="text-orgc5f3f6f">
395 398
 <p>
396 399
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
397 400
 </p>
@@ -401,9 +404,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
401 404
 </p>
402 405
 </div>
403 406
 </div>
404
-<div id="outline-container-orgc15315b" class="outline-2">
405
-<h2 id="orgc15315b">PI-Hole</h2>
406
-<div class="outline-text-2" id="text-orgc15315b">
407
+<div id="outline-container-orgdf8d13c" class="outline-2">
408
+<h2 id="orgdf8d13c">PI-Hole</h2>
409
+<div class="outline-text-2" id="text-orgdf8d13c">
407 410
 <p>
408 411
 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.
409 412
 </p>
@@ -413,27 +416,27 @@ The black hole for web adverts. Block adverts at the domain name level within yo
413 416
 </p>
414 417
 </div>
415 418
 </div>
416
-<div id="outline-container-org6bc9364" class="outline-2">
417
-<h2 id="org6bc9364">PostActiv</h2>
418
-<div class="outline-text-2" id="text-org6bc9364">
419
+<div id="outline-container-orga434447" class="outline-2">
420
+<h2 id="orga434447">PostActiv</h2>
421
+<div class="outline-text-2" id="text-orga434447">
419 422
 <p>
420 423
 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.
421 424
 </p>
422 425
 </div>
423 426
 </div>
424 427
 
425
-<div id="outline-container-orga002dd9" class="outline-2">
426
-<h2 id="orga002dd9">Radicale</h2>
427
-<div class="outline-text-2" id="text-orga002dd9">
428
+<div id="outline-container-orgaeb4272" class="outline-2">
429
+<h2 id="orgaeb4272">Radicale</h2>
430
+<div class="outline-text-2" id="text-orgaeb4272">
428 431
 <p>
429 432
 Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
430 433
 </p>
431 434
 </div>
432 435
 </div>
433 436
 
434
-<div id="outline-container-org9522328" class="outline-2">
435
-<h2 id="org9522328">tt-rss</h2>
436
-<div class="outline-text-2" id="text-org9522328">
437
+<div id="outline-container-org5a42817" class="outline-2">
438
+<h2 id="org5a42817">tt-rss</h2>
439
+<div class="outline-text-2" id="text-org5a42817">
437 440
 <p>
438 441
 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.
439 442
 </p>
@@ -443,9 +446,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
443 446
 </p>
444 447
 </div>
445 448
 </div>
446
-<div id="outline-container-org65b16ab" class="outline-2">
447
-<h2 id="org65b16ab">Syncthing</h2>
448
-<div class="outline-text-2" id="text-org65b16ab">
449
+<div id="outline-container-org4c8581b" class="outline-2">
450
+<h2 id="org4c8581b">Syncthing</h2>
451
+<div class="outline-text-2" id="text-org4c8581b">
449 452
 <p>
450 453
 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.
451 454
 </p>
@@ -455,9 +458,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
455 458
 </p>
456 459
 </div>
457 460
 </div>
458
-<div id="outline-container-org5f38fc1" class="outline-2">
459
-<h2 id="org5f38fc1">Tox</h2>
460
-<div class="outline-text-2" id="text-org5f38fc1">
461
+<div id="outline-container-org11de152" class="outline-2">
462
+<h2 id="org11de152">Tox</h2>
463
+<div class="outline-text-2" id="text-org11de152">
461 464
 <p>
462 465
 Client and bootstrap node for the Tox chat/VoIP system.
463 466
 </p>
@@ -467,18 +470,18 @@ Client and bootstrap node for the Tox chat/VoIP system.
467 470
 </p>
468 471
 </div>
469 472
 </div>
470
-<div id="outline-container-org6e9440c" class="outline-2">
471
-<h2 id="org6e9440c">Vim</h2>
472
-<div class="outline-text-2" id="text-org6e9440c">
473
+<div id="outline-container-org66c8cee" class="outline-2">
474
+<h2 id="org66c8cee">Vim</h2>
475
+<div class="outline-text-2" id="text-org66c8cee">
473 476
 <p>
474 477
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
475 478
 </p>
476 479
 </div>
477 480
 </div>
478 481
 
479
-<div id="outline-container-orga7ecbfe" class="outline-2">
480
-<h2 id="orga7ecbfe">XMPP</h2>
481
-<div class="outline-text-2" id="text-orga7ecbfe">
482
+<div id="outline-container-org9ef06b6" class="outline-2">
483
+<h2 id="org9ef06b6">XMPP</h2>
484
+<div class="outline-text-2" id="text-org9ef06b6">
482 485
 <p>
483 486
 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.
484 487
 </p>

+ 21
- 17
website/EN/usage.html Bestand weergeven

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 23:54 -->
6
+<!-- 2016-11-13 Sun 16:09 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -255,15 +255,15 @@ for the JavaScript code in this tag.
255 255
 </colgroup>
256 256
 <tbody>
257 257
 <tr>
258
-<td class="org-left"><a href="#org8a8dd7e">Readme</a></td>
258
+<td class="org-left"><a href="#org737a35d">Readme</a></td>
259 259
 </tr>
260 260
 
261 261
 <tr>
262
-<td class="org-left"><a href="#org96f2f29">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#org776090b">Improving ssh security</a></td>
263 263
 </tr>
264 264
 
265 265
 <tr>
266
-<td class="org-left"><a href="#orgac36f9a">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#org379ce0e">Administrating the system via an onion address (Tor)</a></td>
267 267
 </tr>
268 268
 
269 269
 <tr>
@@ -307,6 +307,10 @@ for the JavaScript code in this tag.
307 307
 </tr>
308 308
 
309 309
 <tr>
310
+<td class="org-left"><a href="./app_mailpile.jtml">Mailpile</a></td>
311
+</tr>
312
+
313
+<tr>
310 314
 <td class="org-left"><a href="./app_rss.html">RSS Reader</a></td>
311 315
 </tr>
312 316
 
@@ -315,7 +319,7 @@ for the JavaScript code in this tag.
315 319
 </tr>
316 320
 
317 321
 <tr>
318
-<td class="org-left"><a href="#orgaf5eee1">Adding or removing users</a></td>
322
+<td class="org-left"><a href="#orgc0b4ffb">Adding or removing users</a></td>
319 323
 </tr>
320 324
 
321 325
 <tr>
@@ -324,9 +328,9 @@ for the JavaScript code in this tag.
324 328
 </tbody>
325 329
 </table>
326 330
 
327
-<div id="outline-container-org8a8dd7e" class="outline-2">
328
-<h2 id="org8a8dd7e">Readme</h2>
329
-<div class="outline-text-2" id="text-org8a8dd7e">
331
+<div id="outline-container-org737a35d" class="outline-2">
332
+<h2 id="org737a35d">Readme</h2>
333
+<div class="outline-text-2" id="text-org737a35d">
330 334
 <p>
331 335
 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:
332 336
 </p>
@@ -346,9 +350,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
346 350
 </p>
347 351
 </div>
348 352
 </div>
349
-<div id="outline-container-org96f2f29" class="outline-2">
350
-<h2 id="org96f2f29">Improving ssh security</h2>
351
-<div class="outline-text-2" id="text-org96f2f29">
353
+<div id="outline-container-org776090b" class="outline-2">
354
+<h2 id="org776090b">Improving ssh security</h2>
355
+<div class="outline-text-2" id="text-org776090b">
352 356
 <p>
353 357
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
354 358
 </p>
@@ -398,9 +402,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
398 402
 </div>
399 403
 </div>
400 404
 
401
-<div id="outline-container-orgac36f9a" class="outline-2">
402
-<h2 id="orgac36f9a">Administrating the system via an onion address (Tor)</h2>
403
-<div class="outline-text-2" id="text-orgac36f9a">
405
+<div id="outline-container-org379ce0e" class="outline-2">
406
+<h2 id="org379ce0e">Administrating the system via an onion address (Tor)</h2>
407
+<div class="outline-text-2" id="text-org379ce0e">
404 408
 <p>
405 409
 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:
406 410
 </p>
@@ -442,9 +446,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
442 446
 </p>
443 447
 </div>
444 448
 </div>
445
-<div id="outline-container-orgaf5eee1" class="outline-2">
446
-<h2 id="orgaf5eee1">Adding or removing users</h2>
447
-<div class="outline-text-2" id="text-orgaf5eee1">
449
+<div id="outline-container-orgc0b4ffb" class="outline-2">
450
+<h2 id="orgc0b4ffb">Adding or removing users</h2>
451
+<div class="outline-text-2" id="text-orgc0b4ffb">
448 452
 <p>
449 453
 Log into the system with:
450 454
 </p>