Added readme and authors files
authorKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Sat, 2 Jan 2010 22:22:19 +0000 (23:22 +0100)
committerKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Sat, 2 Jan 2010 23:37:46 +0000 (00:37 +0100)
AUTHORS [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..bbea582
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,9 @@
+Written by:
+
+Kristoffer Grönlund <kristoffer.gronlund@purplescout.se>
+
+Based on Panucci, by The Panucci Audiobook and Podcast Player Project:
+
+Thomas Perl <thp@thpinfo.com>
+Nick <me@nikosapi.org>
+Matthew Taylor <luv2code@gmail.com>
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..cfe925d
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+# Jamaendo
+
+A media player for the Nokia N900 and other Maemo 5 (Fremantle) phones.
+
+[Jamaendo][jamaendo] plays music from the music catalog of [JAMENDO][jamendo].
+
+JAMENDO is an online platform that distributes musical works under
+Creative Commons licenses.
+
+Jamaendo was 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://github.com/krig/jamaendo/ "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.
+