[b7d51b1] | 1 | This is the README file for ConfClerk. ConfClerk is the successor of |
---|
| 2 | fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. |
---|
[d29ee50] | 3 | |
---|
| 4 | |
---|
[b7d51b1] | 5 | Description: |
---|
[d29ee50] | 6 | |
---|
[b7d51b1] | 7 | ConfClerk is an application written in Qt, which makes conference |
---|
| 8 | schedules available offline. It displays the conference schedule |
---|
[d29ee50] | 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 |
---|
[b7d51b1] | 11 | schedule. |
---|
[d29ee50] | 12 | |
---|
[b7d51b1] | 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. |
---|
[d29ee50] | 16 | |
---|
[b7d51b1] | 17 | ConfClerk is targetted at mobile devices like the Nokia N810 and N900 but |
---|
| 18 | works on any sytem running Qt. |
---|
[d29ee50] | 19 | |
---|
[b7d51b1] | 20 | See the file ./INSTALL for building and installation instructions, and |
---|
| 21 | ./AUTHORS for the list of contributors. |
---|
[d29ee50] | 22 | |
---|
| 23 | |
---|
[b7d51b1] | 24 | Copyright and License: |
---|
[d29ee50] | 25 | |
---|
[b7d51b1] | 26 | Copyright (C) 2010 Ixonos Plc. |
---|
| 27 | Copyright (C) 2011, Philipp Spitzer, gregor herrmann |
---|
[d29ee50] | 28 | |
---|
[b7d51b1] | 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. |
---|
[d29ee50] | 33 | |
---|
[b7d51b1] | 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. |
---|
[d29ee50] | 38 | |
---|
[b7d51b1] | 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. |
---|
[d29ee50] | 42 | |
---|
[0346302] | 43 | data/confclerk.*: |
---|
| 44 | |
---|
| 45 | Copyright (C) 2011, Christian Kling <kling_christian@gmx.at> |
---|
| 46 | |
---|
| 47 | This program is free software; you can redistribute it and/or modify |
---|
| 48 | it under the terms of the GNU General Public License as published by |
---|
| 49 | the Free Software Foundation; either version 2 of the License, or |
---|
| 50 | (at your option) any later version. |
---|
| 51 | |
---|
| 52 | This program is distributed in the hope that it will be useful, |
---|
| 53 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 54 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 55 | GNU General Public License for more details. |
---|
| 56 | |
---|
| 57 | You should have received a copy of the GNU General Public License along |
---|
| 58 | with this program; if not, write to the Free Software Foundation, Inc., |
---|
| 59 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
---|
| 60 | |
---|
[77f8bff] | 61 | src/icons/*: |
---|
| 62 | All icons are taken from the Debian package gnome-icon-theme, which contains |
---|
| 63 | the following notice (as of 2011-06-24): |
---|
| 64 | |
---|
| 65 | Copyright © 2002-2008: |
---|
| 66 | Ulisse Perusin <uli.peru@gmail.com> |
---|
| 67 | Riccardo Buzzotta <raozuzu@yahoo.it> |
---|
| 68 | Josef Vybíral <cornelius@vybiral.info> |
---|
| 69 | Hylke Bons <h.bons@student.rug.nl> |
---|
| 70 | Ricardo González <rick@jinlabs.com> |
---|
| 71 | Lapo Calamandrei <calamandrei@gmail.com> |
---|
| 72 | Rodney Dawes <dobey@novell.com> |
---|
| 73 | Luca Ferretti <elle.uca@libero.it> |
---|
| 74 | Tuomas Kuosmanen <tigert@gimp.org> |
---|
| 75 | Andreas Nilsson <nisses.mail@home.se> |
---|
| 76 | Jakub Steiner <jimmac@novell.com> |
---|
| 77 | |
---|
| 78 | GNOME icon theme is distributed under the terms of either |
---|
| 79 | GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. |
---|
[b7d51b1] | 80 | |
---|
[0145b04] | 81 | src/icons/emblem-new*: |
---|
| 82 | |
---|
| 83 | Copyright (C) 2011, Philipp Spitzer |
---|
| 84 | |
---|
| 85 | This program is free software; you can redistribute it and/or modify |
---|
| 86 | it under the terms of the GNU General Public License as published by |
---|
| 87 | the Free Software Foundation; either version 2 of the License, or |
---|
| 88 | (at your option) any later version. |
---|
| 89 | |
---|
| 90 | This program is distributed in the hope that it will be useful, |
---|
| 91 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 92 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 93 | GNU General Public License for more details. |
---|
| 94 | |
---|
| 95 | You should have received a copy of the GNU General Public License along |
---|
| 96 | with this program; if not, write to the Free Software Foundation, Inc., |
---|
| 97 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
---|
| 98 | |
---|
[b7d51b1] | 99 | |
---|
| 100 | History: |
---|
| 101 | |
---|
| 102 | ConfClerk started as fosdem-schedule, targetted at Maemo as an operating |
---|
| 103 | system and the FOSDEM conference. |
---|
| 104 | fosdem-schedule was written by Ixonos Plc., maintained at |
---|
| 105 | http://sourceforge.net/projects/fosdem-maemo/ , and released under the GNU GPL |
---|
| 106 | 2 or later. |
---|
| 107 | Cf. docs/fosdem-schedule for more information. |
---|
| 108 | |
---|
| 109 | ConfClerk is the successor of fosdem-schedule, aiming at improvements and |
---|
| 110 | generalization regarding supported platforms and conference systems. |
---|
| 111 | The project was started after fosdem-schedule was not actively developped |
---|
| 112 | anymore and with the "blessing" of the fosdem-schedule developers; cf. |
---|
| 113 | http://sourceforge.net/mailarchive/forum.php?thread_name=20110621171440.GA4521%40nerys.comodo.priv.at&forum_name=fosdem-maemo-devel |
---|
| 114 | Thanks guys! |
---|
[73f4f69] | 115 | |
---|
| 116 | |
---|
| 117 | Contact: |
---|
| 118 | |
---|
| 119 | Philipp Spitzer, gregor herrmann |
---|
| 120 | Toastfreeware |
---|
[d77b61e] | 121 | <toast+confclerk@toastfreeware.priv.at> |
---|
| 122 | http://www.toastfreeware.priv.at/confclerk/ |
---|
[69a7025] | 123 | |
---|
| 124 | |
---|
| 125 | Tested pentabarf instances: |
---|
| 126 | |
---|
| 127 | - FOSDEM (2011): http://fosdem.org/schedule/xml |
---|
| 128 | - DebConf (2010): http://penta.debconf.org/dc10_schedule/schedule.en.xml |
---|
| 129 | - 27C3: http://events.ccc.de/congress/2010/Fahrplan/schedule.en.xml |
---|