aboutsummaryrefslogtreecommitdiff
path: root/source/02_augment/articles.xsl
AgeCommit message (Collapse)Author
2019-04-13Remove newly extracted featuresAdrian Kummerlaender
i.e. Overview is now a mostly pure aggregator again. The new commit / blip feature is now maintained in `blip.kummerlaender.eu`.
2014-10-27Rewrite `href` attributes to base urlAdrian Kummerlaender
* the article feed contains links that expect the base url to be the blog url ** these links have to be rewritten to be absolute instead of relative to the blog url * this is achieved via a appropriate identity template in `02_augment/articles.xsl`
2014-10-27Added header and article continuation linksAdrian Kummerlaender
* article continuation links are injected into the summary paragraph ** changed article summary transformation `02_augment/articles.xsl` accordingly * added CSS styling based on my blog header style
2014-10-27Implemented latest article viewAdrian Kummerlaender
* the first paragraph of the three latest articles of my blog are now displayed on the overview page * feed is fetched via `curl` in `01_raw/article_feed.xsl` ** as with all commit feeds the article feed is processed further in the `02_augment` level ** the count of articles to be displayed is defined in `00_content/meta.xml` as `article_count` * CSS was updated to correctly display the article summary