Browse Source

friendica docs

Bob Mottram 8 years ago
parent
commit
3c1f012888

+ 44
- 0
doc/EN/app_friendica.org View File

1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, friendica
5
+#+DESCRIPTION: How to use Friendica
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>Friendica</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+Friendica is a federated social networking system. It can federate with other popular systems such as GNU Social and Diaspora. Currently Friendica only works on the clearnet and doesn't have an onion address.
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 *friendica*. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under *Dynamic DNS* on the FreeDNS site (the random string from "/quick cron example/" which appears after /update.php?/ and before />>/). For more details on obtaining a domain and making it accessible via dynamic DNS see the [[./faq.html][FAQ]]. Typically the domain name you use will be a subdomain, such as /friendica.mydomainname.net/. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
31
+
32
+After the install has completed go to *Security settings* and select *Create a new Let's Encrypt certificate* and enter the domain name that you are using for Friendica. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
33
+
34
+
35
+* Initial setup
36
+If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your Friendica domain listed there along with an onion address. You can then navigate to your site in a browser.
37
+
38
+On first visiting your Friendica site you'll see the login screen. The first thing you need to do is to select *register* to create a new Friendica administrator user. The first user on the system then becomes its administrator.
39
+
40
+#+BEGIN_CENTER
41
+[[file:images/friendicaadmin.jpg]]
42
+#+END_CENTER
43
+
44
+Friendica has numerous addons which you might want to explore. Select the small icon next to the search box and you will get to the administrator settings. Select *plugins* and you can then configure which ones you want. From the *site* settings you can also force all links to use SSL/TLS for added security.

+ 1
- 1
doc/EN/app_hubzilla.org View File

16
 </center>
16
 </center>
17
 #+END_EXPORT
17
 #+END_EXPORT
18
 
18
 
19
-Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "/privacy groups/"), with the encryption being handled automatically.
19
+Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "/privacy groups/"), with the encryption being handled automatically. Currently Hubzilla only works on the clearnet and doesn't have an onion address.
20
 
20
 
21
 * Installation
21
 * Installation
22
 Log into your system with:
22
 Log into your system with:

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

40
 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.
40
 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.
41
 
41
 
42
 [[./app_etherpad.html][How to use it]]
42
 [[./app_etherpad.html][How to use it]]
43
+* Friendica
44
+Federated social network system.
45
+
46
+[[./app_friendica.html][How to use it]]
43
 * Ghost
47
 * Ghost
44
 Modern looking blogging system.
48
 Modern looking blogging system.
45
 
49
 

BIN
img/friendicaadmin.jpg View File


+ 332
- 0
website/EN/app_friendica.html View File

