Browse Source

Show control panel

Bob Mottram 8 years ago
parent
commit
3f4372e22d
2 changed files with 25 additions and 3 deletions
  1. 8
    1
      doc/EN/homeserver.org
  2. 17
    2
      website/EN/homeserver.html

+ 8
- 1
doc/EN/homeserver.org View File

44
 #+BEGIN_CENTER
44
 #+BEGIN_CENTER
45
 [[file:images/tor_onion.jpg]]
45
 [[file:images/tor_onion.jpg]]
46
 #+END_CENTER
46
 #+END_CENTER
47
-
48
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above.
47
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above.
49
 
48
 
50
 If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*.
49
 If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*.
99
 
98
 
100
 Use the password you wrote down earlier to log in.
99
 Use the password you wrote down earlier to log in.
101
 
100
 
101
+#+BEGIN_CENTER
102
+[[file:images/controlpanel/control_panel.jpg]]
103
+#+END_CENTER
104
+
102
 Select the *administrator control panel* with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select *About*. You'll see a list of sites and their onion addresses.
105
 Select the *administrator control panel* with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select *About*. You'll see a list of sites and their onion addresses.
103
 
106
 
107
+#+BEGIN_CENTER
108
+[[file:images/controlpanel/control_panel_about.jpg]]
109
+#+END_CENTER
110
+
104
 On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
111
 On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
105
 
112
 
106
 *Congratulations! You have now become a citizen of the free internet.*
113
 *Congratulations! You have now become a citizen of the free internet.*

+ 17
- 2
website/EN/homeserver.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
-<!-- 2016-11-11 Fri 21:22 -->
6
+<!-- 2016-11-11 Fri 21:30 -->
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>
287
 </p>
287
 </p>
288
 </div>
288
 </div>
289
 </div>
289
 </div>
290
-
291
 <p>
290
 <p>
292
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>&#x2013;onion yes</b> option from the last command shown above.
291
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>&#x2013;onion yes</b> option from the last command shown above.
293
 </p>
292
 </p>
379
 Use the password you wrote down earlier to log in.
378
 Use the password you wrote down earlier to log in.
380
 </p>
379
 </p>
381
 
380
 
381
+<div class="org-center">
382
+
383
+<div class="figure">
384
+<p><img src="images/controlpanel/control_panel.jpg" alt="control_panel.jpg" />
385
+</p>
386
+</div>
387
+</div>
388
+
382
 <p>
389
 <p>
383
 Select the <b>administrator control panel</b> with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select <b>About</b>. You'll see a list of sites and their onion addresses.
390
 Select the <b>administrator control panel</b> with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select <b>About</b>. You'll see a list of sites and their onion addresses.
384
 </p>
391
 </p>
385
 
392
 
393
+<div class="org-center">
394
+
395
+<div class="figure">
396
+<p><img src="images/controlpanel/control_panel_about.jpg" alt="control_panel_about.jpg" />
397
+</p>
398
+</div>
399
+</div>
400
+
386
 <p>
401
 <p>
387
 On your local system open a <b>Tor compatible browser</b> and enter your blog's onion address. If it's all working then you should see your new blog.
402
 On your local system open a <b>Tor compatible browser</b> and enter your blog's onion address. If it's all working then you should see your new blog.
388
 </p>
403
 </p>