- Timestamp:
- 06/23/11 17:26:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- 0a60f20
- Parents:
- 96344e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r96344e7 rb7d51b1 1 This is the README file for the fosdem-schedule distribution. 1 This is the README file for ConfClerk. ConfClerk is the successor of 2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. 2 3 3 Copyright (C) 2010 Ixonos Plc.4 4 5 Copying and distribution of this file, with or without modification, 6 are permitted in any medium without royalty provided the copyright 7 notice and this notice are preserved. 5 Description: 8 6 9 fosdem-schedule is an application written in Qt, which makes the FOSDEM 10 conference scheduleavailable offline. It displays the conference schedule7 ConfClerk is an application written in Qt, which makes conference 8 schedules available offline. It displays the conference schedule 11 9 from various views, support searches on various items (speaker, speech topic, 12 10 location, etc.) and enables you to select favorite events and create your own 13 schedule. For Nokia N810 and N900.11 schedule. 14 12 15 See the file ./INSTALL for building and installation instructions. 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 16 17 Primary distribution point: http://sourceforge.net/projects/fosdem-maemo/ 17 ConfClerk is targetted at mobile devices like the Nokia N810 and N900 but 18 works on any sytem running Qt. 18 19 19 Home page: http://sourceforge.net/apps/mediawiki/fosdem-maemo/ 20 See the file ./INSTALL for building and installation instructions, and 21 ./AUTHORS for the list of contributors. 20 22 21 Mailing list: fosdem-maemo-devel@lists.sourceforge.net22 - please use this list for all discussion: bug reports, enhancements, etc.23 - archived at: http://sourceforge.net/mailarchive/forum.php?forum_name=fosdem-maemo-devel24 - anyone is welcome to join the list; to do so, visit25 https://lists.sourceforge.net/lists/listinfo/fosdem-maemo-devel26 23 27 Bug reports: 28 Please include enough information for the maintainers to reproduce the 29 problem. Generally speaking, that means: 30 - the contents of any input files necessary to reproduce the bug 31 and command line invocations of the program(s) involved (crucial!). 32 - a description of the problem and any samples of the erroneous output. 33 - the version number of the program(s) involved (use --version). 34 - hardware, operating system, and compiler versions (uname -a). 35 - anything else that you think would be helpful. 24 Copyright and License: 36 25 37 Patches are most welcome; if possible, please make them with diff -c and 38 include ChangeLog entries. 26 Copyright (C) 2010 Ixonos Plc. 27 Copyright (C) 2011, Philipp Spitzer, gregor herrmann 39 28 40 fosdem-schedule is free software. See the file COPYING for copying conditions. 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. 41 33 42 About FOSDEM 2010: 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. 43 38 44 The tenth FOSDEM is a two-day event organized by volunteers to promote the 45 widespread use of Free and Open Source software. Taking place in the beautiful 46 city of Brussels (Belgium), FOSDEM meetings are recognized as "The best Free 47 Software and Open Source events in Europe". 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. 48 42 49 FOSDEM name and FOSDEM brain icon are Trademarks of FOSDEM ASBL, which gave 50 this project the rights to use the brain icon and name. Copying and 51 distribution of the FOSDEM brain icon must follow the Creative Commons 52 Attribution-Noncommercial-No Derivative Works 2.0 Belgium License. 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!
Note: See TracChangeset
for help on using the changeset viewer.