# HG changeset patch # User Paul Issott # Date 1302027633 -3600 # Node ID 4b052ce9cfe8b3200161eadebde29c27d080defa # Parent b666e629fb6afc8ff4fa98f755a348ad82e51045 Edit en.html, README diff -r b666e629fb6a -r 4b052ce9cfe8 README --- a/README Tue Apr 05 11:10:31 2011 +0000 +++ b/README Tue Apr 05 19:20:33 2011 +0100 @@ -2,23 +2,23 @@ ================================================================================ -TazWeb is radically simple and very light web browser provinding a single +TazWeb is radically simple and very light web browser providing a single window with one small bottom toolbar, but no menubar or tabs. Please keep -the code simple and clean, if you are motivated and want to add some entry -in the context menu, please talk to the AUTHOR before commiting anything -in the repo. +the code simple and clean, if you are motivated and want to add some entries +to the context menu, please talk to the AUTHOR before commiting anything +in the repos. -This application have been crated for Tazpanel and future SliTaz integrated -Web applications. The goal is by far to have a full featured web browser. But -if you have a way to provinde a simple plugins mechanism, it would be great. +This application have been created for Tazpanel and future SliTaz integrated +Web applications. The goal is by far to have a fully-featured web browser. But +if you find a way to provide a simple plugins mechanism, that would be great. -The idea with TazWeb is to have a minimal interface, the aproache is to +The idea with TazWeb is to have a minimal interface, the approach is to build all the GUI with xHTML and CSS like in TazPanel. For general and end-user documentation have a look at doc/tazweb.html. -TazWeb is published, like webkit source under a free BSD license +TazWeb is published, like webkit source under a free BSD license. -BUG: When right on on link the "Open Link in New Window dont work +BUG: Right clicking on "Open Link in New Window" doesn't work. Build and install @@ -38,9 +38,9 @@ URL in the toolbar ------------------ -Like said above Tazweb must keep a simple interface and only one small toolbar -with a few buttons. In the first stage of the project I hesitate to put an URL -entry in the bar, but finally came to the conclusion that it is not usefull and +Like said above, Tazweb must keep a simple interface and only one small toolbar +with a few buttons. In the first stage of the project I hesitated to put an URL +entry in the bar, but finally came to the conclusion that it is not useful and not the goal of tazweb. But here is the code for posterity: static GtkWidget* uri_entry; diff -r b666e629fb6a -r 4b052ce9cfe8 doc/tazweb.en.html --- a/doc/tazweb.en.html Tue Apr 05 11:10:31 2011 +0000 +++ b/doc/tazweb.en.html Tue Apr 05 19:20:33 2011 +0100 @@ -26,31 +26,31 @@

SliTaz Web Browser

- TazWeb is radically simple and very light web browser provinding a - single window with a small toolbar but any menubar or tabs. Navigation - is done with a right click anywhere in the browser window or from the - toolbar. Also fullscreen mode and this documentation file are accessible - from the right side of the toolbar. + TazWeb is radically simple and very light web browser providing a + single window with a small toolbar, but without any menubar or tabs. + Navigation is done with a right click anywhere in the browser window + or from the toolbar. Also a fullscreen mode and this documentation file + are accessible from the right-hand side of the toolbar.

- SliTaz Web Browser was created for the needs of TazPanel who is - the SliTaz administration and packages manager panel all done with - latest technologies such as xHTML 5 and CSS 3 for the graphical user + SliTaz Web Browser was created for the needs of TazPanel which is + the SliTaz administration and packages manager panel and made with + the 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 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 - standard as well as Javascript. + uses the Webkit engine for page rendering and therefore, supports + all latest web standards as well as Javascript.

Home page and url in argument

- The default start page as been defined is source code and can't be - changed and it is the default SliTaz WebHome, but TazWeb accept an - URL as first argument, example: http://www.slitaz.org/. In this way + The default start page has been defined in the source code and can't be + changed and is the default SliTaz WebHome, but TazWeb accepts an + URL as a first argument, example: http://www.slitaz.org/. In this way you can for example create your own and custom home page in a pretty xHTML document and start tazweb with a standard desktop file or from the command line: tazweb file://$HOME/file.html @@ -59,7 +59,7 @@ If you want a custom home page for your Live system or all system users, you can create your own slitaz-configs package or edit the xHTML file located in /usr/share/webhome/index.html. If you modify it, make sure - to block slitaz-configs or make a backup because it will be overwrite + to block slitaz-configs or make a backup because it will be overwritten with a slitaz-configs package update.