tazweb rev 93

Huge improvment to English documentation
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 28 13:50:29 2011 +0200 (2011-04-28)
parents b3001117bf7a
children dc7215b94384
files doc/style.css doc/tazweb.en.html
line diff
     1.1 --- a/doc/style.css	Thu Apr 28 00:18:06 2011 +0200
     1.2 +++ b/doc/style.css	Thu Apr 28 13:50:29 2011 +0200
     1.3 @@ -3,6 +3,7 @@
     1.4  body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.5  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.6  h2 { color: #444; } h3 { color: #666; font-size: 140%; }
     1.7 +a:hover { text-decoration: none; }
     1.8  pre {
     1.9  	background-color: #f8f8f8;
    1.10  	border: 1px solid #ddd;
     2.1 --- a/doc/tazweb.en.html	Thu Apr 28 00:18:06 2011 +0200
     2.2 +++ b/doc/tazweb.en.html	Thu Apr 28 13:50:29 2011 +0200
     2.3 @@ -18,26 +18,40 @@
     2.4  
     2.5  <p>
     2.6  	TazWeb is a radically simple and very light web browser providing a
     2.7 -	single window with a small toolbar, but without any menubar or tabs. 
     2.8 -	Navigation is done with a right click anywhere in the browser window 
     2.9 -	or from the toolbar. Also a fullscreen mode, bookmarks, home page
    2.10 -	and this documentation file are accessible from the right-hand side
    2.11 -	of the toolbar.
    2.12 +	single window with a small toolbar and a contextual menu, but without
    2.13 +	any menubar or tabs. Navigation is done with a right click anywhere in
    2.14 +	the browser window or from the toolbar. It also handle bookmarks in a
    2.15 +	personnal home page, provide a source view mode, zoom and printing
    2.16 +	functions. TazWeb let you quickly search the web throught the search
    2.17 +	entry and Google. This documentation file is always accessible from the
    2.18 +	right-hand side. 
    2.19  </p>
    2.20  <p>
    2.21 +	The browser fast, very fast and is small, very small, the binary is about
    2.22 +	24 Kb and uses the Webkit engine for page rendering and therefore supports 
    2.23 +	all latest web standards as well as Javascript and Flash animations or
    2.24 +	videos.
    2.25 +</p>
    2.26 +
    2.27 +<h3>History</h3>
    2.28 +<p>
    2.29  	The SliTaz Web Browser was created for the needs of TazPanel which is
    2.30  	the SliTaz administration and packages manager panel and made with 
    2.31  	the latest technologies such as xHTML 5 and CSS 3 for the graphical
    2.32  	user interface. The content is powered by CGI scripts and the prefered
    2.33  	web server is Busybox httpd.
    2.34  </p>
    2.35 +
    2.36 +<h3>Security and personnal data</h3>
    2.37  <p>
    2.38 -	The browser is small, very small, the binary is about 24 Kb and
    2.39 -	uses the Webkit engine for page rendering and therefore supports 
    2.40 -	all latest web standards as well as Javascript.
    2.41 +	TazWeb is a very secure browser and it dont store any personnal data,
    2.42 +	no session, cookie or history file is created. So you can't have your
    2.43 +	websites settings saved and will have to enter login information each
    2.44 +	time you restart the browser, but by the way websites can track you
    2.45 +	with cookies!
    2.46  </p>
    2.47  
    2.48 -<h3>My Home Page</h3>
    2.49 +<h3>My Home Page and bookmarks</h3>
    2.50  <p>
    2.51  	TazWeb handles a personal page located in your Freedesktop standard
    2.52  	configuration directory, the path is: $HOME/.config/tazweb/home.html.
    2.53 @@ -58,24 +72,34 @@
    2.54  	Twitter Widget</a> as seen on the SliTaz main website.
    2.55  </p>
    2.56  <p>
    2.57 +	Bookmarks can be handled by TazWeb and you can easily add a bookmark to
    2.58 +	your home page with the right click menu item: "Add a bookmark". To work
    2.59 +	TazWeb use a markup in your home.html document, this markup should not
    2.60 +	be removed if you want bookmarking to work since each new item will be
    2.61 +	add just before the line: &gt;!-- end:bookmarks --&lt;
    2.62 +</p>
    2.63 +<p>
    2.64  	Note: You will find the default home.html in: /usr/share/tazweb and
    2.65  	can get an original copy with the following commands in a terminal:
    2.66  </p>
    2.67  <pre>
    2.68 -$ mkdir -p $HOME/.config/tazweb
    2.69 -$ cp /usr/share/tazweb/*.html $HOME/.config/tazweb
    2.70 -$ cp /usr/share/tazweb/*.css $HOME/.config/tazweb
    2.71 +$ cp -r /usr/share/tazweb $HOME/.config/tazweb
    2.72  </pre>
    2.73  
    2.74  <h3>Start page and url in argument</h3>
    2.75  
    2.76  <p>
    2.77  	The default start page has been defined in the source code and can't be
    2.78 -	changed and is the default SliTaz WebHome, but TazWeb accepts an
    2.79 -	URL as a first argument, example: http://www.slitaz.org/. In this way
    2.80 -	you can for example create your own and custom home page in a pretty
    2.81 -	xHTML document and start tazweb with a standard desktop file or from
    2.82 -	the command line: tazweb file://$HOME/.config/tazweb/home.html.
    2.83 +	changed and is the default SliTaz WebHome, but TazWeb accepts an URL as
    2.84 +	a first argument, you can for example execute:
    2.85 +</p>
    2.86 +<pre>
    2.87 +$ tazweb <a href="http://www.slitaz.org/">http://www.slitaz.org/</a>
    2.88 +</pre>
    2.89 +<p>
    2.90 +	In this way you can for example create your own and custom home page in
    2.91 +	a pretty xHTML document and start tazweb with a standard desktop file or
    2.92 +	from the command line: tazweb file://$HOME/.config/tazweb/home.html.
    2.93  </p>
    2.94  <p>
    2.95  	If you want a custom start page for your Live system or all system users,
    2.96 @@ -84,6 +108,24 @@
    2.97  	to block slitaz-configs or make a backup because it will be overwritten
    2.98  	with a slitaz-configs package update.
    2.99  </p>
   2.100 +<p>
   2.101 +	When you stat TazWeb from the cmdline with an URL in argument, you dont
   2.102 +	have to put http:// since TazWeb will transform URL's for you.
   2.103 +</p>
   2.104 +
   2.105 +<h3>URL and search entry</h3>
   2.106 +<p>
   2.107 +	The URL entry in the toolbar let you enter a website address and shows
   2.108 +	the current website location. You can use selection, copy and paste in
   2.109 +	the URL entry and dont have to put http:// before a location, Tazweb
   2.110 +	will transform URL's for you. To activation a new URL you must press
   2.111 +	ENTER.
   2.112 +</p>
   2.113 +<p>
   2.114 +	The search entry let you search the web at anytime using Google. Just
   2.115 +	enter you query and press ENTER or click on the entry icon to valide
   2.116 +	your request.
   2.117 +</p>
   2.118  
   2.119  <h3>Web applications</h3>
   2.120  <p>
   2.121 @@ -101,11 +143,30 @@
   2.122  Exec=tazweb http://scn.slitaz.org/
   2.123  </pre>
   2.124  
   2.125 +<h3>Bugs and development</h3>
   2.126 +<p>
   2.127 +	TazWeb is an open-source project under BSD license and all resource are
   2.128 +	provided by SliTaz GNU/Linux, we use a Mercurial repository for code
   2.129 +	management, discussion and support are done on the SliTaz community
   2.130 +	<a href="http://forum.slitaz.org/">forum</a>. You missing a feature in
   2.131 +	TazWeb or found a bug ? Please post an issue on our Roundup bugs tracket
   2.132 +	at: <a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>
   2.133 +</p>
   2.134 +<p>
   2.135 +	If you want to get involved or help in development, you can start by cloning
   2.136 +	TazWeb repository and the submit you patch, improved documentation or artwork
   2.137 +	to SliTaz mailing list or on the <a href="http://scn.slitaz.org/">SCN</a>. To
   2.138 +	clone or browse TazWeb Hg repository:
   2.139 +</p>
   2.140 +<pre>
   2.141 +$ hg clone <a href="http://hg.slitaz.org/tazweb">http://hg.slitaz.org/tazweb</a>
   2.142 +</pre>
   2.143 +
   2.144  <!-- End content -->
   2.145  </div>
   2.146  
   2.147  <div id="footer">
   2.148 -	Copyright (C)  2011  SliTaz GNU/Linux
   2.149 +	Copyright (C) 2011 TazWeb contributors
   2.150  </div>
   2.151  
   2.152  </body>