tazweb rev 42

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Apr 15 20:57:18 2011 +0100 (2011-04-15)
parents 15f9ae793e3f
children 5b1f0e7d09a8
files COPYING README data/page.html doc/tazweb.en.html src/main.c
line diff
     1.1 --- a/COPYING	Fri Apr 15 05:18:27 2011 +0200
     1.2 +++ b/COPYING	Fri Apr 15 20:57:18 2011 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  Copyright (C)  2011  SliTaz GNU/Linux <devel@slitaz.org>
     1.5  
     1.6  
     1.7 -When TazWeb started, some code have been take from GtkLauncher example browse
     1.8 +When TazWeb started, some code had been taken from GtkLauncher example browser
     1.9  found in the GTKWebkit source tarball and is:
    1.10  
    1.11  	Copyright (C) 2006, 2007 Apple Inc.
     2.1 --- a/README	Fri Apr 15 05:18:27 2011 +0200
     2.2 +++ b/README	Fri Apr 15 20:57:18 2011 +0100
     2.3 @@ -2,15 +2,15 @@
     2.4  ================================================================================
     2.5  
     2.6  
     2.7 -TazWeb is radically simple and very light web browser providing a single
     2.8 -window with one small bottom toolbar with buttons and URL entry, but no
     2.9 +TazWeb is a radically simple and very light web browser providing a single
    2.10 +window with one small bottom toolbar using buttons and an URL entry, but no
    2.11  menubar or tabs. Please keep the code simple and clean, if you are
    2.12  motivated and want to add some entries to the context menu, please talk
    2.13  to the AUTHOR before commiting anything in the repos.
    2.14  
    2.15 -TazWeb use a custom page in user Freedesktop directory to let user add
    2.16 -any content in it and get with one click from the toolbar. We may have
    2.17 -a external apps/script to handle that file for user who dont manage to
    2.18 +TazWeb uses a custom page in the user Freedesktop directory to let users add
    2.19 +any content to it and get with one click from the toolbar. We may have
    2.20 +an external apps/script to handle that file for users who can't manage to
    2.21  edit pure xHTML.
    2.22  
    2.23  This application have been created for Tazpanel and future SliTaz integrated
     3.1 --- a/data/page.html	Fri Apr 15 05:18:27 2011 +0200
     3.2 +++ b/data/page.html	Fri Apr 15 20:57:18 2011 +0100
     3.3 @@ -15,13 +15,13 @@
     3.4  <div id="content">
     3.5  
     3.6  <!--
     3.7 -	Welcome to your personnal and custom TazWeb page, a pure xHTML 5 file
     3.8 +	Welcome to your personal and custom TazWeb page: a pure xHTML 5 file
     3.9  	with some CSS for the design, you can customize it as you want. To add
    3.10  	a section title you can use <h2></h2> elements and <div></div> to
    3.11 -	organize content
    3.12 +	organize content.
    3.13  
    3.14 -	Here is an example of a bookmark entry, copy and past it somewhere
    3.15 -	between an <ul></ul> element to add a entry in the list.
    3.16 +	Here is an example of a bookmark entry, copy and paste it somewhere
    3.17 +	between an <ul></ul> element to add an entry in the list.
    3.18  	
    3.19  	<li>
    3.20  		<a href="URL">NAME</a>
    3.21 @@ -47,8 +47,8 @@
    3.22  	<ul>
    3.23  		<li>
    3.24  			<!-- <img src="http://www.slitaz.org/favicon.ico" /> -->
    3.25 -			<a href="http://www.slitaz.org/">bugs.slitaz.org</a>
    3.26 -			: SliTaz Bugs tracker
    3.27 +			<a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>
    3.28 +			: SliTaz Bug tracker
    3.29  		</li>
    3.30  		<li>
    3.31  			<!-- <img src="http://www.gnu.org/favicon.ico" /> -->
     4.1 --- a/doc/tazweb.en.html	Fri Apr 15 05:18:27 2011 +0200
     4.2 +++ b/doc/tazweb.en.html	Fri Apr 15 20:57:18 2011 +0100
     4.3 @@ -17,7 +17,7 @@
     4.4  <h2>SliTaz Web Browser</h2>
     4.5  
     4.6  <p>
     4.7 -	TazWeb is radically simple and very light web browser providing a
     4.8 +	TazWeb is a radically simple and very light web browser providing a
     4.9  	single window with a small toolbar, but without any menubar or tabs. 
    4.10  	Navigation is done with a right click anywhere in the browser window 
    4.11  	or from the toolbar. Also a fullscreen mode, bookmarks, home page
    4.12 @@ -25,7 +25,7 @@
    4.13  	of the toolbar.
    4.14  </p>
    4.15  <p>
    4.16 -	SliTaz Web Browser was created for the needs of TazPanel which is
    4.17 +	The SliTaz Web Browser was created for the needs of TazPanel which is
    4.18  	the SliTaz administration and packages manager panel and made with 
    4.19  	the latest technologies such as xHTML 5 and CSS 3 for the graphical
    4.20  	user interface. The content is powered by CGI scripts and the prefered
    4.21 @@ -33,29 +33,29 @@
    4.22  </p>
    4.23  <p>
    4.24  	The browser is small, very small, the binary is about 16 Kb and
    4.25 -	uses the Webkit engine for page rendering and therefore, supports 
    4.26 +	uses the Webkit engine for page rendering and therefore supports 
    4.27  	all latest web standards as well as Javascript.
    4.28  </p>
    4.29  
    4.30  <h3>My TazWeb Page</h3>
    4.31  <p>
    4.32 -	TazWeb handle a personnal page located in your Freedesktop standard
    4.33 -	configuration directory, the path is: $HOME/.config/tazweb/page.html
    4.34 -	It let you have a custom page with bookmarks and other content. The
    4.35 -	CSS style is defined in $HOME/.config/tazweb/style.css
    4.36 +	TazWeb handles a personal page located in your Freedesktop standard
    4.37 +	configuration directory, the path is: $HOME/.config/tazweb/page.html.
    4.38 +	It lets you have a custom page with bookmarks and other content. The
    4.39 +	CSS style is defined in $HOME/.config/tazweb/style.css.
    4.40  </p>
    4.41  <p>
    4.42  	The file is a simple xHTML 5 document with, by default, a list of
    4.43  	links and a box. You can edit this file with you favorite editor
    4.44  	and add content such as bookmarks entries or change the look and
    4.45  	feel as you want. At first start TazWeb will create and copy your
    4.46 -	personnal page and style in your config directory.
    4.47 +	personal page and style to your config directory.
    4.48  </p>
    4.49  <p>
    4.50 -	To add some life on your page you can use your own Javascript
    4.51 -	widgets or some from a third party website such as a the famous
    4.52 +	To add some life to your pages you can use your own Javascript
    4.53 +	widgets or some from a third party website such as the famous
    4.54  	<a href="http://twitter.com/about/resources/widgets">
    4.55 -	Twitter Widget</a> as seen on SliTaz main website.
    4.56 +	Twitter Widget</a> as seen on the SliTaz main website.
    4.57  </p>
    4.58  <p>
    4.59  	Note: You will find the default page.html in: /usr/share/tazweb and
    4.60 @@ -75,7 +75,7 @@
    4.61  	URL as a first argument, example: http://www.slitaz.org/. In this way
    4.62  	you can for example create your own and custom home page in a pretty
    4.63  	xHTML document and start tazweb with a standard desktop file or from
    4.64 -	the command line: tazweb file://$HOME/.config/tazweb/home.html
    4.65 +	the command line: tazweb file://$HOME/.config/tazweb/home.html.
    4.66  </p>
    4.67  <p>
    4.68  	If you want a custom home page for your Live system or all system users,
     5.1 --- a/src/main.c	Fri Apr 15 05:18:27 2011 +0200
     5.2 +++ b/src/main.c	Fri Apr 15 20:57:18 2011 +0100
     5.3 @@ -1,7 +1,7 @@
     5.4  /*
     5.5 - * TazWeb is a radicaly simple web browser providing a single window
     5.6 - * with a single toolbar with buttons and URL entry but no menu or tabs.
     5.7 - *
     5.8 + * TazWeb is a radically simple web browser providing a single window
     5.9 + * with a single toolbar with buttons and an URL entry, but no menu or
    5.10 + * tabs.
    5.11   * 
    5.12   * Copyright (C) 2011 SliTaz GNU/Linux <devel@slitaz.org>
    5.13   *