Sha256: 88b02a369599b331a486fe75d31fbfb4c723c110667bf85f504cbad33d447ad4
Contents?: true
Size: 786 Bytes
Versions: 2
Compression:
Stored size: 786 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' autoload :TikZ, 'webgen/tag/tikz' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gettalong-webgen-0.5.5.20081010 | lib/webgen/tag.rb |
gettalong-webgen-0.5.5.20081012 | lib/webgen/tag.rb |