Add RSSGenerator, hooked up to index.xhtml
commit1d7cf79f50302e9de104fff0a81e30ec9297c848
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 17 Mar 2007 21:09:06 +0000 (17 21:09 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 17 Mar 2007 21:09:06 +0000 (17 21:09 +0000)
tree4096b7d693c8b0bd5c31fe46b34328c13972f4e7
parent0479c5dff5dff9a4c3b62decb46ddeb3660b7f7f
Add RSSGenerator, hooked up to index.xhtml
- Full datetimes added to news items
- New styling for news items
- New config option: $web_path
- Move DOMFilter->setup() invokation to FilterManager to remove duplication, the method is now public
- Implement DOMFilter->getElementById() convenient XPath call
- FilterManager removes all extra namespaces after DOM processing, so post-processors must not use them
- Implement Page->getPath, which returns a webpath to the page

git-svn-id: http://htmlpurifier.org/svnroot@826 48356398-32a2-884e-a903-53898d9a118a
XHTMLCompiler.php
XHTMLCompiler/DOMFilter.php
XHTMLCompiler/DOMFilter/Acronymizer.php
XHTMLCompiler/DOMFilter/GenerateTableOfContents.php
XHTMLCompiler/DOMFilter/Quoter.php
XHTMLCompiler/DOMFilter/RSSGenerator.php [new file with mode: 0644]
XHTMLCompiler/FilterManager.php
XHTMLCompiler/Page.php
config.default.php
config.filters.php