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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
9 <!ENTITY libgtkhtml-md5sum "a1d1a197dcff8c4571659deef5495e24">
10 <!ENTITY libgtkhtml-size "597 KB">
11 <!ENTITY libgtkhtml-buildsize "36 MB">
12 <!ENTITY libgtkhtml-time "0.8 SBU">
13]>
14
15<sect1 id="libgtkhtml" xreflabel="libgtkhtml-&libgtkhtml-version;">
16 <?dbhtml filename="libgtkhtml.html"?>
17
18
19 <title>libgtkhtml-&libgtkhtml-version;</title>
20
21 <indexterm zone="libgtkhtml">
22 <primary sortas="a-Libgtkhtml">Libgtkhtml</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgtkhtml</title>
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
54 <bridgehead renderas="sect3">libgtkhtml Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required"><xref linkend="gtk2"/> and
58 <xref linkend="libxml2"/></para>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para role="optional"><!--<xref linkend="gail"/> and
62 Gail no longer required since libgailutil is now part of GTK+.-->
63 <xref linkend="gnome-vfs"/> (only used in the test suite)</para>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/libgtkhtml"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of libgtkhtml</title>
72
73 <para>Install <application>libgtkhtml</application> by running the following
74 commands:</para>
75
76<screen><userinput>./configure --prefix=/usr &amp;&amp;
77make</userinput></screen>
78
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>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="content">
90 <title>Contents</title>
91
92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Library</segtitle>
95 <segtitle>Installed Directory</segtitle>
96
97 <seglistitem>
98 <seg>None</seg>
99 <seg>libgtkhtml-2.{so,a}</seg>
100 <seg>/usr/include/gtkhtml-2.0</seg>
101 </seglistitem>
102 </segmentedlist>
103
104 <variablelist>
105 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
106 <?dbfo list-presentation="list"?>
107 <?dbhtml list-presentation="table"?>
108
109 <varlistentry id="libgtkhtml-2">
110 <term><filename class='libraryfile'>libgtkhtml-2.{so,a}</filename></term>
111 <listitem>
112 <para>provides the functions necessary to render and/or
113 edit HTML.</para>
114 <indexterm zone="libgtkhtml libgtkhtml-2">
115 <primary sortas="c-libgtkhtml-2">libgtkhtml-2.{so,a}</primary>
116 </indexterm>
117 </listitem>
118 </varlistentry>
119
120 </variablelist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.