Bob Mottram hace 7 años
padre
commit
8ddae592fa
Se han modificado 3 ficheros con 134 adiciones y 291 borrados
  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 Ver fichero

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

+ 60
- 137
website/EN/index.html Ver fichero

@@ -3,33 +3,26 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 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 14
 <style type="text/css">
16 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 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 19
   .tag    { background-color: #eee; font-family: monospace;
27 20
             padding: 2px; font-size: 80%; font-weight: normal; }
28 21
   .timestamp { color: #bebebe; }
29 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 26
   .underline { text-decoration: underline; }
34 27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35 28
   p.verse { margin-left: 3%; }
@@ -56,111 +49,27 @@
56 49
     border: 1px solid black;
57 50
   }
58 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 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 60
   table { border-collapse:collapse; }
153 61
   caption.t-above { caption-side: top; }
154 62
   caption.t-bottom { caption-side: bottom; }
155 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 70
   dt { font-weight: bold; }
163
-  .footpara { display: inline; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
164 73
   .footdef  { margin-bottom: 1em; }
165 74
   .figure { padding: 1em; }
166 75
   .figure p { text-align: center; }
@@ -180,7 +89,6 @@
180 89
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
181 90
   .org-info-js_search-highlight
182 91
     { background-color: #ffff00; color: #000000; font-weight: bold; }
183
-  .org-svg { width: 90%; }
184 92
   /*]]>*/-->
185 93
 </style>
186 94
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
@@ -189,7 +97,7 @@
189 97
 @licstart  The following is the entire license notice for the
190 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 102
 The JavaScript code in this tag is free software: you can
195 103
 redistribute it and/or modify it under the terms of the GNU
@@ -236,12 +144,14 @@ for the JavaScript code in this tag.
236 144
 <a name="top" id="top"></a>
237 145
 </div>
238 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 152
 </p>
244 153
 </div>
154
+</div>
245 155
 
246 156
 <blockquote>
247 157
 <p>
@@ -262,12 +172,18 @@ A list of other supported ARM boards <a href="./boards.html">can be found here</
262 172
 </p>
263 173
 
264 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 187
 </ul>
272 188
 
273 189
 <p>
@@ -275,13 +191,20 @@ After installation it's possible that you might want some advice on how to run y
275 191
 </p>
276 192
 
277 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 208
 </ul>
286 209
 
287 210
 
@@ -293,7 +216,7 @@ If you find bugs, or want to add a new app to this system see the <a href="./dev
293 216
 Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads/current">available here</a>.
294 217
 </p>
295 218
 
296
-<div class="org-center">
219
+<div class="center">
297 220
 <p>
298 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 222
 </p>

+ 74
- 153
website/EN/socialinstance.html Ver fichero

@@ -3,33 +3,26 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 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 14
 <style type="text/css">
16 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 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 19
   .tag    { background-color: #eee; font-family: monospace;
27 20
             padding: 2px; font-size: 80%; font-weight: normal; }
28 21
   .timestamp { color: #bebebe; }
29 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 26
   .underline { text-decoration: underline; }
34 27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35 28
   p.verse { margin-left: 3%; }
@@ -56,111 +49,27 @@
56 49
     border: 1px solid black;
57 50
   }
58 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 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 60
   table { border-collapse:collapse; }
153 61
   caption.t-above { caption-side: top; }
154 62
   caption.t-bottom { caption-side: bottom; }
155 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 70
   dt { font-weight: bold; }
163
-  .footpara { display: inline; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
164 73
   .footdef  { margin-bottom: 1em; }
165 74
   .figure { padding: 1em; }
166 75
   .figure p { text-align: center; }
@@ -180,7 +89,6 @@
180 89
     { font-size: 10px; font-weight: bold; white-space: nowrap; }
181 90
   .org-info-js_search-highlight
182 91
     { background-color: #ffff00; color: #000000; font-weight: bold; }
183
-  .org-svg { width: 90%; }
184 92
   /*]]>*/-->
185 93
 </style>
186 94
 <link rel="stylesheet" type="text/css" href="freedombone.css" />
@@ -189,7 +97,7 @@
189 97
 @licstart  The following is the entire license notice for the
190 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 102
 The JavaScript code in this tag is free software: you can
195 103
 redistribute it and/or modify it under the terms of the GNU
@@ -236,7 +144,8 @@ for the JavaScript code in this tag.
236 144
 <a name="top" id="top"></a>
237 145
 </div>
238 146
 <div id="content">
239
-<div class="org-center">
147
+<h1 class="title"></h1>
148
+<div class="center">
240 149
 
241 150
 <div class="figure">
242 151
 <p><img src="images/logo.png" alt="logo.png" />
@@ -244,41 +153,52 @@ for the JavaScript code in this tag.
244 153
 </div>
245 154
 </div>
246 155
 
156
+<div class="export">
157
+<p>
247 158
 <center>
248 159
 <h1>Social Instance</h1>
249 160
 </center>
161
+</p>
162
+
163
+</div>
250 164
 
251 165
 <p>
252 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 167
 </p>
254 168
 
255 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 180
 </ul>
262 181
 
263 182
 <p>
264 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 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 189
 <p>
271 190
 Substitute <b>sdX</b> with the device name for your USB drive.
272 191
 </p>
273 192
 
274 193
 <div class="org-src-container">
194
+
275 195
 <pre class="src src-bash">sudo apt-get install xz-utils wget
276 196
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz
277 197
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz.sig
278 198
 gpg --verify freedombone-pleroma-amd64.img.xz.sig
279 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 202
 </pre>
283 203
 </div>
284 204
 
@@ -288,14 +208,14 @@ Also note that if the laptop has a removable SSD drive it's possible to copy the
288 208
 </div>
289 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 214
 <p>
295 215
 Plug the USB drive into the laptop and connect it to your internet router with the ethernet cable.
296 216
 </p>
297 217
 
298
-<div class="org-center">
218
+<div class="center">
299 219
 
300 220
 <div class="figure">
301 221
 <p><img src="images/laptop_router.jpg" alt="laptop_router.jpg" />
@@ -305,14 +225,14 @@ Plug the USB drive into the laptop and connect it to your internet router with t
305 225
 </div>
306 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 231
 <p>
312 232
 You may need to alter the BIOS settings to get this to work reliably.
313 233
 </p>
314 234
 
315
-<div class="org-center">
235
+<div class="center">
316 236
 
317 237
 <div class="figure">
318 238
 <p><img src="images/bios_boot_usb.jpg" alt="bios_boot_usb.jpg" />
@@ -322,14 +242,14 @@ You may need to alter the BIOS settings to get this to work reliably.
322 242
 </div>
323 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 248
 <p>
329 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 250
 </p>
331 251
 
332
-<div class="org-center">
252
+<div class="center">
333 253
 
334 254
 <div class="figure">
335 255
 <p><img src="images/port_forwarding.png" alt="port_forwarding.png" />
@@ -339,10 +259,11 @@ Log into your internet router using a non-Tor browser (usually it's on an addres
339 259
 </div>
340 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 265
 <div class="org-src-container">
266
+
346 267
 <pre class="src src-bash">ssh fbone@freedombone.local -p 2222
347 268
 </pre>
348 269
 </div>
@@ -353,23 +274,23 @@ Or alternatively you can log in directly on the laptop. The initial username is
353 274
 </div>
354 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 280
 <p>
360 281
 Enter your user details, domain name and dynamic DNS settings.
361 282
 </p>
362 283
 </div>
363 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 289
 <p>
369 290
 Navigate to your domain and register a new user.
370 291
 </p>
371 292
 
372
-<div class="org-center">
293
+<div class="center">
373 294
 
374 295
 <div class="figure">
375 296
 <p><img src="images/pleroma_register.jpg" alt="pleroma_register.jpg" />
@@ -381,7 +302,7 @@ Navigate to your domain and register a new user.
381 302
 More details about setting up and using Pleroma <a href="./app_pleroma.html">can be found here</a>.
382 303
 </p>
383 304
 
384
-<div class="org-center">
305
+<div class="center">
385 306
 
386 307
 <div class="figure">
387 308
 <p><img src="images/tusky.jpg" alt="tusky.jpg" />