[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bbgen --pages-last
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bbgen --pages-last
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Sat, 7 May 2005 14:37:04 +0200
- References: <e73320da0505031222438c1ce3@mail.gmail.com>
- User-agent: Mutt/1.5.6+20040907i
On Tue, May 03, 2005 at 04:22:10PM -0300, mario andre wrote:
>
> I put
> ############################################################
> # These determine some parts of how bbgen generates webpages
> ############################################################
> BBGENOPTS="--pages-last --recentgifs --subpagecolumns=2 --infoupdate=1200 --purplelifetime=600"
>
> the --page-last is not ok, any hint?
My mistake - the default "hobbitserver.cfg" setup doesn't pass the
$BBGENOPTS setting to the bbgen command it runs. Just edit your
hobbitlaunch.cfg file and find the [bbdisplay] task definition: The
CMD setting should then be
CMD bbgen $BBGENOPTS --report
By the way, the last two options you have are deprecated and should
not be used with Hobbit.
Regards,
Henrik