[thot.sources]
filesystem = thot.core:FilesystemSource

[thot.renderer]
rst = thot.plugins.RstParser:RstParser
creole = thot.plugins.CreoleParser:CreoleParser
markdown = thot.plugins.MarkdownParser:MarkdownParser
trivial = thot.parser:Parser
trac = thot.plugins.TracParser:TracParser

[console_scripts]
thot = thot.app:main

[thot.processors]
category = thot.plugins.Tagging:PageCategory
comments_from_files = thot.plugins.Comments:CommentsFromFile
tags = thot.plugins.Tagging:PageTags

[thot.templating_engines]
mako = thot.plugins.MakoTemplating:MakoTemplate
jinja2 = thot.plugins.Jinja2Templating:Jinja2Template

