comparison mercurial/templates/rss/header.tmpl @ 9999:f91e5630ce7e

setup: install translation files as package data Remove the `install_package_data' subclass of `install_data' and use the `package_data' functionality provided by distutils instead. As package data must be located within the package directory, the data files are now generated in the build directory. To simplify the functionality of this change, the top-level `doc' and `templates' directories have been moved into the `mercurial' package directory.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 01 Dec 2009 16:06:10 +0100
parents templates/rss/header.tmpl@3340aa5a64f7
children 9409aeaafdc1
comparison
equal deleted inserted replaced
9998:4a3c388f8c69 9999:f91e5630ce7e
1 <?xml version="1.0" encoding="{encoding}"?>
2 <rss version="2.0">
3 <channel>
4 <link>{urlbase}{url}</link>
5 <language>en-us</language>