slitaz-doc diff slitaz/index.html @ rev 109

Move: index.pt.html to index.pt_BR.html & update all other index files
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Mar 16 00:54:54 2012 -0300 (2012-03-16)
parents 29952a9c70e2
children 42852bd6f6f2
line diff
     1.1 --- a/slitaz/index.html	Fri May 15 23:48:32 2009 +0200
     1.2 +++ b/slitaz/index.html	Fri Mar 16 00:54:54 2012 -0300
     1.3 @@ -1,1 +1,184 @@
     1.4 -index.en.html
     1.5 \ No newline at end of file
     1.6 +<!DOCTYPE html>
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.8 +<head>
     1.9 +	<title>SliTaz - System doc (en)</title>
    1.10 +	<meta charset="utf-8" />
    1.11 +	<link rel="shortcut icon" href="favicon.ico" />
    1.12 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.13 +</head>
    1.14 +<body>
    1.15 +
    1.16 +<!-- Header -->
    1.17 +<div id="header">
    1.18 +	<h1>SliTaz - System doc</h1>
    1.19 +</div>
    1.20 +
    1.21 +<!-- Languages -->
    1.22 +<div id="lang">
    1.23 +	<a href="http://www.slitaz.org/i18n.php">
    1.24 +		<img src="images/locale.png" alt="locale.png" /></a>
    1.25 +	<a href="index.cn.html">cn</a>
    1.26 +	<a href="index.de.html">de</a>
    1.27 +	<a href="index.en.html">en</a>
    1.28 +	<a href="index.fr.html">fr</a>
    1.29 +	<a href="index.hu.html">hu</a>
    1.30 +	<a href="index.pt_BR.html">pt</a>
    1.31 +</div>
    1.32 +
    1.33 +<!-- Content. -->
    1.34 +<div id="content">
    1.35 +
    1.36 +<h2>Documentation (en)</h2>
    1.37 +
    1.38 +<p>
    1.39 +	The Cooking version doesn't provide any Release Notes, major changes are
    1.40 +	announced on the web site and the <a href="http://scn.slitaz.org/">Blog</a>
    1.41 +	provides fresh news about the project's activity. Like the stable version,
    1.42 +	you will find <a href="http://doc.slitaz.org/">documentation</a> on the
    1.43 +	wiki site and support on the community
    1.44 +	<a href="http://forum.slitaz.org/">forum</a>.
    1.45 +</p>
    1.46 +
    1.47 +<!--<p>
    1.48 +The SliTaz GNU/Linux stable release is published with the project tools,
    1.49 +manuals and <a href="relnotes.en.html">Release Notes</a> installed on
    1.50 +the system. Manuals and this page are accessible through the standard menu.
    1.51 +Please check the <a href="http://www.slitaz.org/en/">project page</a> for
    1.52 +general information about SliTaz. To start to use and configure the system, 
    1.53 +you can read the <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a>.
    1.54 +Support can be found on the SliTaz mailing list or the community 
    1.55 +<a href="http://forum.slitaz.org/">Forum</a>. 
    1.56 +</p>-->
    1.57 +
    1.58 +<ul>
    1.59 +	<li><a href="#start">Getting started guide</a></li>
    1.60 +	<!--<li><a href="relnotes.en.html">Release Notes for 3.0</a> -
    1.61 +	<a href="relnotes.cn.html">cn</a> |
    1.62 +	<a href="relnotes.en.html">en</a> |
    1.63 +	<a href="relnotes.es.html">es</a> |
    1.64 +	<a href="relnotes.fr.html">fr</a> |
    1.65 +	<a href="relnotes.pt.html">pt</a></li>-->
    1.66 +	<li><a href="http://doc.slitaz.org/en:start">Online Documentation</a></li>
    1.67 +</ul>
    1.68 +
    1.69 +<a name="start"></a>
    1.70 +<h2>Getting started</h2>
    1.71 +
    1.72 +<a name="tazpanel"></a>
    1.73 +<h3>SliTaz Panel</h3>
    1.74 +<p>
    1.75 +	From spring 2011 the new way (and tool) to configure the system is TazPanel.
    1.76 +	It is a CGI/web interface with a themable user interface from where you
    1.77 +	can control your entire system, this includes package management, adding or
    1.78 +	removing users, creating Live systems and much more. Each page provides
    1.79 +	a small description to help you manage your SliTaz system. To access the
    1.80 +	panel you can use the menu entry in "System Tools" or this url:
    1.81 +</p>
    1.82 +<p>
    1.83 +	<a href="http://tazpanel:82">http://tazpanel:82</a>
    1.84 +</p>
    1.85 +
    1.86 +<a name="network"></a>
    1.87 +<h3>Network connections</h3>
    1.88 +<p>
    1.89 +Click on the "Network Status Monitor" at the bottom right of the screen, then
    1.90 +"Configure" and the network manager (netbox) will come up. You can then
    1.91 +go to the "DHCP" tab and click "Start", and Slitaz will send a DHCP request 
    1.92 +to the local router. You may also setup a static IP, PPPoE, PPP, VPN and 
    1.93 +other networking options by using their respective tabs. To configure a wireless 
    1.94 +connection, you can use SliTaz wifibox by clicking "Wireless Manager" in the 
    1.95 +Network Manager or by using the "System Tools" menu entry -> "Wireless networks 
    1.96 +connections".
    1.97 +</p>
    1.98 +<p>
    1.99 +More detailed information can be found in the Handbook: 
   1.100 +<a href="http://doc.slitaz.org/en:handbook:networkconf"
   1.101 +	>Network configuration</a>
   1.102 +</p>
   1.103 +
   1.104 +<a name="apps"></a>
   1.105 +<h3>Applications</h3>
   1.106 +<p>
   1.107 +To have a list of all graphical applications, you can use the SliTaz menu button 
   1.108 +at the bottom left of the screen. To have a list of command line tools, you
   1.109 +can open a terminal and double press on the tabulation button. And to have
   1.110 +a list of all installed packages, you can launch the package manager user interface
   1.111 +from the Lxpanel icon or by using the "System Tools" menu entry. To install any new packages,
   1.112 +you must have a network connection, the DVD of packages or an USB storage device 
   1.113 +containing any downloaded packages. Naturally any package management
   1.114 +can also be done from the command line and <code>tazpkg</code>.
   1.115 +</p>
   1.116 +
   1.117 +<a name="office"></a>
   1.118 +<h3>Office suite</h3>
   1.119 +<p>
   1.120 +The SliTaz packages database provides some lightweight office applications.
   1.121 +All of these packages are easily installable in a few clicks through the packages
   1.122 +manager. SliTaz also provides a simple way to install the powerful
   1.123 +OpenOffice suite: just search for "OpenOffice" in the packages manager, double click
   1.124 +on "get-OpenOffice3" and install the script with the <code>Auto exec</code> option
   1.125 +enabled. 
   1.126 +</p>
   1.127 +<p>
   1.128 +To have a lightweight office suite: just use Abiword as the Word processor, Gnumeric as a
   1.129 +Spreadsheet and Homebank for Bank Accounting.
   1.130 +</p>
   1.131 +
   1.132 +<a name="multimedia"></a>
   1.133 +<h3>Multimedia</h3>
   1.134 +<p>
   1.135 +Most SliTaz flavors include a wide range of sound card drivers, a volume
   1.136 +mixer and a light audio player to easily listen to any MP3 or OGG files. The Sound
   1.137 +card is autodetected at boot time and audio support works out-of-the-box
   1.138 +on many systems. If you manually add a new user and can't listen to audio, please
   1.139 +check that the user belongs to the <code>audio</code> group. For any other trouble, please
   1.140 +check the full documentation and/or use the forum.
   1.141 +</p>
   1.142 +<p>
   1.143 +Videos can be watched by installing one single package or using a dedicated
   1.144 +LiveCD or LiveUSB system. The SliTaz team have packaged some of the best video players 
   1.145 +available under GNU/Linux: <code>mplayer</code>, <code>xine-ui</code> and <code>vlc</code>.
   1.146 +</p>
   1.147 +
   1.148 +<a name="info"></a>
   1.149 +<h3>System information</h3>
   1.150 +<p>
   1.151 +You can get information on your system by clicking on "System information"
   1.152 +in the System Tools menu, then "Summary". Clicking on the other 
   1.153 +buttons offers you more information, and using the benchmarks can
   1.154 +give you an idea on how fast your computer is. To have a list and control
   1.155 +of all your current processes, you can use the "Task Manager".
   1.156 +</p>
   1.157 +
   1.158 +<a name="root"></a>
   1.159 +<h3>Becoming Root</h3>
   1.160 +<p>
   1.161 +By default, Slitaz doesn't have its desktop running as root administrator:
   1.162 +it asks for a root password (default <code>root</code>) for any superuser work.
   1.163 +Therefore, it is safer and more secure. To become root in an xterm, simply 
   1.164 +type <code>su</code> and enter the root password.
   1.165 +</p>
   1.166 +
   1.167 +<a name="install"></a>
   1.168 +<h3>Installation</h3>
   1.169 +<p>
   1.170 +SliTaz can be installed to a hard disk or on an USB mass storage device using the
   1.171 +"SliTaz Installer" from the "System Tools" menu. The installer makes a full HD install.
   1.172 +SliTaz won't function in memory (RAM) anymore like in Live or Frugal mode and 
   1.173 +everything is persistent.
   1.174 +</p>
   1.175 +<p>
   1.176 +To generate a LiveUSB system, you can use the "Tazusb LiveUSB Tool" from the "System Tools"
   1.177 +menu or <code>tazusb</code> from the command line. More information can be found in the SliTaz
   1.178 +Handbook: <a href="http://doc.slitaz.org/en:handbook:liveusb">LiveUSB media</a>
   1.179 +</p>
   1.180 +
   1.181 +<!-- End of content -->
   1.182 +</div>
   1.183 +
   1.184 +<div id="footer">
   1.185 +	Copyright &copy; 2011 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
   1.186 +</div>
   1.187 +
   1.188 +</body>
   1.189 +</html>