Sfoglia il codice sorgente

Documentation for radicale

Bob Mottram 8 anni fa
parent
commit
4bb993616f
6 ha cambiato i file con 445 aggiunte e 87 eliminazioni
  1. 35
    0
      doc/EN/app_radicale.org
  2. 2
    1
      doc/EN/apps.org
  3. 1
    0
      doc/EN/usage.org
  4. 314
    0
      website/EN/app_radicale.html
  5. 72
    69
      website/EN/apps.html
  6. 21
    17
      website/EN/usage.html

+ 35
- 0
doc/EN/app_radicale.org Vedi File

1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, radicale
5
+#+DESCRIPTION: How to use Radicale
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>Radicale</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+Radicale is a calendar server which allows your to synchronise your calendar across all your devices. Support for CalDAV within various systems seems rather patchy/flaky though, so use it with caution.
20
+
21
+* Installation
22
+Log into your system with:
23
+
24
+#+begin_src bash
25
+ssh myusername@mydomain -p 2222
26
+#+end_src
27
+
28
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
29
+
30
+Select *Add/Remove Apps* then *radicale*. If you don't already have an SSL/TLS certificate for your main domain then go to the security settings and create a new Let's Encrypt cert for it. That will ensure that your calendar events have some minimal level of protection from passive surveillance.
31
+
32
+* Setting up on Android
33
+Via F-droid install *DAVdroid*. Within *Android Settings* select *Accounts* then *DAVdroid*. Select the URL option rather than the email option. The URL should be https://yourmaindomainname/radicale/. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
34
+
35
+Now go to your calendar app and press the plus icon to add an event. You should notice that the calendar account selected is your username on the Freedombone system. Synchronisation should be automatic.

+ 2
- 1
doc/EN/apps.org Vedi File

84
 
84
 
85
 [[./app_postactiv.html][How to use it]]
85
 [[./app_postactiv.html][How to use it]]
86
 * Radicale
86
 * Radicale
87
-Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
87
+Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
88
 
88
 
89
+[[./app_radicale.html][How to use it]]
89
 * tt-rss
90
 * tt-rss
90
 Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "/the right to read/" 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.
91
 Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "/the right to read/" 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.
91
 
92
 

+ 1
- 0
doc/EN/usage.org Vedi File

37
 | [[./app_mumble.html][Mumble]]                                               |
37
 | [[./app_mumble.html][Mumble]]                                               |
38
 | [[./app_mailpile.jtml][Mailpile]]                                             |
38
 | [[./app_mailpile.jtml][Mailpile]]                                             |
39
 | [[./app_rss.html][RSS Reader]]                                           |
39
 | [[./app_rss.html][RSS Reader]]                                           |
40
+| [[./app_radicale.html][CalDAV calendar server]]                               |
40
 | [[./app_gogs.html][Git Projects]]                                         |
41
 | [[./app_gogs.html][Git Projects]]                                         |
41
 | [[Adding or removing users]]                             |
42
 | [[Adding or removing users]]                             |
42
 | [[./app_pihole.html][Blocking Ads]]                                         |
43
 | [[./app_pihole.html][Blocking Ads]]                                         |

