Ave,
On Tue, Feb 27, 2007 at 12:09:06PM -0500, Matt Frye wrote:
> I'm looking for a way to get rawdog to write only the links of the
> entries to my output.html. I don't want the body of the entry. How
> is the template for item layout modified?
If you haven't figured it out yourself by now, here is the
explanation. In item.template the following strings will be replaced
by rawdog as follows:
* __title__ by an HTML href to the entry,
* __feed_title__ by the title of the feed containing this entry,
* __description__ by the entry's content.
__title__ is what you are looking for. Surround it by some by some
HTML for formating, and you are done. E.g.:
<li>
<span class="itemtitle">__title__</span>
<span class="itemfrom">[__feed_title__]</span>
<span class="itemdate">__date__</span>
</li>
for a list with title, feed name and entry date.
peace,
virgil
--
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
_______________________________________________
rawdog-users mailing list
rawdog-users@???
http://lists.us-lot.org/mailman/listinfo/rawdog-users