Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
1.79.2/ | H | 18-Dec-2021 | - | 292,502 | 254,027 | |
AUTHORS | H A D | 03-Sep-2021 | 96 | 5 | 3 | |
COPYING | H A D | 03-Sep-2021 | 17.7 KiB | 359 | 292 | |
ChangeLog | H A D | 03-Sep-2021 | 7.3 KiB | 207 | 137 | |
README | H A D | 03-Sep-2021 | 2.2 KiB | 59 | 43 | |
admonitions.xsl | H A D | 03-Sep-2021 | 1.8 KiB | 57 | 42 | |
application.xsl | H A D | 03-Sep-2021 | 493 | 14 | 9 | |
author.xsl | H A D | 03-Sep-2021 | 2.6 KiB | 75 | 61 | |
chunk-common2.xsl | H A D | 03-Sep-2021 | 16.8 KiB | 477 | 383 | |
copyright.xsl | H A D | 03-Sep-2021 | 1.5 KiB | 44 | 35 | |
emphasis.xsl | H A D | 03-Sep-2021 | 518 | 15 | 9 | |
general-customization.xsl | H A D | 03-Sep-2021 | 2.5 KiB | 88 | 28 | |
glossary.xsl | H A D | 03-Sep-2021 | 2 KiB | 77 | 56 | |
guimenu.xsl | H A D | 03-Sep-2021 | 555 | 15 | 8 | |
keycombo.xsl | H A D | 03-Sep-2021 | 918 | 27 | 22 | |
l10n.xml | H A D | 03-Sep-2021 | 7.1 KiB | 152 | 117 | |
legalnotice.xsl | H A D | 03-Sep-2021 | 2 KiB | 65 | 46 | |
navigation.xsl | H A D | 03-Sep-2021 | 6.2 KiB | 174 | 157 | |
othercredit.xsl | H A D | 03-Sep-2021 | 2 KiB | 61 | 44 | |
parttitle.xsl | H A D | 03-Sep-2021 | 431 | 15 | 8 | |
procedure.xsl | H A D | 03-Sep-2021 | 461 | 19 | 11 | |
publisher.xsl | H A D | 03-Sep-2021 | 498 | 21 | 14 | |
releaseinfo.xsl | H A D | 03-Sep-2021 | 545 | 16 | 11 | |
revhistory.xsl | H A D | 03-Sep-2021 | 3.6 KiB | 138 | 102 | |
titlepage.xml | H A D | 03-Sep-2021 | 1.4 KiB | 61 | 50 | |
titlepage.xsl | H A D | 03-Sep-2021 | 16.6 KiB | 348 | 217 | |
titlepage2.xsl | H A D | 03-Sep-2021 | 8.1 KiB | 220 | 182 | |
toc.xsl | H A D | 03-Sep-2021 | 3 KiB | 90 | 32 | |
variablelist.xsl | H A D | 03-Sep-2021 | 476 | 14 | 9 |
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