tazweb rev 78

Small update to english doc
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 24 02:54:48 2011 +0200 (2011-04-24)
parents fc03448598a1
children a206cb059181
files doc/tazweb.en.html
line diff
     1.1 --- a/doc/tazweb.en.html	Sun Apr 24 00:46:40 2011 +0200
     1.2 +++ b/doc/tazweb.en.html	Sun Apr 24 02:54:48 2011 +0200
     1.3 @@ -32,15 +32,15 @@
     1.4  	web server is Busybox httpd.
     1.5  </p>
     1.6  <p>
     1.7 -	The browser is small, very small, the binary is about 16 Kb and
     1.8 +	The browser is small, very small, the binary is about 24 Kb and
     1.9  	uses the Webkit engine for page rendering and therefore supports 
    1.10  	all latest web standards as well as Javascript.
    1.11  </p>
    1.12  
    1.13 -<h3>My TazWeb Page</h3>
    1.14 +<h3>My Home Page</h3>
    1.15  <p>
    1.16  	TazWeb handles a personal page located in your Freedesktop standard
    1.17 -	configuration directory, the path is: $HOME/.config/tazweb/page.html.
    1.18 +	configuration directory, the path is: $HOME/.config/tazweb/home.html.
    1.19  	It lets you have a custom page with bookmarks and other content. The
    1.20  	CSS style is defined in $HOME/.config/tazweb/style.css.
    1.21  </p>
    1.22 @@ -58,7 +58,7 @@
    1.23  	Twitter Widget</a> as seen on the SliTaz main website.
    1.24  </p>
    1.25  <p>
    1.26 -	Note: You will find the default page.html in: /usr/share/tazweb and
    1.27 +	Note: You will find the default home.html in: /usr/share/tazweb and
    1.28  	can get an original copy with the following commands in a terminal:
    1.29  </p>
    1.30  <pre>
    1.31 @@ -67,7 +67,7 @@
    1.32  $ cp /usr/share/tazweb/*.css $HOME/.config/tazweb
    1.33  </pre>
    1.34  
    1.35 -<h3>Home page and url in argument</h3>
    1.36 +<h3>Start page and url in argument</h3>
    1.37  
    1.38  <p>
    1.39  	The default start page has been defined in the source code and can't be
    1.40 @@ -78,7 +78,7 @@
    1.41  	the command line: tazweb file://$HOME/.config/tazweb/home.html.
    1.42  </p>
    1.43  <p>
    1.44 -	If you want a custom home page for your Live system or all system users,
    1.45 +	If you want a custom start page for your Live system or all system users,
    1.46  	you can create your own slitaz-configs package or edit the xHTML file
    1.47  	located in /usr/share/webhome/index.html. If you modify it, make sure
    1.48  	to block slitaz-configs or make a backup because it will be overwritten