tazweb rev 94

edit en.html
author Paul Issott <paul@slitaz.org>
date Fri Apr 29 10:44:16 2011 +0100 (2011-04-29)
parents 238cbb117fa0
children 81c2457f3b7f
files doc/tazweb.en.html src/main.c
line diff
     1.1 --- a/doc/tazweb.en.html	Thu Apr 28 13:50:29 2011 +0200
     1.2 +++ b/doc/tazweb.en.html	Fri Apr 29 10:44:16 2011 +0100
     1.3 @@ -20,17 +20,16 @@
     1.4  	TazWeb is a radically simple and very light web browser providing a
     1.5  	single window with a small toolbar and a contextual menu, but without
     1.6  	any menubar or tabs. Navigation is done with a right click anywhere in
     1.7 -	the browser window or from the toolbar. It also handle bookmarks in a
     1.8 -	personnal home page, provide a source view mode, zoom and printing
     1.9 -	functions. TazWeb let you quickly search the web throught the search
    1.10 +	the browser window or from the toolbar. It can also handle bookmarks in a
    1.11 +	personal home page, provide a source view mode and zoom and printing
    1.12 +	functions. TazWeb lets you quickly search the web through a search
    1.13  	entry and Google. This documentation file is always accessible from the
    1.14 -	right-hand side. 
    1.15 +	right-hand side of the toolbar. 
    1.16  </p>
    1.17  <p>
    1.18 -	The browser fast, very fast and is small, very small, the binary is about
    1.19 -	24 Kb and uses the Webkit engine for page rendering and therefore supports 
    1.20 -	all latest web standards as well as Javascript and Flash animations or
    1.21 -	videos.
    1.22 +	The browser fast, very fast and small, the binary is about 24 Kb and uses 
    1.23 +	the Webkit engine for page rendering and therefore supports all the latest 
    1.24 +	web standards as well as Javascript and Flash animations or videos.
    1.25  </p>
    1.26  
    1.27  <h3>History</h3>
    1.28 @@ -42,13 +41,13 @@
    1.29  	web server is Busybox httpd.
    1.30  </p>
    1.31  
    1.32 -<h3>Security and personnal data</h3>
    1.33 +<h3>Security and personal data</h3>
    1.34  <p>
    1.35 -	TazWeb is a very secure browser and it dont store any personnal data,
    1.36 -	no session, cookie or history file is created. So you can't have your
    1.37 -	websites settings saved and will have to enter login information each
    1.38 -	time you restart the browser, but by the way websites can track you
    1.39 -	with cookies!
    1.40 +	TazWeb is a very secure browser and doesn't store any personal data, therefore
    1.41 +	no sessions, cookies or history files are created. So your websites settings 
    1.42 +	will not be saved and you will have to enter login information each
    1.43 +	time you restart the browser (by the way websites can track you
    1.44 +	with cookies!).
    1.45  </p>
    1.46  
    1.47  <h3>My Home Page and bookmarks</h3>
    1.48 @@ -73,10 +72,10 @@
    1.49  </p>
    1.50  <p>
    1.51  	Bookmarks can be handled by TazWeb and you can easily add a bookmark to
    1.52 -	your home page with the right click menu item: "Add a bookmark". To work
    1.53 -	TazWeb use a markup in your home.html document, this markup should not
    1.54 +	your home page with the right click menu item: <i>"Add a bookmark"</i>. To function
    1.55 +	TazWeb uses markup in your home.html document; this markup should not
    1.56  	be removed if you want bookmarking to work since each new item will be
    1.57 -	add just before the line: &gt;!-- end:bookmarks --&lt;
    1.58 +	added just before the line: <i>&gt;!-- end:bookmarks --&lt;</i>
    1.59  </p>
    1.60  <p>
    1.61  	Note: You will find the default home.html in: /usr/share/tazweb and
    1.62 @@ -109,21 +108,21 @@
    1.63  	with a slitaz-configs package update.
    1.64  </p>
    1.65  <p>
    1.66 -	When you stat TazWeb from the cmdline with an URL in argument, you dont
    1.67 -	have to put http:// since TazWeb will transform URL's for you.
    1.68 +	When you start TazWeb from the cmdline with an URL in the argument, you dont
    1.69 +	have to put http:// since TazWeb will transform URLs for you.
    1.70  </p>
    1.71  
    1.72  <h3>URL and search entry</h3>
    1.73  <p>
    1.74 -	The URL entry in the toolbar let you enter a website address and shows
    1.75 +	The URL entry in the toolbar lets you enter a website address and shows
    1.76  	the current website location. You can use selection, copy and paste in
    1.77 -	the URL entry and dont have to put http:// before a location, Tazweb
    1.78 -	will transform URL's for you. To activation a new URL you must press
    1.79 +	the URL entry and don't have to put http:// before a location, Tazweb
    1.80 +	will transform URLs for you. To activate a new URL you must press
    1.81  	ENTER.
    1.82  </p>
    1.83  <p>
    1.84 -	The search entry let you search the web at anytime using Google. Just
    1.85 -	enter you query and press ENTER or click on the entry icon to valide
    1.86 +	The search entry lets you search the web at anytime using Google. Just
    1.87 +	enter your query and press ENTER or click on the entry icon to validate
    1.88  	your request.
    1.89  </p>
    1.90  
    1.91 @@ -145,18 +144,18 @@
    1.92  
    1.93  <h3>Bugs and development</h3>
    1.94  <p>
    1.95 -	TazWeb is an open-source project under BSD license and all resource are
    1.96 +	TazWeb is an open-source project under a BSD license and all resources are
    1.97  	provided by SliTaz GNU/Linux, we use a Mercurial repository for code
    1.98 -	management, discussion and support are done on the SliTaz community
    1.99 -	<a href="http://forum.slitaz.org/">forum</a>. You missing a feature in
   1.100 -	TazWeb or found a bug ? Please post an issue on our Roundup bugs tracket
   1.101 +	management, discussion and support is done through the SliTaz community
   1.102 +	<a href="http://forum.slitaz.org/">forum</a>. If you're missing any features in
   1.103 +	TazWeb or find any bugs ? Please post an issue on our Roundup bug tracker
   1.104  	at: <a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>
   1.105  </p>
   1.106  <p>
   1.107 -	If you want to get involved or help in development, you can start by cloning
   1.108 -	TazWeb repository and the submit you patch, improved documentation or artwork
   1.109 -	to SliTaz mailing list or on the <a href="http://scn.slitaz.org/">SCN</a>. To
   1.110 -	clone or browse TazWeb Hg repository:
   1.111 +	If you want to help and get involved in development, you can start by cloning the
   1.112 +	TazWeb repository and then submit your patch, improved documentation or artwork
   1.113 +	to the SliTaz mailing list or on the <a href="http://scn.slitaz.org/">SCN</a>. To
   1.114 +	clone or browse the TazWeb Hg repository:
   1.115  </p>
   1.116  <pre>
   1.117  $ hg clone <a href="http://hg.slitaz.org/tazweb">http://hg.slitaz.org/tazweb</a>
     2.1 --- a/src/main.c	Thu Apr 28 13:50:29 2011 +0200
     2.2 +++ b/src/main.c	Fri Apr 29 10:44:16 2011 +0100
     2.3 @@ -217,7 +217,7 @@
     2.4          WEBKIT_WEB_VIEW (webview)));
     2.5  }
     2.6  
     2.7 -/* New webview clallbacks */
     2.8 +/* New webview callbacks */
     2.9  static WebKitWebView*
    2.10  create_web_view_cb(WebKitWebView* webview, WebKitWebFrame* web_frame,
    2.11  		GtkWidget* window)