wiki:murmur

Murmur

A PyGTK2 client created by daelstorm for Museek. Code chunks were taken liberally from musetup-gtk, Nicotine, and mucous.

Current Features

  • Chat Rooms
  • Private Chat
  • Transfers
  • Search
  • User Info
  • Browsing Shares
  • A TrayIcon

Screen Shots

ScreenShotsMurmur

DEPENDENCIES

Murmur requires:

  • GTK2 >= 2.4
  • PyGTK2 >= 2.4
  • Python >= 2.4
  • either PyMucipher (encryption Python module that comes with Museek)
  • or PyCrypto
  • messages.py and driver.py from museek+

INSTALLATION

The simplest way is to use the CMake install procedure (see MuseekFromSources). If you prefer you can also do the following:

To run from source: (you'll need to have museek+ python bindings installed)

./murmur

To install, run as root:

python setup.py install

Checkout from Subversion

The development version of murmur can be downloaded with the following procedure:

svn co http://www.museek-plus.org/svn/museek+/trunk/sources/murmur murmur
cd murmur
./murmur

Changes

  • [browser:/museek+/trunk/sources/murmur/CHANGELOG Subversion CHANGELOG]
Last modified 15 years ago Last modified on 11/18/08 18:28:53
Note: See TracWiki for help on using the wiki.