ScribeEngine is an open source blog engine written in Python
 
 
 
 
 
Go to file
Raoul Snyman 2e71c66858 Pull in all the changes from the media branch. 2010-11-11 12:55:32 +02:00
docs Initial import 2010-01-15 22:55:30 +02:00
scribeengine Pull in all the changes from the media branch. 2010-11-11 12:55:32 +02:00
themes/stargazer Flash message styling, form styling, multiple static directories. 2010-01-17 01:19:42 +02:00
.bzrignore Adding registration and activation. 2010-01-30 23:55:23 +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 Pass the file name back to TinyMCE. 2010-11-11 08:16:08 +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 Added timezones 2010-03-02 16:00:05 +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.