| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
<!-- RSS generated by Trac v<?cs var:trac.version ?> on <?cs var:trac.time ?> --> |
|---|
| 3 |
<rss version="2.0"> |
|---|
| 4 |
<channel><?cs |
|---|
| 5 |
if:project.name_encoded ?> |
|---|
| 6 |
<title><?cs var:project.name_encoded ?>: <?cs var:log.path ?> ディレクトリのリビジョン</title><?cs |
|---|
| 7 |
else ?> |
|---|
| 8 |
<title><?cs var:log.path ?> ディレクトリのリビジョン</title><?cs |
|---|
| 9 |
/if ?> |
|---|
| 10 |
<link><?cs var:base_host ?><?cs var:log.log_href ?></link> |
|---|
| 11 |
<description>Trac Log - <?cs var:log.path ?> ディレクトリのリビジョン</description> |
|---|
| 12 |
<language>ja-JP</language> |
|---|
| 13 |
<generator>Trac v<?cs var:trac.version ?></generator><?cs |
|---|
| 14 |
if:chrome.logo.src ?> |
|---|
| 15 |
<image> |
|---|
| 16 |
<title><?cs var:project.name_encoded ?></title> |
|---|
| 17 |
<url><?cs if:!chrome.logo.src_abs ?><?cs var:base_host ?><?cs /if ?><?cs |
|---|
| 18 |
var:chrome.logo.src ?></url> |
|---|
| 19 |
<link><?cs var:base_host ?><?cs var:log.log_href ?></link> |
|---|
| 20 |
</image><?cs |
|---|
| 21 |
/if ?><?cs |
|---|
| 22 |
each:item = log.items ?><?cs |
|---|
| 23 |
with:change = log.changes[item.rev] ?> |
|---|
| 24 |
<item><?cs |
|---|
| 25 |
if:change.author ?><author><?cs var:change.author ?></author><?cs |
|---|
| 26 |
/if ?> |
|---|
| 27 |
<pubDate><?cs var:change.date ?></pubDate> |
|---|
| 28 |
<title>リビジョン <?cs var:item.rev ?>: <?cs var:change.shortlog ?></title> |
|---|
| 29 |
<link><?cs var:base_host ?><?cs var:item.restricted_href ?></link> |
|---|
| 30 |
<guid isPermaLink="false"><?cs var:base_host ?><?cs |
|---|
| 31 |
var:item.restricted_href ?></guid> |
|---|
| 32 |
<description><?cs var:change.message ?></description> |
|---|
| 33 |
<category>チェンジセット</category> |
|---|
| 34 |
</item><?cs |
|---|
| 35 |
/with ?><?cs |
|---|
| 36 |
/each ?> |
|---|
| 37 |
</channel> |
|---|
| 38 |
</rss> |
|---|