ScribeEngine is an open source blog engine written in Python
Go to file
Raoul Snyman d2907d72e8 A couple of security fixes. 2010-01-19 22:56:05 +02:00
docs Initial import 2010-01-15 22:55:30 +02:00
scribeengine Conditionally show the "new post" link for users with the permission to add posts. 2010-01-19 22:44:25 +02:00
themes/stargazer Flash message styling, form styling, multiple static directories. 2010-01-17 01:19:42 +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 Removed now unneeded default user configs 2010-01-19 22:01:51 +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 Yesterday's changes. 2010-01-18 22:16:46 +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.