website diff en/doc/scratchbook/gtk-libs.html @ rev 1285

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 30 01:56:21 2016 +0300 (2016-03-30)
parents c2f9d5d0f314
children
line diff
     1.1 --- a/en/doc/scratchbook/gtk-libs.html	Thu Mar 29 01:59:45 2012 +0300
     1.2 +++ b/en/doc/scratchbook/gtk-libs.html	Wed Mar 30 01:56:21 2016 +0300
     1.3 @@ -1,23 +1,22 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -    <title>SliTaz Scratchbook - GTK+ Libraries</title>
    1.11 -    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.12 -    <meta name="description" content="" />
    1.13 -    <meta name="expires" content="never" />
    1.14 -    <meta name="modified" content="2008-11-22 17:00:00" />
    1.15 -    <meta name="publisher" content="www.slitaz.org" />
    1.16 -    <meta name="author" content="Christophe Lincoln"/>
    1.17 -    <link rel="shortcut icon" href="favicon.ico" />
    1.18 -    <link rel="stylesheet" type="text/css" href="book.css" />
    1.19 +	<meta charset="UTF-8">
    1.20 +	<title>SliTaz Scratchbook - GTK+ Libraries</title>
    1.21 +	<meta name="description" content="">
    1.22 +	<meta name="expires" content="never">
    1.23 +	<meta name="modified" content="2008-11-22 17:00:00">
    1.24 +	<meta name="publisher" content="www.slitaz.org">
    1.25 +	<meta name="author" content="Christophe Lincoln">
    1.26 +	<link rel="shortcut icon" href="favicon.ico">
    1.27 +	<link rel="stylesheet" href="book.css">
    1.28  </head>
    1.29 -<body bgcolor="#ffffff">
    1.30 +<body>
    1.31  
    1.32  <!-- Header and quick navigation -->
    1.33  <div id="header">
    1.34  <div id="quicknav" align="right">
    1.35 -	<a name="top"></a>
    1.36 +	<span id="top"></span>
    1.37  	<a href="x-window-system.html">X window system</a> |
    1.38  	<a href="index.html">Table of contents</a> |
    1.39  	<a href="gtk-apps.html">GTK+ apps</a>
    1.40 @@ -43,8 +42,8 @@
    1.41  	<li><a href="#gtk">gtk-2.8.20</a> - The GIMP Toolkit.</li>
    1.42  	<li><a href="#initramfs-iso">Generate the initramfs and an ISO image.</a></li>
    1.43  </ul>
    1.44 -<a name="about"></a>
    1.45 -<h3><font color="#6c0023">About</font></h3>
    1.46 +
    1.47 +<h3 id="about">About</h3>
    1.48  <p>
    1.49  This chapter describes the installation and configuration of GTK libraries 
    1.50  on SliTaz used by lots of free software. Note that you can simply compile and 
    1.51 @@ -69,8 +68,8 @@
    1.52  </p>
    1.53  <pre> # echo $fs
    1.54  </pre>
    1.55 -<a name="cairo"></a>
    1.56 -<h3><font color="#6c0023">cairo-1.2.6 - 2D graphics library</font></h3>
    1.57 +
    1.58 +<h3 id="cairo">cairo-1.2.6 - 2D graphics library</h3>
    1.59  <p>
    1.60  We begin with libcairo (<a href="http://www.cairographics.org/">http://www.cairographics.org/</a>) 
    1.61  used to compile pango:
    1.62 @@ -88,8 +87,8 @@
    1.63  <h4>Install in rootfs</h4>
    1.64  <pre> # cp -av _pkg/usr/lib/*.so* $fs/usr/lib
    1.65  </pre>
    1.66 -<a name="glib"></a>
    1.67 -<h3><font color="#6c0023">glib-2.12.4 - C routines</font></h3>
    1.68 +
    1.69 +<h3 id="glib">glib-2.12.4 - C routines</h3>
    1.70  <pre> # cd ..
    1.71   # wget ftp://ftp.gtk.org/pub/glib/2.12/glib-2.12.4.tar.bz2
    1.72   # tar xjf glib-2.12.4.tar.bz2
    1.73 @@ -111,8 +110,8 @@
    1.74   The binaries and options:
    1.75   # cp -a _pkg/usr/bin/* $fs/usr/bin
    1.76  </pre>
    1.77 -<a name="pango"></a>
    1.78 -<h3><font color="#6c0023">pango-1.14.8 - Library for layout and rendering of text</font></h3>
    1.79 +
    1.80 +<h3 id="pango">pango-1.14.8 - Library for layout and rendering of text</h3>
    1.81  <pre> # cd ..
    1.82   # wget ftp://ftp.gtk.org/pub/pango/1.14/pango-1.14.8.tar.bz2
    1.83   # tar xjf pango-1.14.8.tar.bz2
    1.84 @@ -139,8 +138,8 @@
    1.85   /# pango-querymodules &gt; /etc/pango/pango.modules
    1.86   # exit
    1.87  </pre>
    1.88 -<a name="atk"></a>
    1.89 -<h3><font color="#6c0023">atk-1.12.4 - Accessibility toolkit</font></h3>
    1.90 +
    1.91 +<h3 id="atk">atk-1.12.4 - Accessibility toolkit</h3>
    1.92  <pre> # cd ..
    1.93   # wget http://ftp.gnome.org/pub/gnome/sources/atk/1.12/atk-1.12.4.tar.bz2
    1.94   # tar xjf atk-1.12.4.tar.bz2
    1.95 @@ -155,8 +154,8 @@
    1.96  <pre> # cp -a _pkg/usr/lib/*.so* $fs/usr/lib
    1.97   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
    1.98  </pre>
    1.99 -<a name="gtk"></a>
   1.100 -<h3><font color="#6c0023">gtk+-2.8.20 -  The GIMP Toolkit</font></h3>
   1.101 +
   1.102 +<h3 id="gtk">gtk+-2.8.20 - The GIMP Toolkit</h3>
   1.103  <pre> # cd ..
   1.104   # wget ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.20.tar.bz2
   1.105   # tar xjf gtk+-2.8.20.tar.bz2
   1.106 @@ -201,17 +200,17 @@
   1.107   # exit
   1.108  </pre>
   1.109  <p>
   1.110 -At this stage you can test GTK+ with the 'gtk-demo' application by creating an ISO and using qemu. 
   1.111 +At this stage you can test GTK+ with the ‘gtk-demo’ application by creating an ISO and using qemu. 
   1.112  You can also compile a small GTK application such as LeafPad and test! The compiliation and installation 
   1.113  of GTK+ applications distributed by default with SliTaz are described in the next chapter
   1.114 -<a href="http://www.slitaz.org/doc/scratchbook/gtk-apps.html">GTK apps</a>.
   1.115 +<a href="gtk-apps.html">GTK apps</a>.
   1.116  </p>
   1.117 -<a name="initramfs-iso"></a>
   1.118 -<h3><font color="#6c0023">Generate the initramfs and an ISO image</font></h3>
   1.119 +
   1.120 +<h3 id="initramfs-iso">Generate the initramfs and an ISO image</h3>
   1.121  <p>
   1.122 -To create a new ISO image, you can use 'mktaziso' in 
   1.123 +To create a new ISO image, you can use ‘mktaziso’ in 
   1.124  <a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a> .  
   1.125 -Or you can create a new initramfs image, copy it to /boot in the root of the cdrom
   1.126 +Or you can create a new initramfs image, copy it to /boot in the root of the CD-ROM
   1.127  (rootcd) and finally generate an ISO image with genisoimage:
   1.128  </p>
   1.129  <pre> # cd $fs