website diff en/doc/scratchbook/gtk-apps.html @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents c2f9d5d0f314
children
line diff
     1.1 --- a/en/doc/scratchbook/gtk-apps.html	Thu Mar 29 01:59:45 2012 +0300
     1.2 +++ b/en/doc/scratchbook/gtk-apps.html	Fri Jan 22 23:02:15 2021 +0100
     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+ Applications</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+ Applications</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="gtk-libs.html">Gtk-libs</a> |
    1.38      <a href="index.html">Table of contents</a>
    1.39  </div>
    1.40 @@ -45,8 +44,8 @@
    1.41      <li><a href="#gftp">gftp-2.0.18</a> - Fast and simple FTP client.</li>
    1.42      <li><a href="#xpad">xpad-2.12</a> - Mini note taking application.</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 commands for the compilation and installation of
    1.50  GTK+ applications distributed by default on the SliTaz LiveCD. The installation 
    1.51 @@ -64,8 +63,8 @@
    1.52  </p>
    1.53  <pre> # echo $fs
    1.54  </pre>
    1.55 -<a name="leafpad"></a>
    1.56 -<h3><font color="#6c0023">leafpad-0.8.10 - Simple text editor</font></h3>
    1.57 +
    1.58 +<h3 id="leafpad">leafpad-0.8.10 - Simple text editor</h3>
    1.59  <p>
    1.60  Website: <a href="http://tarot.freeshell.org/leafpad/">http://tarot.freeshell.org/leafpad/</a>
    1.61  </p>
    1.62 @@ -82,8 +81,8 @@
    1.63   # cp _pkg/usr/share/pixmaps/leafpad.png $fs/usr/share/pixmaps
    1.64   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
    1.65  </pre>
    1.66 -<a name="gitmail"></a>
    1.67 -<h3><font color="#6c0023">gitmail-0.4 - Ghost In The Mail, mail client</font></h3>
    1.68 +
    1.69 +<h3 id="gitmail">gitmail-0.4 - Ghost In The Mail, mail client</h3>
    1.70  <p>
    1.71  Ghost in the mail allows users to quickly and easily send mail via SMTP.
    1.72  </p>
    1.73 @@ -103,8 +102,8 @@
    1.74  <h4>Install in rootfs</h4>
    1.75  <pre> # cp _pkg/usr/bin/* $fs/usr/bin
    1.76  </pre>
    1.77 -<a name="gqview"></a>
    1.78 -<h3><font color="#6c0023">gqview-2.0.4 - Images Manager</font></h3>
    1.79 +
    1.80 +<h3 id="gqview">gqview-2.0.4 - Images Manager</h3>
    1.81  <p>
    1.82  Website: <a href="http://gqview.sourceforge.net/">http://gqview.sourceforge.net/</a>
    1.83  </p>
    1.84 @@ -121,8 +120,8 @@
    1.85   # cp _pkg/usr/share/pixmaps/* $fs/usr/share/pixmaps
    1.86   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
    1.87  </pre>
    1.88 -<a name="mtpaint"></a>
    1.89 -<h3><font color="#6c0023">mtpaint-3.11 - Image creation and processing</font></h3>
    1.90 +
    1.91 +<h3 id="mtpaint">mtpaint-3.11 - Image creation and processing</h3>
    1.92  <p>
    1.93  Website: <a href="http://mtpaint.sourceforge.net/">http://mtpaint.sourceforge.net/</a>
    1.94  </p>
    1.95 @@ -138,8 +137,8 @@
    1.96   # cp po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/mtpaint.mo
    1.97   # cp src/icons1/icon.xpm $fs/usr/share/pixmaps/mtpaint.xpm
    1.98  </pre>
    1.99 -<a name="transmission"></a>
   1.100 -<h3><font color="#6c0023">Transmission-0.72 - Lightweight BitTorrent client</font></h3>
   1.101 +
   1.102 +<h3 id="transmission">Transmission-0.72 - Lightweight BitTorrent client</h3>
   1.103  <p>
   1.104  Tranmission BitTorrent client is fast, lightweight and easy to use. The compiled package provides 
   1.105  the command line client (transmissioncli) and a GTK+ client (transmission-gtk). We install the GTK+ client, 
   1.106 @@ -165,8 +164,8 @@
   1.107   # cp gtk/transmission.png $fs/usr/share/pixmaps
   1.108   # cp gtk/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/transmission-gtk.mo
   1.109  </pre>
   1.110 -<a name="emelfm2"></a>
   1.111 -<h3><font color="#6c0023">emelfm2-0.3.5 - File Manager</font></h3>
   1.112 +
   1.113 +<h3 id="emelfm2">emelfm2-0.3.5 - File Manager</h3>
   1.114  <p>
   1.115  The emelFM2 application is a file manager providing lots of useful functions, 
   1.116  such as the mounting of devices, a text viewer, opening a terminal in the current 
   1.117 @@ -192,8 +191,8 @@
   1.118   # cp -a _pkg/usr/share/pixmaps $fs/usr/share
   1.119   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
   1.120  </pre>
   1.121 -<a name="geany"></a>
   1.122 -<h3><font color="#6c0023">geany-0.11 - Integrated Development Environment</font></h3>
   1.123 +
   1.124 +<h3 id="geany">geany-0.11 - Integrated Development Environment</h3>
   1.125  <p>
   1.126  Geany is a simple, fast and light IDE offering colored syntax, tabs, autocompletion, aids to scripts and much more.
   1.127  </p>
   1.128 @@ -222,11 +221,11 @@
   1.129   # cp _pkg/usr/share/pixmaps/geany.png $fs/usr/share/pixmaps
   1.130   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
   1.131  </pre>
   1.132 -<a name="gftp"></a>
   1.133 -<h3><font color="#6c0023">gftp-2.0.18 - Fast and simple FTP client</font></h3>
   1.134 +
   1.135 +<h3 id="gftp">gftp-2.0.18 - Fast and simple FTP client</h3>
   1.136  <p>
   1.137  The gFTP application is a fast and efficient FTP client with a GTK+ graphical interface. 
   1.138 -Note that we compile without support for a text interface and ssl support. Get, untar, 
   1.139 +Note that we compile without support for a text interface and SSL support. Get, untar, 
   1.140  configure, compile and install.
   1.141  </p>
   1.142  <p>
   1.143 @@ -254,12 +253,12 @@
   1.144   # cp -a _pkg/usr/share/locale/fr $fs/usr/share/locale
   1.145  </pre>
   1.146  <p>
   1.147 -To save a little space and avoid duplication, you can delete 'COPYING' (17 KB) 
   1.148 +To save a little space and avoid duplication, you can delete ‘COPYING’ (17 KB)
   1.149  included in /usr/share/gftp. The GNU licence is already present in /usr/share/licence, 
   1.150  if you want to create a symbolic link.
   1.151  </p>
   1.152 -<a name="xpad"></a>
   1.153 -<h3><font color="#6c0023">xpad-2.12 - Mini note taking application</font></h3>
   1.154 +
   1.155 +<h3 id="xpad">xpad-2.12 - Mini note taking application</h3>
   1.156  <p>
   1.157  The Xpad application can quickly take notes via various customizable (GTK+) windows.
   1.158  </p>