tazweb rev 131

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 04 08:46:41 2014 +0000 (2014-01-04)
parents cf5860f82d24
children 707f5eee5536
files README doc/tazweb.en.html
line diff
     1.1 --- a/README	Sat Jan 04 03:12:36 2014 +0100
     1.2 +++ b/README	Sat Jan 04 08:46:41 2014 +0000
     1.3 @@ -3,9 +3,9 @@
     1.4  
     1.5  
     1.6  TazWeb is a radically simple and very light web browser providing a single
     1.7 -window with one small bottom toolbar using buttons, an URL and search entry,
     1.8 +window with one small bottom toolbar using buttons, a URL and search entry,
     1.9  and a contextual menu but no menubar or tabs. Please keep the code simple
    1.10 -and clean, if you are motivated and want to add some more functionality, 
    1.11 +and clean. If you are motivated and want to add some more functionality, 
    1.12  please talk to the AUTHOR before commiting anything in the repos.
    1.13  
    1.14  TazWeb uses a custom page in the user Freedesktop directory to let users add
    1.15 @@ -43,7 +43,7 @@
    1.16  
    1.17  Qt Build and install
    1.18  --------------------
    1.19 -The Qt port is actually only little toy to play with!
    1.20 +The Qt port is actually only a little toy to play with!
    1.21  
    1.22  $ cd src
    1.23  $ qmake
    1.24 @@ -81,7 +81,7 @@
    1.25  i18n
    1.26  ----
    1.27  Internationalization of TazWeb was introduced since version 1.6.4.
    1.28 -It's standard GLib technique described in developer notes:
    1.29 +Its standard GLib technique is described in developer notes:
    1.30  http://developer.gnome.org/glib/2.32/glib-I18N.html
    1.31  
    1.32  Translation template (tazweb.pot) and all translations (xx.po) contained
     2.1 --- a/doc/tazweb.en.html	Sat Jan 04 03:12:36 2014 +0100
     2.2 +++ b/doc/tazweb.en.html	Sat Jan 04 08:46:41 2014 +0000
     2.3 @@ -52,9 +52,9 @@
     2.4  
     2.5  <h3>Kiosk mode</h3>
     2.6  <p>
     2.7 -	TazWeb provide a Kiosk mode useful for computer in public area. The
     2.8 +	TazWeb provides a Kiosk mode useful for computers in public areas. The
     2.9  	Kiosk mode will start TazWeb in fullscreen. It will not allow users to
    2.10 -	bookmarks a page, download anything or open an URL in a new window.
    2.11 +	bookmark a page, download anything or open a URL in a new window.
    2.12  </p>
    2.13  <pre>
    2.14  $ tazweb --kiosk
    2.15 @@ -89,7 +89,7 @@
    2.16  </p>
    2.17  <p>
    2.18  	Note: You will find the default home.html in: /usr/share/tazweb and
    2.19 -	can get an original copy with the following commands in a terminal:
    2.20 +	can get an original copy with the following command in a terminal:
    2.21  </p>
    2.22  <pre>
    2.23  $ cp -r /usr/share/tazweb $HOME/.config/tazweb