Changeset ccded7e
- Timestamp:
- 04/20/2021 11:12:02 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 45ab6c7
- Parents:
- 4e2a48d
- git-author:
- Xi Ruoyao <xry111@…> (04/20/2021 10:45:25 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (04/20/2021 11:12:02 AM)
- Files:
-
- 1 deleted
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r4e2a48d rccded7e 1 $LastChangedBy$2 $Date$3 4 5 1 Ok, so you have downloaded the XML source. Now what? You are probably 6 2 wanting to convert these XML files to easier to read HTML. -
Makefile
r4e2a48d rccded7e 2 2 # By Tushar Teredesai <tushar@linuxfromscratch.org> 3 3 # 2004-01-31 4 # $LastChangedBy$5 # $Date$6 4 7 5 # Adjust these to suit your installation -
README
r4e2a48d rccded7e 1 $LastChangedBy$2 $Date$3 4 1 How do I convert these XML files to HTML? You need to have some software 5 2 installed that deal with these conversions. Please read the INSTALL file to -
gnome.ent
r4e2a48d rccded7e 1 <!-- $LastChangedBy$ $Date$ -->2 3 1 <!ENTITY gnome-download-http "https://download.gnome.org/sources"> 4 2 <!ENTITY gnome-download-ftp "ftp://ftp.acc.umu.se/pub/gnome/sources"> -
obfuscate.sh
r4e2a48d rccded7e 1 1 #!/bin/bash 2 3 # $LastChangedBy$4 # $Date$5 2 6 3 # obfuscate.sh -
packages.ent
r4e2a48d rccded7e 1 <!-- $LastChangedBy$ $Date$ -->2 3 1 <!-- Part II --> 4 2 <!-- Chapter 4 --> -
stylesheets/blfs-chunked.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/blfs-nochunks.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/blfs-pdf.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/dump-commands.xsl
r4e2a48d rccded7e 4 4 extension-element-prefixes="exsl" 5 5 version="1.0"> 6 7 <!--8 $LastChangedBy$9 $Date$10 -->11 6 12 7 <!-- XSLT stylesheet to extract commands from [B,H]LFS books. --> -
stylesheets/lfs-xsl/chunk-master.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/chunk-slave.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/chunkfast.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/common.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/lfs-print.css
r4e2a48d rccded7e 1 /*2 $LastChangedBy$3 $Date$4 */5 1 @import url(lfs.css); 6 2 -
stylesheets/lfs-xsl/lfs.css
r4e2a48d rccded7e 1 /*2 $LastChangedBy$3 $Date$4 */5 1 /* Global settings */ 6 2 body { -
stylesheets/lfs-xsl/nochunks.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf/lfs-admon.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf/lfs-index.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <!DOCTYPE xsl:stylesheet [ -
stylesheets/lfs-xsl/pdf/lfs-lists.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf/lfs-mixed.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf/lfs-pagesetup.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/pdf/lfs-xref.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/profile.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-admon.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-index.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <!DOCTYPE xsl:stylesheet [ -
stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-sections.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-titles.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-toc.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/lfs-xsl/xhtml/lfs-xref.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -
stylesheets/patcheslist.xsl
r4e2a48d rccded7e 4 4 %general-entities; 5 5 ]> 6 7 <!--8 $LastChangedBy$9 $Date$10 -->11 6 12 7 <!-- -
stylesheets/wget-list.xsl
r4e2a48d rccded7e 1 1 <?xml version='1.0' encoding='ISO-8859-1'?> 2 3 <!--4 $LastChangedBy$5 $Date$6 -->7 2 8 3 <!-- Create a list of upstream URLs for packages and patches to be used -
tidy.conf
r4e2a48d rccded7e 1 1 # Tidy configuration file 2 2 # 3 # $LastChangedBy$4 # $Date$5 3 6 4 indent-spaces: 2
Note:
See TracChangeset
for help on using the changeset viewer.