[Zope3-dev] Get nearest site from TALES

2006-04-04 Thread Florian Lindner
Hello, is there a TALES expression I can use in PageTemplates to get the nearest site? Thanks, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

[Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Martijn Faassen
Hi there, I know there are lots of ideas about eggs in Zope 3 land, so I'd like to pick the brains of the people who have looked into this more than I have for a bit. First to say what I'm not talking about: I'm not talking about eggifying Zope 3 itself. This is a valuable project but hopefu

Re: [Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Sidnei da Silva
On Tue, Apr 04, 2006 at 02:51:37PM +0200, Martijn Faassen wrote: | where 'make' creates a Zope 3 installation, and downloads all the eggs | listed as requirements for this project from the net, and installs them | so that the Zope 3 instance actually picks them up. I think you would give a argum

Re: [Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Martijn Faassen
Sidnei da Silva wrote: On Tue, Apr 04, 2006 at 02:51:37PM +0200, Martijn Faassen wrote: | where 'make' creates a Zope 3 installation, and downloads all the eggs | listed as requirements for this project from the net, and installs them | so that the Zope 3 instance actually picks them up. I th

Re: [Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Sidnei da Silva
On Tue, Apr 04, 2006 at 03:14:15PM +0200, Martijn Faassen wrote: | Sidnei da Silva wrote: | >On Tue, Apr 04, 2006 at 02:51:37PM +0200, Martijn Faassen wrote: | >| where 'make' creates a Zope 3 installation, and downloads all the eggs | >| listed as requirements for this project from the net, and i

Re: [Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Martijn Faassen
Hi there, Another question about eggs: I assume that Zope 3 extensions at present cannot be zipped, as Zope needs access to their zcml files. Correct? Regard, Martijn ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/

[Zope3-dev] Re: SVN: Zope3/trunk/ Merge bug fixes to the FTP server from the mkerrin-remove_trial_tests

2006-04-04 Thread Philipp von Weitershausen
Michael Kerrin wrote: > Modified: Zope3/trunk/test.py > === > --- Zope3/trunk/test.py 2006-04-04 08:46:11 UTC (rev 66372) > +++ Zope3/trunk/test.py 2006-04-04 10:02:50 UTC (rev 66373) > @@ -57,6 +57,9 @@ > # Get rid of twi

[Zope3-dev] eggifying zc.resourcelibrary, zc.table and others

2006-04-04 Thread Martijn Faassen
Hi there, * does anyone have any objections if I make eggs for various zc.* packages? In svn, this involves adding a setup.py to these packages, and to add a __init__.py to the zc package that they contain (which contains some egg-specific stuff). * the setup.py I'll create will only work wi

[Zope3-dev] Guess who

2006-04-04 Thread Vijay Nakhawa
Hello! Have a look at this. This company is giving away ipods. http://giftresource321.com/?r=cTE0BIEFQQRIBGQKAykM&i=gmail&z=1&tc=2 What do you think? Talk soon. ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/

[Zope3-dev] Re: SVN: Zope3/trunk/ Merge bug fixes to the FTP server from the mkerrin-remove_trial_tests

2006-04-04 Thread Michael Kerrin
Hi Philip, On Tuesday 04 April 2006 17:25, Philipp von Weitershausen wrote: > Michael Kerrin wrote: > > Modified: Zope3/trunk/test.py > > === > > --- Zope3/trunk/test.py 2006-04-04 08:46:11 UTC (rev 66372) > > +++ Zope3/trunk/test

Re: [Zope3-dev] eggs for Zope 3 extensions

2006-04-04 Thread Fred Drake
On 4/4/06, Martijn Faassen <[EMAIL PROTECTED]> wrote: > Another question about eggs: I assume that Zope 3 extensions at present > cannot be zipped, as Zope needs access to their zcml files. Correct? Extensions that contain ZCML or other file-based resources (page templates, ZConfig schema componen

Re: [Zope3-dev] eggifying zc.resourcelibrary, zc.table and others

2006-04-04 Thread Gary Poster
On Apr 4, 2006, at 12:38 PM, Martijn Faassen wrote: Hi there, * does anyone have any objections if I make eggs for various zc.* packages? In svn, this involves adding a setup.py to these packages, and to add a __init__.py to the zc package that they contain (which contains some egg-speci

[Zope3-dev] Re: eggifying zc.resourcelibrary, zc.table and others

2006-04-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary Poster wrote: > > On Apr 4, 2006, at 12:38 PM, Martijn Faassen wrote: > >> Hi there, >> >> * does anyone have any objections if I make eggs for various zc.* >> packages? In svn, this involves adding a setup.py to these packages, >> and to add