Show More
@@ -1,39 +1,40 b'' | |||
|
1 | 1 | <item> |
|
2 | 2 | <title>{inbranch%"{if(name, '[{name|escape}] ')}"}{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape}</title> |
|
3 | 3 | <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid> |
|
4 | <link>{urlbase}{url|urlescape}rev/{node|short}</link> | |
|
4 | 5 | <description> |
|
5 | 6 | <![CDATA[ |
|
6 | 7 | <table> |
|
7 | 8 | <tr> |
|
8 | 9 | <th style="text-align:left;">changeset</th> |
|
9 | 10 | <td>{node|short}</td> |
|
10 | 11 | </tr> |
|
11 | 12 | <tr> |
|
12 | 13 | <th style="text-align:left;">branch</th> |
|
13 | 14 | <td>{inbranch%"{name|escape}"}{branches%"{name|escape}"}</td> |
|
14 | 15 | </tr> |
|
15 | 16 | <tr> |
|
16 | 17 | <th style="text-align:left;">bookmark</th> |
|
17 | 18 | <td>{bookmarks%"{name|escape}"}</td> |
|
18 | 19 | </tr> |
|
19 | 20 | <tr> |
|
20 | 21 | <th style="text-align:left;">tag</th> |
|
21 | 22 | <td>{tags%"{name|escape}"}</td> |
|
22 | 23 | </tr> |
|
23 | 24 | <tr> |
|
24 | 25 | <th style="text-align:left;vertical-align:top;">user</th> |
|
25 | 26 | <td>{author|obfuscate}</td> |
|
26 | 27 | </tr> |
|
27 | 28 | <tr> |
|
28 | 29 | <th style="text-align:left;vertical-align:top;">description</th> |
|
29 | 30 | <td>{desc|strip|escape|addbreaks|nonempty}</td> |
|
30 | 31 | </tr> |
|
31 | 32 | <tr> |
|
32 | 33 | <th style="text-align:left;vertical-align:top;">files</th> |
|
33 | 34 | <td>{files}</td> |
|
34 | 35 | </tr> |
|
35 | 36 | </table> |
|
36 | 37 | ]]></description> |
|
37 | 38 | <author>{author|obfuscate}</author> |
|
38 | 39 | <pubDate>{date|rfc822date}</pubDate> |
|
39 | 40 | </item> |
General Comments 0
You need to be logged in to leave comments.
Login now