ScribeEngine is an open source blog engine written in Python
Go to file
Raoul Snyman 1803fbe824 Initial import 2010-01-15 22:55:30 +02:00
ScribeEngine.egg-info Initial import 2010-01-15 22:55:30 +02:00
docs Initial import 2010-01-15 22:55:30 +02:00
scribeengine Initial import 2010-01-15 22:55:30 +02:00
themes/stargazer Initial import 2010-01-15 22:55:30 +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.