# HG changeset patch # User Christophe Lincoln # Date 1301938274 -7200 # Node ID 70b548105df25ec2df0f01c56327bf8a26241fe0 # Parent fb0574167aa3d4a6aa9b77240c9a6e65a75a13e2 Update user doc and improve Makefile diff -r fb0574167aa3 -r 70b548105df2 Makefile --- a/Makefile Mon Apr 04 19:26:06 2011 +0200 +++ b/Makefile Mon Apr 04 19:31:14 2011 +0200 @@ -10,10 +10,7 @@ all: gcc src/main.c -o $(PACKAGE) \ `pkg-config --cflags --libs gtk+-2.0 webkit-1.0` - -toolbar: - gcc src/with-toolbar.c -o $(PACKAGE)-toolbar \ - `pkg-config --cflags --libs gtk+-2.0 webkit-1.0` + @du -sh $(PACKAGE) install: mkdir -p \ @@ -30,4 +27,3 @@ clean: rm -f $(PACKAGE) - rm -f $(PACKAGE)-toolbar diff -r fb0574167aa3 -r 70b548105df2 doc/tazweb.en.html --- a/doc/tazweb.en.html Mon Apr 04 19:26:06 2011 +0200 +++ b/doc/tazweb.en.html Mon Apr 04 19:31:14 2011 +0200 @@ -27,19 +27,19 @@

TazWeb is radically simple and very light web browser provinding a - single window without any toolbar, menubar or tabs. Navigation is - done with a right click anywhere in the browser window. + single window with a small toolbar but any menubar or tabs. Navigation + is done with a right click anywhere in the browser window.

SliTaz Web Browser was created for the needs of TazPanel who is the SliTaz administration and packages manager panel all done with - latest technology such as xHTML 5 and CSS 3 for the graphical user + latest technologies such as xHTML 5 and CSS 3 for the graphical user interface. The content is powered by CGI scripts and the prefered - web servre is Busybox httpd. + web server is Busybox httpd.

The browser is small, very small, the binary is about 12 Kb and - use Webkit engine for page rendering and so support all latest web + use Webkit engine for page rendering and so, support all latest web standard as well as Javascript.