tazweb view doc/tazweb.en.html @ rev 31
Edit en.html, README
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Apr 05 19:20:33 2011 +0100 (2011-04-05) |
parents | 45fe7984b87e |
children | 46c4cc2696fc |
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 providing a
30 single window with a small toolbar, but without any menubar or tabs.
31 Navigation is done with a right click anywhere in the browser window
32 or from the toolbar. Also a fullscreen mode and this documentation file
33 are accessible from the right-hand side of the toolbar.
34 </p>
35 <p>
36 SliTaz Web Browser was created for the needs of TazPanel which is
37 the SliTaz administration and packages manager panel and made with
38 the latest technologies such as xHTML 5 and CSS 3 for the graphical user
39 interface. The content is powered by CGI scripts and the prefered
40 web server is Busybox httpd.
41 </p>
42 <p>
43 The browser is small, very small, the binary is about 12 Kb and
44 uses the Webkit engine for page rendering and therefore, supports
45 all latest web standards as well as Javascript.
46 </p>
48 <h3>Home page and url in argument</h3>
50 <p>
51 The default start page has been defined in the source code and can't be
52 changed and is the default SliTaz WebHome, but TazWeb accepts an
53 URL as a first argument, example: http://www.slitaz.org/. In this way
54 you can for example create your own and custom home page in a pretty
55 xHTML document and start tazweb with a standard desktop file or from
56 the command line: tazweb file://$HOME/file.html
57 </p>
58 <p>
59 If you want a custom home page for your Live system or all system users,
60 you can create your own slitaz-configs package or edit the xHTML file
61 located in /usr/share/webhome/index.html. If you modify it, make sure
62 to block slitaz-configs or make a backup because it will be overwritten
63 with a slitaz-configs package update.
64 </p>
66 <h3>Web applications</h3>
67 <p>
68 TazWeb browser is perfect to launch web applications via a simple
69 desktop file. Once created with a simple text editor, the desktop
70 file can stand on the desktop with a nice icon or in the standard
71 SliTaz menu. Example of a web application launcher:
72 </p>
73 <pre>
74 [Desktop Entry]
75 Type=Application
76 Name=SliTaz SCN
77 Icon=slitaz-menu
78 Exec=tazweb http://scn.slitaz.org/
79 </pre>
81 <!-- End content -->
82 </div>
84 <div id="footer">
85 Copyright (C) 2011 SliTaz GNU/Linux
86 </div>
88 </body>
89 </html>