On 19:02 Mon 17 Nov , Meir Kriheli wrote: [snip] > 3. Server side > > Rewrite with PHP. PHP's PEAR has a good xml-rpc implementation. > > Redesign and normalize the db, use prefix for tables (will ease deployment in > case of a need to share db fex). Accomodate additional features (searchable > package files list?). > > Check possiblity of interaction with the new packages.gentoo.org system > (fex: getting the current package list) ? > > Utilize smarty for web interface (seperate code from display). [snip]
There are many very good web development evironments for python, which greatly aide the separation of display and logic and would keep the programming language consistent across server/client. Just a few you might want to look into: Woven: http://twistedmatrix.com/documents/howto/woven JOTWeb: http://jotweb.tummy.com/ Albatross: http://www.object-craft.com.au/projects/albatross/ CherryPy: http://www.cherrypy.org Just to list a few. I would recommend Woven though :) Cheers. -- Jason -- [EMAIL PROTECTED] mailing list
