search for: inmenu

Displaying 7 results from an estimated 7 matches for "inmenu".

2007 Apr 01
11
--color doesn''t work with --drb w/rspec_autotest
If I got this to work, do you think we could/should check in rspec_autotest into rspec? I''ve updated rspec_autotest abit, so let me know if you''d like the modified code. Scott
2007 Mar 30
2
gallery issue...
...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/gas01.jpg: 18 title: Title2 of pic 19 mykey: mydata of course i...
2004 Jun 16
5
Failed to authenticate on INVITE
Hi, I upgraded my two asterisk boxes today to the latest cvs (up from 5/3/04). These two boxes talk to eachother via sip, not iax. Since the upgrade, I get the error "Failed to authenticate on INVITE" trying to make calls to/from either box. Removing the secret from each box's sip config seems to work but is utterly braindead. Has anyone seen this? - Eric
2007 Dec 26
1
scope of plugns
...lugin which, for a page, displays all file in the same directory (a rather old school view of website, where each directory contains an entry point). But, whatever I try, my plugin code is never invoked, and my page content is never transformed. Here is my page index.page --- title: Tout le dump inMenu: true --- {filelist} And here is my plugin # Generates a sitemap. The sitemap contains the hierarchy of all pages on the web site. class FileListTag < Tags::DefaultTag infos( :name => ''Custom/FileList'', :author => "Nicolas Delsaux", :summary => ...
2007 Mar 04
1
default.template listed in the menu
I''m not really sure if this is a bug or a feature :-) If I use in config.yaml: File/PageHandler: defaultMetaInfo: inMenu: true I get also the file "default.template" listed in the left menu. (this happens with the repository version) -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2007 Mar 06
1
I''m crashing my head on this
I get this error: ERROR -- Invalid page file </Users/andrea/06MELANIA/censi-2006/andrea_web_site/wg/src/index.page>: Invalid structure of meta information part on a file that starts with: --- title: Sample hello page inMenu: true --- which is copied from one of the examples. I attach the whole file. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi -------------- next part -------------- A non-text attachment was scrubbed... Name: inde...
2006 May 22
2
Creating a new gallery layout
...9;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 DEBUG -- Loading plugin file <plugin/foobar.rb>...:...