A little something I used as blog software.
Uses Apache mod_autoindex, .htaccess files and Javascript to load content from a folder into a webpage without using any serverside scripting language.
Metapress only does the loading part, the conversion and presentation of the content can be done in callback functions. For example, I use the excellent showdown.js to write my content in Markdown syntax and convert it to html on the client-side.. thinking about plugging in mustache.js too.
Current status: Loading files possible, also multi-folder support. Needs more documentation.
This was an experiment that kinda worked. It is possible to write blog software without any high-level programming language on the server, but it's not too easy to make it search engine accessible.
Dropped development.
Get the source at github.