Initial implementation of "News" DOMFilter for blog-like pages.
commit5e24ba2e33c6245c9b8d3a40d35020d5c09d18c1
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 17 Jul 2008 04:09:47 +0000 (17 00:09 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 17 Jul 2008 04:09:47 +0000 (17 00:09 -0400)
tree595443029b4b03474969061a60e3375575ae1da1
parent8d114ebb74e3000fc0cce2332cbb89b8d63e2b1c
Initial implementation of "News" DOMFilter for blog-like pages.

The News filter collects the contents of multiple XHTML pages in a
subdirectory, organized by YYYY/MMDD-name, and mushes them together
into a single page in a "blog-like" form. This page can then be used
with RSSGenerator to generate an RSS feed.

Improvements will follow soon!

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
XHTMLCompiler/DOMFilter/News.php [new file with mode: 0644]
config.filters.php
config.smoketest.php
smoketests/DOMFilter/News.xhtml [new file with mode: 0644]
smoketests/DOMFilter/News/2008/0714-item.xhtml [new file with mode: 0644]