ScribeEngine is an open source blog engine written in Python
Go to file
Raoul Snyman e117bd5e58 Added an edit screen, removed and ignore generated files or data files. 2010-01-16 00:40:32 +02:00
docs Initial import 2010-01-15 22:55:30 +02:00
scribeengine Added an edit screen, removed and ignore generated files or data files. 2010-01-16 00:40:32 +02:00
themes/stargazer Added an edit screen, removed and ignore generated files or data files. 2010-01-16 00:40:32 +02:00
.bzrignore Added an edit screen, removed and ignore generated files or data files. 2010-01-16 00:40:32 +02:00
MANIFEST.in Initial import 2010-01-15 22:55:30 +02:00
README.txt Initial import 2010-01-15 22:55:30 +02:00
development.ini Initial import 2010-01-15 22:55:30 +02:00
ez_setup.py Initial import 2010-01-15 22:55:30 +02:00
setup.cfg Initial import 2010-01-15 22:55:30 +02:00
setup.py Initial import 2010-01-15 22:55:30 +02:00
test.ini Initial import 2010-01-15 22:55:30 +02:00

README.txt

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.