- 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.
This commit is contained in:
parent
fd79a9afc6
commit
52f6d56540
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43181
1397 changed files with 1822 additions and 2113 deletions
|
@ -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">
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
extension-element-prefixes="str">
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/libcommon.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/libcommon.xsl"/>
|
||||
|
||||
<xsl:template name="multimedia.pre">
|
||||
<h1>FreeBSD Multimedia Resources List</h1>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE multimedia PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Multimedia//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/multimedia.dtd">
|
||||
"http://www.FreeBSD.org/XML/share/xml/multimedia.dtd">
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
|
|
|
@ -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 "FreeBSD Multimedia Resources List">
|
||||
]>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
xmlns:date="http://exslt.org/dates-and-times"
|
||||
extension-element-prefixes="date">
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/libcommon.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/libcommon.xsl"/>
|
||||
|
||||
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
|
||||
|
||||
|
|
|
@ -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 "FreeBSD Multimedia">
|
||||
]>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
extension-element-prefixes="date">
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="include.xsl"/>
|
||||
|
||||
<xsl:key name="date" match="item" use="substring(@added, 1, 6)" />
|
||||
|
|
|
@ -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 "FreeBSD Multimedia">
|
||||
]>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
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/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="include.xsl"/>
|
||||
|
||||
<xsl:variable name="title">&title;</xsl:variable>
|
||||
|
|
|
@ -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 "FreeBSD Multimedia">
|
||||
]>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
extension-element-prefixes="set">
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/xhtml.xsl"/>
|
||||
<xsl:import href="include.xsl"/>
|
||||
|
||||
<xsl:variable name="title">&title;</xsl:variable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue