Browse Source

Remove image

Bob Mottram 7 years ago
parent
commit
8ddae592fa
3 changed files with 134 additions and 291 deletions
  1. 0
    1
      doc/EN/index.org
  2. 60
    137
      website/EN/index.html
  3. 74
    153
      website/EN/socialinstance.html

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

8
 
8
 
9
 #+BEGIN_CENTER
9
 #+BEGIN_CENTER
10
 [[file:images/logo.png]]
10
 [[file:images/logo.png]]
11
-[[file:images/bbb3.png]]
12
 #+END_CENTER
11
 #+END_CENTER
13
 
12
 
14
 #+begin_quote
13
 #+begin_quote

+ 60
- 137
website/EN/index.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
-<!-- 2018-03-13 Tue 12:38 -->
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>&lrm;</title>
10
-<meta name="generator" content="Org mode" />
11
-<meta name="author" content="Bob Mottram" />
12
-<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
6
+<title></title>
7
+<!-- 2018-04-11 Wed 19:49 -->
8
+<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
+<meta  name="generator" content="Org-mode" />
10
+<meta  name="author" content="Bob Mottram" />
11
+<meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
13
  />
12
  />
14
-<meta name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
13
+<meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
15
 <style type="text/css">
14
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
15
  <!--/*--><![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; }
16
+  .title  { text-align: center; }
23
   .todo   { font-family: monospace; color: red; }
17
   .todo   { font-family: monospace; color: red; }
24
-  .done   { font-family: monospace; color: green; }
25
-  .priority { font-family: monospace; color: orange; }
18
+  .done   { color: green; }
26
   .tag    { background-color: #eee; font-family: monospace;
19
   .tag    { background-color: #eee; font-family: monospace;
27
             padding: 2px; font-size: 80%; font-weight: normal; }
20
             padding: 2px; font-size: 80%; font-weight: normal; }
28
   .timestamp { color: #bebebe; }
21
   .timestamp { color: #bebebe; }
29
   .timestamp-kwd { color: #5f9ea0; }
22
   .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; }
23
+  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
24
+  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
25
+  .center { margin-left: auto; margin-right: auto; text-align: center; }
33
   .underline { text-decoration: underline; }
26
   .underline { text-decoration: underline; }
34
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
   p.verse { margin-left: 3%; }
28
   p.verse { margin-left: 3%; }
56
     border: 1px solid black;
49
     border: 1px solid black;
57
   }
50
   }
58
   pre.src:hover:before { display: inline;}
51
   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'; }
52
+  pre.src-sh:before    { content: 'sh'; }
53
+  pre.src-bash:before  { content: 'sh'; }
70
   pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
54
   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'; }
55
+  pre.src-R:before     { content: 'R'; }
56
+  pre.src-perl:before  { content: 'Perl'; }
57
+  pre.src-java:before  { content: 'Java'; }
58
+  pre.src-sql:before   { content: 'SQL'; }
151
 
59
 
152
   table { border-collapse:collapse; }
60
   table { border-collapse:collapse; }
153
   caption.t-above { caption-side: top; }
61
   caption.t-above { caption-side: top; }
154
   caption.t-bottom { caption-side: bottom; }
62
   caption.t-bottom { caption-side: bottom; }
155
   td, th { vertical-align:top;  }
63
   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; }
64
+  th.right  { text-align: center;  }
65
+  th.left   { text-align: center;   }
66
+  th.center { text-align: center; }
67
+  td.right  { text-align: right;  }
68
+  td.left   { text-align: left;   }
69
+  td.center { text-align: center; }
162
   dt { font-weight: bold; }
70
   dt { font-weight: bold; }
163
-  .footpara { display: inline; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
164
   .footdef  { margin-bottom: 1em; }
73
   .footdef  { margin-bottom: 1em; }
165
   .figure { padding: 1em; }
74
   .figure { padding: 1em; }
166
   .figure p { text-align: center; }
75
   .figure p { text-align: center; }
180
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
89
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
181
   .org-info-js_search-highlight
90
   .org-info-js_search-highlight
182
     { background-color: #ffff00; color: #000000; font-weight: bold; }
91
     { background-color: #ffff00; color: #000000; font-weight: bold; }
183
-  .org-svg { width: 90%; }
184
   /*]]>*/-->
