[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] sort pages alphabetically
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] sort pages alphabetically
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Wed, 30 Jan 2008 09:48:29 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=YVomWmFX7DeoBIShW+z9kbiAZRUlQk3ghHvAWQv/bCE=; b=HJBwhPepz0JDRgiFacXJEyqPTnbVEsLL02cYhAjrnAZMb7i9/7SETFwCZVAPX97jagr9U34kYtOqn+s/qIFI2rxtgAZSPJ9Z2gknpCzA1RkffJOP+078BBqXS6vZVpLXb2QClFKomjxOezQpz9Gw5aN3/DXBMqhUHWgXJkQ8iWc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=coIUgDgv9wbNuH99CY37wTLILRvCxQwOl1aJM9ZFD2q3oZ3c8+SdK27uT2sAsWYXNw6n8AzHX3Ur1/cnzOW6JEJKLTx074BSE2u0bHtgEW2sUQWgOezmdvoDXH0klxx7w0XQByHRsHoocY2LIlnjpRQ8VY3Z72ddLQUyuCvfbDE=
- References: <47A06691.4010109 (at) schetterer.org> <20080130140417.GA8288 (at) hswn.dk>
On Jan 30, 2008 9:04 AM, Henrik Stoerner <henrik (at) hswn.dk> wrote:
> On Wed, Jan 30, 2008 at 12:59:13PM +0100, Robert Schetterer wrote:
> > Hi @ll
> > is there an easy options to sort output pages
> > alphabetically
>
> No, pages appear in the order they are defined in bb-hosts.
Although I've had some issues getting stuff to appear exactly in the order
I'd like when I have multiple "title" sections on the same page. For
example, I have a section that looks like this:
bb-hosts file
. . .
page ABC ABC
title ABC
1.2.3.4 HostA
title DEF DEF
group Z
5.6.7.8 HostB
title GHI GHI
group Y
1.1.1.1 HostC
group X
2.2.2.2. Host D
title JKL JKL
subpage XYZ
title WXY
3.3.3.3 HostE
In this case, the order the sections show on the hobbit page is:
JKL
->subsections WXY, etc
ABC
DEF
GHI