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

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