Browse Source

Move documentation from redmatrix to hubzilla

Bob Mottram 9 years ago
parent
commit
7e76de1448

+ 3
- 3
doc/EN/faq.org View File

1
 #+TITLE:
1
 #+TITLE:
2
 #+AUTHOR: Bob Mottram
2
 #+AUTHOR: Bob Mottram
3
 #+EMAIL: bob@robotics.uk.to
3
 #+EMAIL: bob@robotics.uk.to
4
-#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
4
+#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6
 #+OPTIONS: ^:nil toc:nil
6
 #+OPTIONS: ^:nil toc:nil
7
 #+BEGIN_CENTER
7
 #+BEGIN_CENTER
39
 
39
 
40
 /Out of fashion/ but still working computer hardware tends to be cheap and readily available, yet still good for providing internet services.
40
 /Out of fashion/ but still working computer hardware tends to be cheap and readily available, yet still good for providing internet services.
41
 * Can I add more users to the system?
41
 * Can I add more users to the system?
42
-Like any other GNU/Linux system you can add more users. It's easy to add users to Owncloud, XMPP or RedMatrix. However, Freedombone is designed primarily to be a single user system (i.e. a personal server) and if there are multiple users then the number of them is expected to be small - perhaps five or less. Freedombone is not intended to be "/web scale/" in terms of supporting tens or hundreds of users on a single server. Instead, each server can host a small number of users and then the servers federate together as a network of peers.
42
+Like any other GNU/Linux system you can add more users. It's easy to add users to Owncloud, XMPP or Hubzilla. However, Freedombone is designed primarily to be a single user system (i.e. a personal server) and if there are multiple users then the number of them is expected to be small - perhaps five or less. Freedombone is not intended to be "/web scale/" in terms of supporting tens or hundreds of users on a single server. Instead, each server can host a small number of users and then the servers federate together as a network of peers.
43
 * How do I reset the tripwire?
43
 * How do I reset the tripwire?
44
 You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire:
44
 You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire:
45
 
45
 
281
 service nginx restart
281
 service nginx restart
282
 #+END_SRC
282
 #+END_SRC
283
 
283
 
284
-Now visit your web site at https://mydomainname.com and you should notice that there is no certificate warning displayed.  You will now be able to install systems which don't allow the use of self-signed certificates, such as [[https://redmatrix.me/&JS=1][Red Matrix]].
284
+Now visit your web site at https://mydomainname.com and you should notice that there is no certificate warning displayed.  You will now be able to install systems which don't allow the use of self-signed certificates, such as [[https://github.com/redmatrix/hubzilla][Hubzilla]].
285
 
285
 
286
 * How do I renew a StartSSL certificate?
286
 * How do I renew a StartSSL certificate?
287
 The StartSSL certificates last for a year. You can check the expiry date of your current certificate/s by going to your site and if you're using Firefox then click on the *lock icon*, select "*more information*" then "*view certificate*".
287
 The StartSSL certificates last for a year. You can check the expiry date of your current certificate/s by going to your site and if you're using Firefox then click on the *lock icon*, select "*more information*" then "*view certificate*".

+ 3
- 3
doc/EN/installation.org View File

1
 #+TITLE:
1
 #+TITLE:
2
 #+AUTHOR: Bob Mottram
2
 #+AUTHOR: Bob Mottram
3
 #+EMAIL: bob@robotics.uk.to
3
 #+EMAIL: bob@robotics.uk.to
4
-#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
4
+#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6
 #+OPTIONS: ^:nil toc:nil
6
 #+OPTIONS: ^:nil toc:nil
7
 #+BEGIN_CENTER
7
 #+BEGIN_CENTER
22
  - Access to the internet via a router with ethernet sockets
22
  - Access to the internet via a router with ethernet sockets
23
  - USB thumb drive (for backups or storing media)
23
  - USB thumb drive (for backups or storing media)
24
  - One or more domains available via a dynamic DNS provider, such as https://freedns.afraid.org
24
  - One or more domains available via a dynamic DNS provider, such as https://freedns.afraid.org
25
- - A purchased domain name and SSL certificate (only needed for Red Matrix)
25
+ - A purchased domain name and SSL certificate (only needed for Hubzilla)
26
  - A laptop or desktop machine with the ability to write to a microSD card (might need an adaptor)
26
  - A laptop or desktop machine with the ability to write to a microSD card (might need an adaptor)
27
 
27
 
28
 You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings).
28
 You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings).
118
 MY_BLOG_TITLE=my blog
118
 MY_BLOG_TITLE=my blog
119
 FULLBLOG_DOMAIN_NAME=myblogdomain
119
 FULLBLOG_DOMAIN_NAME=myblogdomain
120
 MICROBLOG_DOMAIN_NAME=mymicroblogdomain
120
 MICROBLOG_DOMAIN_NAME=mymicroblogdomain
121
-REDMATRIX_DOMAIN_NAME=myredmatrixdomain
121
+HUBZILLA_DOMAIN_NAME=myhubzilladomain
122
 OWNCLOUD_DOMAIN_NAME=myownclouddomain
122
 OWNCLOUD_DOMAIN_NAME=myownclouddomain
123
 HWRNG_TYPE=haveged
123
 HWRNG_TYPE=haveged
124
 ENABLE_SOCIAL_KEY_MANAGEMENT="no"
124
 ENABLE_SOCIAL_KEY_MANAGEMENT="no"

+ 2
- 2
doc/EN/related.org View File

1
 #+TITLE:
1
 #+TITLE:
2
 #+AUTHOR: Bob Mottram
2
 #+AUTHOR: Bob Mottram
3
 #+EMAIL: bob@robotics.uk.to
3
 #+EMAIL: bob@robotics.uk.to
4
-#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
4
+#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6
 #+OPTIONS: ^:nil toc:nil
6
 #+OPTIONS: ^:nil toc:nil
7
 #+BEGIN_CENTER
7
 #+BEGIN_CENTER
27
 #+END_CENTER
27
 #+END_CENTER
28
 #+BEGIN_CENTER
28
 #+BEGIN_CENTER
29
 [[http://gnu.io][file:images/gnusocial.png]]
29
 [[http://gnu.io][file:images/gnusocial.png]]
30
-[[https://redmatrix.me/][file:images/redmatrix.png]]
30
+[[https://github.com/redmatrix/hubzilla][file:images/hubzilla.png]]
31
 #+END_CENTER
31
 #+END_CENTER
32
 #+BEGIN_CENTER
32
 #+BEGIN_CENTER
33
 [[https://prosody.im][file:images/prosody.png]]
33
 [[https://prosody.im][file:images/prosody.png]]

+ 6
- 6
doc/EN/usage.org View File

1
 #+TITLE:
1
 #+TITLE:
2
 #+AUTHOR: Bob Mottram
2
 #+AUTHOR: Bob Mottram
3
 #+EMAIL: bob@robotics.uk.to
3
 #+EMAIL: bob@robotics.uk.to
4
-#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
4
+#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
5
 #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6
 #+OPTIONS: ^:nil toc:nil
6
 #+OPTIONS: ^:nil toc:nil
7
 #+BEGIN_CENTER
7
 #+BEGIN_CENTER
364
 | Access settings | /Invite only/ ticked             |
364
 | Access settings | /Invite only/ ticked             |
365
 * Social Network
365
 * Social Network
366
 ** Certificates
366
 ** Certificates
367
-You will need to have a non self-signed SSL certificate in order to use Red Matrix. Put the public certificate in */etc/ssl/certs/yourredmatrixdomainname.crt* and the private certificate in */etc/ssl/private/yourredmatrixdomainname.key*. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
367
+You will need to have a non self-signed SSL certificate in order to use Hubzilla. Put the public certificate in */etc/ssl/certs/yourhubzilladomainname.crt* and the private certificate in */etc/ssl/private/yourhubzilladomainname.key*. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
368
 
368
 
369
 #+BEGIN_SRC bash
369
 #+BEGIN_SRC bash
370
-cat /etc/ssl/certs/yourredmatrixdomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem >
371
- /etc/ssl/certs/yourredmatrixdomainname.bundle.crt
370
+cat /etc/ssl/certs/yourhubzilladomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem >
371
+ /etc/ssl/certs/yourhubzilladomainname.bundle.crt
372
 #+END_SRC
372
 #+END_SRC
373
 
373
 
374
-Then change ssl_certificate to */etc/ssl/certs/yourredmatrixdomainname.bundle.crt* within */etc/nginx/sites-available/yourredmatrixdomainname*
374
+Then change ssl_certificate to */etc/ssl/certs/yourhubzilladomainname.bundle.crt* within */etc/nginx/sites-available/yourhubzilladomainname*
375
 ** Initial install
375
 ** Initial install
376
-Visit the URL of your Red Matrix site and you should be taken through the rest of the installation procedure.  Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
376
+Visit the URL of your Hubzilla site and you should be taken through the rest of the installation procedure.  Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
377
 
377
 
378
 When installation is complete you can register a new user.
378
 When installation is complete you can register a new user.
379
 * Chat Services
379
 * Chat Services

+ 4
- 4
website/EN/faq.html View File

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
 <title></title>
6
 <title></title>
7
-<!-- 2015-07-10 Fri 11:22 -->
7
+<!-- 2015-09-08 Tue 19:27 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
  />
12
  />
13
-<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, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
15
 <style type="text/css">
15
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
273
 <h2 id="orgheadline4">Can I add more users to the system?</h2>
273
 <h2 id="orgheadline4">Can I add more users to the system?</h2>
274
 <div class="outline-text-2" id="text-orgheadline4">
274
 <div class="outline-text-2" id="text-orgheadline4">
275
 <p>
275
 <p>
276
-Like any other GNU/Linux system you can add more users. It's easy to add users to Owncloud, XMPP or RedMatrix. However, Freedombone is designed primarily to be a single user system (i.e. a personal server) and if there are multiple users then the number of them is expected to be small - perhaps five or less. Freedombone is not intended to be "<i>web scale</i>" in terms of supporting tens or hundreds of users on a single server. Instead, each server can host a small number of users and then the servers federate together as a network of peers.
276
+Like any other GNU/Linux system you can add more users. It's easy to add users to Owncloud, XMPP or Hubzilla. However, Freedombone is designed primarily to be a single user system (i.e. a personal server) and if there are multiple users then the number of them is expected to be small - perhaps five or less. Freedombone is not intended to be "<i>web scale</i>" in terms of supporting tens or hundreds of users on a single server. Instead, each server can host a small number of users and then the servers federate together as a network of peers.
277
 </p>
277
 </p>
278
 </div>
278
 </div>
279
 </div>
279
 </div>
691
 </div>
691
 </div>
692
 
692
 
693
 <p>
693
 <p>
694
-Now visit your web site at <a href="https://mydomainname.com/">https://mydomainname.com/</a> and you should notice that there is no certificate warning displayed.  You will now be able to install systems which don't allow the use of self-signed certificates, such as <a href="https://redmatrix.me/&amp;JS=1">Red Matrix</a>.
694
+Now visit your web site at <a href="https://mydomainname.com/">https://mydomainname.com/</a> and you should notice that there is no certificate warning displayed.  You will now be able to install systems which don't allow the use of self-signed certificates, such as <a href="https://github.com/redmatrix/hubzilla">Hubzilla</a>.
695
 </p>
695
 </p>
696
 </div>
696
 </div>
697
 </div>
697
 </div>

+ 4
- 4
website/EN/installation.html View File

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
 <title></title>
6
 <title></title>
7
-<!-- 2015-09-05 Sat 14:16 -->
7
+<!-- 2015-09-08 Tue 19:36 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
  />
12
  />
13
-<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, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
15
 <style type="text/css">
15
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
218
 <li>Access to the internet via a router with ethernet sockets</li>
218
 <li>Access to the internet via a router with ethernet sockets</li>
219
 <li>USB thumb drive (for backups or storing media)</li>
219
 <li>USB thumb drive (for backups or storing media)</li>
220
 <li>One or more domains available via a dynamic DNS provider, such as <a href="https://freedns.afraid.org/">https://freedns.afraid.org/</a></li>
220
 <li>One or more domains available via a dynamic DNS provider, such as <a href="https://freedns.afraid.org/">https://freedns.afraid.org/</a></li>
221
-<li>A purchased domain name and SSL certificate (only needed for Red Matrix)</li>
221
+<li>A purchased domain name and SSL certificate (only needed for Hubzilla)</li>
222
 <li>A laptop or desktop machine with the ability to write to a microSD card (might need an adaptor)</li>
222
 <li>A laptop or desktop machine with the ability to write to a microSD card (might need an adaptor)</li>
223
 </ul>
223
 </ul>
224
 
224
 
370
 <span class="org-variable-name">MY_BLOG_TITLE</span>=my blog
370
 <span class="org-variable-name">MY_BLOG_TITLE</span>=my blog
371
 <span class="org-variable-name">FULLBLOG_DOMAIN_NAME</span>=myblogdomain
371
 <span class="org-variable-name">FULLBLOG_DOMAIN_NAME</span>=myblogdomain
372
 <span class="org-variable-name">MICROBLOG_DOMAIN_NAME</span>=mymicroblogdomain
372
 <span class="org-variable-name">MICROBLOG_DOMAIN_NAME</span>=mymicroblogdomain
373
-<span class="org-variable-name">REDMATRIX_DOMAIN_NAME</span>=myredmatrixdomain
373
+<span class="org-variable-name">HUBZILLA_DOMAIN_NAME</span>=myhubzilladomain
374
 <span class="org-variable-name">OWNCLOUD_DOMAIN_NAME</span>=myownclouddomain
374
 <span class="org-variable-name">OWNCLOUD_DOMAIN_NAME</span>=myownclouddomain
375
 <span class="org-variable-name">HWRNG_TYPE</span>=haveged
375
 <span class="org-variable-name">HWRNG_TYPE</span>=haveged
376
 <span class="org-variable-name">ENABLE_SOCIAL_KEY_MANAGEMENT</span>=<span class="org-string">"no"</span>
376
 <span class="org-variable-name">ENABLE_SOCIAL_KEY_MANAGEMENT</span>=<span class="org-string">"no"</span>

+ 23
- 17
website/EN/related.html View File

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
 <title></title>
6
 <title></title>
7
-<!-- 2014-10-26 Sun 20:49 -->
7
+<!-- 2015-09-08 Tue 19:34 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
  />
12
  />
13
-<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, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
+<meta  name="viewport" content="width=device-width, initial-scale=1" />
14
 <style type="text/css">
15
 <style type="text/css">
15
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
16
-  .title  { text-align: center; }
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; }
17
   .todo   { font-family: monospace; color: red; }
23
   .todo   { font-family: monospace; color: red; }
18
-  .done   { color: green; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
19
   .tag    { background-color: #eee; font-family: monospace;
26
   .tag    { background-color: #eee; font-family: monospace;
20
             padding: 2px; font-size: 80%; font-weight: normal; }
27
             padding: 2px; font-size: 80%; font-weight: normal; }
21
   .timestamp { color: #bebebe; }
28
   .timestamp { color: #bebebe; }
22
   .timestamp-kwd { color: #5f9ea0; }
29
   .timestamp-kwd { color: #5f9ea0; }
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; }
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; }
26
   .underline { text-decoration: underline; }
33
   .underline { text-decoration: underline; }
27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
34
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
28
   p.verse { margin-left: 3%; }
35
   p.verse { margin-left: 3%; }
61
   caption.t-above { caption-side: top; }
68
   caption.t-above { caption-side: top; }
62
   caption.t-bottom { caption-side: bottom; }
69
   caption.t-bottom { caption-side: bottom; }
63
   td, th { vertical-align:top;  }
70
   td, th { vertical-align:top;  }
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; }
71
+  th.org-right  { text-align: center;  }
72
+  th.org-left   { text-align: center;   }
73
+  th.org-center { text-align: center; }
74
+  td.org-right  { text-align: right;  }
75
+  td.org-left   { text-align: left;   }
76
+  td.org-center { text-align: center; }
70
   dt { font-weight: bold; }
77
   dt { font-weight: bold; }
71
   .footpara:nth-child(2) { display: inline; }
78
   .footpara:nth-child(2) { display: inline; }
72
   .footpara { display: block; }
79
   .footpara { display: block; }
147
 <a name="top" id="top"></a>
154
 <a name="top" id="top"></a>
148
 </div>
155
 </div>
149
 <div id="content">
156
 <div id="content">
150
-<h1 class="title"></h1>
151
 <div class="center">
157
 <div class="center">
152
 
158
 
153
 <div class="figure">
159
 <div class="figure">
160
 
166
 
161
 
167
 
162
 <colgroup>
168
 <colgroup>
163
-<col  class="left" />
169
+<col  class="org-left" />
164
 </colgroup>
170
 </colgroup>
165
 <tbody>
171
 <tbody>
166
 <tr>
172
 <tr>
167
-<td class="left"><a href="index.html">Home</a></td>
173
+<td class="org-left"><a href="index.html">Home</a></td>
168
 </tr>
174
 </tr>
169
 </tbody>
175
 </tbody>
170
 </table>
176
 </table>
193
 <div class="center">
199
 <div class="center">
194
 <p>
200
 <p>
195
 <a href="http://gnu.io/"><img src="images/gnusocial.png" alt="gnusocial.png" /></a>
201
 <a href="http://gnu.io/"><img src="images/gnusocial.png" alt="gnusocial.png" /></a>
196
-<a href="https://redmatrix.me/"><img src="images/redmatrix.png" alt="redmatrix.png" /></a>
202
+<a href="https://github.com/redmatrix/hubzilla"><img src="images/hubzilla.png" alt="hubzilla.png" /></a>
197
 </p>
203
 </p>
198
 </div>
204
 </div>
199
 <div class="center">
205
 <div class="center">

+ 7
- 7
website/EN/usage.html View File

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
 <title></title>
6
 <title></title>
7
-<!-- 2015-07-11 Sat 12:51 -->
7
+<!-- 2015-09-08 Tue 19:29 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
  />
12
  />
13
-<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, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
14
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
15
 <style type="text/css">
15
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
1074
 <h3 id="orgheadline32">Certificates</h3>
1074
 <h3 id="orgheadline32">Certificates</h3>
1075
 <div class="outline-text-3" id="text-orgheadline32">
1075
 <div class="outline-text-3" id="text-orgheadline32">
1076
 <p>
1076
 <p>
1077
-You will need to have a non self-signed SSL certificate in order to use Red Matrix. Put the public certificate in <b>/etc/ssl/certs/yourredmatrixdomainname.crt</b> and the private certificate in <b>/etc/ssl/private/yourredmatrixdomainname.key</b>. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
1077
+You will need to have a non self-signed SSL certificate in order to use Hubzilla. Put the public certificate in <b>/etc/ssl/certs/yourhubzilladomainname.crt</b> and the private certificate in <b>/etc/ssl/private/yourhubzilladomainname.key</b>. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
1078
 </p>
1078
 </p>
1079
 
1079
 
1080
 <div class="org-src-container">
1080
 <div class="org-src-container">
1081
 
1081
 
1082
-<pre class="src src-bash">cat /etc/ssl/certs/yourredmatrixdomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem &gt;
1083
- /etc/ssl/certs/yourredmatrixdomainname.bundle.crt
1082
+<pre class="src src-bash">cat /etc/ssl/certs/yourhubzilladomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem &gt;
1083
+ /etc/ssl/certs/yourhubzilladomainname.bundle.crt
1084
 </pre>
1084
 </pre>
1085
 </div>
1085
 </div>
1086
 
1086
 
1087
 <p>
1087
 <p>
1088
-Then change ssl_certificate to <b>/etc/ssl/certs/yourredmatrixdomainname.bundle.crt</b> within <b>/etc/nginx/sites-available/yourredmatrixdomainname</b>
1088
+Then change ssl_certificate to <b>/etc/ssl/certs/yourhubzilladomainname.bundle.crt</b> within <b>/etc/nginx/sites-available/yourhubzilladomainname</b>
1089
 </p>
1089
 </p>
1090
 </div>
1090
 </div>
1091
 </div>
1091
 </div>
1093
 <h3 id="orgheadline33">Initial install</h3>
1093
 <h3 id="orgheadline33">Initial install</h3>
1094
 <div class="outline-text-3" id="text-orgheadline33">
1094
 <div class="outline-text-3" id="text-orgheadline33">
1095
 <p>
1095
 <p>
1096
-Visit the URL of your Red Matrix site and you should be taken through the rest of the installation procedure.  Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
1096
+Visit the URL of your Hubzilla site and you should be taken through the rest of the installation procedure.  Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
1097
 </p>
1097
 </p>
1098
 
1098
 
1099
 <p>
1099
 <p>