public
Description: A blog engine that builds html from text files.
Homepage: http://ahyane.com
Clone URL: git://github.com/isaacs/ahyane.git
Click here to lend your support to: ahyane and make a donation at www.pledgie.com !
ahyane /
name age message
file .DS_Store Loading commit data...
file .ahyaneconfig
file .gitignore
file Icon Sun Aug 24 20:16:34 -0700 2008 Add the icon to the project folder for Mac user... [isaacs]
file README Sun Aug 24 20:43:04 -0700 2008 Update documentation. [isaacs]
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.