ScribeEngine is an open source blog engine written in Python
Go to file
Raoul Snyman db6d31cc9e Fixed a small problem with the tags page. 2010-01-27 10:33:06 +02:00
docs Initial import 2010-01-15 22:55:30 +02:00
scribeengine Fixed a small problem with the tags page. 2010-01-27 10:33:06 +02:00
themes/stargazer Flash message styling, form styling, multiple static directories. 2010-01-17 01:19:42 +02:00
.bzrignore Added a "tags" view. 2010-01-22 13:07:27 +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 Added tagging, and a nice tag editor component. 2010-01-21 23:40:15 +02:00
ez_setup.py Initial import 2010-01-15 22:55:30 +02:00
run-server Added feed controller 2010-01-26 15:06:47 +02:00
setup.cfg Initial import 2010-01-15 22:55:30 +02:00
setup.py Modified run-server for trunk. 2010-01-22 23:59:17 +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.