aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/index.xsl
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-11-13 06:10:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-11-13 06:10:37 +0000
commit52f6d565405328952aa6e54a481cd81ca3e4938d (patch)
tree0f98a9aec6cd6edd4a234990cee227717c371337 /en_US.ISO8859-1/htdocs/index.xsl
parentfd79a9afc641835b8fe18f9f5fb8c6f7bd1474b6 (diff)
downloaddoc-52f6d565405328952aa6e54a481cd81ca3e4938d.tar.gz
doc-52f6d565405328952aa6e54a481cd81ca3e4938d.zip
- Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
Notes
Notes: svn path=/head/; revision=43181
Diffstat (limited to 'en_US.ISO8859-1/htdocs/index.xsl')
-rw-r--r--en_US.ISO8859-1/htdocs/index.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/htdocs/index.xsl b/en_US.ISO8859-1/htdocs/index.xsl
index 30381383a3..d2d074ecbf 100644
--- a/en_US.ISO8859-1/htdocs/index.xsl
+++ b/en_US.ISO8859-1/htdocs/index.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
- "http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd" [
+ "http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd" [
<!ENTITY title "The FreeBSD Project">
]>
@@ -10,8 +10,8 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
- <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xml/libcommon.xsl"/>
- <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/xhtml.xsl"/>
+ <xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/libcommon.xsl"/>
+ <xsl:import href="http://www.FreeBSD.org/XML/share/xml/xhtml.xsl"/>
<!-- these params should be externally bound. The values
here are not used actually -->