source: archive/gnome/devhelp.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.3 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 devhelp-download-http "&gnome-download-http;/devhelp/3.4/devhelp-&devhelp-version;.tar.xz">
8 <!ENTITY devhelp-download-ftp "&gnome-download-ftp;/devhelp/3.4/devhelp-&devhelp-version;.tar.xz">
9 <!ENTITY devhelp-md5sum "d9428af3d308c1f97c2a2eebe6b451c0">
10 <!ENTITY devhelp-size "484 KB">
11 <!ENTITY devhelp-buildsize "12 MB">
12 <!ENTITY devhelp-time "0.3 SBU">
13]>
14
15<sect1 id="devhelp" xreflabel="Devhelp-&devhelp-version;">
16 <?dbhtml filename="devhelp.html"?>
17
18
19 <title>Devhelp-&devhelp-version;</title>
20
21 <indexterm zone="devhelp">
22 <primary sortas="a-Devhelp">Devhelp</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Devhelp</title>
27
28 <para>
29 <application>Devhelp</application> is an API documentation browser for GTK+
30 and <application>GNOME</application>. It works natively with
31 <application>GTK Doc</application>.
32 </para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&devhelp-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&devhelp-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &devhelp-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &devhelp-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &devhelp-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &devhelp-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Devhelp Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="GConf"/> and
75 <xref linkend="webkitgtk"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/devhelp"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Devhelp</title>
85
86 <para>
87 Install <application>Devhelp</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr \
92 --sysconfdir=/etc &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Program</segtitle>
112 <segtitle>Installed Library</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 devhelp
118 </seg>
119 <seg>
120 libdevhelp-3.so
121 </seg>
122 <seg>
123 /usr/include/devhelp-3.0 and
124 /usr/share/devhelp
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="devhelp-prog">
135 <term><command>devhelp</command></term>
136 <listitem>
137 <para>
138 is the <application>GNOME</application> Developers' Help program.
139 </para>
140 <indexterm zone="devhelp devhelp">
141 <primary sortas="b-devhelp">devhelp</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="libdevhelp-3">
147 <term><filename class='libraryfile'>libdevhelp-3.so</filename></term>
148 <listitem>
149 <para>
150 is a library that provides documentation browser functionality.
151 </para>
152 <indexterm zone="devhelp libdevhelp-3">
153 <primary sortas="c-libdevhelp-3">libdevhelp-3.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.