##// END OF EJS Templates
hgweb: adding branch names from inbranch template to rss feed
Aaron Jensen -
r21118:e1a3898a default
parent child Browse files
Show More
@@ -1,39 +1,39 b''
1 1 <item>
2 <title>{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape}</title>
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 4 <description>
5 5 <![CDATA[
6 6 <table>
7 7 <tr>
8 8 <th style="text-align:left;">changeset</th>
9 9 <td>{node|short}</td>
10 10 </tr>
11 11 <tr>
12 12 <th style="text-align:left;">branch</th>
13 <td>{branches%"{name|escape}"}</td>
13 <td>{inbranch%"{name|escape}"}{branches%"{name|escape}"}</td>
14 14 </tr>
15 15 <tr>
16 16 <th style="text-align:left;">bookmark</th>
17 17 <td>{bookmarks%"{name|escape}"}</td>
18 18 </tr>
19 19 <tr>
20 20 <th style="text-align:left;">tag</th>
21 21 <td>{tags%"{name|escape}"}</td>
22 22 </tr>
23 23 <tr>
24 24 <th style="text-align:left;vertical-align:top;">user</th>
25 25 <td>{author|obfuscate}</td>
26 26 </tr>
27 27 <tr>
28 28 <th style="text-align:left;vertical-align:top;">description</th>
29 29 <td>{desc|strip|escape|addbreaks|nonempty}</td>
30 30 </tr>
31 31 <tr>
32 32 <th style="text-align:left;vertical-align:top;">files</th>
33 33 <td>{files}</td>
34 34 </tr>
35 35 </table>
36 36 ]]></description>
37 37 <author>{author|obfuscate}</author>
38 38 <pubDate>{date|rfc822date}</pubDate>
39 39 </item>
General Comments 0
You need to be logged in to leave comments. Login now