[Zope3-dev] Re: Zope 3.1.0 released!

2005-10-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: > Stephan Richter wrote: > >> On Monday 03 October 2005 12:04, Jim Fulton wrote: >> http://zope.org/Products/Zope3/ >>> >>> >>> This URL is incorrect. The correct URL is: >>> >>>http://zope.org/Products/Zope3 >>> >>> (no tr

Re: [Zope3-dev] Zope 3.1.0 released!

2005-10-03 Thread Tim Peters
[Stephan Richter] http://zope.org/Products/Zope3/ [Jim Fulton] >>> This URL is incorrect. The correct URL is: >>> >>>http://zope.org/Products/Zope3 >>> >>> (no trailing slash) [Stephan] >> Both should work. Because if you click via the Webpage links, you get the >> slash. [Jim] > Yes,

Re: [Zope3-dev] Zope 3.1.0 released!

2005-10-03 Thread Jim Fulton
Stephan Richter wrote: On Monday 03 October 2005 12:04, Jim Fulton wrote: http://zope.org/Products/Zope3/ This URL is incorrect. The correct URL is: http://zope.org/Products/Zope3 (no trailing slash) Sorry about the confusion. Both should work. Because if you click via the Webpage l

Re: [Zope3-dev] Zope 3.1.0 released!

2005-10-03 Thread Stephan Richter
On Monday 03 October 2005 12:04, Jim Fulton wrote: > >   http://zope.org/Products/Zope3/ > > This URL is incorrect. The correct URL is: > >     http://zope.org/Products/Zope3 > > (no trailing slash) > > Sorry about the confusion. Both should work. Because if you click via the Webpage links, you ge

Re: [Zope3-dev] Zope 3.1.0 released!

2005-10-03 Thread Jim Fulton
Stephan Richter wrote: Hello everyone, The Zope 3 development team is proud to announce Zope 3.1.0 final. Zope 3 is the next major Zope release and has been written from scratch based on the latest software design patterns and the experiences of Zope 2. It is in our opinion that Zope 3.1 is mo

Re: [Zope3-dev] Re: [Zope] Zope 3.1.0 released!

2005-10-03 Thread Tim Peters
>> http://zope.org/Products/Zope3/ [Reinoud van Leeuwen] > Is it intended that one should login before being able to access that > page? Not intended, and logging in may not help either. Try it with and without the trailing slash: http://zope.org/Products/Zope3/ or http://zope.org/P

Re: [Zope3-dev] zcml:condition registry?

2005-10-03 Thread Lennart Regebro
On 10/3/05, Fred Drake <[EMAIL PROTECTED]> wrote: > conflicts, but for products you release to the community, it makes a > lot of sense to document the specific features that are provided. > This is especially to determine if several people are implementing > similar features, since that may indica

[Zope3-dev] Correct test for keyreference

2005-10-03 Thread jürgen Kartnaller
Can someone please commit this change for zope.app.keyreference.persistent.txt to the trunk ? Index: persistent.txt === --- persistent.txt (revision 38720) +++ persistent.txt (working copy) @@ -30,7 +30,7 @@ We can call th

[Zope3-dev] Re: [Zope] Zope 3.1.0 released!

2005-10-03 Thread Reinoud van Leeuwen
On Sun, Oct 02, 2005 at 03:26:56PM -0400, Stephan Richter wrote: > > Downloads > > http://zope.org/Products/Zope3/ Is it intended that one should login before being able to access that page? -- __ "Nothing is as subjective as reality" Reinoud

Re: [Zope3-dev] zcml:condition registry?

2005-10-03 Thread Fred Drake
On 10/3/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: > OK. How come we just don't use dotted names? We can use dotted names, but sometimes we still want to know what else is out there. Dotted names help avoid accidental collisions in a small namespace, but do not help us know what is provided.

[Zope3-dev] thansk for the release!

2005-10-03 Thread Martijn Faassen
Hi there, Thank you all, especially Stephan, for all the work done to create the Zope 3.1 release! Regards, Martijn ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope3-dev] zcml:condition registry?

2005-10-03 Thread Lennart Regebro
OK. How come we just don't use dotted names? ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope3-dev] i18n in ZPT half-broken?

2005-10-03 Thread Dmitry Vasiliev
Fred Drake wrote: On 9/19/05, Jean-Marc Orliaguet <[EMAIL PROTECTED]> wrote: Hi! I'm having trouble getting strings to be translated using tal:content="variable" or tal:replace="variable" ... according to the documentation, i18n:translate="" tal:content="..." should translate the evaluated