aboutsummaryrefslogtreecommitdiff
path: root/source/00_content
AgeCommit message (Collapse)Author
2018-06-05Nixify build processAdrian Kummerlaender
2017-04-15Update repository websites, add _slang_ repository to commit feedAdrian Kummerlaender
2016-02-14Remove older projects from feed sourceAdrian Kummerlaender
2016-02-14Increase amount of displayed commitsAdrian Kummerlaender
2015-09-06Update _TypeAsValue_ project page linkAdrian Kummerlaender
2015-09-06Add _MetaTerm_ to repository listAdrian Kummerlaender
2015-01-17Added _TypeAsValue_ to list of repositoriesAdrian Kummerlaender
2015-01-10Tweaked commit selection and added `ConstList` to repositoriesAdrian Kummerlaender
* a commit must now have at least three list nodes to be selected for inclusion into the list of latest commits
2014-12-07Removed `dotfiles` repository from set of feed-source repositoriesAdrian Kummerlaender
* _dotfile_ changes don't really deserve _first-class-representation_ on a overview page
2014-10-27Grouped configuration parametersAdrian Kummerlaender
* added overview commit count parameter * added `key` subdomain link
2014-10-27Added missing repository feedsAdrian Kummerlaender
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-26Changed title to "kummerlaender.eu"Adrian Kummerlaender
2014-10-26Replaced local Git log extraction with CGit ATOM feedsAdrian Kummerlaender
* I just realized that repository specific commit feeds are already provided by both CGit and GitHub ** i.e. I made the mistake of not checking if my current system already provides the required functionality when I wanted to aggregate my commits and found this to be a use case for StaticXSLT * feeds are fetched via `curl` ** this will be a local request in production ** the messages are still cleaned using `sed` and transformed into _XHTML_ using `peg-markdown` * instead of reading a customized Git log output CommitLog now simply transforms CGit ATOM feeds using identity templates ** this requires ATOM namespace removal which is implemented in `utility/remove_namespace.xsl`
2014-10-24Added timeline ATOM feed and removed XHTML targetAdrian Kummerlaender
* moved repository feeds to `repository` directory * replaced paginated XHTML timeline target with and ATOM feed ** removed `paginated_timeline.xsl` transformation including the `04_meta` level ** removed CSS and master stylesheets * added title, url and commit count meta data to `meta.xml` * expanded ATOM feed URLs * timeline feed has an upper limit of `commit_count` items ** repository feeds have the same limit because only `commit_count` commits of every repository are fetched in the first place
2014-10-20Expanded timeline transformation to include repository and commit linksAdrian Kummerlaender
* added `meta.xml` source document defining the mirror urls to be linked to
2014-10-17Added basic commit timeline aggregator implementationAdrian Kummerlaender
* another application based on StaticXSLT * git is instructed to export XML through a special log format definition * the commit messages are processed as Markdown * currently implemented result views are commits-by-repo and a paginated timeline of all commits in every repository * repositories to be read have to be defined in the `repositories.xml` file in the `00_content` level