Browse Source

usage picture

Bob Mottram 9 years ago
parent
commit
d52bef4645
3 changed files with 136 additions and 85 deletions
  1. 26
    8
      doc/EN/usage.org
  2. BIN
      img/network.png
  3. 110
    77
      website/EN/usage.html

+ 26
- 8
doc/EN/usage.org View File

@@ -4,11 +4,27 @@
4 4
 #+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5 5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6 6
 #+OPTIONS: ^:nil toc:nil
7
-#+BEGIN_CENTER
8
-[[./images/logo.png]]
9
-#+END_CENTER
10 7
 
11
-| [[file:index.html][Home]] | [[Readme]] | [[Using Email]] | [[Mailing List]] | [[Syncing to the Cloud]] | [[Play Music]] | [[Microblogging]] | [[Social Network]] | [[Chat Services]] |
8
+#+BEGIN_HTML
9
+<center>
10
+<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/network.png"/></a>
11
+</center>
12
+<br><br><br><br><br>
13
+#+END_HTML
14
+
15
+#+BEGIN_HTML
16
+<font color="white">.</font> 
17
+#+END_HTML
18
+
19
+| [[Readme]]                 |
20
+| [[Improving ssh security]] |
21
+| [[Using Email]]            |
22
+| [[Mailing List]]           |
23
+| [[Syncing to the Cloud]]   |
24
+| [[Play Music]]             |
25
+| [[Microblogging]]          |
26
+| [[Social Network]]         |
27
+| [[Chat Services]]          |
12 28
 
13 29
 * Readme
14 30
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
@@ -40,8 +56,7 @@ Log into your system and open the control panel.
40 56
 
41 57
 #+BEGIN_SRC bash
42 58
 ssh username@domain -p 2222
43
-su
44
-control
59
+sudo control
45 60
 #+END_SRC
46 61
 
47 62
 Select /Manage Users/ then /Change user ssh public key/. Copy and paste the public key here, then exit.
@@ -678,7 +693,7 @@ Enter your username (username@domainname) and password.
678 693
 
679 694
 Click on *Advanced* and make sure that *Encryption required* and *Ignore SSL certificate errors* are checked.  Ignoring the certificate errors will allow you to use the self-signed certificate created earlier.  Then click *Done* and set your Jabber account and Empathy to *On*.
680 695
 *** Using Tor Messenger
681
-Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from [[torproject.org]] and the setup is pretty simple.
696
+Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from [[https://torproject.org][torproject.org]] and the setup is pretty simple.
682 697
 *** Using with Android
683 698
 Install [[https://f-droid.org/][F-Droid]]
684 699
 
@@ -719,4 +734,7 @@ Selecting the server by pressing on it then connects you to the server so that y
719 734
 
720 735
 /Note: if you don't know the default domain name and you did a full installation then it will be the same as the wiki domain name./
721 736
 ** SIP phones
722
-Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
737
+Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.[fn:1]
738
+
739
+[fn:1] Picture by [[https://www.flickr.com/photos/chanceprojects/16428389357/in/photolist-r2HMNn-fjSsGA-AC97hw-o8VN4t-o9E3R2-7Jukfe-yFYFcj-7imfPW-7AxaHC-9paZ9X-4Ut5PG-9XEDKe-9XHvyQ-8VEWGu-8W1azK-7EGNmd-fGHxic-9GkDTP-zLBfiV-fGHurR-qRMYzp-bqHnh2-e2yu7B-9gkk24-2z2s35-2yX4m2-r6VEkh-91g7v9-9ptxJn-fHWton-rymKbZ-9tGirx-fGHuV2-5TfydJ-9oNAuY-od51v3-51QxYW-buf1br-fGHwUV-9EBUqv-rtyL6v-7rq8Qt-5QTEFc-7SGnU2-8sD9kL-7SGnVt-mnrvP-a3gCpa-qwW37Z-fmw7Bt][Neil Cummings]], CC BY-SA 2.0
740
+

BIN
img/network.png View File


+ 110
- 77
website/EN/usage.html View File

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-10-28 Wed 22:55 -->
7
+<!-- 2015-12-16 Wed 19:51 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -154,47 +154,54 @@ for the JavaScript code in this tag.
154 154
 <a name="top" id="top"></a>
155 155
 </div>
156 156
 <div id="content">
157
-<div class="center">
157
+<center>
158
+<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/network.png"/></a>
159
+</center>
160
+<br><br><br><br><br>
158 161
 
159
-<div class="figure">
160
-<p><img src="./images/logo.png" alt="logo.png" />
161
-</p>
162
-</div>
163
-</div>
162
+<font color="white">.</font> 
164 163
 
165 164
 <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
166 165
 
167 166
 
168 167
 <colgroup>
169 168
 <col  class="org-left" />
169
+</colgroup>
170
+<tbody>
171
+<tr>
172
+<td class="org-left"><a href="#orgheadline1">Readme</a></td>
173
+</tr>
170 174
 
171
-<col  class="org-left" />
175
+<tr>
176
+<td class="org-left"><a href="#orgheadline2">Improving ssh security</a></td>
177
+</tr>
172 178
 
173
-<col  class="org-left" />
179
+<tr>
180
+<td class="org-left"><a href="#orgheadline3">Using Email</a></td>
181
+</tr>
174 182
 
175
-<col  class="org-left" />
183
+<tr>
184
+<td class="org-left"><a href="#orgheadline4">Mailing List</a></td>
185
+</tr>
176 186
 
177
-<col  class="org-left" />
187
+<tr>
188
+<td class="org-left"><a href="#orgheadline5">Syncing to the Cloud</a></td>
189
+</tr>
178 190
 
179
-<col  class="org-left" />
191
+<tr>
192
+<td class="org-left"><a href="#orgheadline6">Play Music</a></td>
193
+</tr>
180 194
 
181
-<col  class="org-left" />
195
+<tr>
196
+<td class="org-left"><a href="#orgheadline7">Microblogging</a></td>
197
+</tr>
182 198
 
183
-<col  class="org-left" />
199
+<tr>
200
+<td class="org-left"><a href="#orgheadline8">Social Network</a></td>
201
+</tr>
184 202
 
185
-<col  class="org-left" />
186
-</colgroup>
187
-<tbody>
188 203
 <tr>
189
-<td class="org-left"><a href="index.html">Home</a></td>
190
-<td class="org-left"><a href="#orgheadline1">Readme</a></td>
191
-<td class="org-left"><a href="#orgheadline2">Using Email</a></td>
192
-<td class="org-left"><a href="#orgheadline3">Mailing List</a></td>
193
-<td class="org-left"><a href="#orgheadline4">Syncing to the Cloud</a></td>
194
-<td class="org-left"><a href="#orgheadline5">Play Music</a></td>
195
-<td class="org-left"><a href="#orgheadline6">Microblogging</a></td>
196
-<td class="org-left"><a href="#orgheadline7">Social Network</a></td>
197
-<td class="org-left"><a href="#orgheadline8">Chat Services</a></td>
204
+<td class="org-left"><a href="#orgheadline9">Chat Services</a></td>
198 205
 </tr>
199 206
 </tbody>
200 207
 </table>
@@ -222,9 +229,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
222 229
 </p>
223 230
 </div>
224 231
 </div>
225
-<div id="outline-container-orgheadline9" class="outline-2">
226
-<h2 id="orgheadline9">Improving ssh security</h2>
227
-<div class="outline-text-2" id="text-orgheadline9">
232
+<div id="outline-container-orgheadline2" class="outline-2">
233
+<h2 id="orgheadline2">Improving ssh security</h2>
234
+<div class="outline-text-2" id="text-orgheadline2">
228 235
 <p>
229 236
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
230 237
 </p>
@@ -250,22 +257,22 @@ For extra security you may also want to add a passphrase to the ssh private key.
250 257
 </div>
251 258
 
252 259
 <p>
253
-Copy the contents of <b>~/.ssh/id_rsa</b> and <b>~/.ssh/id_rsa.pub</b> to you password manager, together with the private key password if you created one.
254
-</p>
255
-
256
-<p>
257
-ssh to the Freedombone and edit the authorized keys:
260
+Log into your system and open the control panel.
258 261
 </p>
259 262
 
260 263
 <div class="org-src-container">
261 264
 
262 265
 <pre class="src src-bash">ssh username@domain -p 2222
263
-emacs ~/.ssh/authorized_keys
266
+sudo control
264 267
 </pre>
265 268
 </div>
266 269
 
267 270
 <p>
268
-Now copy and paste the contents of <b>id_rsa.pub</b> into the authorized_keys file. Save the file and exit. Open another terminal window and try logging in again and you should notice that you are no longer asked for a password, because the ssh key is used instead.
271
+Select <i>Manage Users</i> then <i>Change user ssh public key</i>. Copy and paste the public key here, then exit.
272
+</p>
273
+
274
+<p>
275
+It's a good idea to also copy the contents of <b>~/.ssh/id_rsa</b> and <b>~/.ssh/id_rsa.pub</b> to you password manager, together with the private key password if you created one.
269 276
 </p>
270 277
 
271 278
 <p>
@@ -273,14 +280,14 @@ There are advantages and disadvantages to using ssh keys for logins. The advanta
273 280
 </p>
274 281
 
275 282
 <p>
276
-If you wish to only use ssh keys then log in to the Freedombone and edit <b>/etc/ssh/sshd_config</b>, then change <b>PasswordAuthentication</b> to "no", save and run <b>service ssh restart</b>. Any subsequent attempts to log in via a password will then be denied.
283
+If you wish to only use ssh keys then log in to the Freedombone, become the root user and open the control panel with the 'control' command. Select <i>Security Settings</i> then keep hitting enter until you reach the question about allowing password logins. Select "no" for that, then apply the settings. Any subsequent attempts to log in via a password will then be denied.
277 284
 </p>
278 285
 </div>
279 286
 </div>
280 287
 
281
-<div id="outline-container-orgheadline2" class="outline-2">
282
-<h2 id="orgheadline2">Using Email</h2>
283
-<div class="outline-text-2" id="text-orgheadline2">
288
+<div id="outline-container-orgheadline3" class="outline-2">
289
+<h2 id="orgheadline3">Using Email</h2>
290
+<div class="outline-text-2" id="text-orgheadline3">
284 291
 </div><div id="outline-container-orgheadline10" class="outline-3">
285 292
 <h3 id="orgheadline10">A technical note about email transport security</h3>
286 293
 <div class="outline-text-3" id="text-orgheadline10">
@@ -1049,9 +1056,9 @@ You can also reverse this by using the <b>freedombone-unignore</b> command with
1049 1056
 </div>
1050 1057
 </div>
1051 1058
 </div>
1052
-<div id="outline-container-orgheadline3" class="outline-2">
1053
-<h2 id="orgheadline3">Mailing List</h2>
1054
-<div class="outline-text-2" id="text-orgheadline3">
1059
+<div id="outline-container-orgheadline4" class="outline-2">
1060
+<h2 id="orgheadline4">Mailing List</h2>
1061
+<div class="outline-text-2" id="text-orgheadline4">
1055 1062
 <p>
1056 1063
 If you want to set up a public mailing list then when installing the system remember to set the <b>PUBLIC_MAILING_LIST</b> variable within <b>freedombone.cfg</b> to the name of your list. The name should have no spaces in it. Public mailing lists are unencrypted so anyone will be able to read the contents, including non subscribers.
1057 1064
 </p>
@@ -1071,9 +1078,9 @@ Tip: When using the Mutt email client if you want to send an email in cleartext
1071 1078
 </p>
1072 1079
 </div>
1073 1080
 </div>
1074
-<div id="outline-container-orgheadline4" class="outline-2">
1075
-<h2 id="orgheadline4">Syncing to the Cloud</h2>
1076
-<div class="outline-text-2" id="text-orgheadline4">
1081
+<div id="outline-container-orgheadline5" class="outline-2">
1082
+<h2 id="orgheadline5">Syncing to the Cloud</h2>
1083
+<div class="outline-text-2" id="text-orgheadline5">
1077 1084
 </div><div id="outline-container-orgheadline30" class="outline-3">
1078 1085
 <h3 id="orgheadline30">Initial install</h3>
1079 1086
 <div class="outline-text-3" id="text-orgheadline30">
@@ -1159,9 +1166,9 @@ You can now drag files into the <b>~/owncloud</b> directory and they will automa
1159 1166
 </div>
1160 1167
 </div>
1161 1168
 </div>
1162
-<div id="outline-container-orgheadline5" class="outline-2">
1163
-<h2 id="orgheadline5">Play Music</h2>
1164
-<div class="outline-text-2" id="text-orgheadline5">
1169
+<div id="outline-container-orgheadline6" class="outline-2">
1170
+<h2 id="orgheadline6">Play Music</h2>
1171
+<div class="outline-text-2" id="text-orgheadline6">
1165 1172
 </div><div id="outline-container-orgheadline33" class="outline-3">
1166 1173
 <h3 id="orgheadline33">With the DLNA service</h3>
1167 1174
 <div class="outline-text-3" id="text-orgheadline33">
@@ -1218,9 +1225,9 @@ By default a music player is installed into Owncloud, so all you need to do is t
1218 1225
 </div>
1219 1226
 </div>
1220 1227
 
1221
-<div id="outline-container-orgheadline6" class="outline-2">
1222
-<h2 id="orgheadline6">Microblogging</h2>
1223
-<div class="outline-text-2" id="text-orgheadline6">
1228
+<div id="outline-container-orgheadline7" class="outline-2">
1229
+<h2 id="orgheadline7">Microblogging</h2>
1230
+<div class="outline-text-2" id="text-orgheadline7">
1224 1231
 </div><div id="outline-container-orgheadline35" class="outline-3">
1225 1232
 <h3 id="orgheadline35">Initial configuration</h3>
1226 1233
 <div class="outline-text-3" id="text-orgheadline35">
@@ -1331,9 +1338,9 @@ When the install is complete you will see a lot of warnings but just ignore thos
1331 1338
 </div>
1332 1339
 </div>
1333 1340
 </div>
1334
-<div id="outline-container-orgheadline7" class="outline-2">
1335
-<h2 id="orgheadline7">Social Network</h2>
1336
-<div class="outline-text-2" id="text-orgheadline7">
1341
+<div id="outline-container-orgheadline8" class="outline-2">
1342
+<h2 id="orgheadline8">Social Network</h2>
1343
+<div class="outline-text-2" id="text-orgheadline8">
1337 1344
 </div><div id="outline-container-orgheadline36" class="outline-3">
1338 1345
 <h3 id="orgheadline36">Certificates</h3>
1339 1346
 <div class="outline-text-3" id="text-orgheadline36">
@@ -1366,9 +1373,9 @@ When installation is complete you can register a new user.
1366 1373
 </div>
1367 1374
 </div>
1368 1375
 </div>
1369
-<div id="outline-container-orgheadline8" class="outline-2">
1370
-<h2 id="orgheadline8">Chat Services</h2>
1371
-<div class="outline-text-2" id="text-orgheadline8">
1376
+<div id="outline-container-orgheadline9" class="outline-2">
1377
+<h2 id="orgheadline9">Chat Services</h2>
1378
+<div class="outline-text-2" id="text-orgheadline9">
1372 1379
 </div><div id="outline-container-orgheadline38" class="outline-3">
1373 1380
 <h3 id="orgheadline38">IRC</h3>
1374 1381
 <div class="outline-text-3" id="text-orgheadline38">
@@ -1430,9 +1437,9 @@ Click <b>close</b> and then <b>connect</b>.
1430 1437
 </div>
1431 1438
 </div>
1432 1439
 
1433
-<div id="outline-container-orgheadline45" class="outline-3">
1434
-<h3 id="orgheadline45">XMPP/Jabber</h3>
1435
-<div class="outline-text-3" id="text-orgheadline45">
1440
+<div id="outline-container-orgheadline46" class="outline-3">
1441
+<h3 id="orgheadline46">XMPP/Jabber</h3>
1442
+<div class="outline-text-3" id="text-orgheadline46">
1436 1443
 </div><div id="outline-container-orgheadline41" class="outline-4">
1437 1444
 <h4 id="orgheadline41">Managing users</h4>
1438 1445
 <div class="outline-text-4" id="text-orgheadline41">
@@ -1547,9 +1554,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
1547 1554
 </div>
1548 1555
 </div>
1549 1556
 <div id="outline-container-orgheadline44" class="outline-4">
1550
-<h4 id="orgheadline44">Using with Android</h4>
1557
+<h4 id="orgheadline44">Using Tor Messenger</h4>
1551 1558
 <div class="outline-text-4" id="text-orgheadline44">
1552 1559
 <p>
1560
+Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org/">torproject.org</a> and the setup is pretty simple.
1561
+</p>
1562
+</div>
1563
+</div>
1564
+<div id="outline-container-orgheadline45" class="outline-4">
1565
+<h4 id="orgheadline45">Using with Android</h4>
1566
+<div class="outline-text-4" id="text-orgheadline45">
1567
+<p>
1553 1568
 Install <a href="https://f-droid.org/">F-Droid</a>
1554 1569
 </p>
1555 1570
 
@@ -1575,16 +1590,16 @@ Go back to the initial screen and then using the menu you can add contacts and b
1575 1590
 </div>
1576 1591
 </div>
1577 1592
 </div>
1578
-<div id="outline-container-orgheadline46" class="outline-3">
1579
-<h3 id="orgheadline46">Tox</h3>
1580
-<div class="outline-text-3" id="text-orgheadline46">
1593
+<div id="outline-container-orgheadline47" class="outline-3">
1594
+<h3 id="orgheadline47">Tox</h3>
1595
+<div class="outline-text-3" id="text-orgheadline47">
1581 1596
 <p>
1582 1597
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
1583 1598
 </p>
1584 1599
 </div>
1585
-<div id="outline-container-orgheadline47" class="outline-4">
1586
-<h4 id="orgheadline47">Using the Toxic client</h4>
1587
-<div class="outline-text-4" id="text-orgheadline47">
1600
+<div id="outline-container-orgheadline48" class="outline-4">
1601
+<h4 id="orgheadline48">Using the Toxic client</h4>
1602
+<div class="outline-text-4" id="text-orgheadline48">
1588 1603
 <p>
1589 1604
 To connect to your node use the command:
1590 1605
 </p>
@@ -1597,12 +1612,12 @@ To connect to your node use the command:
1597 1612
 </div>
1598 1613
 </div>
1599 1614
 </div>
1600
-<div id="outline-container-orgheadline50" class="outline-3">
1601
-<h3 id="orgheadline50">VoIP (Voice chat)</h3>
1602
-<div class="outline-text-3" id="text-orgheadline50">
1603
-</div><div id="outline-container-orgheadline48" class="outline-4">
1604
-<h4 id="orgheadline48">Using with Ubuntu</h4>
1605
-<div class="outline-text-4" id="text-orgheadline48">
1615
+<div id="outline-container-orgheadline51" class="outline-3">
1616
+<h3 id="orgheadline51">VoIP (Voice chat)</h3>
1617
+<div class="outline-text-3" id="text-orgheadline51">
1618
+</div><div id="outline-container-orgheadline49" class="outline-4">
1619
+<h4 id="orgheadline49">Using with Ubuntu</h4>
1620
+<div class="outline-text-4" id="text-orgheadline49">
1606 1621
 <p>
1607 1622
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1608 1623
 </p>
@@ -1616,9 +1631,9 @@ Click on "add new" to add a new server and enter the default domain name for the
1616 1631
 </p>
1617 1632
 </div>
1618 1633
 </div>
1619
-<div id="outline-container-orgheadline49" class="outline-4">
1620
-<h4 id="orgheadline49">Using with Android</h4>
1621
-<div class="outline-text-4" id="text-orgheadline49">
1634
+<div id="outline-container-orgheadline50" class="outline-4">
1635
+<h4 id="orgheadline50">Using with Android</h4>
1636
+<div class="outline-text-4" id="text-orgheadline50">
1622 1637
 <p>
1623 1638
 Install <a href="https://f-droid.org/">F-Droid</a>
1624 1639
 </p>
@@ -1645,8 +1660,26 @@ Selecting the server by pressing on it then connects you to the server so that y
1645 1660
 </div>
1646 1661
 </div>
1647 1662
 </div>
1663
+<div id="outline-container-orgheadline52" class="outline-3">
1664
+<h3 id="orgheadline52">SIP phones</h3>
1665
+<div class="outline-text-3" id="text-orgheadline52">
1666
+<p>
1667
+Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
1668
+</p>
1648 1669
 </div>
1649 1670
 </div>
1671
+</div>
1672
+<div id="footnotes">
1673
+<h2 class="footnotes">Footnotes: </h2>
1674
+<div id="text-footnotes">
1675
+
1676
+<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <p class="footpara">
1677
+Picture by <a href="https://www.flickr.com/photos/chanceprojects/16428389357/in/photolist-r2HMNn-fjSsGA-AC97hw-o8VN4t-o9E3R2-7Jukfe-yFYFcj-7imfPW-7AxaHC-9paZ9X-4Ut5PG-9XEDKe-9XHvyQ-8VEWGu-8W1azK-7EGNmd-fGHxic-9GkDTP-zLBfiV-fGHurR-qRMYzp-bqHnh2-e2yu7B-9gkk24-2z2s35-2yX4m2-r6VEkh-91g7v9-9ptxJn-fHWton-rymKbZ-9tGirx-fGHuV2-5TfydJ-9oNAuY-od51v3-51QxYW-buf1br-fGHwUV-9EBUqv-rtyL6v-7rq8Qt-5QTEFc-7SGnU2-8sD9kL-7SGnVt-mnrvP-a3gCpa-qwW37Z-fmw7Bt">Neil Cummings</a>, CC BY-SA 2.0
1678
+</p></div>
1679
+
1680
+
1681
+</div>
1682
+</div></div>
1650 1683
 <div id="postamble" class="status">
1651 1684
 
1652 1685
 <style type="text/css">