Changeset d29ee50
- Timestamp:
- 02/02/10 12:51:09 (13 years ago)
- Branches:
- master, qt5
- Children:
- ba631ca
- Parents:
- 17cb895
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r17cb895 rd29ee50 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. 8 9 Francisco Fortes 10 Matus Hanzes 11 Martin Komara 12 Marek Timko 13 Matus Uzak 14 Monika Berendova 15 Pavol Korinek 16 Pavol Pavelka 17 18 -
INSTALL
r17cb895 rd29ee50 1 This is the INSTALL file for the fosdem-schedule distribution. 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. 8 9 NOTE 10 ==== 11 12 fosdem-schedule is an application intended for Nokia N810 and N900 Internet 13 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 trademark 18 owned by SPI in the United States, and managed by the debian project, as 19 explained on their site. 20 21 Basic Installation 22 ================== 23 24 1. Type `qmake' to generate Makefiles. 25 2. Type `make' to compile the source code. 26 3. Type `make install' to install the executable. 27 4. Type `make uninstall' to remove all installed files form your system. 28 29 Maemo Package Building 30 ====================== 31 32 1. Type `qmake' to generate Makefiles. 33 2. Check the "Build-Depends" section of the control file for required packages. 34 Ignore the version strings when building a package for Maemo 3 (Diablo). 35 3. Type `dpkg-buildpackage -rfakeroot -b -uc' to build a package. 36 -
README
r17cb895 rd29ee50 1 This is the README file for the fosdem-schedule distribution. 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. 8 9 fosdem-schedule is an application written in Qt, which makes the FOSDEM 10 conference schedule available offline. It displays the conference schedule 11 from various views, support searches on various items (speaker, speech topic, 12 location, etc.) and enables you to select favorite events and create your own 13 schedule. For Nokia N810 and N900. 14 15 See the file ./INSTALL for building and installation instructions. 16 17 Primary distribution point: http://sourceforge.net/projects/fosdem-maemo/ 18 19 Home page: http://sourceforge.net/apps/mediawiki/fosdem-maemo/ 20 21 Mailing list: fosdem-maemo-devel@lists.sourceforge.net 22 - please use this list for all discussion: bug reports, enhancements, etc. 23 - archived at: http://sourceforge.net/mailarchive/forum.php?forum_name=fosdem-maemo-devel 24 - anyone is welcome to join the list; to do so, visit 25 https://lists.sourceforge.net/lists/listinfo/fosdem-maemo-devel 26 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. 36 37 Patches are most welcome; if possible, please make them with diff -c and 38 include ChangeLog entries. 39 40 fosdem-schedule is free software. See the file COPYING for copying conditions. 41 42 About FOSDEM 2010: 43 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". 48 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. -
debian/changelog
r17cb895 rd29ee50 1 fosdem-schedule (0.1) unstable; urgency=low 1 fosdem-schedule (0.2) unstable; urgency=low 2 3 * Release 0.2 4 5 -- Matus Uzak <matus.uzak@ixonos.com> Tue, 2 Feb 2010 13:00:00 +0100 2 6 3 7 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.