Changeset b7d51b1 in confclerk_git
- Timestamp:
- 06/23/11 17:26:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- 0a60f20
- Parents:
- 96344e7
- Files:
-
- 5 added
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r96344e7 rb7d51b1 1 Authors of fosdem-schedule. 2 3 Copyright (C) 2010 Ixonos Plc. 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. 1 This is the AUTHORS file for ConfClerk. ConfClerk is the successor of 2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. 8 3 9 4 Francisco Fortes … … 16 11 Pavol Pavelka 17 12 Maksim Kirillov 18 19 Files add.png, reload.png, remove.png in src/icons/ directory 20 are taken from Ubuntu package gnome-icon-theme. Copyright notice 21 for them copied here: 22 23 > This package was debianized by Takuo KITAME <kitame@debian.org> on 24 > Fri, 17 Jan 2003 14:57:28 +0900. 25 > 26 > It was downloaded from <http://download.gnome.org/sources/gnome-icon-theme/> 27 > 28 > Copyright © 2002-2008: 29 > Ulisse Perusin <uli.peru@gmail.com> 30 > Riccardo Buzzotta <raozuzu@yahoo.it> 31 > Josef Vybíral <cornelius@vybiral.info> 32 > Hylke Bons <h.bons@student.rug.nl> 33 > Ricardo González <rick@jinlabs.com> 34 > Lapo Calamandrei <calamandrei@gmail.com> 35 > Rodney Dawes <dobey@novell.com> 36 > Luca Ferretti <elle.uca@libero.it> 37 > Tuomas Kuosmanen <tigert@gimp.org> 38 > Andreas Nilsson <nisses.mail@home.se> 39 > Jakub Steiner <jimmac@novell.com> 13 Philipp Spitzer 14 gregor herrmann -
INSTALL
r96344e7 rb7d51b1 1 This is the INSTALL file for the fosdem-schedule distribution. 1 This is the INSTALL 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 Note 8 6 9 NOTE 10 ==== 7 ConfClerk is an application intended for mobile devices like the Nokia N810 and N900. 8 The preferred distribution is using a packaged version for your distribution. 11 9 12 fosdem-schedule is an application intended for Nokia N810 and N900 Internet13 tablet devices. Therefor the preferred distribution is a Debian package.14 Notice the different release of the Maemo platform on each of the devices,15 which requires a specific Debian package.16 17 Maemo is a trademark of Nokia Corporation. Debian is a registered trademark18 owned by SPI in the United States, and managed by the debian project, as19 explained on their site.20 10 21 11 Basic Installation 22 ==================23 12 24 13 1. Type `qmake' to generate Makefiles. … … 26 15 3. Type `make install' to install the executable. 27 16 4. Type `make uninstall' to remove all installed files form your system. 28 29 Maemo Package Building30 ======================31 32 1. Type `qmake' to generate Makefiles.33 2. Check the "Build-Depends" section of the control file for required packages.34 Maemo 3 (Diablo) specific:35 - Ignore the version strings when building a package for Maemo 3 (Diablo).36 - Optification of the package is not explicitly required, to disable it37 comment out the "maemo-optify $(PKG_NAME)" line in debian/rules.38 3. Type `dpkg-buildpackage -rfakeroot -b -uc' to build a package.39 -
NEWS
r96344e7 rb7d51b1 1 This is the NEWS file for ConfClerk. ConfClerk is the successor of 2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. 1 3 2 This NEWS file records noteworthy changes, very tersely. 4 Version 0.5 5 * 3 6 4 Version 0.3 (3 Feb 2010) 5 * Performance improvement for events. 6 7 Version 0.2 (2 Feb 2010) 8 * Search tab has been added. 9 * Alarms handled by alarmd, which requests native alarm dialogs (N900 only). 10 * A service is registered to DBus, the application is handling calls from alarm 11 dialogs to reflect alarm states into the database. The application is 12 started if required (N900 only). 13 14 Version 0.1 (19 Jan 2010) 15 * A user can select favourite events, which are displayed in "Favourites" tab. 16 * FOSDEM icon is displayed in application manager and in applications menu. 17 * Optification of the package is done using maemo-optify script. 18 * There is now a `NEWS' file (this one), giving a history of 19 user-visible changes. 7 //! TODO -
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! -
TODO
r96344e7 rb7d51b1 1 1 fosdem-schedule -> confclerk transition: 2 - Files:3 + AUTHORS4 + INSTALL5 + README6 2 - (c) in the code 7 - add history somewhere8 3 - rename *.pro, s/fosdem-schedule/confclerk/ in various places 9 4 - .sqlite file location, config location … … 21 16 22 17 other 23 - continue NEWS24 18 - ChangeLog -> svn2cl 25 - docs/user-stories.txt is interesting but do we need doc/?26 19 - copyright for icons / replace icons (gnome-icon-theme etc.) 27 20 - add release target to .pro; and VERSION
Note: See TracChangeset
for help on using the changeset viewer.