Considering Git as a replacement for Subversion
Friday 13 at 18:59
An index of articles about whether I should switch Daizu to use Git instead of Subversion, and the changes that would imply in my approach to managing content.
Git can't store metadata with files
Friday 13 at 19:00
Discussion of how metadata for files might be stored if Daizu was to use Git instead of Subversion, since Git doesn't have the ‘properties’ feature that Daizu has been using with Subversion content storage so far.
String-based templating and XML
Monday 20 at 18:33
Most templating engines are based on a single string concatenation model, which isn't suitable for generating structured output like XML and HTML.