Hi Dne Tue, 09 Mar 2010 16:06:12 +0100 Michael Keck <sfnet@michaelkeck.de> napsal(a):downloading phpMyAdmin includes php files and template files. Compilation and caching is done by the local environment. It mean: We will have new subdirectories called: * skins/theme_name/ there are stored all things wich have directly to do with layout and theming (I will name it Front-End) with subfolders o styles for the theme/layout and jQuery-UI (Theme Roller) o jscripts for theme/layout specified functions o images for the theme/layout specified images o templates html files with TWIG-Syntax * libraries/twig/ template class * jscripts/jquery/ all new jQuery things * plugins/ for TinyMCE and others * _cache o templates o jscripts o styles o images (for browsers which can't handel png's)I don't think we care about such browsers as all our themes already use png.
o files (uploading files like SQL-Dumps, tempfiles for exporting) this directory and any of it's subdir is dynamicly createdThe directory can not usually be automatically created because of permissions.
Should not be a problem with Twig, I can use a filter ...I prefer, to use for language and configuration files XML-structure to support the usage in javascript and php.What we are currently planning (and I will work on that quite soon after finishing migration to Git) is to use Gettext for translations. Main reason for this is to use standard format where there are plenty tools which translators can use and we can easily provide web based interface to translations. So when choosing templating system, it should easily integrate with gettext. Unfortunately I don't see any of mentioned system to talk about translations as their feature. (I mean something like translations in Django [1]) [1]:http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#specifying-translation-strings-in-template-code
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel