aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/xhtml
Commit message (Collapse)AuthorAgeFilesLines
* Change all input encodings to UTF-8Pierre Labastie2024-01-187-7/+7
|
* Remove all &#xxx; occurencesPierre Labastie2024-01-181-2/+4
| | | | | | | - replace some characters by their utf-8 encoded equivalent (and change encoding in the <?xml?> line - replace &#xa; with a true newline char. This is somewhat more readable anyway.
* stylesheets: rm code for xlink:href attr in xref elemtsPierre Labastie2024-01-181-16/+5
| | | | | | | We don't use it and it uses &#40; for opening parenthesis. I am not sure whether this has some reason or not, but we want to get reed of &#xx; chars in our change to utf-8, so easier to remove than to find out why...
* 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-319-45/+0
| | | | They are unsupported by Git.
* Add comments to the kernel section to change the unwinder option. Bruce Dubbs2017-12-311-2/+3
| | | | | | | | | | | Update to linux-4.14.10. Update to coreutils-8.29. Remove old footer from non-chunks book. Make spacing between "Chapter" and digit non breaking. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 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-292-2/+2
| | | | | | | 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-059-0/+1783
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689