Class | Webgen::GalleryStyle |
In: |
lib/webgen/website.rb
|
Parent: | DirectoryInfo |
A gallery style provides style information for gallery pages. It should contains the files +gallery_main.template+, +gallery_gallery.template+ and +gallery_image.template+ and an optional readme file.
BASE_PATH | = | File.join( Webgen.data_dir, 'gallery_styles' ) | Base path for the styles. |
# File lib/webgen/website.rb, line 125 125: def files 126: super.select {|f| f != File.join( path, 'README' )} - plugin_files 127: end