because we want to be able to
+ use it at a fixed position -->
+
+
@@ -26,8 +30,6 @@
-
-
@@ -44,11 +46,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Output non sect1 child elements before the TOC
+ Output title before div to be able to fix the title position -->
+
+
@@ -60,8 +93,6 @@
-
-
@@ -78,12 +109,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -96,7 +165,6 @@
-
diff --git a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl b/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl
index d9e8c52b3..e22d25423 100644
--- a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl
+++ b/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl
@@ -1,4 +1,4 @@
-
+
+
+
+ Added role variable and use it when calling mode xref-to.
+ Also remove code for xlink:href attributes in xref elements
+ since we don't use it.-->
-
-
-
-
-
-
-
-
-
-
-
+
@@ -85,7 +74,7 @@
ERROR: xref linking to
-
+
has no generated link text.
???
diff --git a/stylesheets/md5sum.xsl b/stylesheets/md5sum.xsl
index 617bd4aa9..57723df97 100644
--- a/stylesheets/md5sum.xsl
+++ b/stylesheets/md5sum.xsl
@@ -1,9 +1,9 @@
-
+
-
+
+ version="1.0">
@@ -31,7 +31,7 @@
-
+
@@ -55,4 +55,3 @@
-
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index d86d1814d..f863edc1f 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -1,4 +1,4 @@
-
+
%general-entities;
@@ -22,26 +22,30 @@ function copy
cp $1 $2 >>copyerrs 2>&1
}
-umask 002
+umask 002
-
-
install -d -m 775 -g lfswww
+# Create dest.dir if it doesn't exist
+# Remove old patches
+# Copy the patches
+# Ensure correct ownership
+install -d -m 775 -g lfswww
-
&&
-
cd
+
&&
+cd
-
&&
-
-
rm -f *.patch copyerrs &&
+
&&
+rm -f *.patch copyerrs &&
+
+
-
-
chgrp lfswww *.patch &&
+chgrp lfswww *.patch &&
if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
mail -s "Missing LFS patches" lfs-book@lists.linuxfromscratch.org < copyerrs
-fi
+fi
-
exit
+exit
+
@@ -59,10 +63,11 @@ fi
copy /srv/www/www.linuxfromscratch.org/patches/downloads/
-
+
/
-
.
+
.
+
diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl
index 62a518d38..eca53a4c9 100644
--- a/stylesheets/wget-list.xsl
+++ b/stylesheets/wget-list.xsl
@@ -1,10 +1,10 @@
-
+
+ version="1.0">
@@ -28,7 +28,7 @@
-
+
diff --git a/tidy.conf b/tidy.conf
index 9db8e5f92..fc3672899 100644
--- a/tidy.conf
+++ b/tidy.conf
@@ -1,8 +1,6 @@
indent-spaces: 2
wrap: 78
tab-size: 8
-input-encoding: latin1
-output-encoding: latin1
write-back: yes
markup: yes
indent: yes