2011-02-14 23:06:22 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-04-10 22:11:27 +02:00
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
|
|
|
|
<title>$Title</title>
|
|
|
|
<link>$Link</link>
|
|
|
|
<author>
|
|
|
|
<name>SilverStripe Ltd.</name>
|
|
|
|
</author>
|
|
|
|
|
|
|
|
<updated>$Now</updated>
|
|
|
|
<opensearch:totalResults>$TotalResults</opensearch:totalResults>
|
|
|
|
<opensearch:startIndex>$StartResult</opensearch:startIndex>
|
|
|
|
<opensearch:itemsPerPage>$PageLength</opensearch:itemsPerPage>
|
|
|
|
<opensearch:Query role="request" searchTerms="$Query" startIndex="$StartResult" count="$PageLength"></opensearch:Query>
|
|
|
|
<% control Results %>
|
|
|
|
<entry>
|
2011-04-29 04:40:15 +02:00
|
|
|
<title><% if BreadcrumbTitle %>$BreadcrumbTitle<% else %>$Title<% end_if %></title>
|
2011-04-10 22:11:27 +02:00
|
|
|
<link href="$Link">$Link</link>
|
|
|
|
<id>urn:uuid:$ID</id>
|
|
|
|
<content type="text">$Content.LimitCharacters(200)</content>
|
|
|
|
</entry>
|
|
|
|
<% end_control %>
|
|
|
|
</feed>
|