Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-24 | Added timeline ATOM feed and removed XHTML target | Adrian 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-21 | Enabled customizing of the number of commits to be fetched | Adrian Kummerlaender | |
2014-10-17 | Added basic commit timeline aggregator implementation | Adrian 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 |