Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created April 23, 2012 07:08
Show Gist options
  • Select an option

  • Save eteubert/2469298 to your computer and use it in GitHub Desktop.

Select an option

Save eteubert/2469298 to your computer and use it in GitHub Desktop.
Multi Feed Reader Template
<!-- before template -->
<table>
<thead>
<th>Title</th>
<th>URL</th>
<th>published</th>
</thead>
<tbody>
<!-- body template -->
<tr>
<td class="title"><strong>%TITLE%</strong></td>
<td class="url">
<a href="%LINK%" target="_blank" rel="nofollow">%LINK%</a> (%FEEDLANGUAGE%)<br/>%FEEDTHUMBNAIL|32x32%<em>%FEEDTITLE% - %FEEDSUBTITLE% => %FEEDLINK% [%ENCLOSURE%]</em>
</td>
<td class="published">
%DATE%
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment