source: pst/xml/docbook-xsl.xml@ 775c349a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 775c349a was 7302427, checked in by Larry Lawrence <larry@…>, 19 years ago

indexing docbook

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3203 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY docbook-xsl-download-http "http://prdownloads.sourceforge.net/docbook/docbook-xsl-&docbook-xsl-version;.tar.bz2">
7 <!ENTITY docbook-xsl-download-ftp " ">
8 <!ENTITY docbook-xsl-size "975 KB">
9 <!ENTITY docbook-xsl-buildsize "25 MB">
10 <!ENTITY docbook-xsl-time "0.01 SBU">
11]>
12
13<sect1 id="docbook-xsl" xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="docbook-xsl.html"?>
19<title>DocBook XSL Stylesheets-&docbook-xsl-version;</title>
20
21<sect2>
22<title>Introduction to <application>DocBook <acronym>XSL</acronym>
23Stylesheets</application></title>
24
25<para>The <application>DocBook <acronym>XSL</acronym> Stylesheets</application>
26package contains <acronym>XSL</acronym> stylesheets. These are useful for
27performing transformations on <acronym>XML</acronym> DocBook files.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&docbook-xsl-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&docbook-xsl-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &docbook-xsl-size;</para></listitem>
36<listitem><para>Estimated Disk space required:
37&docbook-xsl-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&docbook-xsl-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application>DocBook <acronym>XSL</acronym>
43Stylesheets</application> dependencies</title>
44<sect4><title>Required</title>
45<para><xref linkend="libxslt"/></para>
46</sect4>
47</sect3>
48
49</sect2>
50
51<sect2>
52<title>Installation of <application>DocBook <acronym>XSL</acronym>
53Stylesheets</application></title>
54
55<para>Install <application>DocBook <acronym>XSL</acronym>
56Stylesheets</application> by running the following commands:</para>
57
58<screen><userinput><command>install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
59chown -R root:root . &amp;&amp;
60cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp images \
61 javahelp lib manpages params profiling template xhtml \
62 /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
63install -d /usr/share/doc/xml &amp;&amp;
64cp -af doc/* /usr/share/doc/xml &amp;&amp;
65cd /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
66sh INSTALL &amp;&amp;
67if [ ! -f /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \
68 --create /etc/xml/catalog; fi &amp;&amp;
69if [ ! -e /etc/xml/docbook ]; then xmlcatalog --noout --create \
70 /etc/xml/docbook; fi &amp;&amp;
71xmlcatalog --noout --add "rewriteSystem" \
72 "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
73 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" /etc/xml/catalog &amp;&amp;
74xmlcatalog --noout --add "rewriteURI" \
75 "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
76 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" /etc/xml/catalog &amp;&amp;
77xmlcatalog --noout --add "delegateSystem" \
78 "http://docbook.sourceforge.net/release/xsl/" \
79 "file:///etc/xml/docbook" /etc/xml/catalog &amp;&amp;
80xmlcatalog --noout --add "delegateURI" \
81 "http://docbook.sourceforge.net/release/xsl/" \
82 "file:///etc/xml/docbook" /etc/xml/catalog &amp;&amp;
83echo \
84'export XML_CATALOG_FILES="/usr/share/xml/docbook/xsl-stylesheets&docbook-xsl-version;/catalog.xml /etc/xml/catalog"' \
85 >> /etc/profile</command></userinput></screen>
86
87</sect2>
88
89<sect2>
90<title>Configuring <application>DocBook <acronym>XSL</acronym>
91Stylesheets</application></title>
92
93<sect3 id="docbook-xsl-config"><title>Config files</title>
94<para><filename>/etc/xml/catalog</filename></para>
95<indexterm zone="docbook-xsl docbook-xsl-config"><primary
96sortas="e-catalog">catalog</primary></indexterm>
97</sect3>
98
99<sect3><title>Configuration Information</title>
100
101<para>The above installation script creates the files and updates the
102catalog. Some project stylesheets reference specific versions of
103<acronym>XSL</acronym> stylesheets, like <acronym>BLFS</acronym>, which
104needs the following additional commands. These commands can also serve
105as an example for using a single <acronym>XSL</acronym> version to support
106any hard coded versions, as needed.</para>
107<screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
108 "http://docbook.sourceforge.net/release/xsl/1.65.1" \
109 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;"
110/etc/xml/catalog &amp;&amp;
111xmlcatalog --noout --add "rewriteURI" \
112 "http://docbook.sourceforge.net/release/xsl/1.65.1" \
113 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;"
114/etc/xml/catalog</command></userinput></screen>
115<para>Alternatively, other versions can be installed in their own
116versioned directories and catalog entries made in the following
117form:</para>
118<screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
119 "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \
120 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>"
121/etc/xml/catalog &amp;&amp;
122xmlcatalog --noout --add "rewriteURI" \
123 "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \
124 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>"
125/etc/xml/catalog</command></userinput></screen>
126<!-- The following is very specific to LFS 6.0, the first sentence for
127make and the remainder for 'make pdf', If it stays, it needs to be removed
128after BLFS 6.0-->
129<para>For <acronym>LFS</acronym> 6.0, version 1.65.1 of this package should be
130installed. In addition, you need to make a symbolic link as described in the
131<filename>INSTALL</filename> file of <acronym>LFS</acronym> 6.0.</para>
132<screen><userinput><command>cd /usr/share/xml/docbook/ &amp;&amp;
133ln -s xsl-stylesheets-1.65.1 xsl-stylesheets-current</command></userinput></screen>
134
135
136</sect3>
137
138</sect2>
139
140<sect2>
141<title>Contents</title>
142<segmentedlist>
143<segtitle>Installed Files</segtitle>
144<segtitle>Installed Directories</segtitle>
145<seglistitem><seg><acronym>XSL</acronym>
146style sheets for <acronym>HTML</acronym> and <acronym>FO</acronym>.</seg>
147<seg>/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; and
148/usr/share/doc/xml</seg>
149</seglistitem>
150</segmentedlist>
151
152</sect2>
153
154</sect1>
155
Note: See TracBrowser for help on using the repository browser.