[Zope-CMF] Implementation identifiers within the REQUEST
   
    alan runyan
     
    alan runyan" <runyaga@runyaga.com
       
    Fri, 25 Oct 2002 16:30:37 -0500
    
    
  
there is the skin name...
maybe we could use that as part of our convention ?
you can ask the skin tool whats the cookie name.
then you could do skinname.beginswith('plone') or beginswith('cmf')
or beginswith('mmmanager') and just say if you are going to pick
a skin name it has to be prefixed by the name of the skin you are using.
mmmanager_customer_skin could be a name of a cookie name.
that would trigger it to use that skin.
but why are you having to do this?  what is so special about plone?
that you need to treat things differently?  
~runyaga
----- Original Message ----- 
From: "Ausum Studio" <ausum_studio@hotmail.com>
To: <zope-cmf@zope.org>
Sent: Friday, October 25, 2002 3:13 PM
Subject: [Zope-CMF] Implementation identifiers within the REQUEST
> As part of my current need to enable a product to work within Plone, my
> skins need to know what CMF implementation they are being used at. Is it
> possible that in the future, generally speaking, every implementation stamp
> its identifier within the REQUEST object, as an environment variable?
> 
> 
> 
> Ausum
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
> 
> See http://collector.zope.org/CMF for bug reports and feature requests
>