aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Use UTF-8 characters instead of &#...;Xi Ruoyao2024-01-181-2/+2
| | | | | | | | This is done via: find -name \*.xml -or -name \*.xsl | xargs python3 utf8ize.py with https://linuxfromscratch.org/~xry111/utf8ize.py.
* Reference the docbook-xsl bug at the place we fix itplabs/dbxsl-bugPierre Labastie2024-01-171-2/+4
|
* Style sheets: fix docbook-xsl bug in autoidxPierre Labastie2024-01-171-0/+22
| | | | | | | | | | | | The template named generate-basic-index in {docbook-xsl}/xhtml/autoidx.xsl has a bug that generates a div element with a wrong xmlns:xlink attribute. See https://github.com/docbook/xslt10-stylesheets/issues/239. Rather than fixing docbook-xsl, which would work only in LFS (but we want to be able to render on other distros), copy the faulty template to our customization files (lfs-index.xsl), so that this one is used. We can also simplify it a lot since we don't need all the cases covered in general docbook-xsl.
* remove $Date$ and $LastChangedBy$Xℹ Ruoyao2021-03-311-5/+0
| | | | They are unsupported by Git.
* Fix the formatting of the index in HTML output.Matthew Burgess2013-10-091-73/+57
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Lots of spelling fixes.Bruce Dubbs2012-08-291-1/+1
| | | | | | | Delete the no longer used lsb-bootscripts directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added new-xsl files.Manuel Canales Esparcia2007-07-051-0/+268
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689