tazweb view doc/tazweb.en.html @ 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 25fecd52f7d4
children 45fe7984b87e
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>TazWeb Documentation</title>
5 <meta charset="utf-8" />
6 <style type="text/css">
7 body { font: 88% sans-serif, vernada, arial; margin: 0; }
8 #header { background: #351a0a; height: 40px; border-bottom: 8px solid #d66018; }
9 #content { margin: 40px 80px; text-align: justify; }
10 #footer { text-align: center; padding: 20px; border-top: 1px solid #ddd; }
11 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
12 h2 { color: #444; } h3 { color: #666; font-size: 140%; }
13 pre { background-color: #f8f8f8; border: 1px solid #ddd; padding: 10px;
14 -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
15 </style>
16 </head>
17 <body>
19 <div id="header">
20 <h1>TazWeb Documentation</h1>
21 </div>
23 <!-- Start content -->
24 <div id="content">
26 <h2>SliTaz Web Browser</h2>
28 <p>
29 TazWeb is radically simple and very light web browser provinding a
30 single window with a small toolbar but any menubar or tabs. Navigation
31 is done with a right click anywhere in the browser window.
32 </p>
33 <p>
34 SliTaz Web Browser was created for the needs of TazPanel who is
35 the SliTaz administration and packages manager panel all done with
36 latest technologies such as xHTML 5 and CSS 3 for the graphical user
37 interface. The content is powered by CGI scripts and the prefered
38 web server is Busybox httpd.
39 </p>
40 <p>
41 The browser is small, very small, the binary is about 12 Kb and
42 use Webkit engine for page rendering and so, support all latest web
43 standard as well as Javascript.
44 </p>
46 <h3>Home page and url in argument</h3>
48 <p>
49 The default start page as been defined is source code and can't be
50 changed and it is the default SliTaz WebHome, but TazWeb accept an
51 URL as first argument, example: http://www.slitaz.org/. In this way
52 you can for example create your own and custom home page in a pretty
53 xHTML document and start tazweb with a standard desktop file or from
54 the command line: tazweb file://$HOME/file.html
55 </p>
56 <p>
57 If you want a custom home page for your Live system or all system users,
58 you can create your own slitaz-configs package or edit the xHTML file
59 located in /usr/share/webhome/index.html. If you modify it, make sure
60 to block slitaz-configs or make a backup because it will be overwrite
61 with a slitaz-configs package update.
62 </p>
64 <h3>Web applications</h3>
65 <p>
66 TazWeb browser is perfect to launch web applications via a simple
67 desktop file. Once created with a simple text editor, the desktop
68 file can stand on the desktop with a nice icon or in the standard
69 SliTaz menu. Example of a web application launcher:
70 </p>
71 <pre>
72 [Desktop Entry]
73 Type=Application
74 Name=SliTaz SCN
75 Icon=slitaz-menu
76 Exec=tazweb http://scn.slitaz.org/
77 </pre>
79 <!-- End content -->
80 </div>
82 <div id="footer">
83 Copyright (C) 2011 SliTaz GNU/Linux
84 </div>
86 </body>
87 </html>