tazweb rev 180

Update README
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 13 16:39:57 2017 +0100 (2017-03-13)
parents 3d4f8134bd2f
children a6d2bc6be4a4
files README
line diff
     1.1 --- a/README	Mon Mar 13 01:51:59 2017 +0100
     1.2 +++ b/README	Mon Mar 13 16:39:57 2017 +0100
     1.3 @@ -2,9 +2,13 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -TazWeb is a radically simple and very light web browser providing a single
     1.8 +TazWeb is a modern, radically simple and very light web browser providing all
     1.9 +needed functions for daily browsing on the internet. TazWeb is take of users
    1.10 +privacy, it handle cookies but will NOT store any passwords or other user info. 
    1.11 +
    1.12 +a single
    1.13  window with one small toolbar using buttons, a URL and search entry,
    1.14 -and a contextual menu but no menubar. Please keep the code simple
    1.15 +and a  but no menubar. Please keep the code simple
    1.16  and clean. If you are motivated and want to add some more functionality, 
    1.17  please talk to the AUTHOR before committing anything in the repos.
    1.18  
    1.19 @@ -16,31 +20,42 @@
    1.20  For general and end-user documentation have a look at doc/tazweb.html.
    1.21  TazWeb is published, like webkit source under a free BSD license.
    1.22  
    1.23 +Major features:
    1.24 +
    1.25 +    * Tabbed browsing (under developement: 2.0 next generation)
    1.26 +    * Cookie support
    1.27 +    * Download manager
    1.28 +    * Text based config file
    1.29 +    * Search engine entry box
    1.30 +    * Favorites support
    1.31 +    * Print, including to pdf
    1.32 +    * Rich contextual menu
    1.33 +
    1.34  
    1.35  Build and install
    1.36 ------------------
    1.37 +--------------------------------------------------------------------------------
    1.38  TazWeb depends on GTK and libwebkit. To build and test, simply:
    1.39  
    1.40 -$ make
    1.41 -$ ./tazweb
    1.42 +  $ make
    1.43 +  $ ./tazweb
    1.44  
    1.45  Generate translation files:
    1.46  
    1.47 -$ make msgfmt
    1.48 +  $ make msgfmt
    1.49  
    1.50  Install with 'make install' (PREFIX and DESTDIR are supported for packaging).
    1.51  
    1.52  
    1.53  Qt Build and install
    1.54 ---------------------
    1.55 +--------------------------------------------------------------------------------
    1.56  The Qt port is actually only a little toy to play with!
    1.57  
    1.58 -$ make qt
    1.59 -$ ./tazweb-qt
    1.60 +  $ make qt
    1.61 +  $ ./tazweb-qt
    1.62  
    1.63  
    1.64  TazWeb helper script
    1.65 ---------------------
    1.66 +--------------------------------------------------------------------------------
    1.67  TazWeb use a set of SHell functions from /usr/lib/tazweb/helper.sh. These
    1.68  functions are used to handle bookmarks and cookies. The GTK gui parts use
    1.69  yad and some functions will generated html files to be used by tazweb menu