
    [paste.global_paster_command]
    init-harold=harold.plugins.createproject:HaroldCreate
    
    [paste.paster_create_template]
    harold=harold.plugins.createproject:HaroldTemplate

    [paste.paster_command]
    recreate-models=harold.plugins.recreatemodel:RecreateModels
    show=harold.plugins.showproject:ShowProject
    shell=harold.plugins.modelshell:ModelShell
    harold=harold.plugins.serve:ServeHarold

    [paste.app_factory]
    static=harold.plugins.factory:wsgi_static_factory
    not_found=harold.plugins.factory:error_notfound

    [paste.filter_app_factory]
    debug_info=harold.plugins.factory:debug_info
    request_timer=harold.plugins.factory:request_timer

    cheetah_publisher=harold.plugins.factory:cheetah_publisher
    code_publisher=harold.plugins.factory:code_publisher
    kid_publisher=harold.plugins.factory:kid_publisher
    markdown_publisher=harold.plugins.factory:markdown_publisher
    rest_publisher=harold.plugins.factory:rest_publisher

    session=harold.plugins.factory:session_filter
    cache=harold.plugins.factory:cache_filter

    activemapper_provider=harold.plugins.factory:activemapper_provider
    dbapi_provider=harold.plugins.factory:dbapi_provider
    sqlalchemy_provider=harold.plugins.factory:sqlalchemy_provider
    sqlobject_provider=harold.plugins.factory:sqlobject_provider

    request_log=harold.plugins.factory:requestlog_writer
    