diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-13 06:10:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-13 06:10:37 +0000 |
commit | 52f6d565405328952aa6e54a481cd81ca3e4938d (patch) | |
tree | 0f98a9aec6cd6edd4a234990cee227717c371337 /ru_RU.KOI8-R/htdocs/index.xsl | |
parent | fd79a9afc641835b8fe18f9f5fb8c6f7bd1474b6 (diff) | |
download | doc-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 'ru_RU.KOI8-R/htdocs/index.xsl')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/index.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ru_RU.KOI8-R/htdocs/index.xsl b/ru_RU.KOI8-R/htdocs/index.xsl index 27b143f046..1574027686 100644 --- a/ru_RU.KOI8-R/htdocs/index.xsl +++ b/ru_RU.KOI8-R/htdocs/index.xsl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="koi8-r" ?> <!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 "Проект FreeBSD"> ]> @@ -17,8 +17,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 --> |