.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "CONFCLERK 1" .TH CONFCLERK 1 "2017-08-30" "Version 0.6.4" "Offline conference scheduler" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" ConfClerk \- offline conference schedule application .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBconfclerk\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBConfClerk\fR 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. .PP At the moment \fBConfClerk\fR is able to import schedules in \s-1XML\s0 format created by the PentaBarf conference management system (or frab) used by e.g. \s-1FOSDEM,\s0 DebConf, FrOSCon, Grazer Linuxtage, and the \s-1CCC.\s0 .PP ConfClerk is targeted at mobile devices like the Nokia N810 and N900 but works on any system running Qt. .SH "OPTIONS" .IX Header "OPTIONS" None. .SH "CONFIGURATION" .IX Header "CONFIGURATION" The configuration can be done via the graphical interface. .PP The configuration is saved in the default QSettings location, i.e.: .IP "Linux" 4 .IX Item "Linux" \&\fI~/.config/Toastfreeware/ConfClerk.conf\fR .IP "Windows" 4 .IX Item "Windows" In the registry (search for the Toastfreeware key, should be at \&\fIHKEY_CURRENT_USER\eSoftware\eToastfreeware\eConfClerk\fR). .IP "Other \s-1OS\s0" 4 .IX Item "Other OS" Cf. the QSettings documentation at . .SH "FILES" .IX Header "FILES" \&\fBConfClerk\fR keeps its database in the location proposed by the \s-1XDG\s0 Base Directory specification : .PP So the configuration (see \*(L"\s-1CONFIGURATION\*(R"\s0) is stored at \&\fI~/.config/Toastfreeware/ConfClerk.conf\fR and the database is kept at \&\fI~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite\fR (Qt4) \&\fI~/.local/share/Toastfreeware/ConfClerk/ConfClerk.sqlite\fR (Qt5). .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" .SS "Main code" .IX Subsection "Main code" .Vb 4 \& Copyright (C) 2010 Ixonos Plc. \& Copyright (C) 2011\-2017, Philipp Spitzer \& Copyright (C) 2011\-2017, gregor herrmann \& Copyright (C) 2011\-2017, Stefan Strahl \& \& 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. .Ve .SS "Additional resources" .IX Subsection "Additional resources" .IP "data/confclerk.*:" 4 .IX Item "data/confclerk.*:" .Vb 1 \& Copyright (C) 2011, Christian Kling \& \& 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. .Ve .IP "icons/*" 4 .IX Item "icons/*" All icons are taken from the Debian package gnome-icon-theme, which contains the following notice (as of 2011\-06\-24): .Sp .Vb 12 \& Copyright © 2002\-2008: \& Ulisse Perusin \& Riccardo Buzzotta \& Josef Vybíral \& Hylke Bons \& Ricardo González \& Lapo Calamandrei \& Rodney Dawes \& Luca Ferretti \& Tuomas Kuosmanen \& Andreas Nilsson \& Jakub Steiner \& \& GNOME icon theme is distributed under the terms of either \& GNU LGPL v.3 or Creative Commons BY\-SA 3.0 license. .Ve .IP "src/icons/favourite*, src/icons/alarm*, src/icons/collapse*, src/icons/expand*:" 4 .IX Item "src/icons/favourite*, src/icons/alarm*, src/icons/collapse*, src/icons/expand*:" .Vb 2 \& Copyright (C) 2012\-2017, Philipp Spitzer \& Copyright (C) 2012\-2017, Stefan Strahl \& \& 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. .Ve