Re: [Zope] RSSChannel

2000-06-13 Thread Martijn Pieters
;Site Summary' by Edd Dumbill as the first hit. This is immediatly the only product for Zope (that I know of) that is specifically tailored for generating RSS channels: http://www.zope.org/Members/edmundd/SiteSummary -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED]

Re: [Zope] how do I turn off tracebacks in production systems

2000-06-12 Thread Martijn Pieters
ects/zfaq/faq/ZopeInstallation/959594145 Emailing on error: http://www.zope.org/Members/JohnC/StandardErrorMessage -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open S

Re: [Zope] error (200)

2000-06-11 Thread Martijn Pieters
> > > Any ideas on what went wrong? > > > Is their a way to fix a corruption in the ZODB? > > > > Have a look at Ty Sarna's Tranalyzer: > > > > http://www.zope.org/Members/tsarna/Tranalyzer > > > > which can tell you where your Da

Re: [Zope] error (200)

2000-06-10 Thread Martijn Pieters
your Data.fs is in trouble. You then can try and repair your Data.fs file by truncating the file at the point of corruption. For more details see the Disaster Recovery + Avoidance How-To at: http://www.zope.org/Members/vernier/recovery -- Martijn Pieters | Software Engineermailto:[EMAIL PR

Re: [Zope] [Ann] Zope 2.1.6: patch It provides complete batching info at sequence start *and* end It provides complete batching info at sequence start *and* end

2000-06-10 Thread Martijn Pieters
a general navigation method. > > > The patch at > > URL:http:www.handshake.de/~dieter/pyprojects/zope/dt_in.pat > > provides uniform batching information both at the start and > at the end of the sequence. A batch size of 1 is correctly > handled. Hi Dieter,

Re: [Zope] Multithreading in zope and python

2000-06-10 Thread Martijn Pieters
MySQLDA would at least give you the advantage of being able to use the SQL Methods' caching mechanism. I understand that the CodeCatalog.com site gets much of it's speed because it leans heavily on this feature. The case study on Catalog.com can be found at: http://www.zope.org/Resour

Re: [Zope] Re: user contributions to Zope.org (Mangled text)

2000-06-09 Thread Martijn Pieters
y assume the email contains HTML and try and render it as such. This is a bug in these email clients and eGroups. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ |

Re: [Zope] Multithreading in zope and python

2000-06-09 Thread Martijn Pieters
are using ZServer, and only took out -d from the start script, you are definetly running ZServer, and therefor multithreaded. Do you maybe mean that Zope doesn't fork off into the background, but instead is still attached to the terminal? -- Martijn Pieters | Software Engineermailto

Re: [Zope] Zope, Apache/NT, Reliability issues

2000-06-09 Thread Martijn Pieters
g in the Authorization header however, and that's having Zope use REMOTE_USER. Your webserver will then do the authentication, set the REMOTE_USER variable, and Zope will try and find a User object that matches that user name. See doc/WEBSERVER.txt for more info on this. -- Martijn

Re: [Zope] Zope, Apache/NT, Reliability issues

2000-06-08 Thread Martijn Pieters
n a Storage server, effectively providing scalability, availability and distribution: http://www.zope.org/Products/ZEO/ZEOFactSheet With SQL Methods and Database Adapters you can of course still integrate legacy data from SQL RDBMs into your app. Object storing a la WebObjects isn't s

Re: [Zope] Wrong mime type sent by Zope on every page

2000-06-08 Thread Martijn Pieters
On Thu, Jun 08, 2000 at 06:59:29PM +0100, Chris Withers wrote: > Martijn Pieters wrote: > > You probably did a 'HEAD' request, at which point Zope doesn't render the > > page, but rather only acknowledges it's existence by returning above (bogus) > > res

Re: [Zope] Wrong mime type sent by Zope on every page

2000-06-08 Thread Martijn Pieters
to send. Zope will guess the content type for you, usually this is text/html, but you can use the How-To you mentioned to tell Zope otherwise. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http:

Re: [Zope] Mozilla problem

2000-06-07 Thread Martijn Pieters
when M16 comes out it should work again. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open S

Re: [Zope] file import

2000-05-30 Thread Martijn Pieters
d that > cause the problem? Junkbuster, by default, blocks all cookie traffic, except from a few example sites. See your junkbuster documentation on how to configure this. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators o

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Martijn Pieters
On Tue, May 30, 2000 at 02:30:47PM -0400, Graham Heyes wrote: > Thanks to the info from Martijn Pieters this turned out to be trivial. The > unrendered source for a DTML method is reached by appending /document_src to > the end of the URL. For example, http://localhost:8080/mystuf

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods.

2000-05-29 Thread Martijn Pieters
http://andrew2.andrew.cmu.edu/rfc/rfc2518.html#sec-5.4 and http://andrew2.andrew.cmu.edu/rfc/rfc2518.html#sec-13.1 Now, I haven't seen either WebDAV client, if they support this feature, please let us know! -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Di

