website rev 64

Add Apps to Handbook (en) and typos
author Paul Issott <paul@slitaz.org>
date Fri Jun 06 22:42:57 2008 +0000 (2008-06-06)
parents b34d650ff817
children 7df73d07cbf7
files en/doc/handbook/index.html en/doc/handbook/multimedia.html en/doc/handbook/network-config.html en/doc/handbook/system-tools.html en/doc/manuals/tazwok.en.html
line diff
     1.1 --- a/en/doc/handbook/index.html	Thu Jun 05 22:18:23 2008 +0000
     1.2 +++ b/en/doc/handbook/index.html	Fri Jun 06 22:42:57 2008 +0000
     1.3 @@ -45,6 +45,7 @@
     1.4  	PDF reader.</li>
     1.5  	<li><a href="graphics.html">Graphics</a> - Computer graphics and Image
     1.6  	management.</li>
     1.7 +	<li><a href="multimedia.html">Multimedia</a> - Sound, music and video.</li>
     1.8  	<li><a href="system-tools.html">System Tools</a> - File &amp; Disk managers and other tools.</li>
     1.9  </ul>
    1.10  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/doc/handbook/multimedia.html	Fri Jun 06 22:42:57 2008 +0000
     2.3 @@ -0,0 +1,172 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<head>
     2.8 +    <title>SliTaz Handbook (en) - Template</title>
     2.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +    <meta name="description" content="slitaz English handbook" />
    2.11 +    <meta name="expires" content="never" />
    2.12 +    <meta name="modified" content="2008-02-26 18:30:00" />
    2.13 +    <meta name="publisher" content="www.slitaz.org" />
    2.14 +    <meta name="author" content="Christophe Lincoln"/>
    2.15 +    <link rel="shortcut icon" href="favicon.ico" />
    2.16 +    <link rel="stylesheet" type="text/css" href="book.css" />
    2.17 +</head>
    2.18 +<body bgcolor="#ffffff">
    2.19 +
    2.20 +<!-- Header and quick navigation -->
    2.21 +<div id="header">
    2.22 +<div align="right" id="quicknav">
    2.23 +    <a name="top"></a>
    2.24 +    <a href="index.html">Table of contents</a>
    2.25 +</div>
    2.26 +<h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
    2.27 +</div>
    2.28 +
    2.29 +<!-- Content. -->
    2.30 +<div id="content">
    2.31 +<div class="content-right"></div>
    2.32 +
    2.33 +<h2><font color="#DF8F06">Multimedia</font></h2>
    2.34 +
    2.35 +<ul>
    2.36 +	<li><a href="#intro">SliTaz sound and video.</a></li>
    2.37 +	<li><a href="#config">Configure the sound card.</a></li>
    2.38 +	<li><a href="#alsamixer">Alsamixer</a> - Mixer.</li>
    2.39 +	<li><a href="#alsaplayer">Alsaplayer</a> - Audio Player.</li>
    2.40 +	<li><a href="#asunder">Asunder</a> - Audio CD Ripper.</li>
    2.41 +	<li><a href="#xine">Xine</a> - Multimedia Player.</li>
    2.42 +	<li><a href="#mpg123">mpg123</a> - Command line audio player.</li>
    2.43 +</ul>
    2.44 +
    2.45 +<a name="intro"></a>
    2.46 +<h3>SliTaz sound and video</h3>
    2.47 +<p>
    2.48 +SliTaz LiveCD mode provides sound support, but no video player, however you can watch YouTube by installing 
    2.49 +the <code>get-flash-plugin</code> package. To watch videos you can use Xine, it supports most formats such 
    2.50 +as avi, mov, mpeg etc, note Xine can also act as an audio player. At the sound level, you have a mixer 
    2.51 +(alsamixer) and audio player (alsaplayer), both installed by default on standard CD. SliTaz also provides 
    2.52 +tools to configure your sound card.
    2.53 +</p>
    2.54 +
    2.55 +<a name="config"></a>
    2.56 +<h3>Configure the sound card</h3>
    2.57 +<p>
    2.58 +In LiveCD mode SliTaz automatically configures the sound card by launching a dialog, in most cases the sound 
    2.59 +card is instantly recognized and you just press ENTER to continue to login and have your sound working. 
    2.60 +However, sometimes your card is not recognized at startup or simply not supported. Before throwing in the 
    2.61 +towel, you can try to manually configure your card by asking for help on the discussion list or on the 
    2.62 +hardware support forum.
    2.63 +</p>
    2.64 +<h4>Soundconf</h4>
    2.65 +<p>
    2.66 +To configure or reconfigure a sound card, SliTaz provides a script (<code>soundconf</code>), this utility 
    2.67 +is used at startup and doesn't pose any questions, supports the right modules and automatically configures 
    2.68 +<code>/etc/rsS.conf</code> so that the right driver is loaded on each start. Soundconf will also 
    2.69 +automatically adjust volume levels, you can change the settings later through the mixer and 
    2.70 +<code>alsactl</code>. To start the sound configuration interface, you must have administrator priviledges 
    2.71 +and type:
    2.72 +</p>
    2.73 +<pre>
    2.74 + # soundconf
    2.75 +</pre>
    2.76 +<h4>Alsactl</h4>
    2.77 +<p>
    2.78 +Alsactl controls <code>alsa</code> and can store settings or restore sound for example, to retain 
    2.79 +preferences for each start. When configuring sound with soundconf, volumes are automatically adjusted, you 
    2.80 +can use <code>alsamixer</code> as <em>root</em> to change the values and then launch <code>alsactl</code> 
    2.81 +to store the configuration:
    2.82 +</p>
    2.83 +<pre>
    2.84 + # alsactl store
    2.85 +</pre>
    2.86 +<p>
    2.87 +To restore the configuration, you can use the <code>alsactl restore</code> command or to restore your 
    2.88 +preferences at each startup you can edit /etc/init.d/local.sh with your favorite text editor or simply 
    2.89 +'echo' the changes:
    2.90 +</p>
    2.91 +<pre>
    2.92 + # echo 'alsactl restore' > /etc/init.d/local.sh
    2.93 +</pre>
    2.94 +
    2.95 +<a name="alsamixer"></a>
    2.96 +<h3>Alsamixer</h3>
    2.97 +<p>
    2.98 +Alsamixer is the official mixer of the Alsa project. It is simple and effective and can be run from the 
    2.99 +menu or directly from a terminal. The volumes can be regulated with the up/down arrows or muted using 
   2.100 +the <code>m</code> key. To start from a Linux terminal:
   2.101 +</p>
   2.102 +<pre>
   2.103 + $ alsamixer
   2.104 +</pre>
   2.105 +
   2.106 +<a name="alsaplayer"></a>
   2.107 +<h3>Alsaplayer</h3>
   2.108 +<p>
   2.109 +The audio player Alsaplayer is designed to be simple, clean and intuitive. Alsaplayer on SliTaz provides 
   2.110 +support for ogg, mp3 (via libmad) and wav files, playlists and viewers to accompany sound and the ability 
   2.111 +to adjust pitch and volume. Once launched from the menu just click the play button or load a playlist to 
   2.112 +start.
   2.113 +</p>
   2.114 +
   2.115 +<a name="asunder"></a>
   2.116 +<h3>Asunder -  Audio CD Ripper</h3>
   2.117 +<p>
   2.118 +Asunder retrieves and encodes audio tracks from a CD. The toolkit is simple and easy to use encoding 
   2.119 +songs into wav, ogg or mp3 (via <code>lame</code> package). It can search CDDB, create a playlist and 
   2.120 +edit file names. You will find Asunder in the Multimedia category on the menu.
   2.121 +</p>
   2.122 +
   2.123 +<a name="xine"></a>
   2.124 +<h3>Xine</h3>
   2.125 +<p>
   2.126 +Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries 
   2.127 +and a media player contained in the package <code>xine-ui</code>. Xine uses a Xlib interface, a control 
   2.128 +panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs 
   2.129 +and mov, avi or mpg video formats. To install xine and it's dependancies:
   2.130 +</p>
   2.131 +<pre>
   2.132 + # tazpkg get-install xine-ui
   2.133 +</pre>
   2.134 +<p>Official Xine <a href="http://xinehq.de/index.php/home">website</a>
   2.135 +</p>
   2.136 +
   2.137 +<a name="mpg123"></a>
   2.138 +<h3><font color="#6c0023">mpg123</font></h3>
   2.139 +<p>
   2.140 +Mpg123 is a command line audio player and file converter. This means that you can listen to music or 
   2.141 +convert files from a terminal, to display help (<code>--help</code>).
   2.142 +To play a mp3 file, just launch <code>mpg123</code> followed by the name of the audio file:
   2.143 +</p>
   2.144 +<pre>
   2.145 + $ mpg123 sound.mp3
   2.146 +</pre>
   2.147 +<p>
   2.148 +Mpg123 can also encode a file into another format, for example you can convert
   2.149 +a wav file into a mp3 file. Example:
   2.150 +</p>
   2.151 +<pre>
   2.152 + $ mpg123 -w sound.mp3 sound.wav 
   2.153 +</pre>
   2.154 +
   2.155 +<!-- End of content -->
   2.156 +</div>
   2.157 +
   2.158 +<!-- Footer. -->
   2.159 +<div id="footer">
   2.160 +	<div class="footer-right"></div>
   2.161 +	<a href="#top">Top of the page</a> | 
   2.162 +	<a href="index.html">Table of contents</a>
   2.163 +</div>
   2.164 +
   2.165 +<div id="copy">
   2.166 +    Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
   2.167 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   2.168 +    Documentation is under
   2.169 +    <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   2.170 +    and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   2.171 +</div>
   2.172 +
   2.173 +</body>
   2.174 +</html>
   2.175 +
     3.1 --- a/en/doc/handbook/network-config.html	Thu Jun 05 22:18:23 2008 +0000
     3.2 +++ b/en/doc/handbook/network-config.html	Fri Jun 06 22:42:57 2008 +0000
     3.3 @@ -38,7 +38,7 @@
     3.4  	<li><a href="#pppoe">PPPoE kernel-mode</a> - Dial-up modem connection in 
     3.5  	Kernel mode.</li>
     3.6  	<li><a href="#rp-pppoe">PPPoE with rp-pppoe</a> - Dial-up modem.</li>
     3.7 -     <li><a href="#firewall">Firewall</a> - Manage the Firewall (Iptables).</li>
     3.8 +	<li><a href="#firewall">Firewall</a> - Manage the Firewall (Iptables).</li>
     3.9  </ul>
    3.10  
    3.11  <a name="eth"></a>
     4.1 --- a/en/doc/handbook/system-tools.html	Thu Jun 05 22:18:23 2008 +0000
     4.2 +++ b/en/doc/handbook/system-tools.html	Fri Jun 06 22:42:57 2008 +0000
     4.3 @@ -31,7 +31,7 @@
     4.4  
     4.5  <ul>
     4.6  	<li><a href="#clex">Clex</a> - Command line File Manager.</li>
     4.7 -    <li><a href="#emelfm2">emelFM2</a> - File Manager.</li>
     4.8 +	<li><a href="#emelfm2">emelFM2</a> - File Manager.</li>
     4.9  	<li><a href="#htop">Htop</a> - View system processes.</li>
    4.10  	<li><a href="#mountbox">Mountbox</a> - Mount devices.</li>
    4.11  	<li><a href="#gparted">Gparted</a> - Partition a hard drive.</li>
     5.1 --- a/en/doc/manuals/tazwok.en.html	Thu Jun 05 22:18:23 2008 +0000
     5.2 +++ b/en/doc/manuals/tazwok.en.html	Fri Jun 06 22:42:57 2008 +0000
     5.3 @@ -42,7 +42,7 @@
     5.4  ready to be used by Tazpkg - the SliTaz package manager. To work Tazwok uses a directory containing
     5.5  the receipt and the necessary information for the construction of the package, this receipt is also used by
     5.6  Tazpkg and consists of different variables and functions. Tazwok uses a configuration file (/etc/tazwok.conf)
     5.7 -to find the path to the wok, the package sources and generated .tazpkg packages. Tazwok is also available to generate
     5.8 +to find the path to the wok, the package sources and generated .tazpkg packages. Tazwok can also generate
     5.9  a list of packages with their md5, create packages interactively, search for packages in the wok, clean generated files and even 
    5.10  cook several packages at once (See available commands).
    5.11  </p>