Displaying 2 results from an estimated 2 matches for "imagesperpage".
2007 Mar 30
2
gallery issue...
...be a dumb question, but
i can''t recognize any solution by myself.
I use webgen 0.4.1 (the newest webgen .deb package).
I''m trying to make a test gallery, without succeeding in it.
i done (ehm, copied) the yeah.gallery file in the root directory:
1 title: Example Gallery
2 imagesPerPage: 32
3 images: gallery/*.jpg
4
5 mainPageMetaInfo:
6 inMenu: true
7 otherKey: value
8
9 galleryPagesMetaInfo:
10 orderInfo: 10
11 inMenu: true
12 ---
13 gallery/frate.jpg:
14 title: Test title
15 description: Long description of image
16
17 gallery/ga...
2006 May 22
2
Creating a new gallery layout
...< DefaultGalleryLayouter
define_handler ''layout''
register_layout ''foobar''
end
end
(yes, I tried filling in the main, gallery and image methods. Same results)
o I create a file my.gallery under src/:
title: Gallery
files: gallery/**/*.jpg
imagesPerPage: 16
layout: "foobar"
mainPage:
inMenu: true
Now when I run webgen, I keep getting lots of these:
Mon May 22 00:17:23 PDT 2006 ERROR -- Invalid layout specified:
foobar! Using GalleryLayouters::DefaultGalleryLayouter!:
Verbose logging shows me this:
Mon May 22 00:19:04 PDT 2006 DEBU...