source: archive/gnome/yelp-tools.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[54e3917]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
[0d7900a]7 <!ENTITY yelp-tools-download-http
[54e3917]8 "&gnome-download-http;/yelp-tools/3.4/yelp-tools-&yelp-tools-version;.tar.xz">
[0d7900a]9 <!ENTITY yelp-tools-download-ftp
[54e3917]10 "&gnome-download-ftp;/yelp-tools/3.4/yelp-tools-&yelp-tools-version;.tar.xz">
11 <!ENTITY yelp-tools-md5sum "8435aac25edbc530f878e93440c3d262">
12 <!ENTITY yelp-tools-size "192 KB">
13 <!ENTITY yelp-tools-buildsize "1.5 MB">
14 <!ENTITY yelp-tools-time "less than 0.1 SBU">
15]>
16
17<sect1 id="yelp-tools" xreflabel="yelp-tools-&yelp-tools-version;">
18 <?dbhtml filename="yelp-tools.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>yelp-tools-&yelp-tools-version;</title>
25
26 <indexterm zone="yelp-tools">
27 <primary sortas="a-yelp-tools">yelp-tools</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Yelp Tools</title>
32
33 <para>
[0d7900a]34 <application>Yelp Tools</application> is a collection of
35 scripts and build utilities to help create, manage, and publish
36 documentation for Yelp and the web. Most of the heavy lifting
[54e3917]37 is done by packages like Yelp Xsl and itstool. This package just
38 wraps things up in a developer-friendly way.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&yelp-tools-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&yelp-tools-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &yelp-tools-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &yelp-tools-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &yelp-tools-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &yelp-tools-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Yelp Tools Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="yelp-xsl"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/yelp-tools"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Yelp Tools</title>
91
92 <para>
93 Install <application>Yelp Tools</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>
120 yelp-build, yelp-check and yelp-new
121 </seg>
122 <seg>
123 /usr/share/yelp-tools
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="yelp-build">
134 <term><command>yelp-build</command></term>
135 <listitem>
136 <para>
[0d7900a]137 is used to build output formats from
[54e3917]138 Mallard or DocBook files.
139 </para>
140 <indexterm zone="yelp-tools yelp-build">
141 <primary sortas="b-yelp-build">yelp-build</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="yelp-check">
147 <term><command>yelp-check</command></term>
148 <listitem>
149 <para>
150 is used to keep track of the work while you write.
151 </para>
152 <indexterm zone="yelp-tools yelp-check">
153 <primary sortas="b-yelp-check">yelp-check</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="yelp-new">
159 <term><command>yelp-new</command></term>
160 <listitem>
161 <para>
[0d7900a]162 is used to create a new Mallard page file
[54e3917]163 from a template.
164 </para>
165 <indexterm zone="yelp-tools yelp-new">
166 <primary sortas="b-yelp-new">yelp-new</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.