diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 13:12:31 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 13:12:31 +0000 |
commit | 685a5b0d13ec50e7340f293c519b540a7eefb885 (patch) | |
tree | 054243f5fde7814b42747cb2c5eeabf030ef0dba /apps/xclock/README | |
parent | dc973fac7166624dc3aca9b32df02cc00e79ba85 (diff) | |
parent | f82153a9f5ada39e64bdfaca1c68f951d79d005c (diff) | |
download | vcxsrv-685a5b0d13ec50e7340f293c519b540a7eefb885.tar.gz vcxsrv-685a5b0d13ec50e7340f293c519b540a7eefb885.tar.bz2 vcxsrv-685a5b0d13ec50e7340f293c519b540a7eefb885.zip |
Added xclock and xcalc.
Diffstat (limited to 'apps/xclock/README')
-rw-r--r-- | apps/xclock/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/xclock/README b/apps/xclock/README new file mode 100644 index 000000000..ffbbb59e8 --- /dev/null +++ b/apps/xclock/README @@ -0,0 +1,27 @@ +xclock is the classic X Window System clock utility. It displays +the time in analog or digital form, continuously updated at a +frequency which may be specified by the user. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/app/xclock + + http://cgit.freedesktop.org/xorg/app/xclock + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |