HappyGirl
by Roman Kamyk <[email protected]> made for his sweetheart --- Agnieszka :)
http://rubyforge.org/projects/happygirl/

== DESCRIPTION:

Have you ever needed to express your love every minute? If your beloved use computer you can install her this application that will articulate your feeling every now and then (even when you are absent).

Makes your girlfriend or wife happy, so it makes you happy :). Based on http://homepage.mac.com/khsu/HappyWife/HappyWife.html. It shows a love message every once in a while.

== SYNOPSIS:

First you should create file ~/.happygirl.yaml, like:
WindowTitle: Some Love Message
Question: Why John Loves Mary?
Messages:
- Because she is so wonderful
- Because she is ...
SecondsToWait: 3600
NextMessageIsRandom: true # If set to true every message will be randomly selected. If any other value is provided messages are showed sequentialy.
StartMessageIndex: 1 # Message to show up first after running program. Any non numerical value means random message.

Next you run program:

% happy_girl

And every SecondsToWait seconds (after clicking button) you will see a window with a message.

*WARNING*
You should click _Accept the Love_ button instead of closing window (because that would close application).

== REQUIREMENTS:

* Ruby/Tk
* Hoe

== INSTALL:

% sudo gem install happygirl

== LICENSE:

(The MIT License)

Copyright (c) 2007 Roman Kamyk

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.