Re: [Zope] Use of lambda expression in DTML

2000-05-29 Thread Martijn Pieters
or presentation generation (for which DTML is intended) and in the realm of data manipulation and business rules. In this case your code would be much better placed in some form of Method object, be that an External, Python, or when ready, Perl Method, or even as a disk based Product. -- Martijn

Re: [Zope] Traceback?

2000-05-29 Thread Martijn Pieters
o switch debug mode off, you should start Zope without the -D command line switch. In a stock Zope install, this means editing 'start' (or 'start.bat' on win32) and removing the flag there. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http

Re: [Zope] Traceback? Codechange!

2000-05-29 Thread Martijn Pieters
On Mon, May 29, 2000 at 04:14:19PM +0100, Chris Withers wrote: > Martijn Pieters wrote: > > > > Do I have to copy this message to the collector and wait for > > > > a couple of months or can we do it instantly? ;-) > > > > Do you still experience the Co

Re: [Zope] Traceback? Codechange!

2000-05-29 Thread Martijn Pieters
e Collector as black hole? Could you report this to Tres Savier, the person currently monitoring the COllector and cleaning it out? Thanks! In the meantime, please do report this there, this would be a useful change, if only to let more people understand how to switch tracebacks off.. -- Martijn

Re: [Zope] Traceback?

2000-05-29 Thread Martijn Pieters
On Mon, May 29, 2000 at 01:00:55PM +0100, Chris Withers wrote: > Martijn Pieters wrote: > > If you switch debug mode off, tracebacks will be included in error messages as > > HTML comments, thus rendering them invisible from the unsuspecting site > > visitor. > &g

Re: [Zope] PROPOSAL: Online chat with Jim and Paul

2000-05-28 Thread Martijn Pieters
t... I live in The Netherlands. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server - __

Re: [Zope] Zope.org down

2000-05-28 Thread Martijn Pieters
n't play its role. As a result of this all, noone could resolve the domain 'zope.org'. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Op

Re: [Zope] SQLSession and Memory leak

2000-05-26 Thread Martijn Pieters
nd out if 1: what reported cases of alleged memory leaks are in fact genuine, and 2: what is/are the cause(s) of any memory leaks that _do_ exist. Could you please report some more detail about your setup and testing methods to that group of people? It might be of some help to them. It would be more

Re: [Zope] Re: [Zope-Annce] ANN: Perl For Zope - why I'm bummed

2000-05-26 Thread Martijn Pieters
t hurt either, BTW. It's all a question of perspective and profesionalism. Now, please, can we stop this whole silly argument? Can't we talk about old terminal types or something, instead? -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.

Re: [Zope] ANN: Perl For Zope

2000-05-26 Thread Martijn Pieters
well, which will therefor run on all platforms Mozilla can run on. And there was much rejoicing. -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | Th

Re: [Zope] Re: problems with NTUserFolder.

2000-05-26 Thread Martijn Pieters
ne may want to look into that to see if it can be ported to, for example, Zope. I imagine that NTLM over HTTP is pretty much the same as NTLM over IMAP. All you need is a protocol analyser to find out. Fetchmail homepage: http://www.tuxedo.org/~esr/fetchmail/ -- Martijn Pieters | Software Engi

Re: [Zope] Passing all POST variables?

2000-05-26 Thread Martijn Pieters
[Keeping [EMAIL PROTECTED] in the loop for the archive] On Fri, May 26, 2000 at 02:05:42PM +0100, Steve Alexander wrote: > Martijn Pieters wrote: > > On Fri, May 26, 2000 at 11:05:23AM +0100, Steve Alexander wrote: > > > Here's a very silly idea: > > > > >

Re: [Zope] Passing all POST variables?

2000-05-26 Thread Martijn Pieters
l pick it up (it works that way, I am told), and suddenly, I can step into your Zope process from anywhere, accessing all of the Zope process without restrictions, and having access to your server as whatever user you are running Zope as. So, no, not a good idea. Accepting pickles over the web

[Zope] Re: [Zope-Moz] Good news for Zope/Mozilla efforts!

2000-05-24 Thread Martijn Pieters
and Perl components... Stop it, you have me drooling already! I take it Python will not loose it's ability to import other Python modules. A decent XML-Parser at last! -- Martijn Pieters | Software Engineermailto:[EMAIL PROTECTED] | Digital Creations http://www.digicool.com/ | Creators o

[Zope] Re: [Zope-Moz] Good news for Zope/Mozilla efforts!

2000-05-24 Thread Martijn Pieters
re in the open on this. Integrating other scripting languages in Mozilla was considered tricky if not impossible, but I believe that switching the DOM to using xpidl is helping here. I have no idea how long this is going to take to do however. -- Martijn Pieters | Software Engineermailto

<    1   2   3   4