tazweb rev 16

Update user doc and improve Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 19:31:14 2011 +0200 (2011-04-04)
parents fb0574167aa3
children 71732a02ae9e
files Makefile doc/tazweb.en.html
line diff
     1.1 --- a/Makefile	Mon Apr 04 19:26:06 2011 +0200
     1.2 +++ b/Makefile	Mon Apr 04 19:31:14 2011 +0200
     1.3 @@ -10,10 +10,7 @@
     1.4  all:
     1.5  	gcc src/main.c -o $(PACKAGE) \
     1.6  		`pkg-config --cflags --libs gtk+-2.0 webkit-1.0`
     1.7 -
     1.8 -toolbar:
     1.9 -	gcc src/with-toolbar.c -o $(PACKAGE)-toolbar \
    1.10 -		`pkg-config --cflags --libs gtk+-2.0 webkit-1.0`
    1.11 +	@du -sh $(PACKAGE)
    1.12  
    1.13  install:
    1.14  	mkdir -p \
    1.15 @@ -30,4 +27,3 @@
    1.16  
    1.17  clean:
    1.18  	rm -f $(PACKAGE)
    1.19 -	rm -f $(PACKAGE)-toolbar 
     2.1 --- a/doc/tazweb.en.html	Mon Apr 04 19:26:06 2011 +0200
     2.2 +++ b/doc/tazweb.en.html	Mon Apr 04 19:31:14 2011 +0200
     2.3 @@ -27,19 +27,19 @@
     2.4  
     2.5  <p>
     2.6  	TazWeb is radically simple and very light web browser provinding a
     2.7 -	single window without any toolbar, menubar or tabs. Navigation is
     2.8 -	done with a right click anywhere in the browser window.
     2.9 +	single window with a small toolbar but any menubar or tabs. Navigation
    2.10 +	is done with a right click anywhere in the browser window.
    2.11  </p>
    2.12  <p>
    2.13  	SliTaz Web Browser was created for the needs of TazPanel who is
    2.14  	the SliTaz administration and packages manager panel all done with
    2.15 -	latest technology such as xHTML 5 and CSS 3 for the graphical user
    2.16 +	latest technologies such as xHTML 5 and CSS 3 for the graphical user
    2.17  	interface. The content is powered by CGI scripts and the prefered
    2.18 -	web servre is Busybox httpd.
    2.19 +	web server is Busybox httpd.
    2.20  </p>
    2.21  <p>
    2.22  	The browser is small, very small, the binary is about 12 Kb and
    2.23 -	use Webkit engine for page rendering and so support all latest web
    2.24 +	use Webkit engine for page rendering and so, support all latest web
    2.25  	standard as well as Javascript.
    2.26  </p>
    2.27