Skip to content
forked from kolber/stacey

Cheap & easy content management - Composer PSR-0 fork (version 4.0)

License

Notifications You must be signed in to change notification settings

archfizz/stacey

 
 

Repository files navigation

Stacey 4.0.0-dev

This is a fork of the main Stacey application at http://github.com/kolber/stacey

The aim is bring more modern coding methods to the project (Composer, PSR-0, Unit Testing, Dependency Injection, HTML 5, CSS Preprocessing, etc).

This fork is still very much in active development.

Overview

Stacey takes content from .yml 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.

Installation

Copy to server, chmod 777 app/_cache.

If you want clean urls, mv htaccess .htaccess

Templates

Stacey uses the Twig templating language.

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

Read More

See http://staceyapp.com for more detailed usage information.

Copyright/License

Copyright (c) 2009 Anthony Kolber. See LICENSE for details. Except PHP Markdown Extra which is (c) Michel Fortin (see /app/parsers/markdown-parser.inc.php for details) and jsmin.php which is (c) Ryan Grove (see app/parsers/json-minifier.inc.php for details).

About

Cheap & easy content management - Composer PSR-0 fork (version 4.0)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.3%
  • Perl 2.0%
  • CSS 1.9%
  • JavaScript 1.8%