[global] command_packages = buildutils.pudge_command, buildutils.publish_command [egg_info] tag_build = dev tag_svn_revision = true [pudge] theme = pythonpaste.org docs = docs/index.txt docs/Validator.txt docs/ToDo.txt docs/news.txt docs/htmlfill.txt docs/Design.txt docs/community.txt docs/download.txt docs/history.txt docs/i18n.txt doc_base = docs/ dest = docs/html modules = formencode exclude_modules = formencode.fields formencode.formgen formencode.sqlformgen formencode.sqlschema title = FormEncode mailing_list_url = http://formencode.org/community.html organization = FormEncode settings = normal_link_color=#083 visited_color=#038 hover_color=#dfd body_outer_bg_color=#173 body_border_color=#0f0 nav_container_color=#7d9 nav_button_color=#073 nav_border_color=#0f5 doctitle_color=#009900 no_about=true link1=/Validator.html Documentation [publish] doc-dir = docs/html doc-dest = scp://ianbicking@shell.sf.net/home/groups/f/fo/formencode/htdocs/ [aliases] distribute = register sdist bdist_egg upload pudge publish [nosetests] detailed-errors = 1 # Babel configuration [compile_catalog] domain = FormEncode directory = formencode/i18n statistics = true [extract_messages] add_comments = TRANSLATORS: output_file = formencode/i18n/FormEncode.pot charset = utf-8 msgid_bugs_address = formencode-discuss@lists.sf.net width = 80 [init_catalog] domain = FormEncode input_file = formencode/i18n/FormEncode.pot output_dir = formencode/i18n [update_catalog] domain = FormEncode input_file = formencode/i18n/FormEncode.pot output_dir = formencode/i18n previous = true