README.txt
author Mikael Berthe <mikael@lilotux.net>
Sat, 21 Jun 2008 20:31:38 +0200
changeset 9 91f9fe1adf0c
parent 1 000989fcd3d3
permissions -rw-r--r--
Add a small input check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
mcevent.py README file
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
======================
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
This simple Python script reads mcabber event messages from the standard input
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
and can play sounds, display popup notifications and use a speech synthesizer
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
to notify the user.
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
It can be used to have local notifications with a remote mcabber instance.
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
000989fcd3d3 Add README file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
Mikael