Sha256: 9cf83b553c2caa3da1d65dccb6aa4961faef028645fc8641a9ae3b70efb2a47f
Contents?: true
Size: 748 Bytes
Versions: 5
Compression:
Stored size: 748 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' autoload :Sitemap, 'webgen/tag/sitemap' end end
Version data entries
5 entries across 5 versions & 2 rubygems