tazweb view 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 source
1 TazWeb - SliTaz Web Browser
2 ================================================================================
5 TazWeb is radically simple and very light web browser provinding a single
6 window without any toolbar, menubar or tabs. Please keep the code simple
7 and clean, if you are motivated and want to add some entry in the context
8 menu, please talk to the AUTHOR before commiting anything in the repo.
10 This application have been crated for Tazpanel and future SliTaz integrated
11 Web applications. The goal is by far to have a full featured web browser. But
12 if you have a way to provind a simple plugins mechanism, it would be great.
14 In the src/ directory you find a version of tazweb with a toolbar for a
15 go-home, go-back, go-next, url entry. The idea with TazWeb is to dont
16 have a toolbar by default, but we could have one in option from the
17 context menu or the cmdline: tazweb --toolbar. Or just, some button
18 icons in the right left of the screen for go-home, go back and go-next.
19 That said, the aproach is to build all the GUI with xHTML and CSS like
20 in TazPanel.
22 For general and end-user documentation have a look at doc/tazweb.html.
23 TazWeb is published, like webkit source under a free BSD license
25 BUG: When right on on link the "Open Link in New Window dont work
28 Build and install
29 -----------------
30 TazWeb depends on GTK and libwebkit. To build and test, simply:
32 $ make
33 $ ./tazweb
35 For the version with a toolbar:
37 $ make toolbar
38 $ ./tazweb-toolbar
40 Install with 'make install' (PREFIX and DESTDIR are supported for packaging)
43 ================================================================================