[email protected] [abandonware]
based off kolber/[email protected]
- Merge useful commits from others in github (features & fixes)
- Make JSON the primary content holder format
- Add performance logs (HTML only)
- Single pages for Uploads
- _media.json (specific case, as of 0.0.1)
- Routes to _media.json (for APIs)
- Render pages based on _media.json
- correct routing to individual pages
- Add routes to JSONs, for READ APIs
- clean up
- multilanguage
- clean up
- interchangeable templating
StaceyUP takes content from .json
files (backwards compatible with .yml
), image files and implied directory structure and generates a website.
It is a no-database, dynamic website generator.
It's intended to make it easier to integrate onto machine backends, such as an admin pane or app. and also more focused on media. so each upload can have a permalink page, easing the integration of singular content over the internet. (EG: social networks)
StaceyUP will have an interchangeable templating system.
as of today it uses the Twig templating language.
See http://staceyapp.com for the original project.
Original stacey:
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).