Messageserver
===================================
<desription>
FEATURES
==========
* ...
* ...
--------------------------------------------------------------------------------
DEPENDENCIES
==============
Required
* Python 2.4
A dynamic object-oriented programming language that can be used for many kinds of software development.
http://www.python.org/
Recommended
* Xorg
An open source implementation of the X Window System.
http://www.x.org/
* wxPython
A blending of the wxWidgets C++ class library with the Python programming language
http://www.wxpython.org/
Optional
* graphviz
A rich set of graph drawing tools.
http://www.graphviz.org/
* python-crypto
Cryptographic algorithms and protocols for Python.
--------------------------------------------------------------------------------
INSTALL INSTRUCTIONS
================================
- Install everything required.
Example for common ubuntu base installation:
sudo apt-get install python python-crypto graphviz python-wxgtk2.8
- Unpack the tarball or checkout from the svn repos.
- Write the config. (See next chapter)
- Startup messagserver with ./messagserver.py
- Maybe start up ./messagegui.py or ./messageapi.py.
./messageapi.py -h for help.
CONFIGURE
================================
For now all the instructions is in the detailed config.py exsample file.
Check the example/config.py and other files therein.
AVAILABILITY
================================
Messageserver is made available from sourceforge.net.
Both source and releases will be provided from here.
See CONTRIBUTING for additional information.
--------------------------------------------------------------------------------
FAQ (Frequently Asked Questions)
================================
Q: <any question>
A: Ask us in the IRC-channel if it is not explained in this file.
CONTRIBUTING
==============
If you wish to contribute to Messageserver, you should get it from SVN and join
our IRC-channel. The IRC channel is also a place where it's nice to be,
since you can talk to other users or developers much easier.
--------------------------------------------------------------------------------
WWW : http://sourceforge.net/projects/messageserver
IRC : EFNET @ #messageserver (http://chat.efnet.org - Choose channel: other... and enter #messageserver)
FORUMS : http://sourceforge.net/forum/?group_id=216289
MAIL : <please use the forums or IRC-channel for feedback and/or questions>
THANKS
========
- This readme is based on the amarok one. Thank's for that!
- Thank you Sourceforge.net for provided svn and the project developing platform.