X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=README.md;h=ef6547020efcf3ca03f1ea3f34de463598f143e6;hp=ec9365f7a9ef6b2c0736de87e947e4257c17ad4b;hb=83aa28b815d862cf2a4fda177c4bef87cd0f6590;hpb=e671a4f6b6ab6f73f4052222c259570b8d31567b diff --git a/README.md b/README.md index ec9365f..ef65470 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,8 @@ -# Jamaendo +# Source code -A media player for the Nokia N900 and other Maemo 5 (Fremantle) phones. +> Where did all the source code go? -[Jamaendo][jamaendo] plays music from the music catalog of [JAMENDO][jamendo]. +The main development branch was moved to github, at -JAMENDO is an online platform that distributes musical works under -Creative Commons licenses. + http://github.com/krig/jamaendo -Jamaendo is written by Kristoffer Grönlund. - -## Panucci - -[Jamaendo][jamaendo] is based on [Panucci][panucci], an audiobook and podcast player for -Maemo. Panucci is written by - - [jamendo]: http://www.jamendo.com/ "Jamendo" - [jamaendo]: http://jamaendo.garage.maemo.org/ "Jamaendo" - [panucci]: http://panucci.garage.maemo.org/ "Panucci" - -## Installation - -To build the packages, you need a scratchbox environment set up. See -the Nokia/Maemo documentation for information on how to do this. To -build the package, go to the Jamaendo source directory and type - - make build-package - -This will (hopefully) generate a .deb file for you to install on your -Maemo 5 device. - -## Optification - -If you're running a newer release of the Fremantle platform, this step -may not (I hope not!) be necessary, but either way: The package that -the build process produces is not entirely optified. It is compatible -with the `maemo-optify` tool, however. All you need to do is run -`maemo-optify-deb` on the generated .deb file. - -## License - -The backend code that speaks to jamendo.com is in the jamaendo module. This module is licensed under a modified New BSD License (modified to remove attribution clauses). See `jamaendo/api.py` for details. - -The code that implements the UI and the rest of the application is licensed under a GPL v3 license.