module Slideshow
builtin text filters called before text_to_html
use web filters for processing html/hypertext
Originally based on code from Rails and Merb; adapted from Webby.
Constants
- MAJOR
- MINOR
- PATCH
- VERSION
Public Class Methods
generator()
click to toggle source
version string for generator meta tag (includes ruby version)
# File lib/slideshow/version.rb, line 20 def self.generator "Slide Show (S9) v#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end
root()
click to toggle source
# File lib/slideshow/version.rb, line 15 def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end
version()
click to toggle source
# File lib/slideshow/version.rb, line 11 def self.version VERSION end