aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/overview.xsl
AgeCommit message (Collapse)Author
2019-04-13Use raw timeline of `blip.kummerlaender.eu`Adrian Kummerlaender
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`.
2019-04-13Replace commit feed aggregation with manual importAdrian Kummerlaender
This is the starting point for extending _Overview_ to support various types of recent updates (i.e. not just blog articles and commits over a certain message size). While direct fetching and rendering of markdown-formatted Git commit messages is an attractive concept, this new approach should be much more flexible. As a side benefit commit entries can now be edited and expanded compared to their fixed Git reference. e.g. retroactively expanding upon older commits or adding example media that doesn't strictly belong inside the actual commit message.
2018-11-18Fix footnote links in latest articles sectionAdrian Kummerlaender
See 76f8676 @ blog.kummerlaender.eu
2018-11-18Port CSS fixesAdrian Kummerlaender
2018-11-13Finally add blog's faviconAdrian Kummerlaender
2018-10-01Update repository feedsAdrian Kummerlaender
2018-08-30Update photo of meAdrian Kummerlaender
2017-05-24Add Edge link font workaroundAdrian Kummerlaender
The _more_ link symbol is displayed with an ugly blue background in recent versions of Microsoft Edge (see MS issue 11635143).
2017-02-12Link to `tree.kummerlaender.eu`Adrian Kummerlaender
2016-10-17Change all link protocols to HTTPSAdrian Kummerlaender
2016-09-01Add introductory section to overviewAdrian Kummerlaender
2014-10-27Added author and description meta tagsAdrian Kummerlaender
2014-10-27Grouped configuration parametersAdrian Kummerlaender
* added overview commit count parameter * added `key` subdomain link
2014-10-27Improved CSS styling and added subdomain linksAdrian Kummerlaender
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
2014-10-26Added repository project page linksAdrian Kummerlaender
* project page urls are maintained in `00_content/repositories.xml`
2014-10-26Reintroduced overview pageAdrian Kummerlaender
* CommitLog will be used as the new overview page of my [website](http://kummerlaender.eu) * displays the five latest commits and their message ** links to the full feed * I plan to add the latest blog article and a subdomain overview in the future