I require a script to pipe an Atom feed into formatted HTML for the site [login to view URL] The script would preferably be written in JavaScript or Perl with explanatory comments, and would not require more than novice programming skill to install and maintain through a standard shell account on an Apache web server.
## Deliverables
The Atom feed address is h
[ere][1]. The format of the HTML output should be similar to the existing front page display on www.sargeant.me. The last four articles in the feed should be displayed, and structured as follows:
<date> - <title>
<user comment>...<link to article on the web>
Where the <user comment> field is blank, the body text of that record should be used instead. The format of the <date> field should be displayed in the same way as on the existing [login to view URL] page. The HTML output should use the same CSS classes as the articles on the existing page.