aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
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-22Added basic repository ATOM feedsAdrian Kummerlaender
* feed contains all commits of the respective repository which are included in the timeline view ** i.e. currently up to 20 * this transformation is based on the one used to generate the blog article feed * the goal of this project is to generate various feeds to be included into [my blog](https://github.com/KnairdA/blog.kummerlaender.eu/)
2014-10-21Added message content based timeline selection criteriaAdrian Kummerlaender
* only commits with equal to or more than two content nodes are included into the timeline ** this is very specific to the way I write commit messages ** it may not be a sensible selection criteria in all circumstances * this was changed with the aim of only including interesting commits in the timeline
2014-10-21Enabled customizing of the number of commits to be fetchedAdrian Kummerlaender
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-18Added basic styling and expanded commit outputAdrian Kummerlaender
* added CSS style based on my personal blog ** modified master and stream templates accordingly * added date-time, repository name and commit hash output * removed single-repository log export as it is not the purpose of this application
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