• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

1.79.2/H18-Dec-2021-292,502254,027

AUTHORSH A D03-Sep-202196 53

COPYINGH A D03-Sep-202117.7 KiB359292

ChangeLogH A D03-Sep-20217.3 KiB207137

READMEH A D03-Sep-20212.2 KiB5943

admonitions.xslH A D03-Sep-20211.8 KiB5742

application.xslH A D03-Sep-2021493 149

author.xslH A D03-Sep-20212.6 KiB7561

chunk-common2.xslH A D03-Sep-202116.8 KiB477383

copyright.xslH A D03-Sep-20211.5 KiB4435

emphasis.xslH A D03-Sep-2021518 159

general-customization.xslH A D03-Sep-20212.5 KiB8828

glossary.xslH A D03-Sep-20212 KiB7756

guimenu.xslH A D03-Sep-2021555 158

keycombo.xslH A D03-Sep-2021918 2722

l10n.xmlH A D03-Sep-20217.1 KiB152117

legalnotice.xslH A D03-Sep-20212 KiB6546

navigation.xslH A D03-Sep-20216.2 KiB174157

othercredit.xslH A D03-Sep-20212 KiB6144

parttitle.xslH A D03-Sep-2021431 158

procedure.xslH A D03-Sep-2021461 1911

publisher.xslH A D03-Sep-2021498 2114

releaseinfo.xslH A D03-Sep-2021545 1611

revhistory.xslH A D03-Sep-20213.6 KiB138102

titlepage.xmlH A D03-Sep-20211.4 KiB6150

titlepage.xslH A D03-Sep-202116.6 KiB348217

titlepage2.xslH A D03-Sep-20218.1 KiB220182

toc.xslH A D03-Sep-20213 KiB9032

variablelist.xslH A D03-Sep-2021476 149

README

1This directory contains the XSLT stylesheets for DocBook 4.1.2 XML
2->HTML transformation being considered for the GNOME Documentation
3Project. A version of these stylesheets will be used for on-the-fly
4DocBook->HTML conversion by GNOME Help Browser. These stylesheets are
5customization layers for Norman Walsh's XSL stylesheets at
6http://sourceforge.net/projects/docbook (you'll need version
71.45). These stylesheets are intended for use with documents based on
8GNOME templates but  will work with any DocBook XML 4.1.2
9document.
10
11The stylesheets are a work in progress.  Any suggestions and
12comments should be directed at the GNOME Documentation
13Mailing List <gnome-doc-list@gnome.org> or to Eric Baudais
14<baudais@okstate.edu>.
15
16
17INSTALLATION:
18 just copy all .xsl, *.xml files from this directory to your
19 machine
20
21USAGE:
22
23run your favorite XSL Transformation engine with stylesheet
24general-customization.xsl, e.g.
25
26xsltproc -o outputdir/ path/to/general-customization.xsl yourfile.xml
27
28Now create a subdirectory "stylesheet" in the outputdir and  copy (or
29link) there all stylesheet images from Walsh's stylesheets (in
30path/to/xsl-stylesheets/images/)  and file gnome-logo-icon.png
31(usually in usr/share/pixmaps).
32
33NOTE ABOUT PATHS AND CATALOGS
34
35general-customization.xsl refers to Norm's stylesheets using
36href="http://docbook.sourceforge.net/release/xsl/1.45/html/chunk.xsl"
37
38xsltproc (and probably other tools, too) will automatically use XML
39catalog to see if you have a local copy installed; if not, it will go
40and a  copy from the net. If xsltproc takes long time, then
41your XML catalog is probably broken and it fetches stylesheets from
42the net. To check whether your XML catalog is OK, type
43 xmlcatalog /etc/xml/catalog  http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
44(provided you have libxml2 installed)
45If you get a local path
46(e.g. file:///usr/share/sgml/docbook/xsl-stylesheets-1.45/html/chunk.xsl),
47your catalog is OK. Otherwise, you need to fix it - see
48http://xmlsoft.org/catalog.html for background info and
49http://xmlsoft.org/XSLT/docbook.html for a script that will do it for
50you.
51
52
53Of course, you can also just hard-code the path to your local copy of
54stylesheets in general-cutomization.xsl - making it non-portable. The
55choice is yours.
56
57
58
59