tazweb view README @ rev 41

Added tag 1.2 for changeset 1ec6daf29541
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 05:18:27 2011 +0200 (2011-04-15)
parents 2b9ac01011b0
children 435fdb863811
line source
1 TazWeb - SliTaz Web Browser
2 ================================================================================
5 TazWeb is radically simple and very light web browser providing a single
6 window with one small bottom toolbar with buttons and URL entry, but no
7 menubar or tabs. Please keep the code simple and clean, if you are
8 motivated and want to add some entries to the context menu, please talk
9 to the AUTHOR before commiting anything in the repos.
11 TazWeb use a custom page in user Freedesktop directory to let user add
12 any content in it and get with one click from the toolbar. We may have
13 a external apps/script to handle that file for user who dont manage to
14 edit pure xHTML.
16 This application have been created for Tazpanel and future SliTaz integrated
17 Web applications. The goal is by far to have a fully-featured web browser. But
18 if you find a way to provide a simple plugins mechanism, that would be great.
20 The idea with TazWeb is to have a minimal interface, the approach is to
21 build all the GUI with xHTML and CSS like in TazPanel.
23 For general and end-user documentation have a look at doc/tazweb.html.
24 TazWeb is published, like webkit source under a free BSD license.
26 BUG: Right clicking on "Open Link in New Window" doesn't work.
29 Build and install
30 -----------------
31 TazWeb depends on GTK and libwebkit. To build and test, simply:
33 $ make
34 $ ./tazweb
36 Install with 'make install' (PREFIX and DESTDIR are supported for packaging)
39 ================================================================================