#include <infodrom.style>
#include <projects.style>
#include <addresses.inc>

<projectpg project="countdown" maxnews=5 maxcontrib=5>

<h3 align=center>Simple Countdown Timer</h3>

<p>countdown is a very simple graphical countdown timer with visible
and audible alarm.  Sound files are played via <code>ffmpeg</code>.</p>

<p>A simple configuration file is supported in <file>~/.countdown.conf</file>:</p>

<pre>
  [countdown]
  alarm = /path/to/soundfile
</pre>

<p>Commandline options:</p>

<pre>
  countdown [--config configfile] [--alarm soundfile]
</pre>

<p>Please send comments, patches and good ideas to <a href="mailto:joey@infodrom.org">Joey Schulze</a>.

<p>
</projectpg>

# Local variables:
# mode: html
# mode: auto-fill
# mode: iso-accents
# end:
