ScribeEngine is an open source blog engine written in Python - original code, no longer in use. See the "scribeengine" repository
docs | ||
scribeengine | ||
themes/stargazer | ||
.bzrignore | ||
development.ini | ||
ez_setup.py | ||
MANIFEST.in | ||
README.txt | ||
setup.cfg | ||
setup.py | ||
test.ini |
This file is for you to describe the ScribeEngine application. Typically you would include information such as the information below: Installation and Setup ====================== Install ``ScribeEngine`` using easy_install:: easy_install ScribeEngine Make a config file as follows:: paster make-config ScribeEngine config.ini Tweak the config file as appropriate and then setup the application:: paster setup-app config.ini Then you are ready to go.