isaacs / ahyane

A blog engine that builds html from text files.

This URL has Read+Write access

ahyane /
name age message
file .DS_Store Loading commit data...
file .ahyaneconfig
file .gitignore
file Icon
file README
directory bin/
directory content/
directory tpl/
README
A CMS that works by transforming one set of files into another.

Name credit: muinamir called tindómiel


Usage:

Put content files in the "content" folder.  The format is similar to an email or HTTP message, with a list of key/value 
headers at the top, a blank line, and then the message body (contents).

Run the build.php script in the "bin" folder.  The default command is "full", but you can also specify any of the 
functions in the "Builder" class found in bin/classes/builder.php.


Contribution: 

Contact me if you're interested.  http://foohack.com/contact/

There's plenty to do besides just writing code.