On Tue, 28 Mar 2000, Anders Eriksson wrote:
Can I install zope on a apache system WITHOUT being root? My ISP is running apache on a Solaris 5.6 system.
You can, but would your ISP allow you to run Long Running Process? Zope is LRP, you know, and many ISPs are very afarid of it. In any case you'd nned a support from ISP to setup a way their WWW server will use to talk to your Zope installation - pcgi-wrapper, mod_pcgi2, ProxyPass...
I want to create a system that lets any user create his own User Data Record. The user data record will contain data about the user, e.g. Name, email address, etc. This record should only be editable by the user (and admin) with somekind of login. This user data must then be searchable! Listings on all or some of the data should be able to present in different sorting orders, e.g. Lastname, country, etc.
Looks like a job for Zope Portal Toolkit; probably, you'd need to extend it... Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.