92
   /*]]>*/-->
185
 </style>
93
 </style>
186
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
94
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
189
 @licstart  The following is the entire license notice for the
97
 @licstart  The following is the entire license notice for the
190
 JavaScript code in this tag.
98
 JavaScript code in this tag.
191
 
99
 
192
-Copyright (C) 2012-2017 Free Software Foundation, Inc.
100
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
193
 
101
 
194
 The JavaScript code in this tag is free software: you can
102
 The JavaScript code in this tag is free software: you can
195
 redistribute it and/or modify it under the terms of the GNU
103
 redistribute it and/or modify it under the terms of the GNU
236
 <a name="top" id="top"></a>
144
 <a name="top" id="top"></a>
237
 </div>
145
 </div>
238
 <div id="content">
146
 <div id="content">
239
-<div class="org-center">
240
-<p>
241
-<img src="images/logo.png" alt="logo.png" />
242
-<img src="images/bbb3.png" alt="bbb3.png" />
147
+<h1 class="title"></h1>
148
+<div class="center">
149
+
150
+<div class="figure">
151
+<p><img src="images/logo.png" alt="logo.png" />
243
 </p>
152
 </p>
244
 </div>
153
 </div>
154
+</div>
245
 
155
 
246
 <blockquote>
156
 <blockquote>
247
 <p>
157
 <p>
262
 </p>
172
 </p>
263
 
173
 
264
 <ul class="org-ul">
174
 <ul class="org-ul">
265
-<li><a href="./homeserver.html">Typical installation</a></li>
266
-<li>Installing <a href="./beaglebone.html">on a Beaglebone Black</a></li>
267
-<li>Installing on an <a href="./debianinstall.html">existing Debian system</a></li>
268
-<li>Installing <a href="./armbian.html">on Armbian</a>, for unsupported ARM boards such as Raspberry Pi</li>
269
-<li>Creating a dedicated <a href="./socialinstance.html">fediverse instance</a> for a single user or to host a community</li>
270
-<li>Deploying a <a href="./mesh.html">mesh network</a> which can operate with or without the internet</li>
175
+<li><a href="./homeserver.html">Typical installation</a>
176
+</li>
177
+<li>Installing <a href="./beaglebone.html">on a Beaglebone Black</a>
178
+</li>
179
+<li>Installing on an <a href="./debianinstall.html">existing Debian system</a>
180
+</li>
181
+<li>Installing <a href="./armbian.html">on Armbian</a>, for unsupported ARM boards such as Raspberry Pi
182
+</li>
183
+<li>Creating a dedicated <a href="./socialinstance.html">fediverse instance</a> for a single user or to host a community
184
+</li>
185
+<li>Deploying a <a href="./mesh.html">mesh network</a> which can operate with or without the internet
186
+</li>
271
 </ul>
187
 </ul>
272
 
188
 
273
 <p>
189
 <p>
275
 </p>
191
 </p>
276
 
192
 
277
 <ul class="org-ul">
193
 <ul class="org-ul">
278
-<li><a href="./domains.html">How to get a domain name</a></li>
279
-<li><a href="./security.html">Improving security</a></li>
280
-<li><a href="./users.html">Adding or removing users</a></li>
281
-<li><a href="./apps.html">Apps available on the system</a></li>
282
-<li><a href="./faq.html">Frequently Asked Questions</a></li>
283
-<li><a href="./mobile.html">Advice on setting up a mobile phone</a></li>
284
-<li><a href="./support.html">I like this project. How can I help to support it?</a></li>
194
+<li><a href="./domains.html">How to get a domain name</a>
195
+</li>
196
+<li><a href="./security.html">Improving security</a>
197
+</li>
198
+<li><a href="./users.html">Adding or removing users</a>
199
+</li>
200
+<li><a href="./apps.html">Apps available on the system</a>
201
+</li>
202
+<li><a href="./faq.html">Frequently Asked Questions</a>
203
+</li>
204
+<li><a href="./mobile.html">Advice on setting up a mobile phone</a>
205
+</li>
206
+<li><a href="./support.html">I like this project. How can I help to support it?</a>
207
+</li>
285
 </ul>
