source: archive/gnome/gnome-devel-docs.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: 3.9 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 gnome-devel-docs-download-http
8 "&gnome-download-http;/gnome-devel-docs/3.4/gnome-devel-docs-&gnome-devel-docs-version;.tar.xz">
9 <!ENTITY gnome-devel-docs-download-ftp
10 "&gnome-download-ftp;/gnome-devel-docs/3.4/gnome-devel-docs-&gnome-devel-docs-version;.tar.xz">
11 <!ENTITY gnome-devel-docs-md5sum "041dc56bda5a542c404351ea4efb2898">
12 <!ENTITY gnome-devel-docs-size "5.9 MB">
13 <!ENTITY gnome-devel-docs-buildsize "52 MB">
14 <!ENTITY gnome-devel-docs-time "1.8 SBU">
15]>
16
17<sect1 id="gnome-devel-docs" xreflabel="gnome-devel-docs-&gnome-devel-docs-version;">
18 <?dbhtml filename="gnome-devel-docs.html"?>
19
20
21 <title>gnome-devel-docs-&gnome-devel-docs-version;</title>
22
23 <indexterm zone="gnome-devel-docs">
24 <primary sortas="a-gnome-devel-docs">gnome-devel-docs</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Devel Docs</title>
29
30 <para>
31 The <application>GNOME Devel Docs</application> package contains documentation
32 on a11y for developing the <application>GNOME</application> Desktop environment.
33 </para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-devel-docs-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-devel-docs-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-devel-docs-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-devel-docs-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-devel-docs-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-devel-docs-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Devel Docs Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gnome-doc-utils"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="rarian"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/gnome-devel-docs"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GNOME Devel Docs</title>
90
91 <para>
92 Install <application>GNOME Devel Docs</application> by running
93 the following commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/without-scrollkeeper.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 /usr/share/gnome/help/{accessibility-devel-guide,gnome-devel-demos},
128 /usr/share/gnome/help/{hig-book,integration-guide} and
129 /usr/share/gnome/help/{optimization-guide,platform-overview}
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.