Filip de Waard is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

fmw / vix http://vix.io/

Document management system designed to interact through JSON and/or the Atom Publishing Protocol.

Clone this repository (size: 126.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/fmw/vix
hg clone ssh://hg@bitbucket.org/fmw/vix

vix / setup.cfg

[egg_info]
tag_build = dev
tag_svn_revision = true

[easy_install]
find_links = http://www.pylonshq.com/download/
             http://www.mindrot.org/projects/py-bcrypt/
[nosetests]
with-pylons = test.ini

# Babel configuration
[compile_catalog]
domain = vix
directory = vix/i18n
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = vix/i18n/vix.pot
width = 80

[init_catalog]
domain = vix
input_file = vix/i18n/vix.pot
output_dir = vix/i18n

[update_catalog]
domain = vix
input_file = vix/i18n/vix.pot
output_dir = vix/i18n
previous = true