+ 314
- 0
website/EN/app_radicale.html Vedi 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-17 Thu 11:01 -->
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 Radicale"
13
+ />
14
+<meta name="keywords" content="freedombone, radicale" />
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>Radicale</h1>
248
+</center>
249
+
250
+<p>
251
+Radicale is a calendar server which allows your to synchronise your calendar across all your devices. Support for CalDAV within various systems seems rather patchy/flaky though, so use it with caution.
252
+</p>
253
+
254
+<div id="outline-container-orgaa746e1" class="outline-2">
255
+<h2 id="orgaa746e1">Installation</h2>
256
+<div class="outline-text-2" id="text-orgaa746e1">
257
+<p>
258
+Log into your system with:
259
+</p>
260
+
261
+<div class="org-src-container">
262
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
263
+</pre>
264
+</div>
265
+
266
+<p>
267
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
268
+</p>
269
+
270
+<p>
271
+Select <b>Add/Remove Apps</b> then <b>radicale</b>. If you don't already have an SSL/TLS certificate for your main domain then go to the security settings and create a new Let's Encrypt cert for it. That will ensure that your calendar events have some minimal level of protection from passive surveillance.
272
+</p>
273
+</div>
274
+</div>
275
+
276
+<div id="outline-container-org24d4449" class="outline-2">
277
+<h2 id="org24d4449">Setting up on Android</h2>
278
+<div class="outline-text-2" id="text-org24d4449">
279
+<p>
280
+Via F-droid install <b>DAVdroid</b>. Within <b>Android Settings</b> select <b>Accounts</b> then <b>DAVdroid</b>. Select the URL option rather than the email option. The URL should be <a href="https://yourmaindomainname/radicale/">https://yourmaindomainname/radicale/</a>. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
281
+</p>
282
+
283
+<p>
284
+Now go to your calendar app and press the plus icon to add an event. You should notice that the calendar account selected is your username on the Freedombone system. Synchronisation should be automatic.
285
+</p>
286
+</div>
287
+</div>
288
+</div>
289
+<div id="postamble" class="status">
290
+
291
+<style type="text/css">
292
+.back-to-top {
293
+    position: fixed;
294
+    bottom: 2em;
295
+    right: 0px;
296
+    text-decoration: none;
297
+    color: #000000;
298
+    background-color: rgba(235, 235, 235, 0.80);
299
+    font-size: 12px;
300
+    padding: 1em;
301
+    display: none;
302
+}
303
+
304
+.back-to-top:hover {
305
+    background-color: rgba(135, 135, 135, 0.50);
306
+}
307
+</style>
308
+
309
+<div class="back-to-top">
310
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
311
+</div>
312
+</div>
313
+</body>
314
+</html>

+ 72
- 69
website/EN/apps.html Vedi 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-14 Mon 21:44 -->
6
+<!-- 2016-11-17 Thu 11:03 -->
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-org10b2261" class="outline-2">
261
-<h2 id="org10b2261">DLNA</h2>
262
-<div class="outline-text-2" id="text-org10b2261">
260
+<div id="outline-container-orge2a3375" class="outline-2">
261
+<h2 id="orge2a3375">DLNA</h2>
262
+<div class="outline-text-2" id="text-orge2a3375">
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>
269
 </p>
269
 </p>
270
 </div>
270
 </div>
271
 </div>
271
 </div>
272
-<div id="outline-container-org6c79225" class="outline-2">
273
-<h2 id="org6c79225">Dokuwiki</h2>
274
-<div class="outline-text-2" id="text-org6c79225">
272
+<div id="outline-container-orga7fe8b8" class="outline-2">
273
+<h2 id="orga7fe8b8">Dokuwiki</h2>
274
+<div class="outline-text-2" id="text-orga7fe8b8">
275
 <p>
275
 <p>
276
 A databaseless wiki system.
276
 A databaseless wiki system.
277
 </p>
277
 </p>
281
 </p>
281
 </p>
282
 </div>
282
 </div>
283
 </div>
283
 </div>
284
-<div id="outline-container-org1020aff" class="outline-2">
285
-<h2 id="org1020aff">Emacs</h2>
286
-<div class="outline-text-2" id="text-org1020aff">
284
+<div id="outline-container-orgc00a4d9" class="outline-2">
285
+<h2 id="orgc00a4d9">Emacs</h2>
286
+<div class="outline-text-2" id="text-orgc00a4d9">
287
 <p>
287
 <p>
288
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
288
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
289
 </p>
289
 </p>
293
 </p>
293
 </p>
294
 </div>
294
 </div>
295
 </div>
295
 </div>
