Mercurial > hg > MPIWGWeb
view zpt/feature/feature_index_xml.zpt @ 280:7626731d1abe
add pubman ids to project xml dump.
author | casties |
---|---|
date | Wed, 18 Mar 2015 12:09:40 +0100 |
parents | 572fcceebde8 |
children |
line wrap: on
line source
<?xml version="1.0"?> <feature xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal"> <id tal:content="here/getId"/> <title> <en tal:content="python:here.getFullTitle(lang='en')"/> <de tal:content="python:here.getFullTitle(lang='de')"/> </title> <author> <name tal:content="here/author|nothing"/> <id tal:content="here/author_id|nothing"/> </author> <date tal:content="python:here.getDateString(lang='iso')"/> <sort-weight tal:content="here/weight|string:0"/> <frontpage> <image tal:content="here/getFrontpageImgUrl"/> <teaser> <en tal:content="python:getattr(here.en.get('teaser.pt'), 'source.html')(request, request.response)"/> <de tal:content="python:getattr(here.de.get('teaser.pt'), 'source.html')(request, request.response)"/> </teaser> </frontpage> <mainpage> <image tal:content="here/img.jpg/absolute_url|nothing"/> <main> <en tal:content="python:getattr(here.en.get('main.pt'), 'source.html')(request, request.response)"/> <de tal:content="python:getattr(here.de.get('main.pt'), 'source.html')(request, request.response)"/> </main> </mainpage> </feature>