1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+<head>
6
+<!-- 2017-04-07 Fri 20:05 -->
7
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
10
+<meta name="generator" content="Org mode" />
11
+<meta name="author" content="Bob Mottram" />
12
+<meta name="description" content="How to use Friendica"
13
+ />
14
+<meta name="keywords" content="freedombone, friendica" />
15
+<style type="text/css">
16
+ <!--/*--><![CDATA[/*><!--*/
17
+  .title  { text-align: center;
18
+             margin-bottom: .2em; }
19
+  .subtitle { text-align: center;
20
+              font-size: medium;
21
+              font-weight: bold;
22
+              margin-top:0; }
23
+  .todo   { font-family: monospace; color: red; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
26
+  .tag    { background-color: #eee; font-family: monospace;
27
+            padding: 2px; font-size: 80%; font-weight: normal; }
28
+  .timestamp { color: #bebebe; }
29
+  .timestamp-kwd { color: #5f9ea0; }
30
+  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
31
+  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
32
+  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
+  .underline { text-decoration: underline; }
34
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
+  p.verse { margin-left: 3%; }
36
+  pre {
37
+    border: 1px solid #ccc;
38
+    box-shadow: 3px 3px 3px #eee;
39
+    padding: 8pt;
40
+    font-family: monospace;
41
+    overflow: auto;
42
+    margin: 1.2em;
43
+  }
44
+  pre.src {
45
+    position: relative;
46
+    overflow: visible;
47
+    padding-top: 1.2em;
48
+  }
49
+  pre.src:before {
50
+    display: none;
51
+    position: absolute;
52
+    background-color: white;
53
+    top: -10px;
54
+    right: 10px;
55
+    padding: 3px;
56
+    border: 1px solid black;
57
+  }
58
+  pre.src:hover:before { display: inline;}
59
+  /* Languages per Org manual */
60
+  pre.src-asymptote:before { content: 'Asymptote'; }
61
+  pre.src-awk:before { content: 'Awk'; }
62
+  pre.src-C:before { content: 'C'; }
63
+  /* pre.src-C++ doesn't work in CSS */
64
+  pre.src-clojure:before { content: 'Clojure'; }
65
+  pre.src-css:before { content: 'CSS'; }
66
+  pre.src-D:before { content: 'D'; }
67
+  pre.src-ditaa:before { content: 'ditaa'; }
68
+  pre.src-dot:before { content: 'Graphviz'; }
69
+  pre.src-calc:before { content: 'Emacs Calc'; }
70
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
+  pre.src-fortran:before { content: 'Fortran'; }
72
+  pre.src-gnuplot:before { content: 'gnuplot'; }
73
+  pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
75
+  pre.src-java:before { content: 'Java'; }
76
+  pre.src-js:before { content: 'Javascript'; }
77
+  pre.src-latex:before { content: 'LaTeX'; }
78
+  pre.src-ledger:before { content: 'Ledger'; }
79
+  pre.src-lisp:before { content: 'Lisp'; }
80
+  pre.src-lilypond:before { content: 'Lilypond'; }
81
+  pre.src-lua:before { content: 'Lua'; }
82
+  pre.src-matlab:before { content: 'MATLAB'; }
83
+  pre.src-mscgen:before { content: 'Mscgen'; }
84
+  pre.src-ocaml:before { content: 'Objective Caml'; }
85
+  pre.src-octave:before { content: 'Octave'; }
86
+  pre.src-org:before { content: 'Org mode'; }
87
+  pre.src-oz:before { content: 'OZ'; }
88
+  pre.src-plantuml:before { content: 'Plantuml'; }
89
+  pre.src-processing:before { content: 'Processing.js'; }
90
+  pre.src-python:before { content: 'Python'; }
91
+  pre.src-R:before { content: 'R'; }
92
+  pre.src-ruby:before { content: 'Ruby'; }
93
+  pre.src-sass:before { content: 'Sass'; }
94
+  pre.src-scheme:before { content: 'Scheme'; }
95
+  pre.src-screen:before { content: 'Gnu Screen'; }
96
+  pre.src-sed:before { content: 'Sed'; }
97
+  pre.src-sh:before { content: 'shell'; }
98
+  pre.src-sql:before { content: 'SQL'; }
99
+  pre.src-sqlite:before { content: 'SQLite'; }
100
+  /* additional languages in org.el's org-babel-load-languages alist */
101
+  pre.src-forth:before { content: 'Forth'; }
102
+  pre.src-io:before { content: 'IO'; }
103
+  pre.src-J:before { content: 'J'; }
104
+  pre.src-makefile:before { content: 'Makefile'; }
105
+  pre.src-maxima:before { content: 'Maxima'; }
106
+  pre.src-perl:before { content: 'Perl'; }
107
+  pre.src-picolisp:before { content: 'Pico Lisp'; }
108
+  pre.src-scala:before { content: 'Scala'; }
109
+  pre.src-shell:before { content: 'Shell Script'; }
110
+  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111
+  /* additional language identifiers per "defun org-babel-execute"
112
+       in ob-*.el */
113
+  pre.src-cpp:before  { content: 'C++'; }
114
+  pre.src-abc:before  { content: 'ABC'; }
115
+  pre.src-coq:before  { content: 'Coq'; }
116
+  pre.src-groovy:before  { content: 'Groovy'; }
117
+  /* additional language identifiers from org-babel-shell-names in
118
+     ob-shell.el: ob-shell is the only babel language using a lambda to put
119
+     the execution function name together. */
120
+  pre.src-bash:before  { content: 'bash'; }
121
+  pre.src-csh:before  { content: 'csh'; }
122
+  pre.src-ash:before  { content: 'ash'; }
123
+  pre.src-dash:before  { content: 'dash'; }
124
+  pre.src-ksh:before  { content: 'ksh'; }
125
+  pre.src-mksh:before  { content: 'mksh'; }
126
+  pre.src-posh:before  { content: 'posh'; }
127
+  /* Additional Emacs modes also supported by the LaTeX listings package */
128
+  pre.src-ada:before { content: 'Ada'; }
129
+  pre.src-asm:before { content: 'Assembler'; }
130
+  pre.src-caml:before { content: 'Caml'; }
131
+  pre.src-delphi:before { content: 'Delphi'; }
132
+  pre.src-html:before { content: 'HTML'; }
133
+  pre.src-idl:before { content: 'IDL'; }
134
+  pre.src-mercury:before { content: 'Mercury'; }
135
+  pre.src-metapost:before { content: 'MetaPost'; }
136
+  pre.src-modula-2:before { content: 'Modula-2'; }
137
+  pre.src-pascal:before { content: 'Pascal'; }
138
+  pre.src-ps:before { content: 'PostScript'; }
139
+  pre.src-prolog:before { content: 'Prolog'; }
140
+  pre.src-simula:before { content: 'Simula'; }
141
+  pre.src-tcl:before { content: 'tcl'; }
142
+  pre.src-tex:before { content: 'TeX'; }
143
+  pre.src-plain-tex:before { content: 'Plain TeX'; }
144
+  pre.src-verilog:before { content: 'Verilog'; }
145
+  pre.src-vhdl:before { content: 'VHDL'; }
146
+  pre.src-xml:before { content: 'XML'; }
147
+  pre.src-nxml:before { content: 'XML'; }
148
+  /* add a generic configuration mode; LaTeX export needs an additional
149
+     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150
+  pre.src-conf:before { content: 'Configuration File'; }
151
+
152
+  table { border-collapse:collapse; }
153
+  caption.t-above { caption-side: top; }
154
+  caption.t-bottom { caption-side: bottom; }
155
+  td, th { vertical-align:top;  }
156
+  th.org-right  { text-align: center;  }
157
+  th.org-left   { text-align: center;   }
158
+  th.org-center { text-align: center; }
159
+  td.org-right  { text-align: right;  }
160
+  td.org-left   { text-align: left;   }
161
+  td.org-center { text-align: center; }
162
+  dt { font-weight: bold; }
163
+  .footpara { display: inline; }
164
+  .footdef  { margin-bottom: 1em; }
165
+  .figure { padding: 1em; }
166
+  .figure p { text-align: center; }
167
+  .inlinetask {
168
+    padding: 10px;
169
+    border: 2px solid gray;
170
+    margin: 10px;
171
+    background: #ffffcc;
172
+  }
173
+  #org-div-home-and-up
174
+   { text-align: right; font-size: 70%; white-space: nowrap; }
175
+  textarea { overflow-x: auto; }
176
+  .linenr { font-size: smaller }
177
+  .code-highlighted { background-color: #ffff00; }
178
+  .org-info-js_info-navigation { border-style: none; }
179
+  #org-info-js_console-label
180
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
181
+  .org-info-js_search-highlight
182
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
183
+  .org-svg { width: 90%; }
184
+  /*]]>*/-->
185
+</style>
186
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
187
+<script type="text/javascript">
188
+/*
189
+@licstart  The following is the entire license notice for the
190
+JavaScript code in this tag.
191
+
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
193
+
194
+The JavaScript code in this tag is free software: you can
195
+redistribute it and/or modify it under the terms of the GNU
196
+General Public License (GNU GPL) as published by the Free Software
197
+Foundation, either version 3 of the License, or (at your option)
198
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
199
+without even the implied warranty of MERCHANTABILITY or FITNESS
200
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
201
+
202
+As additional permission under GNU GPL version 3 section 7, you
203
+may distribute non-source (e.g., minimized or compacted) forms of
204
+that code without the copy of the GNU GPL normally required by
205
+section 4, provided you include this license notice and a URL
206
+through which recipients can access the Corresponding Source.
207
+
208
+
209
+@licend  The above is the entire license notice
210
+for the JavaScript code in this tag.
211
+*/
212
+<!--/*--><![CDATA[/*><!--*/
213
+ function CodeHighlightOn(elem, id)
214
+ {
215
+   var target = document.getElementById(id);
216
+   if(null != target) {
217
+     elem.cacheClassElem = elem.className;
218
+     elem.cacheClassTarget = target.className;
219
+     target.className = "code-highlighted";
220
+     elem.className   = "code-highlighted";
221
+   }
222
+ }
223
+ function CodeHighlightOff(elem, id)
224
+ {
225
+   var target = document.getElementById(id);
226
+   if(elem.cacheClassElem)
227
+     elem.className = elem.cacheClassElem;
228
+   if(elem.cacheClassTarget)
229
+     target.className = elem.cacheClassTarget;
230
+ }
231
+/*]]>*///-->
232
+</script>
233
+</head>
234
+<body>
235
+<div id="preamble" class="status">
236
+<a name="top" id="top"></a>
237
+</div>
238
+<div id="content">
239
+<div class="org-center">
240
+
241
+<div class="figure">
242
+<p><img src="images/logo.png" alt="logo.png" />
243
+</p>
244
+</div>
245
+</div>
246
+
247
+<center>
248
+<h1>Friendica</h1>
249
+</center>
250
+
251
+<p>
252
+Friendica is a federated social networking system. It can federate with other popular systems such as GNU Social and Diaspora. Currently Friendica only works on the clearnet and doesn't have an onion address.
253
+</p>
254
+
255
+<div id="outline-container-orgb0a5852" class="outline-2">
256
+<h2 id="orgb0a5852">Installation</h2>
257
+<div class="outline-text-2" id="text-orgb0a5852">
258
+<p>
259
+Log into your system with:
260
+</p>
261
+
262
+<div class="org-src-container">
263
+<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
264
+</code></pre>
265
+</div>
266
+
267
+<p>
268
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
269
+</p>
270
+
271
+<p>
272
+Select <b>Add/Remove Apps</b> then <b>friendica</b>. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under <b>Dynamic DNS</b> on the FreeDNS site (the random string from "<i>quick cron example</i>" which appears after <i>update.php?</i> and before <i>&gt;&gt;</i>). For more details on obtaining a domain and making it accessible via dynamic DNS see the <a href="./faq.html">FAQ</a>. Typically the domain name you use will be a subdomain, such as <i>friendica.mydomainname.net</i>. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
273
+</p>
274
+
275
+<p>
276
+After the install has completed go to <b>Security settings</b> and select <b>Create a new Let's Encrypt certificate</b> and enter the domain name that you are using for Friendica. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
277
+</p>
278
+</div>
279
+</div>
280
+
281
+
282
+<div id="outline-container-org5b686db" class="outline-2">
283
+<h2 id="org5b686db">Initial setup</h2>
284
+<div class="outline-text-2" id="text-org5b686db">
285
+<p>
286
+If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Friendica domain listed there along with an onion address. You can then navigate to your site in a browser.
287
+</p>
288
+
289
+<p>
290
+On first visiting your Friendica site you'll see the login screen. The first thing you need to do is to select <b>register</b> to create a new Friendica administrator user. The first user on the system then becomes its administrator.
291
+</p>
292
+
293
+<div class="org-center">
294
+
295
+<div class="figure">
296
+<p><img src="images/friendicaadmin.jpg" alt="friendicaadmin.jpg" />
297
+</p>
298
+</div>
299
+</div>
300
+
301
+<p>
302
+Friendica has numerous addons which you might want to explore. Select the small icon next to the search box and you will get to the administrator settings. Select <b>plugins</b> and you can then configure which ones you want. From the <b>site</b> settings you can also force all links to use SSL/TLS for added security.
303
+</p>
304
+</div>
305
+</div>
306
+</div>
307
+<div id="postamble" class="status">
308
+
309
+<style type="text/css">
310
+.back-to-top {
311
+    position: fixed;
312
+    bottom: 2em;
313
+    right: 0px;
314
+    text-decoration: none;
315
+    color: #000000;
316
+    background-color: rgba(235, 235, 235, 0.80);
317
+    font-size: 12px;
318
+    padding: 1em;
319
+    display: none;
320
+}
321
+
322
+.back-to-top:hover {
323
+    background-color: rgba(135, 135, 135, 0.50);
324
+}
325
+</style>
326
+
327
+<div class="back-to-top">
328
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
329
+</div>
330
+</div>
331
+</body>
332
+</html>

+ 12
- 11
website/EN/app_hubzilla.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-11-20 Sun 15:38 -->
6
+<!-- 2017-04-07 Fri 20:06 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
71
   pre.src-fortran:before { content: 'Fortran'; }
71
   pre.src-fortran:before { content: 'Fortran'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74
   pre.src-java:before { content: 'Java'; }
75
   pre.src-java:before { content: 'Java'; }
75
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-latex:before { content: 'LaTeX'; }
77
   pre.src-latex:before { content: 'LaTeX'; }
188
 @licstart  The following is the entire license notice for the
189
 @licstart  The following is the entire license notice for the
189
 JavaScript code in this tag.
190
 JavaScript code in this tag.
190
 
191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192
 
193
 
193
 The JavaScript code in this tag is free software: you can
194
 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
 redistribute it and/or modify it under the terms of the GNU
248
 </center>
249
 </center>
249
 
250
 
250
 <p>
251
 <p>
251
-Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "<i>privacy groups</i>"), with the encryption being handled automatically.
252
+Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "<i>privacy groups</i>"), with the encryption being handled automatically. Currently Hubzilla only works on the clearnet and doesn't have an onion address.
252
 </p>
253
 </p>
253
 
254
 
254
-<div id="outline-container-org854761e" class="outline-2">
255
-<h2 id="org854761e">Installation</h2>
256
-<div class="outline-text-2" id="text-org854761e">
255
+<div id="outline-container-orga488225" class="outline-2">
256
+<h2 id="orga488225">Installation</h2>
257
+<div class="outline-text-2" id="text-orga488225">
257
 <p>
258
 <p>
258
 Log into your system with:
259
 Log into your system with:
259
 </p>
260
 </p>
260
 
261
 
261
 <div class="org-src-container">
262
 <div class="org-src-container">
262
-<pre class="src src-bash">ssh myusername@mydomain -p 2222
263
-</pre>
263
+<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
264
+</code></pre>
264
 </div>
265
 </div>
265
 
266
 
266
 <p>
267
 <p>
278
 </div>
279
 </div>
279
 
280
 
280
 
281
 
281
-<div id="outline-container-orgaf1b525" class="outline-2">
282
-<h2 id="orgaf1b525">Initial setup</h2>
283
-<div class="outline-text-2" id="text-orgaf1b525">
282
+<div id="outline-container-org063b4a7" class="outline-2">
283
+<h2 id="org063b4a7">Initial setup</h2>
284
+<div class="outline-text-2" id="text-org063b4a7">
284
 <p>
285
 <p>
285
 If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Hubzilla domain listed there along with an onion address. You can then navigate to your site in a browser.
286
 If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Hubzilla domain listed there along with an onion address. You can then navigate to your site in a browser.
286
 </p>
287
 </p>

+ 91
- 78
website/EN/apps.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2017-03-09 Thu 10:01 -->
6
+<!-- 2017-04-07 Fri 20:08 -->
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>
71
   pre.src-fortran:before { content: 'Fortran'; }
71
   pre.src-fortran:before { content: 'Fortran'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74
   pre.src-java:before { content: 'Java'; }
75
   pre.src-java:before { content: 'Java'; }
75
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-latex:before { content: 'LaTeX'; }
77
   pre.src-latex:before { content: 'LaTeX'; }
188
 @licstart  The following is the entire license notice for the
189
 @licstart  The following is the entire license notice for the
189
 JavaScript code in this tag.
190
 JavaScript code in this tag.
190
 
191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192
 
193
 
193
 The JavaScript code in this tag is free software: you can
194
 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
 redistribute it and/or modify it under the terms of the GNU
263
 </div>
264
 </div>
264
 </div>
265
 </div>
265
 
266
 
266
-<div id="outline-container-org5bb7226" class="outline-2">
267
-<h2 id="org5bb7226">DLNA</h2>
268
-<div class="outline-text-2" id="text-org5bb7226">
267
+<div id="outline-container-org873e635" class="outline-2">
268
+<h2 id="org873e635">DLNA</h2>
269
+<div class="outline-text-2" id="text-org873e635">
269
 <p>
270
 <p>
270
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
271
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
271
 </p>
272
 </p>
275
 </p>
276
 </p>
276
 </div>
277
 </div>
277
 </div>
278
 </div>
278
-<div id="outline-container-orgc369cfe" class="outline-2">
279
-<h2 id="orgc369cfe">Dokuwiki</h2>
280
-<div class="outline-text-2" id="text-orgc369cfe">
279
+<div id="outline-container-orgbedfdca" class="outline-2">
280
+<h2 id="orgbedfdca">Dokuwiki</h2>
281
+<div class="outline-text-2" id="text-orgbedfdca">
281
 <p>
282
 <p>
282
 A databaseless wiki system.
283
 A databaseless wiki system.
283
 </p>
284
 </p>
287
 </p>
288
 </p>
288
 </div>
289
 </div>
289
 </div>
290
 </div>
290
-<div id="outline-container-orgaa53a20" class="outline-2">
291
-<h2 id="orgaa53a20">Emacs</h2>
292
-<div class="outline-text-2" id="text-orgaa53a20">
291
+<div id="outline-container-org27e0b87" class="outline-2">
292
+<h2 id="org27e0b87">Emacs</h2>
293
+<div class="outline-text-2" id="text-org27e0b87">
293
 <p>
294
 <p>
294
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
295
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
295
 </p>
296
 </p>
299
 </p>
300
 </p>
300
 </div>
301
 </div>
301
 </div>
302
 </div>
302
-<div id="outline-container-org86777b9" class="outline-2">
303
-<h2 id="org86777b9">Etherpad</h2>
304
-<div class="outline-text-2" id="text-org86777b9">
303
+<div id="outline-container-org424ee81" class="outline-2">
304
+<h2 id="org424ee81">Etherpad</h2>
305
+<div class="outline-text-2" id="text-org424ee81">
305
 <p>
306
 <p>
306
 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.
307
 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.
307
 </p>
308
 </p>
311
 </p>
312
 </p>
312
 </div>
313
 </div>
313
 </div>
314
 </div>
314
-<div id="outline-container-org6ea45b4" class="outline-2">
315
-<h2 id="org6ea45b4">Ghost</h2>
316
-<div class="outline-text-2" id="text-org6ea45b4">
315
+<div id="outline-container-orgca1f5ae" class="outline-2">
316
+<h2 id="orgca1f5ae">Friendica</h2>
317
+<div class="outline-text-2" id="text-orgca1f5ae">
318
+<p>
319
+Federated social network system.
320
+</p>
321
+
322
+<p>
323
+<a href="./app_friendica.html">How to use it</a>
324
+</p>
325
+</div>
326
+</div>
327
+<div id="outline-container-org099efc5" class="outline-2">
328
+<h2 id="org099efc5">Ghost</h2>
329
+<div class="outline-text-2" id="text-org099efc5">
317
 <p>
330
 <p>
318
 Modern looking blogging system.
331
 Modern looking blogging system.
319
 </p>
332
 </p>
323
 </p>
336
 </p>
324
 </div>
337
 </div>
325
 </div>
338
 </div>
326
-<div id="outline-container-org6448b23" class="outline-2">
327
-<h2 id="org6448b23">GNU Social</h2>
328
-<div class="outline-text-2" id="text-org6448b23">
339
+<div id="outline-container-org8ca5bab" class="outline-2">
340
+<h2 id="org8ca5bab">GNU Social</h2>
341
+<div class="outline-text-2" id="text-org8ca5bab">
329
 <p>
342
 <p>
330
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
343
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
331
 </p>
344
 </p>
335
 </p>
348
 </p>
336
 </div>
349
 </div>
337
 </div>
350
 </div>
338
-<div id="outline-container-org7240a72" class="outline-2">
339
-<h2 id="org7240a72">Gogs</h2>
340
-<div class="outline-text-2" id="text-org7240a72">
351
+<div id="outline-container-orgefe6291" class="outline-2">
352
+<h2 id="orgefe6291">Gogs</h2>
353
+<div class="outline-text-2" id="text-orgefe6291">
341
 <p>
354
 <p>
342
 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.
355
 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.
343
 </p>
356
 </p>
347
 </p>
360
 </p>
348
 </div>
361
 </div>
349
 </div>
362
 </div>
350
-<div id="outline-container-org01afc55" class="outline-2">
351
-<h2 id="org01afc55">HTMLy</h2>
352
-<div class="outline-text-2" id="text-org01afc55">
363
+<div id="outline-container-orgbabbc04" class="outline-2">
364
+<h2 id="orgbabbc04">HTMLy</h2>
365
+<div class="outline-text-2" id="text-orgbabbc04">
353
 <p>
366
 <p>
354
 Databaseless blogging system. Quite simple and with a markdown-like format.
367
 Databaseless blogging system. Quite simple and with a markdown-like format.
355
 </p>
368
 </p>
359
 </p>
372
 </p>
360
 </div>
373
 </div>
361
 </div>
374
 </div>
362
-<div id="outline-container-orgb825647" class="outline-2">
363
-<h2 id="orgb825647">Hubzilla</h2>
364
-<div class="outline-text-2" id="text-orgb825647">
375
+<div id="outline-container-org77b5e9b" class="outline-2">
376
+<h2 id="org77b5e9b">Hubzilla</h2>
377
+<div class="outline-text-2" id="text-org77b5e9b">
365
 <p>
378
 <p>
366
 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.
379
 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.
367
 </p>
380
 </p>
371
 </p>
384
 </p>
372
 </div>
385
 </div>
373
 </div>
386
 </div>
374
-<div id="outline-container-org88bbdb0" class="outline-2">
375
-<h2 id="org88bbdb0">IRC Server (ngirc)</h2>
376
-<div class="outline-text-2" id="text-org88bbdb0">
387
+<div id="outline-container-org012dce9" class="outline-2">
388
+<h2 id="org012dce9">IRC Server (ngirc)</h2>
389
+<div class="outline-text-2" id="text-org012dce9">
377
 <p>
390
 <p>
378
 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.
391
 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.
379
 </p>
392
 </p>
383
 </p>
396
 </p>
384
 </div>
397
 </div>
385
 </div>
398
 </div>
386
-<div id="outline-container-org77679de" class="outline-2">
387
-<h2 id="org77679de">Jitsi Meet</h2>
388
-<div class="outline-text-2" id="text-org77679de">
399
+<div id="outline-container-orgbf66fa0" class="outline-2">
400
+<h2 id="orgbf66fa0">Jitsi Meet</h2>
401
+<div class="outline-text-2" id="text-orgbf66fa0">
389
 <p>
402
 <p>
390
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
403
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
391
 </p>
404
 </p>
392
 </div>
405
 </div>
393
 </div>
406
 </div>
394
 
407
 
395
-<div id="outline-container-orgc77675c" class="outline-2">
396
-<h2 id="orgc77675c">Lychee</h2>
397
-<div class="outline-text-2" id="text-orgc77675c">
408
+<div id="outline-container-orga96bb30" class="outline-2">
409
+<h2 id="orga96bb30">Lychee</h2>
410
+<div class="outline-text-2" id="text-orga96bb30">
398
 <p>
411
 <p>
399
 Make your photo albums available on the web.
412
 Make your photo albums available on the web.
400
 </p>
413
 </p>
404
 </p>
417
 </p>
405
 </div>
418
 </div>
406
 </div>
419
 </div>
407
-<div id="outline-container-org5df25e1" class="outline-2">
408
-<h2 id="org5df25e1">Mailpile</h2>
409
-<div class="outline-text-2" id="text-org5df25e1">
420
+<div id="outline-container-orgc221a17" class="outline-2">
421
+<h2 id="orgc221a17">Mailpile</h2>
422
+<div class="outline-text-2" id="text-orgc221a17">
410
 <p>
423
 <p>
411
 Modern email client which supports GPG encryption.
424
 Modern email client which supports GPG encryption.
412
 </p>
425
 </p>
416
 </p>
429
 </p>
417
 </div>
430
 </div>
418
 </div>
431
 </div>
419
-<div id="outline-container-org302e3a2" class="outline-2">
420
-<h2 id="org302e3a2">Mediagoblin</h2>
421
-<div class="outline-text-2" id="text-org302e3a2">
432
+<div id="outline-container-orgca2c025" class="outline-2">
433
+<h2 id="orgca2c025">Mediagoblin</h2>
434
+<div class="outline-text-2" id="text-orgca2c025">
422
 <p>
435
 <p>
423
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
436
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
424
 </p>
437
 </p>
428
 </p>
441
 </p>
429
 </div>
442
 </div>
430
 </div>
443
 </div>
431
-<div id="outline-container-org3c4542e" class="outline-2">
432
-<h2 id="org3c4542e">Mumble</h2>
433
-<div class="outline-text-2" id="text-org3c4542e">
444
+<div id="outline-container-org27b8147" class="outline-2">
445
+<h2 id="org27b8147">Mumble</h2>
446
+<div class="outline-text-2" id="text-org27b8147">
434
 <p>
447
 <p>
435
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
448
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
436
 </p>
449
 </p>
440
 </p>
453
 </p>
441
 </div>
454
 </div>
442
 </div>
455
 </div>
443
-<div id="outline-container-org96f36f2" class="outline-2">
444
-<h2 id="org96f36f2">PI-Hole</h2>
445
-<div class="outline-text-2" id="text-org96f36f2">
456
+<div id="outline-container-org02d614a" class="outline-2">
457
+<h2 id="org02d614a">PI-Hole</h2>
458
+<div class="outline-text-2" id="text-org02d614a">
446
 <p>
459
 <p>
447
 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.
460
 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.
448
 </p>
461
 </p>
452
 </p>
465
 </p>
453
 </div>
466
 </div>
454
 </div>
467
 </div>
455
-<div id="outline-container-orgfd4c263" class="outline-2">
456
-<h2 id="orgfd4c263">PostActiv</h2>
457
-<div class="outline-text-2" id="text-orgfd4c263">
468
+<div id="outline-container-orgf2728a6" class="outline-2">
469
+<h2 id="orgf2728a6">PostActiv</h2>
470
+<div class="outline-text-2" id="text-orgf2728a6">
458
 <p>
471
 <p>
459
 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.
472
 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.
460
 </p>
473
 </p>
464
 </p>
477
 </p>
465
 </div>
478
 </div>
466
 </div>
479
 </div>
467
-<div id="outline-container-org7dc249a" class="outline-2">
468
-<h2 id="org7dc249a">Radicale</h2>
469
-<div class="outline-text-2" id="text-org7dc249a">
480
+<div id="outline-container-org570dfbc" class="outline-2">
481
+<h2 id="org570dfbc">Radicale</h2>
482
+<div class="outline-text-2" id="text-org570dfbc">
470
 <p>
483
 <p>
471
 Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
484
 Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
472
 </p>
485
 </p>
476
 </p>
489
 </p>
477
 </div>
490
 </div>
478
 </div>
491
 </div>
479
-<div id="outline-container-orgd866893" class="outline-2">
480
-<h2 id="orgd866893">tt-rss</h2>
481
-<div class="outline-text-2" id="text-orgd866893">
492
+<div id="outline-container-org691746d" class="outline-2">
493
+<h2 id="org691746d">tt-rss</h2>
494
+<div class="outline-text-2" id="text-org691746d">
482
 <p>
495
 <p>
483
 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.
496
 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.
484
 </p>
497
 </p>
488
 </p>
501
 </p>
489
 </div>
502
 </div>
490
 </div>
503
 </div>
491
-<div id="outline-container-orgdf8479a" class="outline-2">
492
-<h2 id="orgdf8479a">Syncthing</h2>
493
-<div class="outline-text-2" id="text-orgdf8479a">
504
+<div id="outline-container-orgf70bec8" class="outline-2">
505
+<h2 id="orgf70bec8">Syncthing</h2>
506
+<div class="outline-text-2" id="text-orgf70bec8">
494
 <p>
507
 <p>
495
 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.
508
 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.
496
 </p>
509
 </p>
500
 </p>
513
 </p>
501
 </div>
514
 </div>
502
 </div>
515
 </div>
503
-<div id="outline-container-orgcd8e46b" class="outline-2">
504
-<h2 id="orgcd8e46b">Tahoe-LAFS</h2>
505
-<div class="outline-text-2" id="text-orgcd8e46b">
516
+<div id="outline-container-org6a13776" class="outline-2">
517
+<h2 id="org6a13776">Tahoe-LAFS</h2>
518
+<div class="outline-text-2" id="text-org6a13776">
506
 <p>
519
 <p>
507
 Robust and encrypted storage of files on one or more server.
520
 Robust and encrypted storage of files on one or more server.
508
 </p>
521
 </p>
512
 </p>
525
 </p>
513
 </div>
526
 </div>
514
 </div>
527
 </div>
515
-<div id="outline-container-orgce7690d" class="outline-2">
516
-<h2 id="orgce7690d">Tox</h2>
517
-<div class="outline-text-2" id="text-orgce7690d">
528
+<div id="outline-container-org5aaf6ff" class="outline-2">
529
+<h2 id="org5aaf6ff">Tox</h2>
530
+<div class="outline-text-2" id="text-org5aaf6ff">
518
 <p>
531
 <p>
519
 Client and bootstrap node for the Tox chat/VoIP system.
532
 Client and bootstrap node for the Tox chat/VoIP system.
520
 </p>
533
 </p>
524
 </p>
537
 </p>
525
 </div>
538
 </div>
526
 </div>
539
 </div>
527
-<div id="outline-container-orgd536e4a" class="outline-2">
528
-<h2 id="orgd536e4a">Turtl</h2>
529
-<div class="outline-text-2" id="text-orgd536e4a">
540
+<div id="outline-container-orge59745a" class="outline-2">
541
+<h2 id="orge59745a">Turtl</h2>
542
+<div class="outline-text-2" id="text-orge59745a">
530
 <p>
543
 <p>
531
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
544
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
532
 </p>
545
 </p>
536
 </p>
549
 </p>
537
 </div>
550
 </div>
538
 </div>
551
 </div>
539
-<div id="outline-container-orgb6a638a" class="outline-2">
540
-<h2 id="orgb6a638a">Vim</h2>
541
-<div class="outline-text-2" id="text-orgb6a638a">
552
+<div id="outline-container-org3953047" class="outline-2">
553
+<h2 id="org3953047">Vim</h2>
554
+<div class="outline-text-2" id="text-org3953047">
542
 <p>
555
 <p>
543
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
556
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
544
 </p>
557
 </p>
545
 </div>
558
 </div>
546
 </div>
559
 </div>
547
 
560
 
548
-<div id="outline-container-orge7e4fe2" class="outline-2">
549
-<h2 id="orge7e4fe2">XMPP</h2>
550
-<div class="outline-text-2" id="text-orge7e4fe2">
561
+<div id="outline-container-orgc11449c" class="outline-2">
562
+<h2 id="orgc11449c">XMPP</h2>
563
+<div class="outline-text-2" id="text-orgc11449c">
551
 <p>
564
 <p>
552
 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.
565
 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.
553
 </p>
566
 </p>
579
 </style>
592
 </style>
580
 
593
 
581
 <div class="back-to-top">
594
 <div class="back-to-top">
582
-<a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
595
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
583
 </div>
596
 </div>
584
 </div>
597
 </div>
585
 </body>
598
 </body>