aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-04Completed section on bindings and added section on partial function applicationAdrian Kummerlaender
2015-03-03Added bindings section to latest article draftAdrian Kummerlaender
2015-03-02Expanded section on _templates as functions_Adrian Kummerlaender
* added information on partial template specialization and `tav::Eval` * added title outline of remaining sections
2015-03-01Added basic draft of new article on the _Scheme metaphor_Adrian Kummerlaender
* date will be updated for publication
2015-02-19Updated _TypeAsValue_ and _ConstList_ project pagesAdrian Kummerlaender
2015-01-23Added _TypeAsValue_ project pageAdrian Kummerlaender
* fixed grammar of _StaticXSLT_ page
2015-01-14Updated date of article on compile time computation for publicationAdrian Kummerlaender
2015-01-14Finalized draft of new article on compile time computationAdrian Kummerlaender
2015-01-13Added draft of _types as values_ section of new articleAdrian Kummerlaender
2015-01-13Added second _ConstList_ example to new article draftAdrian Kummerlaender
2015-01-13Added section on `constexpr` to new article draftAdrian Kummerlaender
2015-01-12Added basic draft of article on compile time computation in C++Adrian Kummerlaender
2015-01-10Added _kv_ project pageAdrian Kummerlaender
2015-01-10Added mention of _Apache License_ to _InputXSLT_Adrian Kummerlaender
2014-12-16Added `ConstList` project pageAdrian Kummerlaender
2014-12-14Updated CSS to hide unnecessary comment control linksAdrian Kummerlaender
2014-12-09Replaced function-like data resolution with template applicationsAdrian Kummerlaender
* e.g. article and tag support data is now fetched through direct _XPath_ template applications ** this required the introduction of a special `resolve` mode to prevent interaction between support and main content resolution ** in most cases arguments had to be wrapped inside helper constants to enable selection of e.g. article support data via the `@handle` attribute using the current elements `@handle` attribute * analogously to the recent changes in _StaticXSLT_ this commit aims to improve the XSLT code style used in generating this static website
2014-11-16Changed markup as to not interfere with the new inline `code` styleAdrian Kummerlaender
2014-11-16Improved inline `code` stylingAdrian Kummerlaender
2014-11-13Updated article to mention the C++14 integer sequenceAdrian Kummerlaender
* changed `IndexSequence` link to point to its last version on Github
2014-10-31Separated tag links using spaces instead of CSS marginsAdrian Kummerlaender
* the former also works when CSS is not supported while the latter leads to unseparated tag links
2014-10-31Added article on expanding XSLT using Xalan and C++Adrian Kummerlaender
2014-10-29Removed remnants of layout iteration and cleaned CSSAdrian Kummerlaender
* both the CSS and master template markup contained cruft from the previous blog version and its slightly different layout * removed unnecessary distinction between footer and its _taglist_ as the old footer element is now only a _taglist_ ** promoted previous `last_line` to `footer` as it is the actual footer * unified the different list styles as much as possible ** e.g. introduced new `topline` attribute instead of declaring the title-separator line for each style separately ** removed `taglist` class by declaring its rules directly in the `tags` id ** removed now unnecessary `archivtag` class ** introduced `sparselist` class which enables list such as the one contained the latest microblog entries to have extra padding * merged `list_tags` helper template into primary master template ** this separation was not only unnecessary but decreased the readability as it provided no real encapsulation
2014-10-28Added description meta tag to master templateAdrian Kummerlaender
* eliminated `last_item` list item class by fixing its padding
2014-10-27Added author node for each feed entryAdrian Kummerlaender
2014-10-27Fixed small spelling errorAdrian Kummerlaender
* _linked_ was misspelled as _liked_
2014-10-13Updated datasource mode declarations to match ixslt naming unificationAdrian Kummerlaender
2014-10-12Updated BuildXSLT project page to mention module supportAdrian Kummerlaender
2014-10-12Updated website project page and added StaticXSLT pageAdrian Kummerlaender
* this was done to match the recent extraction of the generic static site generation framework into a separate project
2014-10-12Extracted generation framework into StaticXSLT moduleAdrian Kummerlaender
* i.e. the `detail` transformations were moved into a BuildXSLT module * modified XML Makefile accordingly * removed framework documentation from `README.md` and added usage documentation * this was done to make it easier to use the basic static site generation framework in other projects ** the detail transformations were developed to enable the implementation of this blog but are generic enough to be used in other contexts
2014-10-12Changed datasource stylesheet path from absolute to relativeAdrian Kummerlaender
* recent commits to both BuildXSLT and InputXSLT changed include entity handling to resolve against the stylesheet location
2014-10-11Added twmn link to dotfiles project pageAdrian Kummerlaender
2014-10-04Fixed GPX link in the article on visualizing GPS dataAdrian Kummerlaender
* still pointed to old Symphony CMS upload location
2014-09-28Shrunk and compressed about-page header imageAdrian Kummerlaender
* changed page source accordingly
2014-09-28Added alternate feed link and augmented entry linksAdrian Kummerlaender
* added title and type attributes to feed links in ATOM feed * alternate feed link references the actual website * added "rel=\"alternate\"" and title attribute to entry links
2014-09-28Replaced custom ATOM XHTML copy templates with the appropriate helper templateAdrian Kummerlaender
2014-09-23Added tree visualization to SimpleParser project pageAdrian Kummerlaender
2014-09-21Converted image tags into Kramdown syntaxAdrian Kummerlaender
* there is no reason for embedding raw XHTML if we are able to generate the same in pure Kramdown ** this increases separation between content and presentation ** it will be easier to e.g. replace XHTML output with HTML5 in the future
2014-09-21Refined about me pageAdrian Kummerlaender
* added age and further language information * fixed grammar problems * converted image tag to kramdown syntax
2014-09-14Changed image sources to point to static.kummerlaender.euAdrian Kummerlaender
* images were hosted on imgur to mitigate the some of the bandwidth usage of self-hosting ** as the website is now hosted on a virtual server this is no longer needed
2014-09-14Fixed total page value of paginated article sourceAdrian Kummerlaender
* changed "floor" to "ceiling" to correctly handle uneven article counts
2014-09-13Wrote blog article on my self-hosting experienceAdrian Kummerlaender
2014-09-12Updated feed transformation to generate valid ATOM 1.0Adrian Kummerlaender
* added base link * added namespace for whole stylesheet intead of in the feed node * added id to entry nodes * added closing slash to feed id url
2014-09-12Changed footer source link to project the appropriate project pageAdrian Kummerlaender
2014-09-12Added project page for the website itselfAdrian Kummerlaender
2014-09-12Added project page for BuildXSLTAdrian Kummerlaender
2014-09-11Fixed links in ATOM feedAdrian Kummerlaender
* URL has to be defined in a "href" attribute instead of as the nodes content
2014-09-11Fixed XHTML namespace generationAdrian Kummerlaender
* all datasources are generated as namespace-less XML * the resulting documents have to define the XHTML namespace ** i.e. the article and page contents have to be copied into the XHTML namespace * implemented XHTML copy helper templates * modified page templates accordingly * defined XHTML namespace in the master template
2014-09-11Removed border from comment form headerAdrian Kummerlaender
2014-09-11Expanded the content of some project pagesAdrian Kummerlaender