<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Overview/source/03_merge, branch master</title>
<subtitle>Static XSLT based article and commit aggregator</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/'/>
<entry>
<title>Remove newly extracted features</title>
<updated>2019-04-13T15:37:10+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2019-04-13T15:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=714a92a163645bb436b1e8f4c56a818656c35f8a'/>
<id>714a92a163645bb436b1e8f4c56a818656c35f8a</id>
<content type='text'>
i.e. Overview is now a mostly pure aggregator again.

The new commit / blip feature is now maintained in `blip.kummerlaender.eu`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.e. Overview is now a mostly pure aggregator again.

The new commit / blip feature is now maintained in `blip.kummerlaender.eu`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace commit feed aggregation with manual import</title>
<updated>2019-04-12T22:49:11+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2019-04-12T22:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=6e5e71882d9d9969e0ffe3013e656cac8fa4f115'/>
<id>6e5e71882d9d9969e0ffe3013e656cac8fa4f115</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt commit selection to cater to non-list based commit messages</title>
<updated>2015-09-06T19:00:51+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-09-06T19:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=7103dd2f2a6acb8b589ab5f085d853a364231468'/>
<id>7103dd2f2a6acb8b589ab5f085d853a364231468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked commit selection and added `ConstList` to repositories</title>
<updated>2015-01-10T13:49:42+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-10T13:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=d2075c4f3583caf2a39e111d8aea0e068ffeb1d3'/>
<id>d2075c4f3583caf2a39e111d8aea0e068ffeb1d3</id>
<content type='text'>
* a commit must now have at least three list nodes to be selected for inclusion into the list of latest commits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* a commit must now have at least three list nodes to be selected for inclusion into the list of latest commits
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed commit timeline sort order</title>
<updated>2014-10-29T18:29:53+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-29T18:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=3b1caaed6d63f5ae2038683aed8ef6715eb3cb40'/>
<id>3b1caaed6d63f5ae2038683aed8ef6715eb3cb40</id>
<content type='text'>
* the commits were only sorted by date and not by time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* the commits were only sorted by date and not by time
</pre>
</div>
</content>
</entry>
<entry>
<title>Added timeline ATOM feed and removed XHTML target</title>
<updated>2014-10-24T16:59:25+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-24T16:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=ee1786edd7972f9ff55fc8abb90a6d981d66998e'/>
<id>ee1786edd7972f9ff55fc8abb90a6d981d66998e</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Added message content based timeline selection criteria</title>
<updated>2014-10-21T17:43:59+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-21T17:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=f6667b9796d590428b071e3d1923b5b0a6fa3579'/>
<id>f6667b9796d590428b071e3d1923b5b0a6fa3579</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic commit timeline aggregator implementation</title>
<updated>2014-10-17T20:59:45+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-17T20:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=acacfda54016cbd4437d1ccaa609a52e9c1739d0'/>
<id>acacfda54016cbd4437d1ccaa609a52e9c1739d0</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
</feed>
