5 ConfClerk - offline conference schedule application
13 B<ConfClerk> is an application written in Qt, which makes conference
14 schedules available offline. It displays the conference schedule
15 from various views, support searches on various items (speaker, speech topic,
16 location, etc.) and enables you to select favorite events and create your own
19 At the moment B<ConfClerk> is able to import schedules in XML format created by
20 the PentaBarf conference management system used by e.g. FOSDEM, DebConf, and
23 ConfClerk is targetted at mobile devices like the Nokia N810 and N900 but
24 works on any sytem running Qt.
32 The configuration can be done via the graphical interface.
34 The configuration is saved in the default QSettings location, i.e.:
40 F<~/.config/Toastfreeware/ConfClerk.conf>
44 In the registry (search for the Toastfreeware key, should be at
45 F<HKEY_CURRENT_USER\Software\Toastfreeware\Desafinado>).
49 Cf. the QSettings documentation at
50 L<http://doc.qt.nokia.com/stable/qsettings.html#locations-where-application-settings-are-stored>.
56 B<ConfClerk> keeps its database in the location proposed by the XDG Base
57 Directory specification L<http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>:
59 So the configuration (see L</"CONFIGURATION">) is stored at
60 F<~/.config/Toastfreeware/ConfClerk.conf> and the database is kept at
61 F<~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite>.
63 =head1 COPYRIGHT AND LICENSE
67 Copyright (C) 2010 Ixonos Plc.
68 Copyright (C) 2011, Philipp Spitzer <philipp@toastfreeware.priv.at>
69 Copyright (C) 2011, gregor herrmann <gregor@toastfreeware.priv.at>
71 This program is free software; you can redistribute it and/or modify
72 it under the terms of the GNU General Public License as published by
73 the Free Software Foundation; either version 2 of the License, or
74 (at your option) any later version.
76 This program is distributed in the hope that it will be useful,
77 but WITHOUT ANY WARRANTY; without even the implied warranty of
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79 GNU General Public License for more details.
81 You should have received a copy of the GNU General Public License along
82 with this program; if not, write to the Free Software Foundation, Inc.,
83 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
85 =head2 Additional resources
89 =item data/confclerk.*:
91 Copyright (C) 2011, Christian Kling <kling_christian@gmx.at>
93 This program is free software; you can redistribute it and/or modify
94 it under the terms of the GNU General Public License as published by
95 the Free Software Foundation; either version 2 of the License, or
96 (at your option) any later version.
100 All icons are taken from the Debian package gnome-icon-theme, which contains
101 the following notice (as of 2011-06-24):
103 Copyright © 2002-2008:
104 Ulisse Perusin <uli.peru@gmail.com>
105 Riccardo Buzzotta <raozuzu@yahoo.it>
106 Josef Vybíral <cornelius@vybiral.info>
107 Hylke Bons <h.bons@student.rug.nl>
108 Ricardo González <rick@jinlabs.com>
109 Lapo Calamandrei <calamandrei@gmail.com>
110 Rodney Dawes <dobey@novell.com>
111 Luca Ferretti <elle.uca@libero.it>
112 Tuomas Kuosmanen <tigert@gimp.org>
113 Andreas Nilsson <nisses.mail@home.se>
114 Jakub Steiner <jimmac@novell.com>
116 GNOME icon theme is distributed under the terms of either
117 GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
119 =item src/icons/emblem-new*
121 Copyright (C) 2011, Philipp Spitzer <philipp@toastfreeware.priv.at>
123 This program is free software; you can redistribute it and/or modify
124 it under the terms of the GNU General Public License as published by
125 the Free Software Foundation; either version 2 of the License, or
126 (at your option) any later version.