Hi List,
Slowly the php version of the perfparse GUI gets usable. Some of the first
menus are working. But there are also some new features:
- Styles: The Parameter PHP_Style can be set to use a new style. To create
a style, just copy all templates (*.tpl.html) files in the templates
directory to a subdirectory (example: templates/new_style). Then set the
parameter PHP_Style in perfparse.cfg to "new_style". Edit the templates as
you like.
- Internationalization: just copy the lang/en.php to a new file (example:
lang/fr.php), edit the right hand side of the array in the new file and
set the perfparse.cfg parameter PHP_Lang to "fr". Within the templates,
translations can be marked with smarty block modifiers {tr} ... {/tr}. See
mainmenu.tpl.html for examples.
Example perfparse.cfg additions:
# PHP GUI Settings
PHP_Style = "flo"
PHP_Lang = "de"
Download the latest version here:
http://redflo.de/php-perfparse/php-perfparse.tar.gz
Flo Gleixner
|