| 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 ?>: チケットクエリ</title><?cs |
|---|
| 6 |
else ?> |
|---|
| 7 |
<title>チケットクエリ</title><?cs |
|---|
| 8 |
/if ?> |
|---|
| 9 |
<link><?cs var:query.href ?></link><?cs |
|---|
| 10 |
if:project.descr ?> |
|---|
| 11 |
<description><?cs var:project.descr ?></description><?cs |
|---|
| 12 |
/if ?> |
|---|
| 13 |
<language>ja_JP</language> |
|---|
| 14 |
<generator>Trac v<?cs var:trac.version ?></generator><?cs |
|---|
| 15 |
if:chrome.logo.src ?> |
|---|
| 16 |
<image> |
|---|
| 17 |
<title><?cs var:project.name_encoded ?></title> |
|---|
| 18 |
<url><?cs if:!chrome.logo.src_abs ?><?cs var:base_host ?><?cs /if ?><?cs |
|---|
| 19 |
var:chrome.logo.src ?></url> |
|---|
| 20 |
<link><?cs var:query.href ?></link> |
|---|
| 21 |
</image><?cs |
|---|
| 22 |
/if ?><?cs |
|---|
| 23 |
each:result = query.results ?> |
|---|
| 24 |
<item> |
|---|
| 25 |
<link><?cs var:result.href ?></link> |
|---|
| 26 |
<guid isPermaLink="false"><?cs var:result.href ?></guid> |
|---|
| 27 |
<title><?cs var:'#' + result.id + ': ' + result.summary ?></title><?cs |
|---|
| 28 |
if:result.created ?> |
|---|
| 29 |
<pubDate><?cs var:result.created ?></pubDate><?cs |
|---|
| 30 |
/if ?><?cs |
|---|
| 31 |
if:result.reporter ?> |
|---|
| 32 |
<author><?cs var:result.reporter ?></author><?cs |
|---|
| 33 |
/if ?> |
|---|
| 34 |
<description><?cs var:result.description ?></description> |
|---|
| 35 |
<category>チケット</category> |
|---|
| 36 |
<comments><?cs var:result.href ?>#changelog</comments> |
|---|
| 37 |
</item><?cs |
|---|
| 38 |
/each ?> |
|---|
| 39 |
</channel> |
|---|
| 40 |
</rss> |
|---|