glfs/gnome/add/gtkhtml.xml
Randy McMurchy 6e5be6fdea Updated to GtkHTML-3.6.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4181 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-13 01:37:51 +00:00

95 lines
3.0 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.6/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.6/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-md5sum "37465fde0f1e1d7ba2284c5a4fd06fe7">
<!ENTITY gtkhtml-size "1.4 MB">
<!ENTITY gtkhtml-buildsize "54 MB">
<!ENTITY gtkhtml-time "1.2 SBU">
]>
<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gtkhtml.html"?>
<title>GtkHTML-&gtkhtml-version;</title>
<sect2>
<title>Introduction to <application>GtkHTML</application></title>
<para>The <application>GtkHTML</application> package contains a
lightweight <acronym>HTML</acronym> rendering/printing/editing engine.
This is an <application>Evolution</application> specific application at
this time.</para>
<sect3><title>Package information</title>
<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>
</sect3>
<sect3><title><application>GtkHTML</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gal"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="libsoup"/> and <xref linkend="gail"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>GtkHTML</application></title>
<para>Install <application>GtkHTML</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>GtkHTML</application> package contains
<filename class="libraryfile">libgtkhtml-3.6</filename> and
<filename class='libraryfile'>libgnome-gtkhtml-editor</filename>
libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgtkhtml-3.6 libraries</title>
<para><filename class="libraryfile">libgtkhtml-3.6</filename> libraries
provide the functions to render <acronym>HTML</acronym> within
applications.</para></sect3>
</sect2>
</sect1>