[Zope3-Users] configure access from zcml

2007-02-21 Thread Michael Haubenwallner

The publication requestfactories are available by default.
Is there a way to configure protocol access to the whole site, local 
sites, containers or objects through ZCML ?


How would a sysadmin e.g. enable xmlrpc access to the site or a folder 
only or disable xmlrpc access to a certain object or interface ?


Michael

--
http://zope.org/Members/d2m
http://planetzope.org

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] problem trying to use layers in a custom skin

2007-02-21 Thread Shaar Gabriel
On Tuesday 20 February 2007 14:06, Shaar Gabriel wrote:

 hi. (using zope 3.3.0)

 i'm trying to make my own skin, using rotterdam as a basic layer, and
 adding my own layer.

 this is what i have so far :

 the classes :

 class jzclean(IBrowserRequest):
 Layer for registering jzclean-specific resources.

 class JZClean(jzclean, rotterdam, IDefaultBrowserLayer):
 The ``JZClean`` skin.

 It is available via ``++skin++JZClean``.
 

 configure.zcml :

   interface
   interface=.JZClean
   type=zope.publisher.interfaces.browser.IBrowserSkinType
   name=JZClean
   /

   browser:resource
   name=zope3_tablelayout.css
   file=resources/zope3_tablelayout.css
   layer=.jzclean
   /

 and then i set the default skin to JZClean :

   browser:defaultSkin name=JZClean /

 when i go to http://localhost:8080/@@/zope3_tablelayout.css i get the
 rotterdam version. when i remove rotterdam from the layers, i get my
 version. tried moving rotterdam and jzclean around in the inheritance list,
 but that didn't help. could somebody give me a clue ?
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users

replying to my own question.
this seems to have been a browser cache hiccup. works ok now.
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope3 groups and such

2007-02-21 Thread Benji York

Robert Hicks wrote:

Are there any meetings in Virginia or round abouts?


There has been a Fredericksburg ZPUG in the recent past, but it petered 
out in the last year.


There were recently signs of resurgence on the mailing list 
(http://mail.zope.org/mailman/listinfo/fredericksburg-zpug), but nothing 
has come of it yet.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] unique integer id as a Token for ITerms ?

2007-02-21 Thread Christophe Combelles

Hello,

When using a vocabulary, one needs to generate a token for each term, then to be 
able to get the value again from the token. (getTerm/getValue needed by ITerms)


Is there a problem using the Unique Integer Id generated by the IntIds utility 
directly as the token?



thanks,
Christophe
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] unique integer id as a Token for ITerms ?

2007-02-21 Thread Gary Poster


On Feb 21, 2007, at 1:23 PM, Christophe Combelles wrote:


Hello,

When using a vocabulary, one needs to generate a token for each  
term, then to be able to get the value again from the token.  
(getTerm/getValue needed by ITerms)


Is there a problem using the Unique Integer Id generated by the  
IntIds utility directly as the token?


not at all, if the vocabulary item is appropriate for an intid  
(usually, but not necessarily, this means a persistent object)


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Zope Book: Internationalizing still up to date?

2007-02-21 Thread Florian Lindner
Hello,
is the chapter 18: Internationalizing a package in Stephans Zope Book 
(online version) still up to date or has changed to much so it's not worth 
reading anymore?
Any other good sources about i18n?

Thanks,

Florian
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope Book: Internationalizing still up to date?

2007-02-21 Thread FB
Hi,

On Wed, Feb 21, 2007 at 09:02:16PM +0100, Florian Lindner wrote:
 Hello,
 is the chapter 18: Internationalizing a package in Stephans Zope Book 
 (online version) still up to date or has changed to much so it's not worth 
 reading anymore?
 Any other good sources about i18n?

Your eMail's '.de' TLD makes me think

 http://zope3.mpg.de/i18n

might be interesting for you.

Regards,

Frank
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users