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, supports 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
20 by the PentaBarf conference management system (or frab) used by e.g. FOSDEM,
21 DebConf, FrOSCon, Grazer Linuxtage, and the CCC.
23 ConfClerk is targeted at mobile devices like the Nokia N810 and N900 but
24 works on any system 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\ConfClerk>).
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> (Qt4)
62 F<~/.local/share/Toastfreeware/ConfClerk/ConfClerk.sqlite> (Qt5).
64 =head1 COPYRIGHT AND LICENSE
68 Copyright (C) 2010 Ixonos Plc.
69 Copyright (C) 2011-2017, Philipp Spitzer <philipp@toastfreeware.priv.at>
70 Copyright (C) 2011-2017, gregor herrmann <gregor@toastfreeware.priv.at>
71 Copyright (C) 2011-2017, Stefan Strahl <stefan@toastfreeware.priv.at>
73 This program is free software; you can redistribute it and/or modify
74 it under the terms of the GNU General Public License as published by
75 the Free Software Foundation; either version 2 of the License, or
76 (at your option) any later version.
78 This program is distributed in the hope that it will be useful,
79 but WITHOUT ANY WARRANTY; without even the implied warranty of
80 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
81 GNU General Public License for more details.
83 You should have received a copy of the GNU General Public License along
84 with this program; if not, write to the Free Software Foundation, Inc.,
85 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
87 =head2 Additional resources
91 =item data/confclerk.*:
93 Copyright (C) 2011, Christian Kling <kling_christian@gmx.at>
95 This program is free software; you can redistribute it and/or modify
96 it under the terms of the GNU General Public License as published by
97 the Free Software Foundation; either version 2 of the License, or
98 (at your option) any later version.
102 All icons are taken from the Debian package gnome-icon-theme, which contains
103 the following notice (as of 2011-06-24):
105 Copyright © 2002-2008:
106 Ulisse Perusin <uli.peru@gmail.com>
107 Riccardo Buzzotta <raozuzu@yahoo.it>
108 Josef Vybíral <cornelius@vybiral.info>
109 Hylke Bons <h.bons@student.rug.nl>
110 Ricardo González <rick@jinlabs.com>
111 Lapo Calamandrei <calamandrei@gmail.com>
112 Rodney Dawes <dobey@novell.com>
113 Luca Ferretti <elle.uca@libero.it>
114 Tuomas Kuosmanen <tigert@gimp.org>
115 Andreas Nilsson <nisses.mail@home.se>
116 Jakub Steiner <jimmac@novell.com>
118 GNOME icon theme is distributed under the terms of either
119 GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
121 =item src/icons/favourite*, src/icons/alarm*, src/icons/collapse*, src/icons/expand*:
123 Copyright (C) 2012-2017, Philipp Spitzer <philipp@toastfreeware.priv.at>
124 Copyright (C) 2012-2017, Stefan Strahl <stefan@toastfreeware.priv.at>
126 This program is free software; you can redistribute it and/or modify
127 it under the terms of the GNU General Public License as published by
128 the Free Software Foundation; either version 2 of the License, or
129 (at your option) any later version.