zdict Code
Brought to you by:
codekitten
File | Date | Author | Commit |
---|---|---|---|
data | 2010-11-03 | codekitten | [r1] |
docs | 2010-11-03 | codekitten | [r2] |
zcoo | 2010-11-03 | codekitten | [r2] |
zcoo.egg-info | 2010-11-03 | codekitten | [r2] |
MANIFEST.in | 2010-11-03 | codekitten | [r2] |
README.txt | 2010-11-03 | codekitten | [r2] |
development.ini | 2010-11-03 | codekitten | [r2] |
ez_setup.py | 2010-11-03 | codekitten | [r2] |
paster.log | 2010-11-03 | codekitten | [r2] |
setup.cfg | 2010-11-03 | codekitten | [r2] |
setup.py | 2010-11-03 | codekitten | [r2] |
test.ini | 2010-11-03 | codekitten | [r2] |
This file is for you to describe the zcoo application. Typically you would include information such as the information below: Installation and Setup ====================== Install ``zcoo`` using easy_install:: easy_install zcoo Make a config file as follows:: paster make-config zcoo config.ini Tweak the config file as appropriate and then setup the application:: paster setup-app config.ini Then you are ready to go.