296
-<div id="outline-container-orgc0e5632" class="outline-2">
297
-<h2 id="orgc0e5632">Etherpad</h2>
298
-<div class="outline-text-2" id="text-orgc0e5632">
296
+<div id="outline-container-org17b9094" class="outline-2">
297
+<h2 id="org17b9094">Etherpad</h2>
298
+<div class="outline-text-2" id="text-org17b9094">
299
 <p>
299
 <p>
300
 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.
300
 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.
301
 </p>
301
 </p>
305
 </p>
305
 </p>
306
 </div>
306
 </div>
307
 </div>
307
 </div>
308
-<div id="outline-container-org78bca52" class="outline-2">
309
-<h2 id="org78bca52">Ghost</h2>
310
-<div class="outline-text-2" id="text-org78bca52">
308
+<div id="outline-container-org28a8582" class="outline-2">
309
+<h2 id="org28a8582">Ghost</h2>
310
+<div class="outline-text-2" id="text-org28a8582">
311
 <p>
311
 <p>
312
 Modern looking blogging system.
312
 Modern looking blogging system.
313
 </p>
313
 </p>
317
 </p>
317
 </p>
318
 </div>
318
 </div>
319
 </div>
319
 </div>
320
-<div id="outline-container-orgc67decc" class="outline-2">
321
-<h2 id="orgc67decc">GNU Social</h2>
322
-<div class="outline-text-2" id="text-orgc67decc">
320
+<div id="outline-container-org2a5801f" class="outline-2">
321
+<h2 id="org2a5801f">GNU Social</h2>
322
+<div class="outline-text-2" id="text-org2a5801f">
323
 <p>
323
 <p>
324
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
324
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
325
 </p>
325
 </p>
329
 </p>
329
 </p>
330
 </div>
330
 </div>
331
 </div>
331
 </div>
332
-<div id="outline-container-org5f10653" class="outline-2">
333
-<h2 id="org5f10653">Gogs</h2>
334
-<div class="outline-text-2" id="text-org5f10653">
332
+<div id="outline-container-org8f21070" class="outline-2">
333
+<h2 id="org8f21070">Gogs</h2>
334
+<div class="outline-text-2" id="text-org8f21070">
335
 <p>
335
 <p>
336
 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.
336
 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.
337
 </p>
337
 </p>
341
 </p>
341
 </p>
342
 </div>
342
 </div>
343
 </div>
343
 </div>
344
-<div id="outline-container-org345c9f3" class="outline-2">
345
-<h2 id="org345c9f3">HTMLy</h2>
346
-<div class="outline-text-2" id="text-org345c9f3">
344
+<div id="outline-container-org58ff393" class="outline-2">
345
+<h2 id="org58ff393">HTMLy</h2>
346
+<div class="outline-text-2" id="text-org58ff393">
347
 <p>
347
 <p>
348
 Databaseless blogging system. Quite simple and with a markdown-like format.
348
 Databaseless blogging system. Quite simple and with a markdown-like format.
349
 </p>
349
 </p>
353
 </p>
353
 </p>
354
 </div>
354
 </div>
355
 </div>
355
 </div>
356
-<div id="outline-container-org60be68e" class="outline-2">
357
-<h2 id="org60be68e">Hubzilla</h2>
358
-<div class="outline-text-2" id="text-org60be68e">
356
+<div id="outline-container-orge32b16c" class="outline-2">
357
+<h2 id="orge32b16c">Hubzilla</h2>
358
+<div class="outline-text-2" id="text-orge32b16c">
359
 <p>
359
 <p>
360
 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.
360
 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.
361
 </p>
361
 </p>
365
 </p>
365
 </p>
366
 </div>
366
 </div>
367
 </div>
367
 </div>
368
-<div id="outline-container-org3f05469" class="outline-2">
369
-<h2 id="org3f05469">IRC Server (ngirc)</h2>
370
-<div class="outline-text-2" id="text-org3f05469">
368
+<div id="outline-container-org06ba02e" class="outline-2">
369
+<h2 id="org06ba02e">IRC Server (ngirc)</h2>
370
+<div class="outline-text-2" id="text-org06ba02e">
371
 <p>
