-
Notifications
You must be signed in to change notification settings - Fork 5
Towards v2.0
tracend edited this page Jul 14, 2011
·
1 revision
Template Blocks:
- AJAX based on JQuery
- Standalone SQLlite database for all template-related configuration.
- Export options to .html files or other popular CMS templates.
- ...previously mentioned features that remained in the wish-list...
The most important feature though is that it will stop being a wrapper to other content scripts and will aim to conform to an MVC structure, since that is the way most innovative web development is geared towards to these days.
Create a text editor like this: http://code.google.com/apis/gadgets/docs/gs.html#Scratchpad
Replace slug references with alias (research...)
Create an editor page for the default.html (sceleton template)
Replace the $page['title'] variable with the more generic $_TEMPLATE_VARS
===============================