source: archive/libgtkhtml.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b046bca]7 <!ENTITY libgtkhtml-download-http "&gnome-download-http;/libgtkhtml/2.11/libgtkhtml-&libgtkhtml-version;.tar.bz2">
8 <!ENTITY libgtkhtml-download-ftp "&gnome-download-ftp;/libgtkhtml/2.11/libgtkhtml-&libgtkhtml-version;.tar.bz2">
[bd6f068]9 <!ENTITY libgtkhtml-md5sum "a1d1a197dcff8c4571659deef5495e24">
10 <!ENTITY libgtkhtml-size "597 KB">
11 <!ENTITY libgtkhtml-buildsize "36 MB">
[49359b0]12 <!ENTITY libgtkhtml-time "0.8 SBU">
[9d2dc4e2]13]>
14
[91557b0]15<sect1 id="libgtkhtml" xreflabel="libgtkhtml-&libgtkhtml-version;">
[782b3707]16 <?dbhtml filename="libgtkhtml.html"?>
17
18
[1cceff2]19 <title>libgtkhtml-&libgtkhtml-version;</title>
[782b3707]20
21 <indexterm zone="libgtkhtml">
22 <primary sortas="a-Libgtkhtml">Libgtkhtml</primary>
23 </indexterm>
24
25 <sect2 role="package">
[1cceff2]26 <title>Introduction to libgtkhtml</title>
[782b3707]27
28 <para>The <application>libgtkhtml</application> package contains the
29 <filename class="libraryfile">libgtkhtml-2</filename> library. This
30 library provides an API for rendering HTML.</para>
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&libgtkhtml-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&libgtkhtml-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &libgtkhtml-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &libgtkhtml-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &libgtkhtml-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &libgtkhtml-time;</para>
51 </listitem>
52 </itemizedlist>
53
[1cceff2]54 <bridgehead renderas="sect3">libgtkhtml Dependencies</bridgehead>
[782b3707]55
56 <bridgehead renderas="sect4">Required</bridgehead>
[c72d5551]57 <para role="required"><xref linkend="gtk2"/> and
[9814eef9]58 <xref linkend="libxml2"/></para>
[782b3707]59
60 <bridgehead renderas="sect4">Optional</bridgehead>
[8c361b6]61 <para role="optional"><!--<xref linkend="gail"/> and
62 Gail no longer required since libgailutil is now part of GTK+.-->
[c2168677]63 <xref linkend="gnome-vfs"/> (only used in the test suite)</para>
[782b3707]64
[1039de3]65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/libgtkhtml"/></para>
67
[782b3707]68 </sect2>
69
70 <sect2 role="installation">
[1cceff2]71 <title>Installation of libgtkhtml</title>
[782b3707]72
73 <para>Install <application>libgtkhtml</application> by running the following
74 commands:</para>
75
[8c361b6]76<screen><userinput>./configure --prefix=/usr &amp;&amp;
[782b3707]77make</userinput></screen>
[128f9d3]78
[bd6f068]79 <para>This package does not come with a test suite. You can run a test
80 program which includes many test cases; if desired, issue:
81 <command>( cd tests; ./testgtkhtml )</command></para>
[128f9d3]82
[782b3707]83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[128f9d3]84
[782b3707]85<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]86
[782b3707]87 </sect2>
[9d2dc4e2]88
[782b3707]89 <sect2 role="content">
90 <title>Contents</title>
[9d2dc4e2]91
[782b3707]92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Library</segtitle>
[293abe4]95 <segtitle>Installed Directory</segtitle>
[9d2dc4e2]96
[782b3707]97 <seglistitem>
98 <seg>None</seg>
[1039de3]99 <seg>libgtkhtml-2.{so,a}</seg>
[c2168677]100 <seg>/usr/include/gtkhtml-2.0</seg>
[782b3707]101 </seglistitem>
102 </segmentedlist>
[9d2dc4e2]103
[782b3707]104 <variablelist>
105 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
106 <?dbfo list-presentation="list"?>
107 <?dbhtml list-presentation="table"?>
[9d2dc4e2]108
[782b3707]109 <varlistentry id="libgtkhtml-2">
[1039de3]110 <term><filename class='libraryfile'>libgtkhtml-2.{so,a}</filename></term>
[782b3707]111 <listitem>
112 <para>provides the functions necessary to render and/or
113 edit HTML.</para>
114 <indexterm zone="libgtkhtml libgtkhtml-2">
[1039de3]115 <primary sortas="c-libgtkhtml-2">libgtkhtml-2.{so,a}</primary>
[782b3707]116 </indexterm>
117 </listitem>
118 </varlistentry>
[9d2dc4e2]119
[782b3707]120 </variablelist>
121
122 </sect2>
[91557b0]123
124</sect1>
Note: See TracBrowser for help on using the repository browser.