|
Revision 92, 1.1 kB
(checked in by yappo, 15 months ago)
|
|
websites/coderepos.org/trac/templates: trac template imported
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <rss version="2.0"> |
|---|
| 3 | <channel><?cs |
|---|
| 4 | if:project.name_encoded ?> |
|---|
| 5 | <title><?cs var:project.name_encoded ?>: <?cs var:title ?></title><?cs |
|---|
| 6 | else ?> |
|---|
| 7 | <title><?cs var:title ?></title><?cs |
|---|
| 8 | /if ?> |
|---|
| 9 | <link><?cs var:base_host ?><?cs var:trac.href.timeline ?></link> |
|---|
| 10 | <description>Trac Timeline</description> |
|---|
| 11 | <language>en-us</language> |
|---|
| 12 | <generator>Trac v<?cs var:trac.version ?></generator><?cs |
|---|
| 13 | if:chrome.logo.src ?> |
|---|
| 14 | <image> |
|---|
| 15 | <title><?cs var:project.name_encoded ?></title> |
|---|
| 16 | <url><?cs if:!chrome.logo.src_abs ?><?cs var:base_host ?><?cs /if ?><?cs |
|---|
| 17 | var:chrome.logo.src ?></url> |
|---|
| 18 | <link><?cs var:base_host ?><?cs var:trac.href.timeline ?></link> |
|---|
| 19 | </image><?cs |
|---|
| 20 | /if ?><?cs |
|---|
| 21 | each:event = timeline.events ?> |
|---|
| 22 | <item> |
|---|
| 23 | <title><?cs var:event.title ?></title> |
|---|
| 24 | <author><?cs var:event.author ?></author> |
|---|
| 25 | <pubDate><?cs var:event.date ?></pubDate> |
|---|
| 26 | <link><?cs var:event.href ?></link> |
|---|
| 27 | <guid isPermaLink="false"><?cs var:event.href ?>/<?cs |
|---|
| 28 | var:event.dateuid ?></guid> |
|---|
| 29 | <description><?cs var:event.message ?></description> |
|---|
| 30 | <category><?cs var:event.kind ?></category> |
|---|
| 31 | </item><?cs |
|---|
| 32 | /each ?> |
|---|
| 33 | </channel> |
|---|
| 34 | </rss> |
|---|