371
 <p>
372
 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.
372
 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.
373
 </p>
373
 </p>
377
 </p>
377
 </p>
378
 </div>
378
 </div>
379
 </div>
379
 </div>
380
-<div id="outline-container-org8e15dc3" class="outline-2">
381
-<h2 id="org8e15dc3">Jitsi Meet</h2>
382
-<div class="outline-text-2" id="text-org8e15dc3">
380
+<div id="outline-container-org8ddc1e6" class="outline-2">
381
+<h2 id="org8ddc1e6">Jitsi Meet</h2>
382
+<div class="outline-text-2" id="text-org8ddc1e6">
383
 <p>
383
 <p>
384
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
384
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
385
 </p>
385
 </p>
386
 </div>
386
 </div>
387
 </div>
387
 </div>
388
 
388
 
389
-<div id="outline-container-org0d5203e" class="outline-2">
390
-<h2 id="org0d5203e">Lychee</h2>
391
-<div class="outline-text-2" id="text-org0d5203e">
389
+<div id="outline-container-org8ee6fe4" class="outline-2">
390
+<h2 id="org8ee6fe4">Lychee</h2>
391
+<div class="outline-text-2" id="text-org8ee6fe4">
392
 <p>
392
 <p>
393
 Make your photo albums available on the web.
393
 Make your photo albums available on the web.
394
 </p>
394
 </p>
398
 </p>
398
 </p>
399
 </div>
399
 </div>
400
 </div>
400
 </div>
401
-<div id="outline-container-org30c9c24" class="outline-2">
402
-<h2 id="org30c9c24">Mailpile</h2>
403
-<div class="outline-text-2" id="text-org30c9c24">
401
+<div id="outline-container-orgb11a948" class="outline-2">
402
+<h2 id="orgb11a948">Mailpile</h2>
403
+<div class="outline-text-2" id="text-orgb11a948">
404
 <p>
404
 <p>
405
 Modern email client which supports GPG encryption.
405
 Modern email client which supports GPG encryption.
406
 </p>
406
 </p>
410
 </p>
410
 </p>
411
 </div>
411
 </div>
412
 </div>
412
 </div>
413
-<div id="outline-container-orgc115f89" class="outline-2">
414
-<h2 id="orgc115f89">Mumble</h2>
415
-<div class="outline-text-2" id="text-orgc115f89">
413
+<div id="outline-container-orgd0e032c" class="outline-2">
414
+<h2 id="orgd0e032c">Mumble</h2>
415
+<div class="outline-text-2" id="text-orgd0e032c">
416
 <p>
416
 <p>
417
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
417
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
418
 </p>
418
 </p>
422
 </p>
422
 </p>
423
 </div>
423
 </div>
424
 </div>
424
 </div>
425
-<div id="outline-container-orgcb73698" class="outline-2">
426
-<h2 id="orgcb73698">PI-Hole</h2>
427
-<div class="outline-text-2" id="text-orgcb73698">
425
+<div id="outline-container-org33696c1" class="outline-2">
426
+<h2 id="org33696c1">PI-Hole</h2>
427
+<div class="outline-text-2" id="text-org33696c1">
428
 <p>
428
 <p>
429
 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.
429
 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.
430
 </p>
430
 </p>
434
 </p>
434
 </p>
435
 </div>
435
 </div>
436
 </div>
436
 </div>
437
-<div id="outline-container-org8e1b3bb" class="outline-2">
438
-<h2 id="org8e1b3bb">PostActiv</h2>
439
-<div class="outline-text-2" id="text-org8e1b3bb">
437
+<div id="outline-container-org1e4531b" class="outline-2">
438
+<h2 id="org1e4531b">PostActiv</h2>
439
+<div class="outline-text-2" id="text-org1e4531b">
440
 <p>
440
 <p>
441
 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.
441
 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.
442
 </p>
442
 </p>
446
 </p>
446
 </p>
