Package trac :: Package wiki :: Module macros

Module macros

source code

Classes
  WikiMacroBase
Abstract base class for wiki macros.
  TitleIndexMacro
Insert an alphabetic list of all wiki pages into the output.
  RecentChangesMacro
List all pages that have recently been modified, grouping them by the day they were last modified.
  PageOutlineMacro
Display a structural outline of the current wiki page, each item in the outline being a link to the corresponding heading.
  ImageMacro
Embed an image in wiki-formatted text.
  MacroListMacro
Display a list of all installed Wiki macros, including documentation if available.
  TracIniMacro
Produce documentation for the Trac configuration file.
  KnownMimeTypesMacro
List all known mime-types which can be used as WikiProcessors.
  TracGuideTocMacro
Display a table of content for the Trac guide.

Imports: groupby, inspect, os, re, StringIO, Element, tag, Markup, Resource, ResourceNotFound, get_resource_name, get_resource_summary, get_resource_url, any, rpartition, format_date, from_utimestamp, escape, separated, unquote, to_unicode, _, IWikiMacroProvider, WikiSystem, parse_args, format_to_html, format_to_oneliner, extract_link, OutlineFormatter, Component, ExtensionPoint, Interface, TracError, implements