ScribeEngine is an open source blog engine written in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Raoul Snyman 2e71c66858 Pull in all the changes from the media branch. 13 years ago
docs Initial import 13 years ago
scribeengine Pull in all the changes from the media branch. 13 years ago
themes/stargazer Flash message styling, form styling, multiple static directories. 13 years ago
.bzrignore Adding registration and activation. 13 years ago
MANIFEST.in Initial import 13 years ago
README.txt Initial import 13 years ago
development.ini Pass the file name back to TinyMCE. 13 years ago
ez_setup.py Initial import 13 years ago
setup.cfg Initial import 13 years ago
setup.py Added timezones 13 years ago
test.ini Initial import 13 years ago

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.