Make News and RSSGenerator play nice together.
commit2b7968090b83b6d4be2da8e39141d9ea19820c1d
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 27 Jul 2008 04:53:58 +0000 (26 22:53 -0600)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 27 Jul 2008 04:53:58 +0000 (26 22:53 -0600)
treeb2f182721602b6615e5481ed472c494f342283ed
parentb8c0f2b3228942bb38aa5a2d5f6523f471b36357
Make News and RSSGenerator play nice together.

* Add machine-parseable data to the date output from News in the form of
  an abbr class="" attribute with form atNNN where NNN is the Unix timestamp
  of the entry.
* Have News use the value of the hyperlink in the permalink classed div for
  the link location.
* Have XHTMLCompiler_Page->getAbsolutePath not have leading period. This fix
  is a little hacky.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
XHTMLCompiler/DOMFilter/News.php
XHTMLCompiler/DOMFilter/RSSGenerator.php
XHTMLCompiler/Page.php