isaacs / ahyane

A blog engine that builds html from text files.

This URL has Read+Write access

ahyane / README
100644 19 lines (8 sloc) 0.619 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.