Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolber/stacey
Cheap & easy content management
https://github.com/kolber/stacey
Last synced: 3 months ago
JSON representation
Cheap & easy content management
- Host: GitHub
- URL: https://github.com/kolber/stacey
- Owner: kolber
- License: mit
- Created: 2009-08-14T05:48:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T10:28:49.000Z (over 9 years ago)
- Last Synced: 2024-05-15T04:33:21.361Z (6 months ago)
- Language: PHP
- Homepage: http://staceyapp.com
- Size: 2.56 MB
- Stars: 1,037
- Watchers: 46
- Forks: 134
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stacey 3.0.0
## 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](http://twig.sensiolabs.org/).
There are an additional two sets of templates which can be found at:
&## Read More
See for more detailed usage information.
## Copyright/License
Copyright (c) 2009 Anthony Kolber. See `LICENSE` for details.
Except [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/) which is (c) Michel Fortin (see `/app/parsers/markdown-parser.inc.php` for details) and
[jsmin.php](https://github.com/rgrove/jsmin-php/) which is (c) Ryan Grove (see `app/parsers/json-minifier.inc.php` for details).