Menu

Tree [r113] /
 History

HTTPS access


File Date Author Commit
 api 2008-07-08 thezulk [r112] removed som debug info
 example 2008-04-26 noflux [r102] added messagegui channels example to example/co...
 handlers 2008-07-08 thezulk [r112] removed som debug info
 packers 2008-02-26 thezulk [r27] updated sample config
 FlatNotebook.py 2008-02-08 thezulk [r1]
 README.txt 2008-03-25 noflux [r47] fixed messagebox
 bg.bmp 2008-02-08 thezulk [r1]
 creategraph.py 2008-04-03 thezulk [r73] more info in graph
 draft_messageserver.txt 2008-02-22 thezulk [r5] apa
 icon.png 2008-02-08 thezulk [r1]
 messageapi.py 2008-02-26 thezulk [r26] bugfix
 messagebox.py 2009-07-07 thezulk [r113] new messagebox behavior
 messagefilter.py 2008-03-27 thezulk [r70] added filter-support in getMessages
 messagegui.py 2008-05-02 thezulk [r109] fix
 messagelog.py 2008-02-22 thezulk [r6] apa
 messagepacker.py 2008-02-25 thezulk [r20] Doubleclick opens message in new window
 messageserver.py 2008-04-03 thezulk [r73] more info in graph

Read Me

 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.