tazweb rev 31

Edit en.html, README
author Paul Issott <paul@slitaz.org>
date Tue Apr 05 19:20:33 2011 +0100 (2011-04-05)
parents b666e629fb6a
children e616e93f4834
files README doc/tazweb.en.html
line diff
     1.1 --- a/README	Tue Apr 05 11:10:31 2011 +0000
     1.2 +++ b/README	Tue Apr 05 19:20:33 2011 +0100
     1.3 @@ -2,23 +2,23 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -TazWeb is radically simple and very light web browser provinding a single
     1.8 +TazWeb is radically simple and very light web browser providing a single
     1.9  window with one small bottom toolbar, but no menubar or tabs. Please keep
    1.10 -the code simple and clean, if you are motivated and want to add some entry
    1.11 -in the context menu, please talk to the AUTHOR before commiting anything
    1.12 -in the repo.
    1.13 +the code simple and clean, if you are motivated and want to add some entries
    1.14 +to the context menu, please talk to the AUTHOR before commiting anything
    1.15 +in the repos.
    1.16  
    1.17 -This application have been crated for Tazpanel and future SliTaz integrated
    1.18 -Web applications. The goal is by far to have a full featured web browser. But
    1.19 -if you have a way to provinde a simple plugins mechanism, it would be great.
    1.20 +This application have been created for Tazpanel and future SliTaz integrated
    1.21 +Web applications. The goal is by far to have a fully-featured web browser. But
    1.22 +if you find a way to provide a simple plugins mechanism, that would be great.
    1.23  
    1.24 -The idea with TazWeb is to have a minimal interface, the aproache is to
    1.25 +The idea with TazWeb is to have a minimal interface, the approach is to
    1.26  build all the GUI with xHTML and CSS like in TazPanel.
    1.27  
    1.28  For general and end-user documentation have a look at doc/tazweb.html.
    1.29 -TazWeb is published, like webkit source under a free BSD license
    1.30 +TazWeb is published, like webkit source under a free BSD license.
    1.31  
    1.32 -BUG: When right on on link the "Open Link in New Window dont work 
    1.33 +BUG: Right clicking on "Open Link in New Window" doesn't work.
    1.34  
    1.35  
    1.36  Build and install
    1.37 @@ -38,9 +38,9 @@
    1.38  
    1.39  URL in the toolbar
    1.40  ------------------
    1.41 -Like said above Tazweb must keep a simple interface and only one small toolbar
    1.42 -with a few buttons. In the first stage of the project I hesitate to put an URL
    1.43 -entry in the bar, but finally came to the conclusion that it is not usefull and
    1.44 +Like said above, Tazweb must keep a simple interface and only one small toolbar
    1.45 +with a few buttons. In the first stage of the project I hesitated to put an URL
    1.46 +entry in the bar, but finally came to the conclusion that it is not useful and
    1.47  not the goal of tazweb. But here is the code for posterity:
    1.48  
    1.49  static GtkWidget* uri_entry;
     2.1 --- a/doc/tazweb.en.html	Tue Apr 05 11:10:31 2011 +0000
     2.2 +++ b/doc/tazweb.en.html	Tue Apr 05 19:20:33 2011 +0100
     2.3 @@ -26,31 +26,31 @@
     2.4  <h2>SliTaz Web Browser</h2>
     2.5  
     2.6  <p>
     2.7 -	TazWeb is radically simple and very light web browser provinding a
     2.8 -	single window with a small toolbar but any menubar or tabs. Navigation
     2.9 -	is done with a right click anywhere in the browser window or from the
    2.10 -	toolbar. Also fullscreen mode and this documentation file are accessible
    2.11 -	from the right side of the toolbar.
    2.12 +	TazWeb is radically simple and very light web browser providing a
    2.13 +	single window with a small toolbar, but without any menubar or tabs. 
    2.14 +	Navigation is done with a right click anywhere in the browser window 
    2.15 +	or from the toolbar. Also a fullscreen mode and this documentation file 
    2.16 +	are accessible from the right-hand side of the toolbar.
    2.17  </p>
    2.18  <p>
    2.19 -	SliTaz Web Browser was created for the needs of TazPanel who is
    2.20 -	the SliTaz administration and packages manager panel all done with
    2.21 -	latest technologies such as xHTML 5 and CSS 3 for the graphical user
    2.22 +	SliTaz Web Browser was created for the needs of TazPanel which is
    2.23 +	the SliTaz administration and packages manager panel and made with 
    2.24 +	the latest technologies such as xHTML 5 and CSS 3 for the graphical user
    2.25  	interface. The content is powered by CGI scripts and the prefered
    2.26  	web server is Busybox httpd.
    2.27  </p>
    2.28  <p>
    2.29  	The browser is small, very small, the binary is about 12 Kb and
    2.30 -	use Webkit engine for page rendering and so, support all latest web
    2.31 -	standard as well as Javascript.
    2.32 +	uses the Webkit engine for page rendering and therefore, supports 
    2.33 +	all latest web standards as well as Javascript.
    2.34  </p>
    2.35  
    2.36  <h3>Home page and url in argument</h3>
    2.37  
    2.38  <p>
    2.39 -	The default start page as been defined is source code and can't be
    2.40 -	changed and it is the default SliTaz WebHome, but TazWeb accept an
    2.41 -	URL as first argument, example: http://www.slitaz.org/. In this way
    2.42 +	The default start page has been defined in the source code and can't be
    2.43 +	changed and is the default SliTaz WebHome, but TazWeb accepts an
    2.44 +	URL as a first argument, example: http://www.slitaz.org/. In this way
    2.45  	you can for example create your own and custom home page in a pretty
    2.46  	xHTML document and start tazweb with a standard desktop file or from
    2.47  	the command line: tazweb file://$HOME/file.html
    2.48 @@ -59,7 +59,7 @@
    2.49  	If you want a custom home page for your Live system or all system users,
    2.50  	you can create your own slitaz-configs package or edit the xHTML file
    2.51  	located in /usr/share/webhome/index.html. If you modify it, make sure
    2.52 -	to block slitaz-configs or make a backup because it will be overwrite
    2.53 +	to block slitaz-configs or make a backup because it will be overwritten
    2.54  	with a slitaz-configs package update.
    2.55  </p>
    2.56