glfs/gnome/add/gtkhtml.xml
Manuel Canales Esparcia e7307aa1ca Typo fix. Gnome.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5380 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-12-08 20:29:35 +00:00

131 lines
4.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-md5sum "4c66f0eb30d6c26a09ee2c8d60d9c520">
<!ENTITY gtkhtml-size "1.5 MB">
<!ENTITY gtkhtml-buildsize "56.1 MB">
<!ENTITY gtkhtml-time "1.3 SBU">
]>
<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
<?dbhtml filename="gtkhtml.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">gtkhtml-&gtkhtml-version;.tar</keyword>
<keyword role="ftpdir">gtkhtml</keyword>
</keywordset>
</sect1info>
<title>GtkHTML-&gtkhtml-version;</title>
<indexterm zone="gtkhtml">
<primary sortas="a-GtkHTML">GtkHTML</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GtkHTML</title>
<para>The <application>GtkHTML</application> package contains a
lightweight HTML rendering/printing/editing engine. This is an
<application>Evolution</application> specific application at
this time.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gtkhtml-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gtkhtml-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gtkhtml-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gtkhtml-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gtkhtml-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gtkhtml-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libgnomeui"/>,
<xref linkend="gail"/>,
<xref linkend="gnome-icon-theme"/> and
<xref linkend="libgnomeprintui"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="libsoup"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GtkHTML</title>
<para>Install <application>GtkHTML</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgtkhtml-3.8.[so,a] and libgnome-gtkhtml-editor-3.8[so,a]</seg>
<seg>$GNOME_PREFIX/include/libgtkhtml-3.8,
$GNOME_PREFIX/lib/gtkhtml and
$GNOME_PREFIX/share/gtkhtml-3.8</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgtkhtml-3">
<term><filename class='libraryfile'>libgtkhtml-3.6.[so,a]</filename></term>
<listitem>
<para>provide the functions to render HTML within applications.</para>
<indexterm zone="gtkhtml libgtkhtml-3">
<primary sortas="c-libgtkhtml-3">libgtkhtml-3.6.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>