6diagrams / 6diagrams.org (http://6diagrams.com/6diagrams.org/)

Re-innovates forum software. Existing forum software feels dated and lag behind the times, while social sites such as Reddit, Hacker News, Digg, and Delicious are pushing the boundaries. 6diagrams takes inspiration from those social sites and tries to bring some of the innovations back to forum community.

commit 47: 1935fe51c5e7
parent 46: 2aba4d7beb1d
branch: default
tags: tip
fixed width of textarea
Didip Kerabat / didip
3 months ago
6diagrams.org / setup.cfg
r47:1935fe51c5e7 35 loc 682 bytes embed / history / annotate / raw /
[egg_info]
#tag_build = dev
#tag_svn_revision = true

[easy_install]
find_links = http://www.pylonshq.com/download/

[nosetests]
verbose=True
verbosity=2
with-pylons=test.ini
detailed-errors=1
with-doctest=True

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

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

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

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