Download Latest Version PresentationClock 2.0 (2011-05-07) (64.7 kB)
Email in envelope

Get an email when there's a new version of PresentationClock

Home / PresentationClock 1.0 (2011-05-01)
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2011-05-02 2.5 kB
PresentationClock.10.20110501.zip 2011-05-02 25.1 kB
PresentationClock.10.20110501.src.zip 2011-05-02 21.3 kB
Totals: 3 Items   48.9 kB 0
PresentationClock 1.0 (2011-05-01)
Copyright 2011 Zach Scrivena
http://presentclock.sourceforge.net/
http://zachscrivena.users.sourceforge.net/
http://zs.freeshell.org/

PresentationClock displays the number of minutes elapsed in a screen corner.
Users can specify the font, foreground color, background color, width, height,
and choice of corner for the clock display. Works great with PowerPoint or
Impress. No installation required.

*****
USAGE
*****

To run PresentationClock with the default settings, simply double-click on
the "PresentationClock.jar" file. PresentationClock can also be invoked from
the command line as in the following example (all on one line):

   java -jar PresentationClock.jar font:"Calibri-bold-18"
      foreground:"192,192,192" background:"255,255,255"
      width:"40" height:"20" corner:"1"

To use another font, foreground color, background color, width, height, or
corner, simply change the appropriate key:value pair. Colors can be specified
by name (e.g. blue, orange) or by RGB values. Corner choices are 1 (top-right),
2 (top-left), 3 (bottom-left), and 4 (bottom-right).

************
REQUIREMENTS
************

A Java Runtime Environment (JRE 6+) is required. The latest version of the
JRE can be downloaded from <http://www.java.com/>.

*****
FILES
*****

PresentationClock can be downloaded as a single ZIP file with the following
contents:

   PresentationClock.jar   PresentationClock executable JAR file
   PresentationClock.ico   Icon image
   readme.txt              Release notes (this file)
   license.txt             License document (GNU GPLv3)

The source files are distributed as a separate download available from the
PresentationClock website at SourceForge.

*******
LICENSE
*******

PresentationClock is free and open-source software released under the GNU
General Public License version 3 (GNU GPLv3). Please see "license.txt" for
details.

The clock icon belongs to the Silk icon set version 1.3 created by Mark James.
It is released under the Creative Commons Attribution 2.5 License, and is
available at <http://www.famfamfam.com/lab/icons/silk/>.

*******
SUPPORT
*******

Please send me an email or visit the forum at SourceForge (see websites
listed above) if you have any questions, bug reports, or comments on
PresentationClock. All feedback is welcomed!

*********
CHANGELOG
*********

   1.0 (2011-05-01)   First release.
Source: readme.txt, updated 2011-05-02