source: pst/xml/docbook-xsl.xml@ 3b1dc849

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 3b1dc849 was 3b1dc849, checked in by Igor Živković <igor@…>, 19 years ago

Updated to libglade-2.4.1.

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[44b376e7]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;
[dc477899]5
[a750d96f]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">
[dc477899]9 <!ENTITY docbook-xsl-buildsize "25 MB">
[44b376e7]10 <!ENTITY docbook-xsl-time "0.01 SBU">
11]>
12
[b028890]13<sect1 id="docbook-xsl" xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
[a0f03b0]14<sect1info>
[5cd0959d]15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
[a0f03b0]17</sect1info>
[dd3f20f0]18<?dbhtml filename="docbook-xsl.html"?>
[b028890]19<title>DocBook XSL Stylesheets-&docbook-xsl-version;</title>
[59bc4e1]20
[44b376e7]21<sect2>
[93dda11b]22<title>Introduction to <application>DocBook <acronym>XSL</acronym>
23Stylesheets</application></title>
[44b376e7]24
25<para>The <application>DocBook <acronym>XSL</acronym> Stylesheets</application>
[93dda11b]26package contains <acronym>XSL</acronym> stylesheets. These are useful for
27performing transformations on <acronym>XML</acronym> DocBook files.</para>
[44b376e7]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>
[3b1dc849]36<listitem><para>Estimated disk space required:
[44b376e7]37&docbook-xsl-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&docbook-xsl-time;</para></listitem></itemizedlist>
40</sect3>
41
[93dda11b]42<sect3><title><application>DocBook <acronym>XSL</acronym>
43Stylesheets</application> dependencies</title>
[44b376e7]44<sect4><title>Required</title>
[dc477899]45<para><xref linkend="libxslt"/></para>
46</sect4>
[44b376e7]47</sect3>
48
49</sect2>
50
51<sect2>
[93dda11b]52<title>Installation of <application>DocBook <acronym>XSL</acronym>
53Stylesheets</application></title>
[44b376e7]54
[93dda11b]55<para>Install <application>DocBook <acronym>XSL</acronym>
56Stylesheets</application> by running the following commands:</para>
[44b376e7]57
58<screen><userinput><command>install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
[93dda11b]59chown -R root:root . &amp;&amp;
[a568da2]60cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp images \
[a750d96f]61 javahelp lib manpages params profiling template xhtml \
[44b376e7]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;
[a750d96f]65cd /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
66sh INSTALL &amp;&amp;
[44b376e7]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" \
[dc477899]72 "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
[44b376e7]73 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" /etc/xml/catalog &amp;&amp;
74xmlcatalog --noout --add "rewriteURI" \
[dc477899]75 "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
[44b376e7]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/" \
[a750d96f]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"' \
[3b1dc849]85 >> /etc/profile</command></userinput></screen>
[44b376e7]86
87</sect2>
88
89<sect2>
[93dda11b]90<title>Configuring <application>DocBook <acronym>XSL</acronym>
91Stylesheets</application></title>
[44b376e7]92
[7302427]93<sect3 id="docbook-xsl-config"><title>Config files</title>
[44b376e7]94<para><filename>/etc/xml/catalog</filename></para>
[4dd95d9]95<!-- <indexterm zone="docbook-xsl docbook-xsl-config"><primary
96sortas="e-catalog">catalog</primary></indexterm> -->
[44b376e7]97</sect3>
98
99<sect3><title>Configuration Information</title>
100
101<para>The above installation script creates the files and updates the
[a750d96f]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" \
[3b1dc849]109 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
110 /etc/xml/catalog &amp;&amp;
[a750d96f]111xmlcatalog --noout --add "rewriteURI" \
112 "http://docbook.sourceforge.net/release/xsl/1.65.1" \
[3b1dc849]113 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
114 /etc/xml/catalog</command></userinput></screen>
[a750d96f]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>" \
[3b1dc849]120 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" \
121 /etc/xml/catalog &amp;&amp;
[a750d96f]122xmlcatalog --noout --add "rewriteURI" \
123 "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \
[3b1dc849]124 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" \
125 /etc/xml/catalog</command></userinput></screen>
[a568da2]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
[44b376e7]135</sect3>
136
137</sect2>
138
139<sect2>
140<title>Contents</title>
[5cb3ea7]141<segmentedlist>
142<segtitle>Installed Files</segtitle>
[7302427]143<segtitle>Installed Directories</segtitle>
[5cb3ea7]144<seglistitem><seg><acronym>XSL</acronym>
145style sheets for <acronym>HTML</acronym> and <acronym>FO</acronym>.</seg>
[7302427]146<seg>/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; and
147/usr/share/doc/xml</seg>
148</seglistitem>
149</segmentedlist>
[44b376e7]150
151</sect2>
[59bc4e1]152
153</sect1>
Note: See TracBrowser for help on using the repository browser.