<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Overview/source/01_raw, 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>Use raw timeline of `blip.kummerlaender.eu`</title>
<updated>2019-04-13T21:42:06+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2019-04-13T21:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=037a1f4d4fc1a67158ab0c6aa99608e6fae85ed2'/>
<id>037a1f4d4fc1a67158ab0c6aa99608e6fae85ed2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Use Nix to fetch ATOM feed</title>
<updated>2019-04-12T20:35:48+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2019-04-12T20:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=cd9463e572f31b82a73cdab6db6b53f3a1237b3e'/>
<id>cd9463e572f31b82a73cdab6db6b53f3a1237b3e</id>
<content type='text'>
Fetching external resources during the actual build became problematic
after the last major Nix update (build purity was improved).

The sensible way of doing things in Nix seems to be to declare ALL
build dependencies prior to the actual build -- this includes
e.g. ATOM feeds to be aggregated.

I am probably not going to do the same for the individual repository
feeds as this feature is going to be replaced with a more general
_microblog_-like subpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fetching external resources during the actual build became problematic
after the last major Nix update (build purity was improved).

The sensible way of doing things in Nix seems to be to declare ALL
build dependencies prior to the actual build -- this includes
e.g. ATOM feeds to be aggregated.

I am probably not going to do the same for the individual repository
feeds as this feature is going to be replaced with a more general
_microblog_-like subpage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ATOM namespace declaration</title>
<updated>2014-10-29T18:20:16+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-29T18:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=35a244f4d19c2accac5ccb2c553be11150aa25d8'/>
<id>35a244f4d19c2accac5ccb2c553be11150aa25d8</id>
<content type='text'>
* commit `71a637` in upstream _InputXSLT_ activated namespace comprehension for `InputXSLT:read-file` and `InputXSLT:external-command`
** this caused both the article and the repository feed queries to fail as they are inside the ATOM namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit `71a637` in upstream _InputXSLT_ activated namespace comprehension for `InputXSLT:read-file` and `InputXSLT:external-command`
** this caused both the article and the repository feed queries to fail as they are inside the ATOM namespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Grouped configuration parameters</title>
<updated>2014-10-27T18:19:34+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-27T18:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230'/>
<id>b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230</id>
<content type='text'>
* added overview commit count parameter
* added `key` subdomain link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added overview commit count parameter
* added `key` subdomain link
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented latest article view</title>
<updated>2014-10-27T12:17:43+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-27T12:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=e4ae586170229de78aaf00963e2f0c49427a9926'/>
<id>e4ae586170229de78aaf00963e2f0c49427a9926</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced local Git log extraction with CGit ATOM feeds</title>
<updated>2014-10-26T10:40:28+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-26T10:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=0d0e34feb65ba998f8b1df06b498de3f56ea6b7e'/>
<id>0d0e34feb65ba998f8b1df06b498de3f56ea6b7e</id>
<content type='text'>
* 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`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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`
</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>Enabled customizing of the number of commits to be fetched</title>
<updated>2014-10-21T17:41:13+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2014-10-21T17:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/Overview/commit/?id=4c6e50ef89cc2b114a085df37b5f72e8b1876da7'/>
<id>4c6e50ef89cc2b114a085df37b5f72e8b1876da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
