glfs/archive/gnome/gtkhtml.xml
Krejzi 411e760db9 Removal of GNOME, part 1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11232 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-06-01 12:18:39 +00:00

173 lines
4.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/4.6/gtkhtml-&gtkhtml-version;.tar.xz">
<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/4.6/gtkhtml-&gtkhtml-version;.tar.xz">
<!ENTITY gtkhtml-md5sum "83276483fee23680b19bcba83e7e4315">
<!ENTITY gtkhtml-size "1.1 MB">
<!ENTITY gtkhtml-buildsize "50 MB">
<!ENTITY gtkhtml-time "0.5 SBU">
]>
<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
<?dbhtml filename="gtkhtml.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</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.
</para>
&lfs72_checked;
<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="enchant"/>,
<xref linkend="gnome-icon-theme"/>,
<xref linkend="gsettings-desktop-schemas"/>,
<xref linkend="gtk3"/> and
<xref linkend="iso-codes"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libsoup"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gtkhtml"/>
</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=/usr &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 Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gtkhtml-editor-test
</seg>
<seg>
libgtkhtml-4.0.so and libgtkhtml-editor-4.0.so
</seg>
<seg>
/usr/include/libgtkhtml-4.0 and
/usr/share/gtkhtml-4.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gtkhtml-editor-test">
<term><command>gtkhtml-editor-test</command></term>
<listitem>
<para>
is a simple HTML editor widget.
</para>
<indexterm zone="gtkhtml gtkhtml-editor-test">
<primary sortas="b-gtkhtml-editor-test">gtkhtml-editor-test</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgtkhtml-4">
<term><filename class="libraryfile">libgtkhtml-4.0.so</filename></term>
<listitem>
<para>
provides the functions used to render HTML within applications.
</para>
<indexterm zone="gtkhtml libgtkhtml-4">
<primary sortas="c-libgtkhtml-4">libgtkhtml-4.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>