This mod sort of falls in with Ned Batcheld's and Morbus Iff's conversations about "Local Webservers as Applications" and "Amphetadesk Customizability".
Edit Amphetadesk/templates/default/headlines.html (in v 0.93.1). After the section which reads:
# display the actual item.
to_browser(qq{\n});
\n});
to_browser(qq{ {link}" target="$link_target">\n}) if $item->{link};
to_browser(qq{ $item->{title} \n}) if $item->{title};
to_browser(qq{ \n}) if $item->{link};
to_browser(qq{
Add the following:
if($item->{"dc:date"}) {
my ($itemdate,$itemtime)=split(/T/,$item->{"dc:date"});
to_browser(qq{\n});
\n});
to_browser(qq{ $itemdate $itemtime });
to_browser(qq{
}
No comments:
Post a Comment