website rev 319

fr/handbook/development.html: add Ruby
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 22 20:23:01 2009 +0100 (2009-03-22)
parents 3bf692ab3f62
children 6054170aff80
files doc/handbook/development.html doc/handbook/network.html
line diff
     1.1 --- a/doc/handbook/development.html	Sun Mar 22 19:51:58 2009 +0100
     1.2 +++ b/doc/handbook/development.html	Sun Mar 22 20:23:01 2009 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="developpement sur Slitaz Geany scripts dialog toolchain gcc make" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2007-12-03 12:30:00" />
     1.8 +    <meta name="modified" content="2009-03-22 19:30:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln"/>
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -310,6 +310,26 @@
    1.13   $ tazpkg search ncurses
    1.14  </pre>
    1.15  
    1.16 +<a name="ruby"></a>
    1.17 +<h3><font color="#6c0023">Ruby</font></h3>
    1.18 +<p>
    1.19 +Ruby est un langage de programmation interprété et orienté objet. Ruby
    1.20 +est fourni avec irb, un interpréteur de commandes interactif pour tester
    1.21 +en profondeur le fonctionnement du langage. Il existe même une version 
    1.22 +web d'irb pour tester Ruby dans un navigateur. Ruby fourni aussi un
    1.23 +gestionnaire de paquet nommé <code>gem</code> et un framework pour créer
    1.24 +des applications Web nommé <code>rails</code>. Pour installer Ruby sur
    1.25 +SliTaz:
    1.26 +</p>
    1.27 +<pre>
    1.28 + $ tazpkg get-install ruby
    1.29 +</pre>
    1.30 +<p>
    1.31 +Le site oficell fourni toute la documentation utile à l'apprentissage du
    1.32 +langage facilement et efficacement:
    1.33 +<a href="http://www.ruby-lang.org/">www.ruby-lang.org</a>
    1.34 +</p>
    1.35 +
    1.36  <!-- End of content -->
    1.37  </div>
    1.38  
     2.1 --- a/doc/handbook/network.html	Sun Mar 22 19:51:58 2009 +0100
     2.2 +++ b/doc/handbook/network.html	Sun Mar 22 20:23:01 2009 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     2.6  <head>
     2.7 -    <title>SliTaz Handbook - Template</title>
     2.8 +    <title>SliTaz Handbook - Internet</title>
     2.9      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10      <meta name="description" content="navigateur web links retawq client IRC téléchargement torrent" />
    2.11      <meta name="expires" content="never" />