--- WinNotify rto 2009-04-13 18:34:58.437003
+++ WinNotify rto 2009-04-13 19:01:30.829525
@@ -1,0 +1,37 @@
+Description
+==
+
+<img src="/images/winnotify/winnotify.png" style="float: right;" alt="WinNotify example screenshot" />
+
+WinNotify is a simple Win32 command line utility written in C# that allows other applications to easily pop-up those balloon notification messages on windows.
+
+*nix people can look at this as a Win32 version of notify-send from the Galago project's [libnotify][1]
+
+Personally i use it in emacs's [rcirc][2] irc client to notify me of new messages directed at me.
+
+Usage
+==
+Just call `WinNotify.exe <title> <text>` you can optionally define the time you wish the notification message to be on-screen by using the `-t <milliseconds>` option - although you should know that for the rules about the timeout range supported and when it is actually used is micrsoft'y and platform specific (also known as too stupid to make sense - TSTMS).
+
+Releases
+==
+
+0.1.1
+--
+This release is the first one released to the public.
+
+Future Plans
+==
+The only thing i can come up with at the moment is to find some way to detect which program called WinNotify - and then use that program's icon as the notification icon.
+
+Download
+==
+If you already have the .net 3.5 framework installed the only thing you need is [this .exe file][3] - i just dump it somewhere in my $PATH (or %PATH% as microsoft likes to call it).
+
+The source code is avilable [here][4] using the [bzr system][5].
+
+ [1]: http://www.galago-project.org/ "libnotify"
+ [2]: http://www.emacswiki.org/emacs/rcirc
+ [3]: /files/winnotify/WinNotify.exe
+ [4]: http://halfdans.net/bzr/winnotify/
+ [5]: http://bazaar-vcs.org