208
 </ul>
286
 
209
 
287
 
210
 
293
 Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads/current">available here</a>.
216
 Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads/current">available here</a>.
294
 </p>
217
 </p>
295
 
218
 
296
-<div class="org-center">
219
+<div class="center">
297
 <p>
220
 <p>
298
 This site can also be accessed via a Tor browser at <a href="http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion">http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion</a>. This documentation is under the <a href="https://www.gnu.org/licenses/fdl-1.3.txt">GNU Free Documentation License version 1.3</a>
221
 This site can also be accessed via a Tor browser at <a href="http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion">http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion</a>. This documentation is under the <a href="https://www.gnu.org/licenses/fdl-1.3.txt">GNU Free Documentation License version 1.3</a>
299
 </p>
222
 </p>

+ 74
- 153
website/EN/socialinstance.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
-<!-- 2018-03-13 Tue 12:58 -->
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>&lrm;</title>
10
-<meta name="generator" content="Org mode" />
11
-<meta name="author" content="Bob Mottram" />
12
-<meta name="description" content="Social Instance"
6
+<title></title>
7
+<!-- 2018-03-13 Tue 14:01 -->
8
+<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
+<meta  name="generator" content="Org-mode" />
10
+<meta  name="author" content="Bob Mottram" />
11
+<meta  name="description" content="Social Instance"
13
  />
12
  />
14
-<meta name="keywords" content="freedombone, debian, social, fediverse, instance, pleroma, gnusocial, postactiv" />
13
+<meta  name="keywords" content="freedombone, debian, social, fediverse, instance, pleroma, gnusocial, postactiv" />
15
 <style type="text/css">
14
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
15
  <!--/*--><![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; }
16
+  .title  { text-align: center; }
23
   .todo   { font-family: monospace; color: red; }
17
   .todo   { font-family: monospace; color: red; }
24
-  .done   { font-family: monospace; color: green; }
25
-  .priority { font-family: monospace; color: orange; }
18
+  .done   { color: green; }
26
   .tag    { background-color: #eee; font-family: monospace;
19
   .tag    { background-color: #eee; font-family: monospace;
27
             padding: 2px; font-size: 80%; font-weight: normal; }
20
             padding: 2px; font-size: 80%; font-weight: normal; }
28
   .timestamp { color: #bebebe; }
21
   .timestamp { color: #bebebe; }
29
   .timestamp-kwd { color: #5f9ea0; }
22
   .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; }
23
+  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
24
+  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
25
+  .center { margin-left: auto; margin-right: auto; text-align: center; }
33
   .underline { text-decoration: underline; }
26
   .underline { text-decoration: underline; }
34
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
   p.verse { margin-left: 3%; }
28
   p.verse { margin-left: 3%; }
56
     border: 1px solid black;
49
     border: 1px solid black;
57
   }
50
   }
58
   pre.src:hover:before { display: inline;}
51
   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'; }
52
+  pre.src-sh:before    { content: 'sh'; }
53
+  pre.src-bash:before  { content: 'sh'; }
70
   pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
54
   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'; }
55
+  pre.src-R:before     { content: 'R'; }
56
+  pre.src-perl:before  { content: 'Perl'; }
57
+  pre.src-java:before  { content: 'Java'; }
58
+  pre.src-sql:before   { content: 'SQL'; }
151
 
59
 
152
   table { border-collapse:collapse; }
60
   table { border-collapse:collapse; }
153
   caption.t-above { caption-side: top; }
61
   caption.t-above { caption-side: top; }
154
   caption.t-bottom { caption-side: bottom; }
62
   caption.t-bottom { caption-side: bottom; }
155
   td, th { vertical-align:top;  }
63
   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; }
64
+  th.right  { text-align: center;  }
65
+  th.left   { text-align: center;   }
66
+  th.center { text-align: center; }
67
+  td.right  { text-align: right;  }
68
+  td.left   { text-align: left;   }
69
+  td.center { text-align: center; }
162
   dt { font-weight: bold; }
70
   dt { font-weight: bold; }
163
-  .footpara { display: inline; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
164
   .footdef  { margin-bottom: 1em; }
73
   .footdef  { margin-bottom: 1em; }
165
   .figure { padding: 1em; }
74
   .figure { padding: 1em; }
166
   .figure p { text-align: center; }
75
   .figure p { text-align: center; }
180
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
89
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
181
   .org-info-js_search-highlight
90
   .org-info-js_search-highlight
182
     { background-color: #ffff00; color: #000000; font-weight: bold; }
91
     { background-color: #ffff00; color: #000000; font-weight: bold; }
183
-  .org-svg { width: 90%; }
184
   /*]]>*/-->
