Re: AppDB TODO update: Templates

2004-12-22 Thread Stefan Pflüger
Search engines don't like dynamic pages. So using the lostwages way would really be preferred. And we're trying to get rid of the tables and use CSS positioning. So don't count on those. Al tough it won't change the main idea I think. Paul Well one could easily ship around the search engine pro

Re: Re: AppDB TODO update: Templates

2004-12-22 Thread Chris Morgan
an welcome. Chris > > From: Stefan Pflüger <[EMAIL PROTECTED]> > Date: 2004/12/22 Wed PM 02:33:18 EST > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: AppDB TODO update: Templates > > Basically, I'll implement a class that is able t

Re: AppDB TODO update: Templates

2004-12-22 Thread Chris Morgan
rom: Stefan Pflüger <[EMAIL PROTECTED]> > Date: 2004/12/22 Wed PM 01:05:06 EST > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: AppDB TODO update: Templates > > Hello, > > the last update added > > +# incorporate templates into appdb to simplify cod

Re: AppDB TODO update: Templates

2004-12-22 Thread Stefan Pflüger
Chris Morgan wrote: I think you are covering the appropriate mailing lists. If you'd like to chat in real-time about hacking appdb, channel #winehackers on irc.freenode.net is a good place. Tony, Jon and myself are frequently there and chat at least every other day about appdb related things. A

Re: AppDB TODO update: Templates

2004-12-22 Thread Stefan Pflüger
Basically, I'll implement a class that is able to read a template file and that can assign content to special tags in there. The index.php would create an object of this class using a "main template" that includes all parts of the page that are static (header, footer, the main html tables). Dep

Re: AppDB TODO update: Templates

2004-12-22 Thread tony_lambregts
Stefan Pflüger wrote: Hello, the last update added +# incorporate templates into appdb to simplify code, Jeremy says we can +borrow from lostwages(winehq.org/cvsweb/lostwages) for this to the TODO file. At the moment, I'm trying to use AppDB for another project and I already planned on implement

AppDB TODO update: Templates

2004-12-22 Thread Stefan Pflüger
Hello, the last update added +# incorporate templates into appdb to simplify code, Jeremy says we can +borrow from lostwages(winehq.org/cvsweb/lostwages) for this to the TODO file. At the moment, I'm trying to use AppDB for another project and I already planned on implementing templates. If nobo