<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="http://gfxmonk.net/dist/0install/template.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
	<name>template</name>
	<summary>A command-line jinja2 template script</summary>
	<description>
Template syntax is that of jinja2, and available
template keys are everything in ENVIRONMENT.

example template file:
----------------------
Hello, {{ USERNAME }}!
Home sweet {{ HOME }}.
----------------------

Any undefined keys (i.e unset environment variables) will raise
an error and cause the script to fail.
	</description>
	<group main="template">
		<environment insert="" mode="append" name="PATH"/>
		<requires interface="http://gfxmonk.net/dist/0install/jinja2.xml"/>
		<requires interface="http://gfxmonk.net/dist/0install/pyyaml-python2.xml"/>
		<implementation id="sha1new=23c31c4538971a1ba745e51ba01f6098abbb747d" released="2010-10-16" version="0.2">
			<manifest-digest sha256="ea53bf617f6ae3d60802e51c473000acd06a57110e2fecfea2652a771d9c86ef"/>
			<archive href="http://gfxmonk.net/dist/0install/template/template-0.2.tgz" size="755"/>
		</implementation>
		<implementation id="sha1new=61fbb8d51e3b912a1aca650a990d059a52e8f949" released="2010-10-18" version="0.3">
			<manifest-digest sha256="e1f2a6a1e0397425f2b52e2552be4aac1598675d801e670f8c4b5bdff528e311"/>
			<archive href="http://gfxmonk.net/dist/0install/template/template-0.3.tgz" size="1045"/>
		</implementation>
	</group>
</interface>
<!-- Base64 Signature
iEYEABECAAYFAk0sLn4ACgkQ/lhgK1iJTtIHNwCfRe3ELeKjKQRfXsZjduNQ0DE/PosAn1fBGRh8
BpXWf1bM4aON5GvUkLoI

-->