447
 </div>
447
 </div>
448
 </div>
448
 </div>
449
-<div id="outline-container-orgff1c4bb" class="outline-2">
450
-<h2 id="orgff1c4bb">Radicale</h2>
451
-<div class="outline-text-2" id="text-orgff1c4bb">
449
+<div id="outline-container-org76fa568" class="outline-2">
450
+<h2 id="org76fa568">Radicale</h2>
451
+<div class="outline-text-2" id="text-org76fa568">
452
 <p>
452
 <p>
453
-Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
453
+Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily across all your devices.
454
+</p>
455
+
456
+<p>
457
+<a href="./app_radicale.html">How to use it</a>
454
 </p>
458
 </p>
455
 </div>
459
 </div>
456
 </div>
460
 </div>
457
-
458
-<div id="outline-container-orgde4e8ca" class="outline-2">
459
-<h2 id="orgde4e8ca">tt-rss</h2>
460
-<div class="outline-text-2" id="text-orgde4e8ca">
461
+<div id="outline-container-orgba0593a" class="outline-2">
462
+<h2 id="orgba0593a">tt-rss</h2>
463
+<div class="outline-text-2" id="text-orgba0593a">
461
 <p>
464
 <p>
462
 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.
465
 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.
463
 </p>
466
 </p>
467
 </p>
470
 </p>
468
 </div>
471
 </div>
469
 </div>
472
 </div>
470
-<div id="outline-container-org256957f" class="outline-2">
471
-<h2 id="org256957f">Syncthing</h2>
472
-<div class="outline-text-2" id="text-org256957f">
473
+<div id="outline-container-orgae248ad" class="outline-2">
474
+<h2 id="orgae248ad">Syncthing</h2>
475
+<div class="outline-text-2" id="text-orgae248ad">
473
 <p>
476
 <p>
474
 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.
477
 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.
475
 </p>
478
 </p>
479
 </p>
482
 </p>
480
 </div>
483
 </div>
481
 </div>
484
 </div>
482
-<div id="outline-container-org32799ef" class="outline-2">
483
-<h2 id="org32799ef">Tox</h2>
484
-<div class="outline-text-2" id="text-org32799ef">
485
+<div id="outline-container-org902a1eb" class="outline-2">
486
+<h2 id="org902a1eb">Tox</h2>
487
+<div class="outline-text-2" id="text-org902a1eb">
485
 <p>
488
 <p>
486
 Client and bootstrap node for the Tox chat/VoIP system.
489
 Client and bootstrap node for the Tox chat/VoIP system.
487
 </p>
490
 </p>
491
 </p>
494
 </p>
492
 </div>
495
 </div>
493
 </div>
496
 </div>
494
-<div id="outline-container-org4810539" class="outline-2">
495
-<h2 id="org4810539">Vim</h2>
496
-<div class="outline-text-2" id="text-org4810539">
497
+<div id="outline-container-orgf8974c7" class="outline-2">
498
+<h2 id="orgf8974c7">Vim</h2>
499
+<div class="outline-text-2" id="text-orgf8974c7">
497
 <p>
500
 <p>
498
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
501
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
499
 </p>
502
 </p>
500
 </div>
503
 </div>
501
 </div>
504
 </div>
502
 
505
 
503
-<div id="outline-container-org257ec93" class="outline-2">
504
-<h2 id="org257ec93">XMPP</h2>
505
-<div class="outline-text-2" id="text-org257ec93">
506
+<div id="outline-container-orgad537cb" class="outline-2">
507
+<h2 id="orgad537cb">XMPP</h2>
508
+<div class="outline-text-2" id="text-orgad537cb">
506
 <p>
509
 <p>
507
 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.
510
 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.
508
 </p>
511
 </p>

+ 21
- 17
website/EN/usage.html Vedi 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-14 Mon 21:45 -->
6
+<!-- 2016-11-17 Thu 11:03 -->
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="#orgac2de3d">Readme</a></td>
258
+<td class="org-left"><a href="#orga3d3ab6">Readme</a></td>
259
 </tr>
259
 </tr>
260
 
260
 
261
 <tr>
261
 <tr>
262
-<td class="org-left"><a href="#orged2c680">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#org5f13d98">Improving ssh security</a></td>
263
 </tr>
263
 </tr>
264
 
264
 
265
 <tr>
265
 <tr>
266
-<td class="org-left"><a href="#orgb50dd10">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#org7cf8b25">Administrating the system via an onion address (Tor)</a></td>
267
 </tr>
267
 </tr>
268
 
268
 
269
 <tr>
269
 <tr>
339
 </tr>
339
 </tr>
340
 
340
 
341
 <tr>
341
 <tr>
342
+<td class="org-left"><a href="./app_radicale.html">CalDAV calendar server</a></td>
343
+</tr>
344
+
345
+<tr>
342
 <td class="org-left"><a href="./app_gogs.html">Git Projects</a></td>
346
 <td class="org-left"><a href="./app_gogs.html">Git Projects</a></td>
343
 </tr>
347
 </tr>
344
 
348
 
345
 <tr>
349
 <tr>
346
-<td class="org-left"><a href="#org79dcbaf">Adding or removing users</a></td>
350
+<td class="org-left"><a href="#org3910f98">Adding or removing users</a></td>
347
 </tr>
351
 </tr>
348
 
352
 
349
 <tr>
353
 <tr>
352
 </tbody>
356
 </tbody>
353
 </table>
357
 </table>
354
 
358
 
355
-<div id="outline-container-orgac2de3d" class="outline-2">
356
-<h2 id="orgac2de3d">Readme</h2>
357
-<div class="outline-text-2" id="text-orgac2de3d">
359
+<div id="outline-container-orga3d3ab6" class="outline-2">
360
+<h2 id="orga3d3ab6">Readme</h2>
361
+<div class="outline-text-2" id="text-orga3d3ab6">
358
 <p>
362
 <p>
359
 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:
363
 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:
360
 </p>
364
 </p>
374
 </p>
378
 </p>
375
 </div>
379
 </div>
376
 </div>
380
 </div>
377
-<div id="outline-container-orged2c680" class="outline-2">
378
-<h2 id="orged2c680">Improving ssh security</h2>
379
-<div class="outline-text-2" id="text-orged2c680">
381
+<div id="outline-container-org5f13d98" class="outline-2">
382
+<h2 id="org5f13d98">Improving ssh security</h2>
383
+<div class="outline-text-2" id="text-org5f13d98">
380
 <p>
384
 <p>
381
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
385
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
382
 </p>
386
 </p>
426
 </div>
430
 </div>
427
 </div>
431
 </div>
428
 
432
 
429
-<div id="outline-container-orgb50dd10" class="outline-2">
430
-<h2 id="orgb50dd10">Administrating the system via an onion address (Tor)</h2>
431
-<div class="outline-text-2" id="text-orgb50dd10">
433
+<div id="outline-container-org7cf8b25" class="outline-2">
434
+<h2 id="org7cf8b25">Administrating the system via an onion address (Tor)</h2>
435
+<div class="outline-text-2" id="text-org7cf8b25">
432
 <p>
436
 <p>
433
 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:
437
 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:
434
 </p>
438
 </p>
470
 </p>
474
 </p>
471
 </div>
475
 </div>
472
 </div>
476
 </div>
473
-<div id="outline-container-org79dcbaf" class="outline-2">
474
-<h2 id="org79dcbaf">Adding or removing users</h2>
475
-<div class="outline-text-2" id="text-org79dcbaf">
477
+<div id="outline-container-org3910f98" class="outline-2">
478
+<h2 id="org3910f98">Adding or removing users</h2>
479
+<div class="outline-text-2" id="text-org3910f98">
476
 <p>
480
 <p>
477
 Log into the system with:
481
 Log into the system with:
478
 </p>
482
 </p>