/microblog

Moved to http://gitorious.org/projects/microblog-demo

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

microblog
=========

This is a sample Django microblogging app.

It's being built for demonstration at the local GNHLUG PySIG.

This code is copyright (c) 2009 Walter Mundt, and is available
for use under the GNU Affero General Public License, version 3 or later.

See the file COPYING for license deails.

-------------
Prerequisites
-------------

To use this app, you will need:

 * django 1.0 or later
 * django-registration 0.7 or later
 * django-tagging 0.3 or later
   (or pre-0.3 dev checkout until 0.3 is released)
 * PostgreSQL
 * psycopg2

For the XMPP functionality, you'll also need:

 * Twisted, version 8.2.0 or later recommended
 * PyPgSQL (python-pgsql package on ubuntu)
 * Wokkel 0.4.0 or later
 * Idavoll