You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Kirk Rogers <ki...@verizon.net> on 2002/10/09 03:03:55 UTC

cobranding strategies?

I'm looking to build cobranding capabilities into a mod_perl site and am
looking for some documentation or guidelines to follow.  Anyone know of
documentation that I can find.

K


Re: cobranding strategies?

Posted by Rob Nagler <na...@bivio.biz>.
Kirk Rogers writes:
> I'm looking to build cobranding capabilities into a mod_perl site and am
> looking for some documentation or guidelines to follow.  Anyone know of
> documentation that I can find.

We've had some pretty stringent requirements that led us to
indirecting all fonts, tagged text, colors, icons, and URIs.  It also
turned out to be handy for building up two independent sites in one
mod_perl server and handling "skins" for the same site.  This may be
overkill if you just want the "custom-logo-in-the-corner cobrand", but
I suspect you are looking for more.

Have a look at http://petshop.bivio.biz/src?s=Bivio::UI::Facade
for the interface, and for an example facade
http://petshop.bivio.biz/src?s=Bivio::PetShop::Facade::PetShop

If you have any questions, mail me directly.

Rob