Release Name: 1.1.0
Notes:
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 you will see a window with message.
*WARNING*
You should click _Accept the Love_ button instead of closing window (because that would close application).
== REQUIREMENTS:
Changes:
== 1.1.0 / 2007-11-16
* Two new configuration options:
* NextMessageIsRandom
* StartMessageIndex
== 1.0.1 / 2007-11-12
* 1 bugfix:
* when there is no .happygirl.yaml read default file correctly
|