James Mills is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

prologic / sahriswiki http://sahriswiki.org/

A new Wiki Engine developed using the circuits.web framework.

Clone this repository (size: 2.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/prologic/sahriswiki
hg clone ssh://hg@bitbucket.org/prologic/sahriswiki

sahriswiki overview

Recent commits See more »

Author Revision Comments Message Labels Date
prologic 84f5529b93b1 Added support for irc:// protocols
prologic 08c0333966d5 Added a +debug path to display the graph structure of the system
prologic c735d5ab90f8 Restructured some of the components
admin 88381d868ce0
admin d82541218750

Overview

sahriswiki is a lightweight Wiki Engine built using the circuits and circuits.web framework framework, is modular, plugable and themeable.

sahriswiki aims to implement a core set of features that are a mixture of "best of breed" Wiki, Blog, and CMS features.

Website: http://sahriswiki.org/

Documentation: http://sahriswiki.org/Docs/

Project website: https://bitbucket.org/prologic/sahriswiki/

PyPI page: http://pypi.python.org/pypi/sahriswiki

Features

  • small and lightweight
  • mercurial storage engine
  • plugin architecture

Requirements

sahriswiki depends on the following software:

Installation

The simplest and recommended way to install sahriswiki is with pip. You may install the latest stable release from PyPI with pip:

> pip install sahriswiki

If you do not have pip, you may use easy_install:

> easy_install sahriswiki

Alternatively, you may download the source package from the sahriswiki Page on PyPi or the sahriswiki Downloads page on the sahriswiki Website; extract it and install using:

> python setup.py install

License

sahriswiki is licensed under the MIT License.

Feedback

I welcome any questions or feedback about bugs and suggestions on how to improve sahriswiki. Let me know what you think about sahriswiki. I am on twitter @therealprologic.

Do you have suggestions for improvement? Then please Create an Issue with details of what you would like to see. I'll take a look at it and work with you to either incorporate the idea or find a better solution.