ScribeEngine is an open source blog engine written in Python - original code, no longer in use. See the "scribeengine" repository
This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
ScribeEngine.egg-info Initial import 2010-01-15 22:55:30 +02:00
themes/stargazer 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
MANIFEST.in Initial import 2010-01-15 22:55:30 +02:00
README.txt 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

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.