Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | Restricted amount of articles generated into the atom feed | Adrian Kummerlaender | |
* the feed should not return all articles ever posted but only e.g. the last five * disabled indentation to fix source highlighting | |||
2014-08-04 | Fixed namespace of atom feed XHTML summary | Adrian Kummerlaender | |
* all xhtml elements contained a empty xmlns attribute ** this was fixed through a custom "xhtml_copy" mode template | |||
2014-07-28 | Implemented basic atom feed transformation | Adrian Kummerlaender | |
* atom was choosen in favor of RSS mainly because it is not easily possible to generate the required RSS timestamp in xalan-c (day of the week required) * modified master template accordingly |