Skip to content

A personal web publishing tool, with a simple wiki-like syntax.

License

Notifications You must be signed in to change notification settings

pferreir/exsequiae-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Exsequiæ is a very simple wiki-like personal publishing tool. It is written in Python and makes heavy use of Werkzeug/Flask and jQuery.


Installing

python setup.py install

Example config file

Place it at /path/to/environment/exsequiae.cfg

SITE_TITLE = 'My site'
AUTHOR_NAME = 'My name'
STARTING_YEAR = 2009
DEFAULT_PAGE = 'Start'
ADMIN_USERNAME = 'myusername'
ADMIN_PASSWORD = 'mypass'
SECRET_KEY = 'a VERY random sequence'
STORAGE_TYPE = 'couch'
STORAGE_PARAMS = {'db': 'exsequiae_tests'}
CACHE_TYPE = 'MemcachedCache'
CACHE_PARAMS = {'servers': ['127.0.0.1:11211']}

Executing test server

python run.py /path/to/environment

Unit tests

Unit tests can be invoked like this:

python -m unittest exsequiae.tests

About

A personal web publishing tool, with a simple wiki-like syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published