![]() |
Boost Docs : |
From: Joel de Guzman (joel_at_[hidden])
Date: 2005-08-02 04:20:05
Here's Doug's reply:
On Aug 1, 2005, at 8:19 AM, Joel de Guzman wrote:
> Weining Hao wrote:
>
>> Hi,
>>
>> I have generated some HTML pages by using quickbook
>> and boostbook. Is it possible to get rid off the c++
>> boost logo and the navigation icons from these HTML
>> pages? How to do that?
>
>
> Good question. I pondered on that myself. BoostBook
> generates that. Doug, is there a way to do what Weining
> wants in BoostBook? If not, I am willing to tweak some
> code if you point me in the right direction.I also wish
> to write non-Boost related docs using QuickBook.
The file $BOOST_ROOT/tools/boostbook/xsl/navbar.xsl contains the Boost
header that's used when generating HTML. Modify that and you can get rid
of the Boost-specific stuff.
Doug