Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-04 | Changed base url and url scheme | Adrian Kummerlaender | |
* base url is now a local webserver for more realistic testing ** i.e. otherwise the atom feed is not served correctly * article, page, tag and stream pages are now generated as "index.html" inside appropriately named directories ** this is needed for pretty urls that actually work | |||
2014-07-27 | Removed duplicated xsl output declarations | Adrian Kummerlaender | |
* the output node is defined in both the master and datasource transformation ** i.e. they do not have to be defined in transformations making use of one of these transformations | |||
2014-07-27 | Renamed "year" node to "entry" to match other datasources | Adrian Kummerlaender | |
2014-07-26 | Implemented basic archive page template | Adrian Kummerlaender | |
* displays articles in descending order grouped by year ** based on the article metadata source implemented in adbe381 |