[Zope] Burning pages

2001-01-18 Thread Vincent Stoessel

Hello,
can Zope pages be exported as html pages. I want to burn some pages out
that do not change often and thus do not need to be dynamic.
Thanks.
-- 
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Trouble installing ZMySQLTDA

2001-01-18 Thread Vincent Stoessel

Yeah,
  the entire contents are;


from Products.ZMySQLDA.db import *
from Shared.DC.ZRDB.TM import TM

class DB(DB, TM):

 _p_oid=_p_changed=_registered=None

 def _begin(self, *ignored):
 self.db.query("BEGIN")

 def _finish(self, *ignored):
 self.db.query("COMMIT")

 def _abort(self, *ignored):
self.db.query("ROLLBACK")

 def query(self, *args):
self._register()
return apply(DB.query, (self,)+args)

does this look OK?




Andy Dustman wrote:

> On Wed, 17 Jan 2001, Vinny wrote:
> 
> 
>> Ok, it's Vinny again,
>> 
>> 
>> I am trying to get
>> 
>> ZMySQLTDA up and running. After installation ZMySQLTDA
>> appears in the Product folder but gives a 'broken' status instead
>> of "installed"
>> I have MySQL-python-0.3.0 installed.
>> 
>> Has this worked OK for anyone else?
> 
> 
> It seems to work OK for me, though I just pushed out version 2.0.2.
> 
> http://dustman.net/andy/python/ZMySQLDA/2.0.2
> 
> 
>>File 
>> "/usr/local/Zope-2.2.5-linux2-x86/lib/python/Products/ZMySQLTDA/db.py", 
>> line 4, in ?
>>  class DB(DB, TM):
>> NameError: DB
> 
> 
> Is this line at the top of that file?:
> 
> from Products.ZMySQLDA.db import *


-- 
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] High Performance Zope

2001-01-17 Thread Vincent Stoessel

Doh!
I meant to say 200-300,000 pageviews per day.
Thanks for all the responses so far.

Vincent Stoessel wrote:

> Hello All,
> How does Zope respond under heavy load? can Zserver handle
> serving out 200-300 zope pages per day on a busy website?
> Would it be better to use pcgi to plug it into apache?
> Thanks in advance.


-- 
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] High Performance Zope

2001-01-16 Thread Vincent Stoessel

Hello All,
How does Zope respond under heavy load? can Zserver handle
serving out 200-300 zope pages per day on a busy website?
Would it be better to use pcgi to plug it into apache?
Thanks in advance.
-- 
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Zope from a php perspective

2001-01-16 Thread Vincent Stoessel

Hello All,
I have starting testing Zope as a potential
CMS for some production websites. I think I understand the
basic of to create and edit pages in the Zope system.
I haver a few questions for those more experieced with
this system. I am very familiar with php so I need someone
to translate these concepts for me.


include_path : I understand that you can automatically
include objects into pages by referencing their id, I also understand
that Zope automatically searches up the parent chain till it finds a 
matching object. But what if I want to include something outside of the
tree? or just wanted a central repositories of object that I wanted to
be able access from anywhere.

i.e




carscolors
| 
|
ford 
 red
|
toyota

if cars and colors are on seperate branches, how an I
"cross" the brnches to access objects.


Publishing tools:
I'm going to be doing some news related sites, are there
tools specially made for this type of project?
I'm using 2.2.5 , does Ztemplates and Zpublisher automatically
come with this version? They are not listed in the "products"
folder in the management screen.

Where can I find the the full docs on
Ztemplates and Zpublisher?

comment: I find the Zope website hard to extract info from.
I suggest a seperate section for ducumentation of the core
functionality and another section for additional add-on
modules (products?)

Thanks you,
Vinny










-- 
Vincent Stoessel [EMAIL PROTECTED]
Internet Applications Engineer
IDEV http://www.idev.com
V: 301 495 7345 x129


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )