Gentoo Archives: gentoo-dev

From: Jason Mobarak <jmob@×××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gentoo-stats NG proposed design
Date: Mon, 17 Nov 2003 18:16:58
Message-Id: 20031117181448.GA22006@unm.edu
In Reply to: [gentoo-dev] gentoo-stats NG proposed design by Meir Kriheli
1 On 19:02 Mon 17 Nov , Meir Kriheli wrote:
2
3 [snip]
4 > 3. Server side
5 >
6 > Rewrite with PHP. PHP's PEAR has a good xml-rpc implementation.
7 >
8 > Redesign and normalize the db, use prefix for tables (will ease deployment in
9 > case of a need to share db fex). Accomodate additional features (searchable
10 > package files list?).
11 >
12 > Check possiblity of interaction with the new packages.gentoo.org system
13 > (fex: getting the current package list) ?
14 >
15 > Utilize smarty for web interface (seperate code from display).
16 [snip]
17
18
19 There are many very good web development evironments for python, which greatly
20 aide the separation of display and logic and would keep the programming language
21 consistent across server/client.
22
23 Just a few you might want to look into:
24
25 Woven: http://twistedmatrix.com/documents/howto/woven
26
27 JOTWeb: http://jotweb.tummy.com/
28
29 Albatross: http://www.object-craft.com.au/projects/albatross/
30
31 CherryPy: http://www.cherrypy.org
32
33 Just to list a few. I would recommend Woven though :)
34
35 Cheers.
36
37 -- Jason
38
39
40 --
41 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] gentoo-stats NG proposed design "Philippe Lafoucrière" <lafou@×××××××.fr>