tazweb diff README @ rev 72

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 23 16:13:48 2011 +0100 (2011-04-23)
parents 1a3cdce1d9eb
children dd5c73a60acc
line diff
     1.1 --- a/README	Sat Apr 23 13:42:53 2011 +0200
     1.2 +++ b/README	Sat Apr 23 16:13:48 2011 +0100
     1.3 @@ -3,10 +3,10 @@
     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, an 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 functionnalities, please
    1.11 -talk to the AUTHOR before commiting anything in the repos.
    1.12 +and clean, if you are motivated and want to add some more functionality, 
    1.13 +please talk to the AUTHOR before commiting anything in the repos.
    1.14  
    1.15  TazWeb uses a custom page in the user Freedesktop directory to let users add
    1.16  any content to it and get with one click from the toolbar. We may have
    1.17 @@ -23,7 +23,7 @@
    1.18  For general and end-user documentation have a look at doc/tazweb.html.
    1.19  TazWeb is published, like webkit source under a free BSD license.
    1.20  
    1.21 -BUG: Right clicking on "Open Link in New Window" is connect to a event
    1.22 +BUG: Right clicking on "Open Link in New Window" is connecting to an event
    1.23  but doesn't work.
    1.24  
    1.25  
    1.26 @@ -50,7 +50,7 @@
    1.27      * Get user config directory path in $HOME
    1.28        config = g_strdup_printf ("%s/.config/tazweb", g_get_home_dir ());
    1.29  
    1.30 -    * This code change the browser user-agent
    1.31 +    * This code changes the browser user-agent
    1.32        static gchar *useragent = "TazWeb/1.0 (X11; Linux; U; en_US) AppleWebKit/531.2+";
    1.33        
    1.34        /* User agent */