# HG changeset patch # User Christophe Lincoln # Date 1303991429 -7200 # Node ID 238cbb117fa04835ae890b95377e4c0b9ea20e9c # Parent b3001117bf7aba07abf49a71d9da7e5fab176fb7 Huge improvment to English documentation diff -r b3001117bf7a -r 238cbb117fa0 doc/style.css --- a/doc/style.css Thu Apr 28 00:18:06 2011 +0200 +++ b/doc/style.css Thu Apr 28 13:50:29 2011 +0200 @@ -3,6 +3,7 @@ body { font: 88% sans-serif, vernada, arial; margin: 0; } h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } h2 { color: #444; } h3 { color: #666; font-size: 140%; } +a:hover { text-decoration: none; } pre { background-color: #f8f8f8; border: 1px solid #ddd; diff -r b3001117bf7a -r 238cbb117fa0 doc/tazweb.en.html --- a/doc/tazweb.en.html Thu Apr 28 00:18:06 2011 +0200 +++ b/doc/tazweb.en.html Thu Apr 28 13:50:29 2011 +0200 @@ -18,26 +18,40 @@

TazWeb is a 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, bookmarks, home page - and this documentation file are accessible from the right-hand side - of the toolbar. + single window with a small toolbar and a contextual menu, but without + any menubar or tabs. Navigation is done with a right click anywhere in + the browser window or from the toolbar. It also handle bookmarks in a + personnal home page, provide a source view mode, zoom and printing + functions. TazWeb let you quickly search the web throught the search + entry and Google. This documentation file is always accessible from the + right-hand side.

+ The browser fast, very fast and is small, very small, the binary is about + 24 Kb and uses the Webkit engine for page rendering and therefore supports + all latest web standards as well as Javascript and Flash animations or + videos. +

+ +

History

+

The 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.

+ +

Security and personnal data

- The browser is small, very small, the binary is about 24 Kb and - uses the Webkit engine for page rendering and therefore supports - all latest web standards as well as Javascript. + TazWeb is a very secure browser and it dont store any personnal data, + no session, cookie or history file is created. So you can't have your + websites settings saved and will have to enter login information each + time you restart the browser, but by the way websites can track you + with cookies!

-

My Home Page

+

My Home Page and bookmarks

TazWeb handles a personal page located in your Freedesktop standard configuration directory, the path is: $HOME/.config/tazweb/home.html. @@ -58,24 +72,34 @@ Twitter Widget as seen on the SliTaz main website.

+ Bookmarks can be handled by TazWeb and you can easily add a bookmark to + your home page with the right click menu item: "Add a bookmark". To work + TazWeb use a markup in your home.html document, this markup should not + be removed if you want bookmarking to work since each new item will be + add just before the line: >!-- end:bookmarks --< +

+

Note: You will find the default home.html in: /usr/share/tazweb and can get an original copy with the following commands in a terminal:

-$ mkdir -p $HOME/.config/tazweb
-$ cp /usr/share/tazweb/*.html $HOME/.config/tazweb
-$ cp /usr/share/tazweb/*.css $HOME/.config/tazweb
+$ cp -r /usr/share/tazweb $HOME/.config/tazweb
 

Start page and url in argument

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/.config/tazweb/home.html. + changed and is the default SliTaz WebHome, but TazWeb accepts an URL as + a first argument, you can for example execute: +

+
+$ tazweb 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/.config/tazweb/home.html.

If you want a custom start page for your Live system or all system users, @@ -84,6 +108,24 @@ to block slitaz-configs or make a backup because it will be overwritten with a slitaz-configs package update.

+

+ When you stat TazWeb from the cmdline with an URL in argument, you dont + have to put http:// since TazWeb will transform URL's for you. +

+ +

URL and search entry

+

+ The URL entry in the toolbar let you enter a website address and shows + the current website location. You can use selection, copy and paste in + the URL entry and dont have to put http:// before a location, Tazweb + will transform URL's for you. To activation a new URL you must press + ENTER. +

+

+ The search entry let you search the web at anytime using Google. Just + enter you query and press ENTER or click on the entry icon to valide + your request. +

Web applications

@@ -101,11 +143,30 @@ Exec=tazweb http://scn.slitaz.org/ +

Bugs and development

+

+ TazWeb is an open-source project under BSD license and all resource are + provided by SliTaz GNU/Linux, we use a Mercurial repository for code + management, discussion and support are done on the SliTaz community + forum. You missing a feature in + TazWeb or found a bug ? Please post an issue on our Roundup bugs tracket + at: bugs.slitaz.org +

+

+ If you want to get involved or help in development, you can start by cloning + TazWeb repository and the submit you patch, improved documentation or artwork + to SliTaz mailing list or on the SCN. To + clone or browse TazWeb Hg repository: +

+
+$ hg clone http://hg.slitaz.org/tazweb
+
+