92
   /*]]>*/-->
185
 </style>
93
 </style>
186
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
94
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
189
 @licstart  The following is the entire license notice for the
97
 @licstart  The following is the entire license notice for the
190
 JavaScript code in this tag.
98
 JavaScript code in this tag.
191
 
99
 
192
-Copyright (C) 2012-2017 Free Software Foundation, Inc.
100
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
193
 
101
 
194
 The JavaScript code in this tag is free software: you can
102
 The JavaScript code in this tag is free software: you can
195
 redistribute it and/or modify it under the terms of the GNU
103
 redistribute it and/or modify it under the terms of the GNU
236
 <a name="top" id="top"></a>
144
 <a name="top" id="top"></a>
237
 </div>
145
 </div>
238
 <div id="content">
146
 <div id="content">
239
-<div class="org-center">
147
+<h1 class="title"></h1>
148
+<div class="center">
240
 
149
 
241
 <div class="figure">
150
 <div class="figure">
242
 <p><img src="images/logo.png" alt="logo.png" />
151
 <p><img src="images/logo.png" alt="logo.png" />
244
 </div>
153
 </div>
245
 </div>
154
 </div>
246
 
155
 
156
+<div class="export">
157
+<p>
247
 <center>
158
 <center>
248
 <h1>Social Instance</h1>
159
 <h1>Social Instance</h1>
249
 </center>
160
 </center>
161
+</p>
162
+
163
+</div>
250
 
164
 
251
 <p>
165
 <p>
252
 A social instance image allows you to easily set up a fediverse server, which federates using the OStatus or ActivityPub protocol. You will need:
166
 A social instance image allows you to easily set up a fediverse server, which federates using the OStatus or ActivityPub protocol. You will need:
253
 </p>
167
 </p>
254
 
168
 
255
 <ul class="org-ul">
169
 <ul class="org-ul">
256
-<li>An old laptop, capable of booting from USB</li>
257
-<li>A USB drive, preferably Sandisk and 16GB or larger</li>
258
-<li>An ethernet patch cable</li>
259
-<li>A domain name of your own</li>
260
-<li>A dynamic DNS account</li>
170
+<li>An old laptop, capable of booting from USB
171
+</li>
172
+<li>A USB drive, preferably Sandisk and 16GB or larger
173
+</li>
174
+<li>An ethernet patch cable
175
+</li>
176
+<li>A domain name of your own
177
+</li>
178
+<li>A dynamic DNS account
179
+</li>
261
 </ul>
180
 </ul>
262
 
181
 
263
 <p>
182
 <p>
264
 The installation process is the same as usual, with the only difference being that on initial setup it will go straight to the domain setup details for your instance. In summary:
183
 The installation process is the same as usual, with the only difference being that on initial setup it will go straight to the domain setup details for your instance. In summary:
265
 </p>
184
 </p>
266
 
185
 
