website view en/doc/handbook/network.html @ rev 550

Fix fa2c5bed2417, en: localy browseable (with file://)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 26 09:50:23 2009 +0100 (2009-10-26)
parents fa2c5bed2417
children 0ae6cfc85e03
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz Handbook (en) - Internet</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2009-03-23 20:00:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln" />
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div id="quicknav" align="right">
20 <a name="top"></a>
21 <a href="graphics.html">Graphics</a> |
22 <a href="index.html">Table of contents</a>
23 </div>
24 <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#df8f06">Internet</font></h2>
33 <ul>
34 <li><a href="network.html#firefox">Mozilla Firefox</a> - Firefox web browser.</li>
35 <li><a href="network.html#midori">Midori</a> - Lightweight web browser.</li>
36 <li><a href="network.html#retawq">Retawq</a> - Text mode web browser.</li>
37 <li><a href="network.html#links">Links</a> - Graphical &amp; Text browser.</li>
38 <li><a href="network.html#lostirc">LostIRC</a> - IRC chat client.</li>
39 <li><a href="network.html#gitmail">Ghost In The Mail</a> - Email client.</li>
40 <li><a href="network.html#sylpheed">Sylpheed</a> - Mail Client.</li>
41 <li><a href="network.html#transmission">Transmission</a> - Lightweight BitTorrent client.</li>
42 <li><a href="network.html#gftp">gFTP</a> - Simple FTP client.</li>
43 <li><a href="network.html#gnutella">gtk-gnutella</a> - P2P client.</li>
44 <li><a href="security.html#pscan">pscan</a> - Port scanner.</li>
45 </ul>
47 <a name="firefox"></a>
48 <h3>Mozilla Firefox - Web Browser</h3>
49 <p>
50 SliTaz is proud to provide Mozilla Firefox, one of the world's best web
51 browsers. It is secure, fast, standards compliant and customizable via a
52 system of <em>plugins</em>.
53 To launch Firefox on SliTaz simply select from the menu ---&gt;
54 Internet --&gt; Mozilla Firefox. The web browser configuration files are stored in the hidden
55 (dot) directory <code>~/.mozilla/firefox</code>.
56 </p>
57 <p>
58 Tip: When you combine LiveCD with USB media, you can keep your bookmarks and plugins wherever you go.
59 </p>
61 <a name="midori"></a>
62 <h3>Midori - Lightweight web browser</h3>
63 <p>
64 Midori is a lightweight web browser with very fast page rendering
65 through the rendering engine Webkit. This is a serious alternative to
66 Firefox for systems with low resources or those seeking a fast and sleek
67 alternative. It supports most web standards, CSS stylesheets and images.
68 Midori is configurable via a small interface and is located in the
69 'Internet' menu once installed.
70 </p>
72 <a name="retawq"></a>
73 <h3>Retawq - Text mode web browser</h3>
74 <p>
75 All versions of SliTaz provide the text mode web browser Retawq. You
76 can run 'retawq' from the console, a graphical terminal or in X from
77 the menu ---&gt; Internet --&gt; Retawq. To
78 start <code>retawq</code> from a terminal, just type (with or without the url):
79 </p>
80 <pre> $ retawq
81 $ retawq <a href="http://www.slitaz.org/en">http://www.slitaz.org/en</a>
82 </pre>
83 <p>
84 The configuration files are in ~/.retawq, you can edit them with a text
85 editor. Pressing &lt;b&gt; will display the bookmarks (bookmarks.html)
86 and the &lt;h&gt; key will display the home page.
87 </p>
89 <a name="links"></a>
90 <h3>Links - Graphical &amp; Text browser</h3>
91 <p>
92 Links was the first graphical web browser on the SliTaz LiveCD, it has since been replaced
93 by Firefox, but Links is always available as a package:
94 </p>
95 <pre> # tazpkg get-install links
96 </pre>
97 <p>
98 Links offers a graphical and a text mode. To use the graphical mode, we can use the option <code>-g</code>:
99 </p>
100 <pre> $ links -g &amp;
101 $ links -g <a href="http://www.slitaz.org/en">http://www.slitaz.org/en</a> &amp;
102 $ links
103 </pre>
104 <p>The configuration files are stored in ~/.links, though it's not advisable
105 to modify them. However, Links provides a configuration interface via
106 the toolbar at the top, where you can configure the languages,
107 bookmarks, etc. When you change options, you must save them via the menu
108 bar --&gt; Configuration --&gt; Save options.
109 </p>
111 <a name="lostirc"></a>
112 <h3>LostIRC - IRC chat client</h3>
113 <p>LostIRC is a simple, yet useful IRC client that supports multiple
114 servers and automatic joining of servers/channels. The configuration
115 files are located in ~/.lostirc. Simply select from the menu --&gt;
116 Internet --&gt; LostIRC. The documentation on the
117 <a href="http://lostirc.sourceforge.net/index.php?page=about">website</a> contains a lot of
118 useful information.
119 </p>
120 <p>
121 SliTaz channel: <small>irc.toile-libre.org / #slitaz</small>
122 </p>
124 <a name="gitmail"></a>
125 <h3>Ghost In The Mail - Email client</h3>
126 <p>
127 To send messages quickly without having to set up an email account, you
128 can use Ghost In The Mail (gitmail). The minimal mail client offers a
129 simple GTK interface and supports attachments. It allows you to send
130 mail using SMTP with your existing mail account. You will find gitmail
131 via the menu --&gt; Internet --&gt; Ghost In The Mail.
132 </p>
134 <a name="sylpheed"></a>
135 <h3>Sylpheed - Mail Client</h3>
136 <p>
137 If you'd rather have a fully featured email client - you can download Sylpheed. Simple,
138 reliable and easy to use, it offers powerful search and filters, and junk mail control.
139 </p>
140 <pre> # tazpkg get-install sylpheed
141 </pre>
143 <a name="transmission"></a>
144 <h3>Transmission - Lightweight BitTorrent client</h3>
145 <p>Transmission is a GTK+ BitTorrent client that is fast, light and easy
146 to use. It offers a 'Preferences' option which allows you to limit the
147 rate of uploads/downloads, specify port, download folders, etc. You will
148 find Transmission via the menu --&gt; Internet --&gt; Transmission.
149 Project website: <a href="http://transmission.m0k.org/">http://transmission.m0k.org/</a>
150 </p>
152 <a name="gftp"></a>
153 <h3>gFTP - FTP client</h3>
154 <p>
155 The gFTP application is a fast, ergonomic client for FTP transfers. It
156 can resume interrupted transfers, manage bookmarks (favorites) and FTP
157 or HTTP proxies. In addition
158 gFTP supports the use of drag and drop, can make
159 several transfers at the same time, compares windows, remembers
160 passwords and can even define external applications for viewing or editing
161 files. On SliTaz, you will find gFTP via the menu --&gt; Internet
162 --&gt;
163 gFTP.
164 </p>
166 <a name="gnutella"></a>
167 <h3>gtk-gnutella - P2P client</h3>
168 <p>
169 gtk-gnutella is a P2P file sharing application that uses the Gnutella network.
170 Written in C, it requires a lot less resources than other clients.
171 It supports the use of searches and filters, features for downloading large files
172 and bandwidth control. To install gtk-gnutella:
173 </p>
174 <pre> # tazpkg get-install gtk-gnutella
175 </pre>
177 <!-- End of content -->
178 </div>
180 <!-- Footer. -->
181 <div id="footer">
182 <div class="footer-right"></div>
183 <a href="network.html#top">Top of the page</a> |
184 <a href="index.html">Table of contents</a>
185 </div>
187 <div id="copy">
188 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
189 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
190 Documentation is under
191 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
192 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
193 </div>
195 </body>
196 </html>