[Zope] Ann: Free Zope hosting from NIP

2000-05-22 Thread Simon Coles
Hi, New Information Paradigms Ltd (NIP) is proud to announce Free Zope Hosting as one of the three new Zope hosting options it is now providing. These options are briefly described below, please see http://www.nipltd.net/ for full details. Free Zope Hosting - This hosting option

Re: [Zope] Ann: Free Zope hosting from NIP

2000-05-23 Thread Simon Coles
Hi Again, Thanks to all the people who signed up for our Free Hosting Option. We reached our maximum capacity after 3 hours, 5 times the number of applications we were expecting! :-) Unfortunately, this means that no more Free Hosting accounts are currently available. We plan to monitor usage of

[Zope] Proposal for mail-in to Zope

2000-05-31 Thread Simon Coles
Hi, We (NIP - in the form of Chris Withers, Stephen Harrison, and Simon Coles) have put some thought into the question of how to get emails into Zope, and have come up with a design which we thought we'd pass by the list before we start doing something. The problem we are trying to sol

Re: [Zope] Strange Zope behavior/Instability

2000-06-01 Thread Simon Coles
Hi, >For reasons unknown we lost http connectivity to our Zope server three times >last night. I've checked the http logs and, as I suspected, didn't find >anything unusual around the time we lost connectivity. The Python processes >are still running and everything looks normal except for the con

Re: [Zope] Proposal for mail-in to Zope

2000-06-05 Thread Simon Coles
I think this is pretty much what we're intending to do. We haven't decided about XML-RPC Vs ZClient. The aim is to get something (anything) working, however hard coded, and then improve it. Simon "Kevin Dangoor" <[EMAIL PROTECTED]> wrote: >Hmm... "takes the email message and puts it into Zop

Re: [Zope] Proposal for mail-in to Zope

2000-06-05 Thread Simon Coles
"Cary O'Brien" <[EMAIL PROTECTED]> wrote: > >> - pull mail from a POP or IMAP server. This had the downside that it >>introduced polling into the system (slow) and also required something >>to happen on a schedule, which doesn't happen in Zope yet. >> > >Here I'd have to disa

Re: [Zope] Costs of implementation

2000-06-14 Thread Simon Coles
>Zope has a sigmoidal[0] (is that the word?) learning curve. I'd agree with this, especially if you are working on your own. Based on our experience of creating a *team* of Zope developers, it is a lot easier if you can learn in a group. We built the team up gradually with new members coming i

[Zope] ZMailIn 0.1 - mail into Zope

2000-06-21 Thread Simon Coles
Hi, A few weeks ago we had a discussion on this list about a way of getting mail into Zope. We've been doing some work in this, resulting in "ZMailIn". We've put a preview version of ZMailIn up on Zope.org, at http://www.zope.org/Members/NIP/ZMailIn/ ZMailIn allows you to send an email into

[Zope] ZCatalog attachments?

2000-08-04 Thread Simon Coles
Hi, We have binary files stored in Zope, for example Word documents (but could be any of a variety of document types). We would like to be able to index and search the contents of these files using ZCatalog. So if a Word file contains the word "Fred", then any search for "Fred" would include

Re: [Zope] SiteAccess-Apache: passing HOST header

2000-08-10 Thread Simon Coles
>Does anybody know how to convince Apache to pass >the information from the HTTP HOST header down to ZServer. We patched Apache to do this - in proxy_http.c, comment out the lines that remove the incoming HOST header and inserts a new one. We started to write it up on Zope.org but it appears we

[Zope] My notes from the Paris EuroZope meeting

2000-08-24 Thread Simon Coles
Hi, During the EuroZope meeting I was taking notes for my own use, and a couple of people asked if I would make them more widely available - so here they are. Because they were taken during the session (and I've got RSI :-) they are bitty and may not make sense. They are also only a reflectio

Re: [Zope] multiple ZOPE ...

2000-09-26 Thread Simon Coles
>We host zope using mutliple installations of zope. Yes, that's what we do for our "Professional" Zope hosting. For "FreeZope", you just get your own folder, and it lives under http://freezope.nipltd.net/yourplace. We have a standard list of products, and we don't allow people any more. > I

[Zope] BBEdit and Zope (was "GoLive")

2000-11-01 Thread Simon Coles
>My experiences have been with BBEdit 5.x, has anyone tried BBEdit >6.x with DTML? I've used BBEdit 6.0 for occasional Zope use, and haven't really noticed a difference against version 5.x for editing DTML - but then again, I haven't been looking. The *really* annoying problem with BBEdit 6.0

Re: [Zope] Zope Book Beta

2000-11-01 Thread Simon Coles
>I wholeheartedly agree with Jason and Chris. I would very much appreciate a >PDF version that could be easily printed, or read with Adobe's Reader. If you have the full version of Adobe Acrobat (you have to pay for it, as opposed to the free Reader) you can "Capture" web pages into a PDF. I cr

Re: [Zope] ZopeWeaver?

2000-11-29 Thread Simon Coles
>Hi Andy, > >> "Andy" == Andy McKay <[EMAIL PROTECTED]> writes: > > >> There are now all manner of Dreamweaver extensions, both > > Andy> I tried it briefly and found that Dreamweaver cant seem to > Andy> handle a file with no extension such as index_html, so gave > Andy> up.

Re: [Zope] Factoids for supporting zope

2000-11-29 Thread Simon Coles
>A clarification here. It refers to Digital Creations being a long term >viable business entity. When we made "The Zope Decision", one of the attractions of the Zope/DC relationship is that whilst it is obviously very nice for everyone if DC continues to exist, and continues with their current

Re: [Zope] Zope vs. java solutions : looking forward ?

2001-01-12 Thread Simon Coles
>Actually, I think their problem with python is that they are scared to >invest in learning it and not be able to use it for future projects. I don't think there's much investment required to "learn Python". Any techie worthy of the name should be able to pick it up in a matter of hours or at m

Re: [Zope] Zope and Linux flavors

2001-01-16 Thread Simon Coles
>Which Linux distributions are you using for running Zope and how >easy it was for you to maximize security of your server? We run a variety of RedHat 6.1, 6.2, and 7.0 and Debian 2.2, as well as Solaris. We apply all the latest updates, turn off services we don't use, and proxy Zope through

Re: [Zope] Apache with Zope

2001-01-17 Thread Simon Coles
>Hi there !! I have zope and apache listeners in one machine !! >Is there any way to have only apache receiving requests for zope >and apache, without having two listeners ??? > >I'm thinking of some module that provide zope funcionalaty to apache ! >Without having ProxyPass and RewriteRule direct

Re: [Zope] Zope with SSL on Cobalt RAQ3

2001-01-17 Thread Simon Coles
>Does anyone have any experience doing this? > >I have been beating my head trying to get this thing to work because the >RAQ2 Apache is customised and doesn't take kindly to trying to add mod_proxy >etc. No one in the RAQ2 user groups seems to know how to get this to work so >I thought I would se