267
-<div id="outline-container-orga9aa61d" class="outline-2">
268
-<h2 id="orga9aa61d">Copy the image to the USB drive</h2>
269
-<div class="outline-text-2" id="text-orga9aa61d">
186
+<div id="outline-container-sec-1" class="outline-2">
187
+<h2 id="sec-1">Copy the image to the USB drive</h2>
188
+<div class="outline-text-2" id="text-1">
270
 <p>
189
 <p>
271
 Substitute <b>sdX</b> with the device name for your USB drive.
190
 Substitute <b>sdX</b> with the device name for your USB drive.
272
 </p>
191
 </p>
273
 
192
 
274
 <div class="org-src-container">
193
 <div class="org-src-container">
194
+
275
 <pre class="src src-bash">sudo apt-get install xz-utils wget
195
 <pre class="src src-bash">sudo apt-get install xz-utils wget
276
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz
196
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz
277
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz.sig
197
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz.sig
278
 gpg --verify freedombone-pleroma-amd64.img.xz.sig
198
 gpg --verify freedombone-pleroma-amd64.img.xz.sig
279
 unxz freedombone-pleroma-amd64.img.xz
199
 unxz freedombone-pleroma-amd64.img.xz
280
-sudo dd <span class="org-variable-name">if</span>=/dev/zero <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">count</span>=8
281
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-pleroma-amd64.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
200
+sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
201
+sudo dd bs=1M if=freedombone-pleroma-amd64.img of=/dev/sdX conv=fdatasync
282
 </pre>
202
 </pre>
283
 </div>
203
 </div>
284
 
204
 
288
 </div>
208
 </div>
289
 </div>
209
 </div>
290
 
210
 
291
-<div id="outline-container-org4454ad3" class="outline-2">
292
-<h2 id="org4454ad3">Connect the laptop to your internet router</h2>
293
-<div class="outline-text-2" id="text-org4454ad3">
211
+<div id="outline-container-sec-2" class="outline-2">
212
+<h2 id="sec-2">Connect the laptop to your internet router</h2>
213
+<div class="outline-text-2" id="text-2">
294
 <p>
214
 <p>
295
 Plug the USB drive into the laptop and connect it to your internet router with the ethernet cable.
215
 Plug the USB drive into the laptop and connect it to your internet router with the ethernet cable.
296
 </p>
216
 </p>
297
 
217
 
298
-<div class="org-center">
218
+<div class="center">
299
 
219
 
300
 <div class="figure">
220
 <div class="figure">
301
 <p><img src="images/laptop_router.jpg" alt="laptop_router.jpg" />
221
 <p><img src="images/laptop_router.jpg" alt="laptop_router.jpg" />
305
 </div>
225
 </div>
306
 </div>
226
 </div>
307
 
227
 
308
-<div id="outline-container-orgd646ced" class="outline-2">
309
-<h2 id="orgd646ced">Boot the laptop from the USB drive</h2>
310
-<div class="outline-text-2" id="text-orgd646ced">
228
+<div id="outline-container-sec-3" class="outline-2">
229
+<h2 id="sec-3">Boot the laptop from the USB drive</h2>
230
+<div class="outline-text-2" id="text-3">
311
 <p>
231
 <p>
312
 You may need to alter the BIOS settings to get this to work reliably.
232
 You may need to alter the BIOS settings to get this to work reliably.
313
 </p>
233
 </p>
314
 
234
 
315
-<div class="org-center">
235
+<div class="center">
316
 
236
 
317
 <div class="figure">
237
 <div class="figure">
318
 <p><img src="images/bios_boot_usb.jpg" alt="bios_boot_usb.jpg" />
238
 <p><img src="images/bios_boot_usb.jpg" alt="bios_boot_usb.jpg" />
322
 </div>
242
 </div>
323
 </div>
243
 </div>
324
 
244
 
325
-<div id="outline-container-orgfc4d060" class="outline-2">
326
-<h2 id="orgfc4d060">Forward ports 80 (HTTP) and 443 (HTTPS) from your internet router to the laptop</h2>
327
-<div class="outline-text-2" id="text-orgfc4d060">
245
+<div id="outline-container-sec-4" class="outline-2">
246
+<h2 id="sec-4">Forward ports 80 (HTTP) and 443 (HTTPS) from your internet router to the laptop</h2>
247
+<div class="outline-text-2" id="text-4">
328
 <p>
248
 <p>
329
 Log into your internet router using a non-Tor browser (usually it's on an address like 192.168.1.1 or 192.168.1.254). Often port forwarding settings are together with firewall settings.
249
 Log into your internet router using a non-Tor browser (usually it's on an address like 192.168.1.1 or 192.168.1.254). Often port forwarding settings are together with firewall settings.
330
 </p>
250
 </p>
331
 
251
 
332
-<div class="org-center">
252
+<div class="center">
333
 
253
 
334
 <div class="figure">
254
 <div class="figure">
335
 <p><img src="images/port_forwarding.png" alt="port_forwarding.png" />
255
 <p><img src="images/port_forwarding.png" alt="port_forwarding.png" />
339
 </div>
259
 </div>
340
 </div>
260
 </div>
341
 
261
 
342
-<div id="outline-container-org1de31c9" class="outline-2">
343
-<h2 id="org1de31c9">From another machine ssh into the laptop</h2>
344
-<div class="outline-text-2" id="text-org1de31c9">
262
+<div id="outline-container-sec-5" class="outline-2">
263
+<h2 id="sec-5">From another machine ssh into the laptop</h2>
264
+<div class="outline-text-2" id="text-5">
345
 <div class="org-src-container">
265
 <div class="org-src-container">
266
+
346
 <pre class="src src-bash">ssh fbone@freedombone.local -p 2222
267
 <pre class="src src-bash">ssh fbone@freedombone.local -p 2222
347
 </pre>
268
 </pre>
348
 </div>
269
 </div>
353
 </div>
274
 </div>
354
 </div>
275
 </div>
355
 
276
 
356
-<div id="outline-container-org73f6c40" class="outline-2">
357
-<h2 id="org73f6c40">Follow the setup procedure</h2>
358
-<div class="outline-text-2" id="text-org73f6c40">
277
+<div id="outline-container-sec-6" class="outline-2">
278
+<h2 id="sec-6">Follow the setup procedure</h2>
279
+<div class="outline-text-2" id="text-6">
359
 <p>
280
 <p>
360
 Enter your user details, domain name and dynamic DNS settings.
281
 Enter your user details, domain name and dynamic DNS settings.
361
 </p>
282
 </p>
362
 </div>
283
 </div>
363
 </div>
284
 </div>
364
 
285
 
365
-<div id="outline-container-org0c76d5c" class="outline-2">
366
-<h2 id="org0c76d5c">When installation is complete</h2>
367
-<div class="outline-text-2" id="text-org0c76d5c">
286
+<div id="outline-container-sec-7" class="outline-2">
287
+<h2 id="sec-7">When installation is complete</h2>
288
+<div class="outline-text-2" id="text-7">
368
 <p>
289
 <p>
369
 Navigate to your domain and register a new user.
290
 Navigate to your domain and register a new user.
370
 </p>
291
 </p>
371
 
292
 
372
-<div class="org-center">
293
+<div class="center">
373
 
294
 
374
 <div class="figure">
295
 <div class="figure">
375
 <p><img src="images/pleroma_register.jpg" alt="pleroma_register.jpg" />
296
 <p><img src="images/pleroma_register.jpg" alt="pleroma_register.jpg" />
381
 More details about setting up and using Pleroma <a href="./app_pleroma.html">can be found here</a>.
302
 More details about setting up and using Pleroma <a href="./app_pleroma.html">can be found here</a>.
382
 </p>
303
 </p>
383
 
304
 
384
-<div class="org-center">
305
+<div class="center">
385
 
306
 
386
 <div class="figure">
307
 <div class="figure">
387
 <p><img src="images/tusky.jpg" alt="tusky.jpg" />
308
 <p><img src="images/tusky.jpg" alt="tusky.jpg" />