On Sun, 8 Jun 2008 01:18:30 +0800 "Callan Barrett" <[EMAIL PROTECTED]> wrote:
> I've applied the first patch (what quotes you use isn't really vital) > and my own, this one splits the html entirely from the index page and > puts it in a template file. If you want please please take a look at > this, what you're already doing is awesome and that template is html > soup. I couldn't even indent it. Just to clarify what I mean is: When moving code if you find PHP logic and things that could be functions in web/html those parts should be moved to web/lib. If you find copius amounts of HTML in web/lib those parts should be moved to web/template. So you really shouldn't move HTML that's in web/html to template unless you want to make it into a widget like login form, search form, updated packages info box, etc.
