Re: [Zope] syndication??

2000-05-25 Thread Patrick Phalen

[Webmaster, on Thu, 25 May 2000]
:: A few weeks ago I went to an Allaire Spectra seminar (Spectra is Allaire's
:: $15,000 Zope). It was a very nice presentation and the fundamental
:: principles were quite similar. I have played around with Spectra and I found
:: it to be super clunky with way to many steps from point A to point B.
:: Not to mention the fact that it is only "object like". I could go on but
:: this is not meant to be a comparison study.

On the other hand, it sounds like you are qualified to write a
comparison study. Would you consider preparing one and contributing it
to zope.org? There is a crying need for informed side-by-side
comparisons between Zope and other application server platform
technologies -- it's a FAQ.

___
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] syndication??

2000-05-25 Thread Dan L. Pierson

Chris Withers writes:
 > Webmaster wrote:
 > > The concept is simple enough, but I just don't know how I could do the same
 > > thing in Zope. I am setting up a system where daily articles can be entered
 > > weeks in advance and will only appear on the web site when the date matches
 > > their "go live date" (easy). But I would also like the article to be emailed
 > > to my distribution email list on its "go live date".
 > 
 > Check out:
 > http://www.zope.org/Members/chrisw/ZopeEmail/FrontPage
 > http://www.zope.org/Members/lstaffor/ZScheduler
 > 
 > Both would do what you want, one isn't implemented and the other doesn't
 > work.

ROTFL!  There are days when the Zope world gets just a tad frustrating 
aren't there?

In the meantime, the best solution to the problem is probably to
implement the code that does the actual work in Zope and use 
cron + xmlrpc to trigger it to go off at the right time.

___
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] syndication??

2000-05-25 Thread Webmaster

Wow!!! ZScheduler sounds perfect! I'm assuming that it is the one that
doesn't work. What is involved to make it work? With my limited knowledge of
both Python and Zope, I don't know that I could be much help. However, I'd
be willing to help out any way I can.

-Jamey


> -Original Message-
> From: Chris Withers [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, May 25, 2000 11:23 AM
> To:   Webmaster
> Cc:   Zope Mailing List
> Subject:  Re: [Zope] syndication??
> 
> Webmaster wrote:
> > The concept is simple enough, but I just don't know how I could do the
> same
> > thing in Zope. I am setting up a system where daily articles can be
> entered
> > weeks in advance and will only appear on the web site when the date
> matches
> > their "go live date" (easy). But I would also like the article to be
> emailed
> > to my distribution email list on its "go live date".
> 
> Check out:
> http://www.zope.org/Members/chrisw/ZopeEmail/FrontPage
> http://www.zope.org/Members/lstaffor/ZScheduler
> 
> Both would do what you want, one isn't implemented and the other doesn't
> work.
> 
> If other people are interested, that could change...
> 
> Chris

___
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] syndication??

2000-05-25 Thread Chris Withers

Webmaster wrote:
> The concept is simple enough, but I just don't know how I could do the same
> thing in Zope. I am setting up a system where daily articles can be entered
> weeks in advance and will only appear on the web site when the date matches
> their "go live date" (easy). But I would also like the article to be emailed
> to my distribution email list on its "go live date".

Check out:
http://www.zope.org/Members/chrisw/ZopeEmail/FrontPage
http://www.zope.org/Members/lstaffor/ZScheduler

Both would do what you want, one isn't implemented and the other doesn't
work.

If other people are interested, that could change...

Chris

___
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 )