Class Webgen::SipttraStyle
In: lib/webgen/website.rb
Parent: DirectoryInfo
RuntimeError PluginParamNotFound PluginNotFound ConfigurationFileInvalid CmdParse::CommandParser CommandParser DirectoryInfo GalleryStyle WebSiteStyle WebSiteTemplate SipttraStyle Test::Unit::TestCase TestCase PluginTestCase TagTestCase CmdParse::Command ShowCommand CheckCommand UseCommand CreateCommand TSort DependencyHash Hash Comparable Language ::Logger Logger Logger DEFAULT_WRAPPER_MODULE WebSite Qt::MainWindow MainWindow Qt::Dialog NewWebsiteDialog Qt::TextEdit LogWidget ::Rake::TaskLib WebgenTask ConfigurationFile Website PluginManager PluginLoader PluginParamValueNotFound Dummy Color CliUtils PluginDefs lib/webgen/languages.rb lib/webgen/website.rb lib/webgen/gui/common.rb lib/webgen/plugin.rb lib/webgen/test.rb lib/webgen/cli.rb ClassMethods PluginDefs LanguageManager lib/webgen/gui/new_website_dlg.rb lib/webgen/gui/main.rb GUI lib/webgen/rake/webgentask.rb Rake Webgen dot/m_60_1.png

A sipttra style provides a template and other files for styling sipttra files. It should contain at least a +sipttra.template+.

Methods

files  

Constants

BASE_PATH = File.join( Webgen.data_dir, 'sipttra_styles' )   Base path for the styles.

Public Instance methods

See DirectoryInfo#files

[Source]

     # File lib/webgen/website.rb, line 147
147:     def files
148:       super.select {|f| f != File.join( path, 'README' )}
149:     end

[Validate]