Does anyone have any recommendations for a Zope Diary? -- John
John Poltorak wrote:
Does anyone have any recommendations for a Zope Diary?
"Diary" can mean a lot of things, can you expand on what you're after? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Mon, Oct 04, 2004 at 09:09:45AM +0100, Chris Withers wrote:
John Poltorak wrote:
Does anyone have any recommendations for a Zope Diary?
"Diary" can mean a lot of things, can you expand on what you're after?
Basically a simple calendar app where appointments/events can be stored and retreived.
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
-- John
I'm new to zope and don't know where to install zope instance in windows 2000. "Program Files" has a space and some apps port from unix system don't like it. Some web apps must put inside of web document root like hodocs. Is this the case for zope instance? Also, where to install zope CMF ? Thanks.
Elim Qiu wrote:
I'm new to zope and don't know where to install zope instance in windows 2000. "Program Files" has a space and some apps port from unix system don't like it.
Yeah, I keep mine, for example, in: c:\zope\2.7.2 c:\zope\myInstance
Some web apps must put inside of web document root like hodocs. Is this the case for zope instance?
Absolutely not, that's only needed if another web server is being used to actually serve files off disk.
Also, where to install zope CMF ?
Install Zope. Setup a Zope instance (IIRC, the windows installer helps you do this) Unpack the distribution of CMF anywhere you want. Copy all the folders out of the unpacked distribution into the Products folder of your Zope install. cheers, Chris PS: Don't install Zope as a service, don't run Zope in a production environment on Win32. -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Elim Qiu -
John Poltorak