depends python  &&
optional_depends WEBSERVER "" "" "To actually view it (select none to be asked about Twisted)" &&
if [[ "$(get_spell_provider moinmoin WEBSERVER)" == "" ]]; then
  optional_depends twisted "" "" "To use Twisted as the webserver"
fi &&
if [[ "$(get_spell_provider moinmoin WEBSERVER)" == *apache* ]]; then
  optional_depends mod_python "" "" "for a faster server (reccomended w/apache)"
fi &&
optional_depends pyxml "" "" "for an RSS feed, the GUI editor, and the docbook formatter" &&
optional_depends 4suite "" "" "for an xslt parser"
