<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Michal,<br>
<br>
Am 10.03.2010 09:53, schrieb Michal Čihař:
<blockquote cite="mid:20100310095355.09fae7ff@rincewind.suse.cz"
 type="cite">
  <pre wrap="">Hi

Dne Tue, 09 Mar 2010 16:06:12 +0100
Michael Keck <a class="moz-txt-link-rfc2396E" href="mailto:sfnet@michaelkeck.de"><sfnet@michaelkeck.de></a> napsal(a):

  </pre>
  <blockquote type="cite">
    <pre wrap="">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)
    </pre>
  </blockquote>
  <pre wrap="">
I don't think we care about such browsers as all our themes already use
png.
  </pre>
</blockquote>
<blockquote cite="mid:20100310095355.09fae7ff@rincewind.suse.cz"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">          o files (uploading files like SQL-Dumps, tempfiles for exporting)
      this directory and any of it's subdir is dynamicly created
    </pre>
  </blockquote>
  <pre wrap="">
The directory can not usually be automatically created because of
permissions.
  </pre>
</blockquote>
<br>
Okay ... then we should distributed needed directories. But wat is with
files ... (cached/compiled templates)?<br>
Same limitations as directories?  I personality think, we should add
documentation for setting rights on<br>
the new planned _cache/ directory.<br>
<br>
<blockquote cite="mid:20100310095355.09fae7ff@rincewind.suse.cz"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">I prefer, to use for language and configuration files XML-structure to
support the usage in javascript and php.
    </pre>
  </blockquote>
  <pre wrap="">
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]:<a class="moz-txt-link-freetext" href="http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#specifying-translation-strings-in-template-code">http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#specifying-translation-strings-in-template-code</a>

  </pre>
</blockquote>
Should not be a problem with Twig, I can use a filter ...<br>
Please take a look
<a class="moz-txt-link-freetext" href="http://groups.google.com/group/twig-users/browse_thread/thread/53547a447d03f7e6#">http://groups.google.com/group/twig-users/browse_thread/thread/53547a447d03f7e6#</a><br>
<br>
<blockquote cite="mid:20100310095355.09fae7ff@rincewind.suse.cz"
 type="cite">
  <pre wrap=""></pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Download Intel&#174; 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.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/intel-sw-dev">http://p.sf.net/sfu/intel-sw-dev</a></pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Phpmyadmin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a>
  </pre>
</blockquote>
</body>
</html>