glfs/archive/gnome/devhelp.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

166 lines
4.4 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 devhelp-download-http "&gnome-download-http;/devhelp/3.4/devhelp-&devhelp-version;.tar.xz">
<!ENTITY devhelp-download-ftp "&gnome-download-ftp;/devhelp/3.4/devhelp-&devhelp-version;.tar.xz">
<!ENTITY devhelp-md5sum "d9428af3d308c1f97c2a2eebe6b451c0">
<!ENTITY devhelp-size "484 KB">
<!ENTITY devhelp-buildsize "12 MB">
<!ENTITY devhelp-time "0.3 SBU">
]>
<sect1 id="devhelp" xreflabel="Devhelp-&devhelp-version;">
<?dbhtml filename="devhelp.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Devhelp-&devhelp-version;</title>
<indexterm zone="devhelp">
<primary sortas="a-Devhelp">Devhelp</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Devhelp</title>
<para>
<application>Devhelp</application> is an API documentation browser for GTK+
and <application>GNOME</application>. It works natively with
<application>GTK Doc</application>.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&devhelp-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&devhelp-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &devhelp-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &devhelp-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &devhelp-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &devhelp-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Devhelp Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="GConf"/> and
<xref linkend="webkitgtk"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/devhelp"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Devhelp</title>
<para>
Install <application>Devhelp</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc &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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
devhelp
</seg>
<seg>
libdevhelp-3.so
</seg>
<seg>
/usr/include/devhelp-3.0 and
/usr/share/devhelp
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="devhelp-prog">
<term><command>devhelp</command></term>
<listitem>
<para>
is the <application>GNOME</application> Developers' Help program.
</para>
<indexterm zone="devhelp devhelp">
<primary sortas="b-devhelp">devhelp</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libdevhelp-3">
<term><filename class='libraryfile'>libdevhelp-3.so</filename></term>
<listitem>
<para>
is a library that provides documentation browser functionality.
</para>
<indexterm zone="devhelp libdevhelp-3">
<primary sortas="c-libdevhelp-3">libdevhelp-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>