tazweb view README @ rev 37

Get a default bookmark page id missing
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 01:59:38 2011 +0200 (2011-04-15)
parents 4b052ce9cfe8
children f8ecd3ad885b
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 This application have been created for Tazpanel and future SliTaz integrated
12 Web applications. The goal is by far to have a fully-featured web browser. But
13 if you find a way to provide a simple plugins mechanism, that would be great.
15 The idea with TazWeb is to have a minimal interface, the approach is to
16 build all the GUI with xHTML and CSS like in TazPanel.
18 For general and end-user documentation have a look at doc/tazweb.html.
19 TazWeb is published, like webkit source under a free BSD license.
21 BUG: Right clicking on "Open Link in New Window" doesn't work.
24 Build and install
25 -----------------
26 TazWeb depends on GTK and libwebkit. To build and test, simply:
28 $ make
29 $ ./tazweb
31 Install with 'make install' (PREFIX and DESTDIR are supported for packaging)
34 ================================================================================