Stacey takes content from .txt
files, image files and implied directory structure and generates a website.
It is a no-database, dynamic website generator.
If you look in the /content
and /templates
folders, you should get the general idea of how it all works.
Copy to server, chmod 777 app/_cache
.
If you want clean urls, mv htaccess.txt .htaccess
There are an additional two sets of templates which can be found at:
http://github.com/kolber/stacey-template2 & http://github.com/kolber/stacey-template3
See http://staceyapp.com and http://html5boilerplate.com/ for more detailed usage information.
Copyright (c) 2009 Anthony Kolber. See LICENSE
for details.
PHP Markdown (c) Michel Fortin (see [1] for license details)
JSON.minify (c) Kyle Simpson (see [2] for license details).
[1] /app/parsers/markdown-parser.inc.php
[2] /app/parsers/json-minifier.inc.php