Scroll to navigation

CONFCLERK(1) Offline conference scheduler CONFCLERK(1)
 

NAME

ConfClerk - offline conference schedule application

SYNOPSIS

confclerk

DESCRIPTION

ConfClerk is an application written in Qt, which makes conference schedules available offline. It displays the conference schedule from various views, supports searches on various items (speaker, speech topic, location, etc.) and enables you to select favorite events and create your own schedule.
At the moment ConfClerk is able to import schedules in XML format created by the PentaBarf conference management system (or frab) used by e.g. FOSDEM, DebConf, FrOSCon, Grazer Linuxtage, and the CCC.
ConfClerk is targeted at mobile devices like the Nokia N810 and N900 but works on any system running Qt.

OPTIONS

None.

CONFIGURATION

The configuration can be done via the graphical interface.
The configuration is saved in the default QSettings location, i.e.:
Linux
~/.config/Toastfreeware/ConfClerk.conf
Windows
In the registry (search for the Toastfreeware key, should be at HKEY_CURRENT_USER\Software\Toastfreeware\ConfClerk).
Other OS
Cf. the QSettings documentation at <http://doc.qt.nokia.com/stable/qsettings.html#locations-where-application-settings-are-stored>.

FILES

ConfClerk keeps its database in the location proposed by the XDG Base Directory specification <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>:
So the configuration (see "CONFIGURATION") is stored at ~/.config/Toastfreeware/ConfClerk.conf and the database is kept at ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite.

COPYRIGHT AND LICENSE

Main code

    Copyright (C) 2010 Ixonos Plc.
    Copyright (C) 2011-2014, Philipp Spitzer <philipp@toastfreeware.priv.at>
    Copyright (C) 2011-2014, gregor herrmann <gregor@toastfreeware.priv.at>
    Copyright (C) 2011-2014, Stefan Strahl <stefan@toastfreeware.priv.at>
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Additional resources

data/confclerk.*:
    Copyright (C) 2011, Christian Kling <kling_christian@gmx.at>
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    
icons/*
All icons are taken from the Debian package gnome-icon-theme, which contains the following notice (as of 2011-06-24):
    Copyright © 2002-2008:
      Ulisse Perusin <uli.peru@gmail.com>
      Riccardo Buzzotta <raozuzu@yahoo.it>
      Josef Vybíral <cornelius@vybiral.info>
      Hylke Bons <h.bons@student.rug.nl>
      Ricardo González <rick@jinlabs.com>
      Lapo Calamandrei <calamandrei@gmail.com>
      Rodney Dawes <dobey@novell.com>
      Luca Ferretti <elle.uca@libero.it>
      Tuomas Kuosmanen <tigert@gimp.org>
      Andreas Nilsson <nisses.mail@home.se>
      Jakub Steiner <jimmac@novell.com>
    GNOME icon theme is distributed under the terms of either
    GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
    
src/icons/favourite*, src/icons/alarm*, src/icons/collapse*, src/icons/expand*:
    Copyright (C) 2012, Philipp Spitzer <philipp@toastfreeware.priv.at>
    Copyright (C) 2012, Stefan Strahl <stefan@toastfreeware.priv.at>
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    
2014-09-11 Version 0.6.1