Re: [Zope-dev] zope.conf extensibility

2005-12-01 Thread Chris Withers

Fred Drake wrote:


I don't know that there's any real documentation for this.  Feel free
to add some.


In this case, I think zopeschema.xml should be documentation enough, 
especially as any product author wanting to use this feature is going to 
have to write a component.xml at least ;-)


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

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


Re: [Zope-dev] zope.conf extensibility

2005-12-01 Thread Fred Drake
On 12/1/05, Chris Withers [EMAIL PROTECTED] wrote:
 In this case, I think zopeschema.xml should be documentation enough,
 especially as any product author wanting to use this feature is going to
 have to write a component.xml at least ;-)

Actually, a product author isn't required to write a component.xml,
though they probably should for anything interesting.


  -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
There is no wealth but life. --John Ruskin
___
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 )


Re: [Zope-dev] zope.conf extensibility

2005-11-30 Thread Fred Drake
On 11/30/05, Sidnei da Silva [EMAIL PROTECTED] wrote:
 I have some product that would greatly benefit from being able to be
 configured from within zope.conf. I don't want a separate
 configuration file. Period.

Tres Seaver and I implemented this during the Goldegg sprint in
Fredericksburg, which we provided a location for.  This should be in
Zope 2.9.

I don't know that there's any real documentation for this.  Feel free
to add some.


  -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
There is no wealth but life. --John Ruskin
___
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 )


Re: [Zope-dev] zope.conf extensibility

2005-11-30 Thread Sidnei da Silva
On Wed, Nov 30, 2005 at 03:55:22PM -0500, Fred Drake wrote:
| On 11/30/05, Sidnei da Silva [EMAIL PROTECTED] wrote:
|  I have some product that would greatly benefit from being able to be
|  configured from within zope.conf. I don't want a separate
|  configuration file. Period.
| 
| Tres Seaver and I implemented this during the Goldegg sprint in
| Fredericksburg, which we provided a location for.  This should be in
| Zope 2.9.
| 
| I don't know that there's any real documentation for this.  Feel free
| to add some.

I haven't seen this being checked in at all, maybe it's in Tres
laptop?

-- 
Sidnei da Silva
Enfold Systems, LLC.
http://enfoldsystems.com
___
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 )


Re: [Zope-dev] zope.conf extensibility

2005-11-30 Thread Fred Drake
On 11/30/05, Sidnei da Silva [EMAIL PROTECTED] wrote:
 I haven't seen this being checked in at all, maybe it's in Tres
 laptop?

These were committed to the trunk before the 2.9 branch was created:


r39652 | tseaver | 2005-10-26 15:10:40 -0400 (Wed, 26 Oct 2005) | 1 line

Allow custom section types to play in product-config.

r39635 | tseaver | 2005-10-26 12:09:59 -0400 (Wed, 26 Oct 2005) | 7 lines

Added a 'product-config' section type to zope.conf, allowing arbitrary
key-value mappings.

Products can look for such confgiurations to set product-specific options
(see the example 'product-config' section in skel/etc/zope.conf.in
for sample usage).


  -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
There is no wealth but life. --John Ruskin
___
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 )


Re: [Zope-dev] zope.conf extensibility

2005-11-30 Thread Sidnei da Silva
On Wed, Nov 30, 2005 at 04:27:11PM -0500, Fred Drake wrote:
| On 11/30/05, Sidnei da Silva [EMAIL PROTECTED] wrote:
|  I haven't seen this being checked in at all, maybe it's in Tres
|  laptop?
| 
| These were committed to the trunk before the 2.9 branch was created:
| 
| 
| r39652 | tseaver | 2005-10-26 15:10:40 -0400 (Wed, 26 Oct 2005) | 1 line
| 
| Allow custom section types to play in product-config.
| 
| r39635 | tseaver | 2005-10-26 12:09:59 -0400 (Wed, 26 Oct 2005) | 7 lines
| 
| Added a 'product-config' section type to zope.conf, allowing arbitrary
| key-value mappings.
| 
| Products can look for such confgiurations to set product-specific options
| (see the example 'product-config' section in skel/etc/zope.conf.in
| for sample usage).

Oh, thanks! Missed that one.

-- 
Sidnei da Silva
Enfold Systems, LLC.
http://enfoldsystems.com
___
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 )