[Zope-dev] EuroPython2002

2002-05-28 Thread Tom Deprez

Hi all,,

Only four days left to take advantage of the early bird registration fee 
for the EuroPython 2002 26.6 - 28.6.2002 in Charleroi Belgium.

The EuroPython congress contains dedicated Zope Tracks!
We've several really interesting Zope talks, including about Zope3!
And there is more for people interested in Zope3:

 There is a 180 min Zope3 Tutorial given by Jim Fulton himself.

THE european Python and Zope event. Meet Guido v. Rossum, the inventor of 
Python, and Jim Fulton, the chief architect of Zope.

REGISTER NOW at http://www.europython.org

Best Regards,
Tom.



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



[Zope-dev] Zope developer guide (up to Zope 2.3.3)

2002-05-28 Thread Gilles Lenfant

Hi,

It seems that the Zope developer guide at http://www.zope.org/Documentation/ZDG is 
suited for Zope 2.4.x +.
I need the one that's suited to Zope 2.3.3 and did not find it.

Any clue ?

Thanks in advance

--Gilles





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



Re: [Zope-dev] Zope developer guide (up to Zope 2.3.3)

2002-05-28 Thread Chris McDonough

Gilles,

The ZDG wasn't really completed until 2.4 was out.  There is no ZDG for
2.3.3.

Sorry,

- C

On Tue, 2002-05-28 at 08:36, Gilles Lenfant wrote:
 Hi,
 
 It seems that the Zope developer guide at http://www.zope.org/Documentation/ZDG is 
suited for Zope 2.4.x +.
 I need the one that's suited to Zope 2.3.3 and did not find it.
 
 Any clue ?
 
 Thanks in advance
 
 --Gilles
 
 
 
 
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )




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



[Zope-dev] Re: Adding Batch Factory to ZMI Add menu OK?

2002-05-28 Thread Andy McKay

My current project is a product called ZFS and I just got an initial beta
working last night and since this project came up. Essentially im hoping this
can be a replacement for LocalFS and all External* products. But this sounds
very similar to your work...

ZFS is folderish object that points to a file system and hacks the storage
level of Zope so that when an object is saved, part of it is diverted to
the file system. Meaning the textarea part of a DTML Document is saved to
the file system. Because it hacks the storage level, this object appears to
be a normal object (so you can do all the usual things to, for example pasting 
it from ZFS to a normal folder means it becomes a normal object. This approach 
has many advantages and I hope to be able to allow all standard objects 
(DTML *, Python Scripts, Images, Files) to work in this manner.

If running in debug mode, it syncs automatically to the file system, meaning
you can create and edit objects on the FS and they sync straight into Zope.
If in production mode, you call it manually to update, thus getting much
better performance.

You obviously lose some features (Undo) and there are still many issues to be
fixed, but I need to get it done so expect a release soon.

On 27/05/02 18:38 -0300, Leonardo Rochael Almeida wrote:
gt; Hello Craeg
gt; 
gt; I particularly prefer the factory aproach. Zope users are already used
gt; to that approach because of the Z Search Interface. I think you
gt; shouldn't need a dummy class just to be able to create such a factory,
gt; but right now I don't know how you'd go about creating a factory without
gt; a class.
gt; 
gt; As for an ExternalFileFolder, it would be useful if it automatically
gt; created objects when they are added to the respective directory
gt; (automatically as in, it checks for new objects when you look at the
gt; object list (manage_main), or when you try to access a previously
gt; inexistant (sp.) object. Although, because of Data.fs write-on-read
gt; concerns, you might want this automation to be configurable on a folder
gt; by folder basis). An ExternalFolder might also provide a view or tab to
gt; configure default attributes of newly discovered objects. The objects
gt; created this way would obviously be regular ExternalFile objects, and
gt; you could copy/cut and paste them outside of the ExternalFileFolder
gt; object.
gt; 
gt; Cheers, Leo
gt; 
gt; On Mon, 2002-05-27 at 17:32, Craeg K Strong wrote:
gt;  Hello:
gt;  
gt;  I am about to release a new version of the ExternalFile and CVSFile products
gt;  
gt;  http://www.zope.org/Members/arielpartners/ExternalFile
gt;  [...]
gt; 
gt; -- 
gt; Ideas don't stay in some minds very long because they don't like
gt; solitary confinement.
gt; 
gt; 
gt; 
gt; ___
gt; Zope-Dev maillist  -  [EMAIL PROTECTED]
gt; http://lists.zope.org/mailman/listinfo/zope-dev
gt; **  No cross posts or HTML encoding!  **
gt; (Related lists - 
gt;  http://lists.zope.org/mailman/listinfo/zope-announce
gt;  http://lists.zope.org/mailman/listinfo/zope )

-- 
  Andy McKay


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



[Zope-dev] sqltest.py

2002-05-28 Thread Christian Theune

Hi.

I don't know how many ppl, actually are using the sql-test tag, but I really
like it, and am using it, but have a lot of stupidities when using it to it's
extend ...

Things I would like to see (and I am willing to do), but need some help:

1. Concrete and complete description of what this tag is supposed to
do in which cases (optional, multiple ...)

2. What those crufty single letter variables are ... and rename them.

So, I only need some help on talking about and investigate further for myself.
Also you can tell me, that ZRDB should die in the next 2 hours or so and it
wouldn't be any good to put any effort in here (but I think this effort isn't
bad anyway ...)

Greetings 

Christian

-- 
Christian Theune - [EMAIL PROTECTED]
gocept gmbh  co.kg - schalaunische strasse 6 - 06366 koethen/anhalt
tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981

reduce(lambda x,y:x+y,[chr(ord(x)^42) for x in 'zS^BED\nX_FOY\x0b'])


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