Boost logo

Boost :

Subject: Re: [boost] WARNING: BoostBook build change..
From: Michael Caisse (boost_at_[hidden])
Date: 2010-02-12 19:59:00


Rene Rivera wrote:
> In response to the whole, using Boost logo outside of real Boost
> Libraries, I changed the BoostBook XSL slightly to:
>
> * Default to not including a navbar.
> * Default to not including the Boost logo in the navbar, when one
> expressly asks to include the navbar.
>
> I changed the Boost Jamroot to include the two options one needs to
> get back the standard Boost navbar+logo:
>
> <xsl:param>nav.layout=horizontal
> <xsl:param>boost.image=Boost
>
> The "boost.image" param is new and lets one specify: none (for no logo
> image), Boost (for the boost.png image), or anything else (for your
> own custom image. So..
>
> WARNING: You may have to change your doc builds if you previously
> assumed that the navbar or logo would show up outside of Boost to
> include the above options (or some version thereof).
>

I've been using this for some time now:

        <xsl:param>boost.image.src=images/my_logo.png
        <xsl:param>boost.image.w=89
        <xsl:param>boost.image.h=150
        <xsl:param>nav.layout=none

Will your change affect setting the image in this manner?

regards -
michael

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk