[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] spilt pages into sections
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] spilt pages into sections
- From: "s_aiello (at) comcast.net" <s_aiello (at) comcast.net>
- Date: Fri, 8 Aug 2008 08:11:09 -0400
- References: <1897208.2371218192276229.JavaMail.servlet (at) kundenserver>
- User-agent: KMail/1.10.0 (Linux/2.6.24-19-generic; KDE/4.1.0; x86_64; ; )
On Friday 08 August 2008 06:44:36 Torsten Richter wrote:
> Hi,
>
> is it possible to split a web page generated by Hobbit into sections?
> At the moment we get a layout like this:
>
> Pages hosted locally
> --------------------
> Project1
> Project2
> .
> .
> .
>
> What I want to do is something like this:
>
> Projects for cutomer A
> ----------------------
> Project1
> Project2
>
> Projects for customer B
> -----------------------
> Project3
> Project4
> .
> .
> .
>
> I know that I can change the text "Pages hosted locally" by changing the
> variable MKBBLOCAL respectively MKBBSUBLOCAL.
>
> At the moment I don't want to use alternate pagesets for this because I
> only need this for 1 or 2 subpages within the normal page layout. Or is it
> possible to generate alternate pagesets as a subpage of the normal layout?
> But this leaves the question if it is possible to split these subpages into
> sections.
>
Your bb-host file would look something like:
title Projects for customer A
page prj1 Project1
1.2.3.4 supercool.server.com #
page prj2 project2
2.3.4.5 gumby.server.com #
title Projects for customer B
page prj3 Project3
3.4.5.6 mickey.server.com #
page prj4 Project4
4.5.6.7 blah.server.com #