diff options
author | 2009-10-12 20:47:22 +0200 | |
---|---|---|
committer | 2009-10-12 20:47:22 +0200 | |
commit | d00c390d2d87ac147d9db267fd373e8a908b6551 (patch) | |
tree | 0c9c3a3c61ef85167f0b3e51a9a3af323640e70a /repositories.xsl | |
parent | Add note on where the DTD and XSL files are used from (diff) | |
download | repositories-xml-format-d00c390d2d87ac147d9db267fd373e8a908b6551.tar.gz repositories-xml-format-d00c390d2d87ac147d9db267fd373e8a908b6551.tar.bz2 repositories-xml-format-d00c390d2d87ac147d9db267fd373e8a908b6551.zip |
Add note on the repository location to the DTD and XSL files
Diffstat (limited to 'repositories.xsl')
-rw-r--r-- | repositories.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repositories.xsl b/repositories.xsl index ed6fc14..f40b83e 100644 --- a/repositories.xsl +++ b/repositories.xsl @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- $Header --> <!-- Used by [gentoo]/xml/htdocs/proj/en/overlays/repositories.xml --> +<!-- +The source copy and history of this file is available from +http://git.overlays.gentoo.org/gitweb/?p=proj/repositories-xml-format.git +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:exslt="http://exslt.org/common" xmlns:str="http://exslt.org/strings" |