moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / debian / test_extdate.1
blobf50897ab21cacd62f1d46491023371dbc8efebe4
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH TEST_EXTDATE 1 "October 16, 2004"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 test_extdate \- text-based tests for the ExtDate classes
20 .SH SYNOPSIS
21 .B test_extdate
22 .SH DESCRIPTION
23 This is a simple test program for testing the non-GUI functionality of the
24 ExtDate classes.  It compares the results of several operations against
25 the results from QDate and writes the results to the console.
26 .PP
27 The \fBExtDate library\fP consists of a group of classes allowing KDE
28 applications to access calendar dates outside of the limited range of
29 years imposed by QDate.
30 .PP
31 The QDate class has a limited range of valid dates.  It does not
32 recognize dates prior to 14 Oct 1752 (when the Gregorian calendar
33 was adopted by England), nor dates after 31 Dec 8000.  Both of these
34 limits are arbitrary.
35 .PP
36 This library is part of the official KDE edutainment module.
37 .SH SEE ALSO
38 .BR test_extdatepicker (1).
39 .PP
40 See \fI/usr/share/doc/libkdeedu-dev/README.extdate\fP for further
41 information on this library.
42 .SH AUTHOR
43 The ExtDate library was written by Jason Harris <jharris@30doradus.org>
44 and others.
45 .br
46 This manual page was prepared by Ben Burton <bab@debian.org>
47 for the Debian GNU/Linux system (but may be used by others).