Add RSSGenerator, hooked up to index.xhtml
commit1d30aff690e550facc25feabef92360876de5add
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)
tree57478eb664d45dd702f97cef96b3f4ec7250a2f6
parent672be0de7a14ddba4b7e676e45a645da5127305b
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
12 files changed:
index.xhtml
style.css
xhtml-compiler/XHTMLCompiler.php
xhtml-compiler/XHTMLCompiler/DOMFilter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php
xhtml-compiler/XHTMLCompiler/DOMFilter/GenerateTableOfContents.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Quoter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSGenerator.php [new file with mode: 0644]
xhtml-compiler/XHTMLCompiler/FilterManager.php
xhtml-compiler/XHTMLCompiler/Page.php
xhtml-compiler/config.default.php
xhtml-compiler/config.filters.php