tazweb
annotate README @ rev 33
So lets have and uri entry in the toolbar :-)
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Thu Apr 14 22:24:19 2011 +0200 (2011-04-14) |
parents |
4b052ce9cfe8 |
children |
f8ecd3ad885b |
rev |
line source |
pankso@0
|
1 TazWeb - SliTaz Web Browser
|
pankso@0
|
2 ================================================================================
|
pankso@0
|
3
|
pankso@0
|
4
|
paul@31
|
5 TazWeb is radically simple and very light web browser providing a single
|
pankso@33
|
6 window with one small bottom toolbar with buttons and URL entry, but no
|
pankso@33
|
7 menubar or tabs. Please keep the code simple and clean, if you are
|
pankso@33
|
8 motivated and want to add some entries to the context menu, please talk
|
pankso@33
|
9 to the AUTHOR before commiting anything in the repos.
|
pankso@0
|
10
|
paul@31
|
11 This application have been created for Tazpanel and future SliTaz integrated
|
paul@31
|
12 Web applications. The goal is by far to have a fully-featured web browser. But
|
paul@31
|
13 if you find a way to provide a simple plugins mechanism, that would be great.
|
pankso@0
|
14
|
paul@31
|
15 The idea with TazWeb is to have a minimal interface, the approach is to
|
pankso@15
|
16 build all the GUI with xHTML and CSS like in TazPanel.
|
pankso@0
|
17
|
pankso@0
|
18 For general and end-user documentation have a look at doc/tazweb.html.
|
paul@31
|
19 TazWeb is published, like webkit source under a free BSD license.
|
pankso@0
|
20
|
paul@31
|
21 BUG: Right clicking on "Open Link in New Window" doesn't work.
|
pankso@0
|
22
|
pankso@0
|
23
|
pankso@0
|
24 Build and install
|
pankso@0
|
25 -----------------
|
pankso@0
|
26 TazWeb depends on GTK and libwebkit. To build and test, simply:
|
pankso@0
|
27
|
pankso@0
|
28 $ make
|
pankso@0
|
29 $ ./tazweb
|
pankso@0
|
30
|
pankso@0
|
31 Install with 'make install' (PREFIX and DESTDIR are supported for packaging)
|
pankso@0
|
32
|
pankso@0
|
33
|
pankso@0
|
34 ================================================================================
|