Changes between Version 8 and Version 9 of WebTemplateProposal
- Timestamp:
- Feb 5, 2012, 2:31:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebTemplateProposal
v8 v9 27 27 28 28 DONE list: 29 * write a tra block plugin to translate template text directly using the pre-compiled php files in /languages/compiled/ (no need to use gettext as we do not use it anywhere else at the moment)29 * write a tra block plugin to translate template text directly using the pre-compiled php files in /languages/compiled/ (no need to use native gettext as we do not use it anywhere else at the moment) 30 30 * transform sample_index.php into a smarty_index.php and index.tpl (possibly also header.tpl and footer.tpl) as a proof-of-concept 31 31 * create sample files (e.g.: project_description.php/.tpl) to store project specific content (e.g.: project description, text about the group behind the project) 32 32 * enable usage of a MEMCACHE server via the [http://www.smarty.net/docs/en/caching.custom.tpl custom cache implementation] 33 * extend the current script that creates the language.pot files to also check the template files 33 34 34 35 TODO list: 35 * extend the current script that creates the language.pot files to also check the template files36 * print date/time strings according to user defined language (default: MM/DD/YYYY, German: DD.MM.YYYY, ...) also try to use time zone settings (user defined) 36 37 * document available Smarty functions/modifiers to be used in templates, best practice for using Smarty within PHP files 37 38 * find a suitable way to transform all other files