website rev 169

en: Update Tazusb Manual (roadmap) and Edits
author Paul Issott <paul@slitaz.org>
date Wed Sep 17 20:49:14 2008 +0000 (2008-09-17)
parents fd8fb1913a60
children 1e755b8125f0
files en/doc/handbook/desktop.html en/doc/manuals/tazusb.en.html
line diff
     1.1 --- a/en/doc/handbook/desktop.html	Tue Sep 16 02:03:24 2008 -0300
     1.2 +++ b/en/doc/handbook/desktop.html	Wed Sep 17 20:49:14 2008 +0000
     1.3 @@ -51,9 +51,9 @@
     1.4  <p>
     1.5  Joe's window manager, written in C is quick, simple, clean, stable and efficient. 
     1.6  JWM proposes a taskbar, a menu of icons and a 
     1.7 -pager for the management of virtual desktops, the taskbar can also act as a dock. 
     1.8 +pager for the management of virtual desktops. The taskbar can also act as a dock. 
     1.9  In addition it is easily configurable with a single text file that can
    1.10 -change the menu, fonts and their sizes and different colors.
    1.11 +change the menu, fonts and their sizes, and different colors.
    1.12  </p>
    1.13  
    1.14  <h4>Use and configure JWM</h4>
    1.15 @@ -95,7 +95,7 @@
    1.16  </pre>
    1.17  <p>
    1.18  There are still many opportunities to configure <code>RootMenu</code> according to the 
    1.19 -mouse buttons, the choice of method to move windows, create groups, etc.
    1.20 +mouse buttons; the choice of method to move windows, create groups, etc.
    1.21  The Manual is available online at the official website of the project. To view 
    1.22  a list of command-line options, just type <code>jwm -h</code> in a terminal.
    1.23  </p>
    1.24 @@ -160,7 +160,7 @@
    1.25  
    1.26  <h4>JWM website</h4>
    1.27  <ul>
    1.28 -    	<li><a href="http://www.joewing.net/programs/jwm/"
    1.29 +	<li><a href="http://www.joewing.net/programs/jwm/"
    1.30     	 >www.joewing.net/programs/jwm/</a> - The official website of 
    1.31  	Joe's Window Manager, providing news and a comprehensive manual.</li>
    1.32  	<li>#jwm on irc.freenode.net - The JWM IRC discussion channel on 
    1.33 @@ -192,13 +192,13 @@
    1.34  Categories=Utility;Terminal;
    1.35  </pre>
    1.36  <p>
    1.37 -Note that the icons are located in <code>/usr/share/icons</code> or
    1.38 +Note that the icons are located in the <code>/usr/share/icons</code> or 
    1.39  <code>/usr/share/pixmaps</code> directory. The <code>Categories</code>
    1.40  entry states where the program will sit in the menu.
    1.41  </p>
    1.42  <p>
    1.43  The system configuration file is located in <code>/etc/lxpanel</code>
    1.44 -and can also be stored locally in <code>~/.config</code> though it is 
    1.45 +and can also be stored locally in <code>~/.config</code>, though it is 
    1.46  recommended that you configure LXPanel graphically by using the
    1.47  preferences entry in the main menu.
    1.48  </p>
     2.1 --- a/en/doc/manuals/tazusb.en.html	Tue Sep 16 02:03:24 2008 -0300
     2.2 +++ b/en/doc/manuals/tazusb.en.html	Wed Sep 17 20:49:14 2008 +0000
     2.3 @@ -36,7 +36,7 @@
     2.4  
     2.5  <h2>SYNTAX</h2>
     2.6  <pre>
     2.7 -tazusb [command] [compression|device]
     2.8 +tazusb [command] [compression|device|file]
     2.9  </pre>
    2.10  
    2.11  <h2>DESCRIPTION</h2>
    2.12 @@ -94,6 +94,35 @@
    2.13  <pre>
    2.14   # tazusb gen-liveusb /dev/sda1
    2.15  </pre>
    2.16 +
    2.17 +<h3><font color="#6c0023">gen-swap-file</font></h3>
    2.18 +<p>
    2.19 +The 'gen-swap-file' command re/creates a virtual swap file and places 
    2.20 +it in the /home directory to be activated on each boot. This is useful
    2.21 +for old systems with low memory.
    2.22 +</p>
    2.23 +<pre> # tazusb gen-swap-file
    2.24 +</pre>
    2.25 +
    2.26 +<h3><font color="#6c0023">gen-iso2usb</font></h3>
    2.27 +<p>
    2.28 +This command performs the same task as gen-liveusb, only copying the Kernel
    2.29 +and filesystem from a downloaded ISO image instead of the CDROM drive.
    2.30 +</p>
    2.31 +<pre> # tazusb gen-iso2usb /path/to/iso
    2.32 +</pre>
    2.33 +Example:
    2.34 +<pre> # tazusb gen-iso2usb /home/tux/slitaz.iso
    2.35 +</pre>
    2.36 +
    2.37 +<h3><font color="#6c0023">clean</font></h3>
    2.38 +<p>
    2.39 +"clean" removes old rootfs.gz.unixtimestamp filesystems (see writefs)
    2.40 +to keep disk usage down.
    2.41 +</p>
    2.42 +<pre> # tazusb clean
    2.43 +</pre>
    2.44 +
    2.45  <!-- End content -->
    2.46  </div>
    2.47  </body>