]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - data/confclerk.pod
Documentation updates.
[toast/confclerk.git] / data / confclerk.pod
index 8606e2adbe5b0b6b7b473b6f88ae437062f1d334..3bf269788d7fd49966ea6cf5659983b1cc7d87b4 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-ConfClerk - offline conference scheduler
+ConfClerk - offline conference schedule application
 
 =head1 SYNOPSIS
 
@@ -12,16 +12,17 @@ B<confclerk>
 
 B<ConfClerk> is an application written in Qt, which makes conference
 schedules available offline.  It displays the conference schedule
-from various views, support searches on various items (speaker, speech topic,
+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 B<ConfClerk> is able to import schedules in XML format created by
-the PentaBarf conference management system used by e.g. FOSDEM, DebConf, and
-the CCC.
+At the moment B<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, or compatible systems like
+Summit, Wafer, or pretalx.
 
-ConfClerk is targetted at mobile devices like the Nokia N810 and N900 but
-works on any sytem running Qt.
+ConfClerk was originally targeted at mobile devices like the Nokia N810 and
+N900 but works on any system running Qt.
 
 =head1 OPTIONS
 
@@ -42,31 +43,33 @@ F<~/.config/Toastfreeware/ConfClerk.conf>
 =item Windows
 
 In the registry (search for the Toastfreeware key, should be at
-F<HKEY_CURRENT_USER\Software\Toastfreeware\Desafinado>).
+F<HKEY_CURRENT_USER\Software\Toastfreeware\ConfClerk>).
 
 =item Other OS
 
 Cf. the QSettings documentation at 
-L<http://doc.qt.nokia.com/stable/qsettings.html#locations-where-application-settings-are-stored>.
+L<https://doc.qt.io/qt-5/qsettings.html#platform-specific-notes>.
 
 =back
 
 =head1 FILES
 
 B<ConfClerk> keeps its database in the location proposed by the XDG Base
-Directory specification L<http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>:
+Directory specification L<https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>:
 
 So the configuration (see L</"CONFIGURATION">) is stored at
 F<~/.config/Toastfreeware/ConfClerk.conf> and the database is kept at
-F<~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite>.
+F<~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite> (Qt4)
+F<~/.local/share/Toastfreeware/ConfClerk/ConfClerk.sqlite> (Qt5).
 
 =head1 COPYRIGHT AND LICENSE
 
 =head2 Main code
 
     Copyright (C) 2010 Ixonos Plc.
-    Copyright (C) 2011, Philipp Spitzer <philipp@toastfreeware.priv.at>
-    Copyright (C) 2011, gregor herrmann <gregor@toastfreeware.priv.at>
+    Copyright (C) 2011-2024, Philipp Spitzer <philipp@toastfreeware.priv.at>
+    Copyright (C) 2011-2024, gregor herrmann <gregor@toastfreeware.priv.at>
+    Copyright (C) 2011-2024, 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
@@ -116,4 +119,14 @@ the following notice (as of 2011-06-24):
     GNOME icon theme is distributed under the terms of either
     GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
 
+=item src/icons/favourite*, src/icons/alarm*, src/icons/collapse*, src/icons/expand*:
+
+    Copyright (C) 2012-2017, Philipp Spitzer <philipp@toastfreeware.priv.at>
+    Copyright (C) 2012-2017, 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.
+
 =back