tazweb diff README @ rev 11

Small code typo
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 17:23:30 2011 +0200 (2011-04-04)
parents
children fb0574167aa3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Mon Apr 04 17:23:30 2011 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +TazWeb - SliTaz Web Browser
     1.5 +================================================================================
     1.6 +
     1.7 +
     1.8 +TazWeb is radically simple and very light web browser provinding a single
     1.9 +window without any toolbar, menubar or tabs. Please keep the code simple
    1.10 +and clean, if you are motivated and want to add some entry in the context
    1.11 +menu, please talk to the AUTHOR before commiting anything in the repo.
    1.12 +
    1.13 +This application have been crated for Tazpanel and future SliTaz integrated
    1.14 +Web applications. The goal is by far to have a full featured web browser. But
    1.15 +if you have a way to provind a simple plugins mechanism, it would be great.
    1.16 +
    1.17 +In the src/ directory you find a version of tazweb with a toolbar for a
    1.18 +go-home, go-back, go-next, url entry. The idea with TazWeb is to dont
    1.19 +have a toolbar by default, but we could have one in option from the
    1.20 +context menu or the cmdline: tazweb --toolbar. Or just, some button
    1.21 +icons in the right left of the screen for go-home, go back and go-next.
    1.22 +That said, the aproach is to build all the GUI with xHTML and CSS like
    1.23 +in TazPanel.
    1.24 +
    1.25 +For general and end-user documentation have a look at doc/tazweb.html.
    1.26 +TazWeb is published, like webkit source under a free BSD license
    1.27 +
    1.28 +BUG: When right on on link the "Open Link in New Window dont work 
    1.29 +
    1.30 +
    1.31 +Build and install
    1.32 +-----------------
    1.33 +TazWeb depends on GTK and libwebkit. To build and test, simply:
    1.34 +
    1.35 +$ make
    1.36 +$ ./tazweb
    1.37 +
    1.38 +For the version with a toolbar:
    1.39 +
    1.40 +$ make toolbar
    1.41 +$ ./tazweb-toolbar
    1.42 +
    1.43 +Install with 'make install' (PREFIX and DESTDIR are supported for packaging)
    1.44 +
    1.45 +
    1.46 +================================================================================