Package svnmailer :: Module browser
[show private | hide private]
[frames | no frames]

Module svnmailer.browser

Respository Browser URL construction
Classes
ParsedUrl Container for URL parsing and modification
ViewcvsGenerator viewcvs generator
WebsvnGenerator websvn generator

Exceptions
Error Base exception for this module
InvalidBaseUrlError Invalid URL was configured

Function Summary
object getBrowserUrlGenerator(config)
Returns an initialized repos browser generator
tuple parseBrowserBase(base_config)
Parses the given option value into type and base url

Function Details

getBrowserUrlGenerator(config)

Returns an initialized repos browser generator
Parameters:
config - The group configuration
           (type=

svnmailer.settings.GroupSettingsContainer)

Returns:
The generator object or None
           (type=object)

parseBrowserBase(base_config)

Parses the given option value into type and base url
Parameters:
base_config - The option value
           (type=str)
Returns:
The type and the base url
           (type=tuple)

Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 http://epydoc.sf.net