| 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 タイムライン</description> |
|---|
| 11 |
<language>ja_JP</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><?cs |
|---|
| 24 |
if:event.author.email ?> |
|---|
| 25 |
<author><?cs var:event.author.email ?></author><?cs |
|---|
| 26 |
/if ?> |
|---|
| 27 |
<pubDate><?cs var:event.date ?></pubDate> |
|---|
| 28 |
<link><?cs var:event.href ?></link> |
|---|
| 29 |
<guid isPermaLink="false"><?cs var:event.href ?>/<?cs |
|---|
| 30 |
var:event.dateuid ?></guid> |
|---|
| 31 |
<description><?cs var:event.message ?></description> |
|---|
| 32 |
</item><?cs |
|---|
| 33 |
/each ?> |
|---|
| 34 |
</channel> |
|---|
| 35 |
</rss> |
|---|