Re: [Tutor] Document Control System

2008-01-14 Thread Dave Kuhlman
On Mon, Jan 14, 2008 at 08:43:46AM -0800, ammar azif wrote: > Hello, > > Is python suitable in developing web based document control > system ? I was thinking of using python and mysql to create such > system. Users can download latest document as well as upload > drafts. Is this possible or i sh

Re: [Tutor] Document Control System

2008-01-14 Thread Kent Johnson
ammar azif wrote: > Hello, > > Is python suitable in developing web based document control system ? I > was thinking of using python and mysql to create such system. Users can > download latest document as well as upload drafts. Is this possible or i > should use PHP instead? Document control

Re: [Tutor] Document Control System

2008-01-14 Thread Michael Langford
There are several ready made ones. Plone for instance: http://plone.org/ It's a very customizable zope project. Look at Paste as well in building up your stack: http://pythonpaste.org/ I also suggest opting for use of the WSGI interface for your application (a python web-app interface which allo

[Tutor] Document Control System

2008-01-14 Thread ammar azif
Hello, Is python suitable in developing web based document control system ? I was thinking of using python and mysql to create such system. Users can download latest document as well as upload drafts. Is this possible or i should use PHP instead? - Be a