1 | This is the README file for ConfClerk. ConfClerk is the successor of |
---|
2 | fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. |
---|
3 | |
---|
4 | |
---|
5 | Description: |
---|
6 | |
---|
7 | ConfClerk is an application written in Qt, which makes conference |
---|
8 | schedules available offline. It displays the conference schedule |
---|
9 | from various views, support searches on various items (speaker, speech topic, |
---|
10 | location, etc.) and enables you to select favorite events and create your own |
---|
11 | schedule. |
---|
12 | |
---|
13 | At the moment ConfClerk is able to import schedules in XML format created by |
---|
14 | the PentaBarf conference management system used by e.g. FOSDEM, DebConf, and |
---|
15 | the CCC. |
---|
16 | |
---|
17 | ConfClerk is targetted at mobile devices like the Nokia N810 and N900 but |
---|
18 | works on any sytem running Qt. |
---|
19 | |
---|
20 | See the file ./INSTALL for building and installation instructions, and |
---|
21 | ./AUTHORS for the list of contributors. |
---|
22 | |
---|
23 | |
---|
24 | Copyright and License: |
---|
25 | |
---|
26 | Copyright (C) 2010 Ixonos Plc. |
---|
27 | Copyright (C) 2011, Philipp Spitzer, gregor herrmann |
---|
28 | |
---|
29 | This program is free software; you can redistribute it and/or modify |
---|
30 | it under the terms of the GNU General Public License as published by |
---|
31 | the Free Software Foundation; either version 2 of the License, or |
---|
32 | (at your option) any later version. |
---|
33 | |
---|
34 | This program is distributed in the hope that it will be useful, |
---|
35 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
36 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
37 | GNU General Public License for more details. |
---|
38 | |
---|
39 | You should have received a copy of the GNU General Public License along |
---|
40 | with this program; if not, write to the Free Software Foundation, Inc., |
---|
41 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
---|
42 | |
---|
43 | |
---|
44 | //! TODO |
---|
45 | |
---|
46 | Files add.png, reload.png, remove.png in src/icons/ directory |
---|
47 | are taken from Ubuntu package gnome-icon-theme. Copyright notice |
---|
48 | for them copied here: |
---|
49 | |
---|
50 | > This package was debianized by Takuo KITAME <kitame@debian.org> on |
---|
51 | > Fri, 17 Jan 2003 14:57:28 +0900. |
---|
52 | > |
---|
53 | > It was downloaded from <http://download.gnome.org/sources/gnome-icon-theme/> |
---|
54 | > |
---|
55 | > Copyright © 2002-2008: |
---|
56 | > Ulisse Perusin <uli.peru@gmail.com> |
---|
57 | > Riccardo Buzzotta <raozuzu@yahoo.it> |
---|
58 | > Josef Vybíral <cornelius@vybiral.info> |
---|
59 | > Hylke Bons <h.bons@student.rug.nl> |
---|
60 | > Ricardo González <rick@jinlabs.com> |
---|
61 | > Lapo Calamandrei <calamandrei@gmail.com> |
---|
62 | > Rodney Dawes <dobey@novell.com> |
---|
63 | > Luca Ferretti <elle.uca@libero.it> |
---|
64 | > Tuomas Kuosmanen <tigert@gimp.org> |
---|
65 | > Andreas Nilsson <nisses.mail@home.se> |
---|
66 | > Jakub Steiner <jimmac@novell.com> |
---|
67 | |
---|
68 | |
---|
69 | |
---|
70 | History: |
---|
71 | |
---|
72 | ConfClerk started as fosdem-schedule, targetted at Maemo as an operating |
---|
73 | system and the FOSDEM conference. |
---|
74 | fosdem-schedule was written by Ixonos Plc., maintained at |
---|
75 | http://sourceforge.net/projects/fosdem-maemo/ , and released under the GNU GPL |
---|
76 | 2 or later. |
---|
77 | Cf. docs/fosdem-schedule for more information. |
---|
78 | |
---|
79 | ConfClerk is the successor of fosdem-schedule, aiming at improvements and |
---|
80 | generalization regarding supported platforms and conference systems. |
---|
81 | The project was started after fosdem-schedule was not actively developped |
---|
82 | anymore and with the "blessing" of the fosdem-schedule developers; cf. |
---|
83 | http://sourceforge.net/mailarchive/forum.php?thread_name=20110621171440.GA4521%40nerys.comodo.priv.at&forum_name=fosdem-maemo-devel |
---|
84 | Thanks guys! |
---|