<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
downloading phpMyAdmin includes php files and template files.<br>
Compilation and caching is done by the local environment.<br>
<br>
It mean:<br>
We will have new subdirectories called:<br>
<ul>
  <li>skins/theme_name/<br>
there are stored all things wich have directly to do with<br>
layout and theming (I will name it Front-End)<br>
with subfolders
    <ul>
      <li>styles<br>
for the theme/layout and jQuery-UI (Theme Roller)<br>
      </li>
      <li>jscripts<br>
for theme/layout specified functions</li>
      <li>images<br>
for the theme/layout specified images</li>
      <li>templates<br>
html files with TWIG-Syntax<br>
      </li>
    </ul>
  </li>
  <li>libraries/twig/<br>
template class<br>
  </li>
  <li>jscripts/jquery/<br>
all new jQuery things<br>
  </li>
  <li>plugins/<br>
for TinyMCE and others</li>
  <li>_cache<br>
    <ul>
      <li>templates</li>
      <li>jscripts</li>
      <li>styles</li>
      <li>images (for browsers which can't handel png's)</li>
      <li>files (uploading files like SQL-Dumps, tempfiles for
exporting)</li>
    </ul>
this directory and any of it's subdir is dynamicly created</li>
</ul>
I prefer, to use for language and configuration files XML-structure to
support the usage<br>
in javascript and php.<br>
<br>
I think the rest shouldn't be needed to modify.<br>
<br>
Michael<br>
<br>
Am 09.03.2010 14:46, schrieb Marc Delisle:
<blockquote cite="mid:4B96511B.2040606@infomarc.info" type="cite">
  <pre wrap="">Michael Keck a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

Am 09.03.2010 14:19, schrieb Michal Čihař:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi

Dne Mon, 08 Mar 2010 18:26:36 +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="">... if I should use a PHP-Framework, I'm thinking we should use the newest
Symfony and if released I would prefer use Symfony Reloaded 2.0
(<a class="moz-txt-link-freetext" href="http://symfony-reloaded.org/">http://symfony-reloaded.org/</a>). The final release of Reloaded 2.0 is
planned for
*late 2010* and will only support *PHP 5.3.2*. This mean I (and others
to) would
have more time for integrate Symfony in PMA.
    
        </pre>
      </blockquote>
      <pre wrap="">Maybe it was not clear from me, but I think that we should really go
just to templates, because using some framework would require much more
changes in the code.
  
      </pre>
    </blockquote>
    <pre wrap="">Okay I see this point ... then I will start with Twig.
    </pre>
  </blockquote>
  <pre wrap="">
Michael,
what is your plan? When someone downloads a future phpMyAdmin, will he 
get plain PHP that was compiled by Twig from the code base + templating 
syntax, or will he get the code base + templating syntax itself?

(I have not experienced Twig yet, just read a bit on their site).


  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">Should we open a separated development folder for this project?
    
        </pre>
      </blockquote>
      <pre wrap="">Just a separate branch. Preferably wait with creating it after moving
to git (I'll post schedule later today).
  
      </pre>
    </blockquote>
    <pre wrap="">No problem I can wait .... (I've not done anything cause im clonig at
moment). But
many thanks.
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">Is it possible to make discussion about comments for html-output? It
would be
helpfull for me, to search in whole PMA-Scripts for it, and then sperate
PHP from
HTML. Many Thanks ;)
    
        </pre>
      </blockquote>
      <pre wrap="">I don't know what kind of comments you want, but as HTML output is
really spread around the code, adding comments to identify it and then
separate it in another step looks like double work.
  
      </pre>
    </blockquote>
    <pre wrap="">I mean: if html is generated with php (like echo/print ...) * only in
new code *,
that would help me. Not in the current code, thats overkill ;)
I prefer: /* <!-- HTML OUTPUT --> */ in php code. For direct HTML output
(not with
php echo/print etc.) I'm have a good script to search after in my IDE ;)
    </pre>
  </blockquote>
  <pre wrap="">

  </pre>
</blockquote>
</body>
</html>