Bob Mottram 8 年之前
父節點
當前提交
8c28f491ac
共有 3 個檔案被更改,包括 20 行新增19 行删除
  1. 2
    2
      doc/EN/app_tahoelafs.org
  2. 1
    1
      src/freedombone-utils-gnusocialtools
  3. 17
    16
      website/EN/app_tahoelafs.html

+ 2
- 2
doc/EN/app_tahoelafs.org 查看文件

16
 </center>
16
 </center>
17
 #+END_EXPORT
17
 #+END_EXPORT
18
 
18
 
19
-This is a robust system for encrypted file storage on one or more server. Files are accessed via a URL which contains the public key with which it was encrypted.
19
+This is a robust system for encrypted file storage on one or more servers. Files are accessed via a URL which contains the public key with which it was encrypted.
20
 
20
 
21
 * Installation
21
 * Installation
22
 Log into your system with:
22
 Log into your system with:
27
 
27
 
28
 Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
28
 Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
29
 
29
 
30
-Select *Add/Remove Apps* then *tahoelafs*. This system is entirely based upon use of onion addresses and so no other demaon names are needed.
30
+Select *Add/Remove Apps* then *tahoelafs*. This system is entirely based upon use of onion addresses and so no other domain names are needed.
31
 
31
 
32
 * Initial setup
32
 * Initial setup
33
 Get the login password for your Tahoe-LAFS system by going to *Passwords* on the *Administrator control panel* and selecting *tahoelafs*.
33
 Get the login password for your Tahoe-LAFS system by going to *Passwords* on the *Administrator control panel* and selecting *tahoelafs*.

+ 1
- 1
src/freedombone-utils-gnusocialtools 查看文件

145
         echo "\$config['site']['qvitter']['defaultbackgroundcolor'] = '#f4f4f4';" >> $config_file
145
         echo "\$config['site']['qvitter']['defaultbackgroundcolor'] = '#f4f4f4';" >> $config_file
146
         echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $config_file
146
         echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $config_file
147
         echo "\$config['site']['qvitter']['timebetweenpolling'] = 30000; // 30 secs" >> $config_file
147
         echo "\$config['site']['qvitter']['timebetweenpolling'] = 30000; // 30 secs" >> $config_file
148
-        if [[ $ONION_ONLY != 'no' ]]; then
148
+        if [[ $ONION_ONLY == 'no' ]]; then
149
             echo "\$config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/shortener.php';" >> $config_file
149
             echo "\$config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/shortener.php';" >> $config_file
150
             echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $config_file
150
             echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $config_file
151
         fi
151
         fi

+ 17
- 16
website/EN/app_tahoelafs.html 查看文件

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 22:39 -->
6
+<!-- 2017-04-13 Thu 17:23 -->
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
-This is a robust system for encrypted file storage on one or more server. Files are accessed via a URL which contains the public key with which it was encrypted.
252
+This is a robust system for encrypted file storage on one or more servers. Files are accessed via a URL which contains the public key with which it was encrypted.
252
 </p>
253
 </p>
253
 
254
 
254
-<div id="outline-container-org852db43" class="outline-2">
255
-<h2 id="org852db43">Installation</h2>
256
-<div class="outline-text-2" id="text-org852db43">
255
+<div id="outline-container-orgcd5df0c" class="outline-2">
256
+<h2 id="orgcd5df0c">Installation</h2>
257
+<div class="outline-text-2" id="text-orgcd5df0c">
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>
268
 </p>
269
 </p>
269
 
270
 
270
 <p>
271
 <p>
271
-Select <b>Add/Remove Apps</b> then <b>tahoelafs</b>. This system is entirely based upon use of onion addresses and so no other demaon names are needed.
272
+Select <b>Add/Remove Apps</b> then <b>tahoelafs</b>. This system is entirely based upon use of onion addresses and so no other domain names are needed.
272
 </p>
273
 </p>
273
 </div>
274
 </div>
274
 </div>
275
 </div>
275
 
276
 
276
-<div id="outline-container-org11f3747" class="outline-2">
277
-<h2 id="org11f3747">Initial setup</h2>
278
-<div class="outline-text-2" id="text-org11f3747">
277
+<div id="outline-container-orge423d4e" class="outline-2">
278
+<h2 id="orge423d4e">Initial setup</h2>
279
+<div class="outline-text-2" id="text-orge423d4e">
279
 <p>
280
 <p>
280
 Get the login password for your Tahoe-LAFS system by going to <b>Passwords</b> on the <b>Administrator control panel</b> and selecting <b>tahoelafs</b>.
281
 Get the login password for your Tahoe-LAFS system by going to <b>Passwords</b> on the <b>Administrator control panel</b> and selecting <b>tahoelafs</b>.
281
 </p>
282
 </p>
286
 </div>
287
 </div>
287
 </div>
288
 </div>
288
 
289
 
289
-<div id="outline-container-org2810eb5" class="outline-2">
290
-<h2 id="org2810eb5">Adding more servers</h2>
291
-<div class="outline-text-2" id="text-org2810eb5">
290
+<div id="outline-container-orgd347c95" class="outline-2">
291
+<h2 id="orgd347c95">Adding more servers</h2>
292
+<div class="outline-text-2" id="text-orgd347c95">
292
 <p>
293
 <p>
293
 You can add more servers to the system to increase its storage capacity. In a typical Tahoe-LAFS new data storage servers are automatically discovered via an introducer node, but that creates a single centralised point of failure. The installation on Freedombone has no introducer node and so details for the servers of your friends need to be entered manually.
294
 You can add more servers to the system to increase its storage capacity. In a typical Tahoe-LAFS new data storage servers are automatically discovered via an introducer node, but that creates a single centralised point of failure. The installation on Freedombone has no introducer node and so details for the servers of your friends need to be entered manually.
294
 </p>
295
 </p>
328
 </style>
329
 </style>
329
 
330
 
330
 <div class="back-to-top">
331
 <div class="back-to-top">
331
-<a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
332
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
332
 </div>
333
 </div>
333
 </div>
334
 </div>
334
 </body>
335
 </body>