Re: [Zope-dev] Re: branched Zope 2.9

2005-11-13 Thread Craeg Strong

What about making the banch but calling it an alpha release?

I suspect many more people would have a chance to kick the tires if they 
could download binaries.
You may find some of the critical bugs actually only occur in very 
specific circumstances,

or that there are other, even more critical bugs hiding.

I think most people are mature enough to understand what an alpha 
release is, and treat it as such.


Just a thought,

--Craeg

Andreas Jung wrote:



--On 13. November 2005 20:33:01 +0100 Florent Guillaume [EMAIL PROTECTED] 
wrote:



Anyway if we want to go further we need to schedule bug days. One per
week, or something like that. Otherwise nobody will set aside the 
time to

discuss, investigate and fix the current bugs.


Right, right, but there must be enough people to fix bugs...the last 
bugs days we had were not sooo successful. There is no way to enforce 
contributors to fix bugs. Speaking for myself I look at bugs from time 
to time and see what I can fix. There are bunch of bugs where you 
don't know if it is a bug or a feature...it's basically a question of 
having  time...


-aj

 


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: [Zope-dev] Re: [Zope] PCGI?

2003-02-13 Thread Craeg Strong

How about making it a separately downloadable
add-on like LocalFS, Squishdot, etc. etc.

--Craeg

 Jim Fulton wrote at 2003-2-13 11:30 -0500:
   I'm wondering how PCGI should be supported in Zope moving forward.
 Do we still need it?

 I would prefer to drop it (to reduce complexity).


 Dieter

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





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



[Zope-dev] HTTP content negotiation-- has anyone tried this in Zope?

2002-11-13 Thread Craeg Strong
Hello:

I try to keep tabs on other open source CMSs, in particular Apache Cocoon, and
I noticed this message:

http://marc.theaimsgroup.com/?l=xml-cocoon-devm=103717736917834w=2

talking about software that, in effect, enables one to configure a server to respond
to
the HTTP headers having to do with content negotiation: preferred charset, preferred
language, and content-type.

This is way cool stuff-- imagine an application capable of returning an XML
representation
of a resource instead of a human-readable XHTML simply based on the HTTP
header-- same URL.

ASIDE: This is in line with TBL's original vision of the web and
is being adopted by high profile organizations like google-- it has supported
Accept-Language
for at least a year-- change the list of acceptable languages to demonstrate it in a
browser...

Question: has anyone tried to support this kind of thing using Zope yet?  I imagine
it should be possible, b/c you should have access to everything you need in the
REQUEST object, right?

If one agrees that this is a good idea, then wouldn't it be cool to have a set of
ready-made components in Zope3 to facilitate switching on relevant HTTP
headers-- either for mime type, I18N, etc.?

Thoughts?

--Craeg


___
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 )