# HG changeset patch # User Paul Issott # Date 1213537560 0 # Node ID b9186eb6596169fbfd4335aa3ce4ae290b032b1a # Parent f0c0c73578c06aee8b5a20a884bf9b3921174b88 Fix *book typos diff -r f0c0c73578c0 -r b9186eb65961 en/doc/handbook/development.html --- a/en/doc/handbook/development.html Sat Jun 14 14:48:17 2008 +0000 +++ b/en/doc/handbook/development.html Sun Jun 15 13:46:00 2008 +0000 @@ -28,7 +28,7 @@
-

Developement

+

Development

@@ -65,7 +65,7 @@ Before starting a new SHell script, you must pay attention to the interpreter used. Most SHell scripts use /bin/sh, because it's more portable, but there are scripts that rely on /bin/bash and this must be installed on the system. For a SHell script to function it -must be made executable by the current user, changing permissions on the command line can be +must be made executable by the current user; changing permissions on the command line can be made by using the chmod tool. To create a script.sh and make it executable:

@@ -151,7 +151,7 @@
 

On SliTaz you can use the powerful scripting language Perl via the perl or microperl binary. Microperl is a streamlined version of perl - -compiled from official sources, Perl scripts running Microperl are compatible with the full version of Perl. +compiled from official sources, Perl scripts running Microperl are compatible with the complete version of Perl. One of Perl's strengths is it's portability, it can used on any system and it's an interpreted language, this means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl are not installed by default on LiveCD; you can either rebuild your ISO or install through the package @@ -165,7 +165,7 @@

Hello world!

-The purpose of this script is to display Hello World. You start +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: @@ -225,8 +225,8 @@ The Python programming language is available as an installable package. Once installed, you can create your own scripts/programs and use CGI applications with the LightTPD web server, taking care to configure the server properly. The official SliTaz Mercurial -repositories are provided by a CGI/Python web interface - a solution best suited to a robust, reliable -combination. To install the python package with tazpkg: +repositories are provided by a CGI/Python web interface - a solution best suited to a product that's +reliable and robust. To install the python package with tazpkg:

  # tazpkg get-install python
@@ -238,10 +238,8 @@
 The Ruby programming language is available as an installable package. Ruby is 
 (to quote the official website):- "A dynamic, open source programming language with a focus on simplicity 
 and productivity. It has an elegant syntax that is natural to read and easy to write".
-

-

-Ruby supports Object-Orientated Programming (OOP), automatic memory management and is portable. -To install Ruby: +Ruby handles exceptions, supports Object-Orientated Programming (OOP), automatic memory management and is +highly portable. To install the ruby package with tazpkg:

  # tazpkg get-install ruby
diff -r f0c0c73578c0 -r b9186eb65961 en/doc/manuals/tazwok.en.html
--- a/en/doc/manuals/tazwok.en.html	Sat Jun 14 14:48:17 2008 +0000
+++ b/en/doc/manuals/tazwok.en.html	Sun Jun 15 13:46:00 2008 +0000
@@ -1,8 +1,8 @@
-
-Tazwok Manual
-
-
-	
+
+
+
+	Tazwok Manual
 	
 	
 	
@@ -19,7 +19,9 @@
 		border: 1px inset #333333; }
 	code { font-size: 100%; color: #669900; background: transparent; }
 	hr { color: white; background: white; height: 1px; border: 0; }
-	-->
+	-->
+
+
 
@@ -179,4 +181,5 @@
 
 
- + +