This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
|
| 2 |
{% extends "shared/base.html" %} |
| 3 |
|
| 4 |
{% block content %} |
| 5 |
{% rssfeed "http://identi.ca/rss" "/rdf:RDF/item" %} |
| 6 |
<table class="imagerow" style="background-color:{% cycle "#E3E4FA" "#E9CFEC" "#C8BBBE" %}" width="100%"> |
| 7 |
<tr><td> |
| 8 |
{% xmlns "http://www.w3.org/1999/02/22-rdf-syntax-ns#" as rdf %} |
| 9 |
{% xmlns "http://purl.org/rss/1.0/" %} |
| 10 |
{% xmlns "http://purl.org/dc/elements/1.1/" as dc %} |
| 11 |
{% xmlns "http://purl.org/rss/1.0/modules/content/" as content %} |
| 12 |
<p>Creator: {% xmlrole "dc:creator/string()" %} |
| 13 |
<p>Content: {% xmlrole "content:encoded/string()" %} |
| 14 |
</td></tr></table> |
| 15 |
{% endrssfeed %} |
| 16 |
{% endblock %} |
| 17 |
http://identi.ca/rss |
| 18 |
http://identi.ca/search/notice/rss?q=banana |