# HG changeset patch # User Paul Issott # Date 1221140894 0 # Node ID 658f2885e2f246a1d672a8011bdaa68759b8e023 # Parent 983368e8f0aa21eaf607cf33ab6cb663462d8ec0 en: General Tidyup diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/development.html --- a/en/doc/handbook/development.html Wed Sep 10 03:53:27 2008 -0300 +++ b/en/doc/handbook/development.html Thu Sep 11 13:48:14 2008 +0000 @@ -141,7 +141,7 @@ $ geany &

-Note: when compiling the source code, the ./configure script offers the option: +Note when compiling the source code, the ./configure script offers the option: -enable-the-force... Which you can use if you ever feel the need to become a Jedi Knight!

@@ -168,7 +168,7 @@ The purpose of this script is to display Hello World. You can start by creating the file and then making it executable on the command line and then editing with IDE Geany. Note the script is called hello.pl, but you can name it as you see -fit with or without the .pl extension: +fit, with or without the .pl extension:

  $ touch hello.pl
diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/graphics.html
--- a/en/doc/handbook/graphics.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/graphics.html	Thu Sep 11 13:48:14 2008 +0000
@@ -67,7 +67,7 @@
 

GQview is very light and quick and allows you to navigate rapidly between images by selecting files in a directory tree with a single mouse click. It supports slideshows, image rotation, adding -keywords and tags, drag and drop and can display EXIF data. It also allows you to edit images +keywords and tags, drag and drop, and can display EXIF data. It also allows you to edit images in the software of your choice (Mtpaint, GIMP for example). To install GQview:

 # tazpkg get-install gqview
diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/install.html
--- a/en/doc/handbook/install.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/install.html	Thu Sep 11 13:48:14 2008 +0000
@@ -169,7 +169,7 @@
 

That's all, SliTaz is installed. Before rebooting on your new SliTaz GNU/Linux -installation please check that you have a bootloader (GRUB or Lilo) and add +installation, please check that you have a bootloader (GRUB or Lilo) and add the necessary lines to boot SliTaz.

diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/multimedia.html --- a/en/doc/handbook/multimedia.html Wed Sep 10 03:53:27 2008 -0300 +++ b/en/doc/handbook/multimedia.html Thu Sep 11 13:48:14 2008 +0000 @@ -123,7 +123,7 @@

Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries and a media player contained in the package xine-ui. Xine uses a Xlib interface, a control -panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs +panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs, and mov, avi or mpg video formats. To install xine and its dependancies:

diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/network.html
--- a/en/doc/handbook/network.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/network.html	Thu Sep 11 13:48:14 2008 +0000
@@ -81,7 +81,7 @@
 
 # tazpkg get-install links
 

-Links offers a graphical and a text mode. To use the graphical mode, we can use the option -g. +Links offers a graphical and a text mode. To use the graphical mode, we can use the option -g:

 $ links -g &
  $ links -g http://www.slitaz.org/en &
diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/packages.html
--- a/en/doc/handbook/packages.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/packages.html	Thu Sep 11 13:48:14 2008 +0000
@@ -60,7 +60,7 @@
 

Tazpkg lets you list all installed packages, installed packages by category or it can display the list of available packages on the mirror. -To display a single list of all installed packages on the system just type: +To display a single list of all installed packages on the system, just type:

  $ tazpkg list
diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/system-admin.html
--- a/en/doc/handbook/system-admin.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/system-admin.html	Thu Sep 11 13:48:14 2008 +0000
@@ -117,7 +117,7 @@
  # tazkmap
 

-To check all available locales or your current configuration you can use the +To check all available locales or your current configuration, you can use the command locale as a single user or root (C for English):

diff -r 983368e8f0aa -r 658f2885e2f2 en/doc/handbook/system-tools.html
--- a/en/doc/handbook/system-tools.html	Wed Sep 10 03:53:27 2008 -0300
+++ b/en/doc/handbook/system-tools.html	Thu Sep 11 13:48:14 2008 +0000
@@ -103,7 +103,7 @@
 

Support FAT and NTFS filesystems

To have the support of FAT16 or Windows FAT32 filesystems, you must install the package -dosfstools. To enable read/write support for NTFS partitions, you need to install: fuse, +dosfstools. To enable read/write support for NTFS partitions, you need: fuse, ntfs-3g and ntfsprogs.