Sha256: 9128e02a29b88979e6572d48f622695e19ea980e45bfd8dfc9bd8a87e2e7837c
Contents?: true
Size: 704 Bytes
Versions: 2
Compression:
Stored size: 704 Bytes
Contents
module Webgen # Namespace for all classes that are useable by Webgen::ContentProcessor::Tag. # # Have a look at the documentation for Webgen::Tag::Base for details on how to implement a tag # class. module Tag autoload :Base, 'webgen/tag/base' autoload :Relocatable, 'webgen/tag/relocatable' autoload :Metainfo, 'webgen/tag/metainfo' autoload :Menu, 'webgen/tag/menu' autoload :BreadcrumbTrail, 'webgen/tag/breadcrumbtrail' autoload :Langbar, 'webgen/tag/langbar' autoload :IncludeFile, 'webgen/tag/includefile' autoload :ExecuteCommand, 'webgen/tag/executecommand' autoload :Coderay, 'webgen/tag/coderay' autoload :Date, 'webgen/tag/date' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.2 | lib/webgen/tag.rb |
webgen-0.5.1 | lib/webgen/tag.rb |