Oops, my rate limiting was all broken...
[jamaendo] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
2 <html> 
3 <head> 
4 <title>jamaendo</title> 
5 <script type="text/javascript" src="js/prototype.js"></script>
6 <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
7 <script type="text/javascript" src="js/lightbox.js"></script>
8 <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
9 <link rel="stylesheet" href="css/site.css" type="text/css" media="screen" />
10 </head> 
11 <body> 
12 <div id="header"> 
13 <img src="images/ae.png"/>
14 jamaendo
15 </div> 
16  
17  
18 <div id="content"> 
19 <h1>Introduction</h1>
20
21 <p><strong>Jamaendo</strong> is a media player for the Nokia N900 and Maemo 5
22   (Fremantle) internet tablet / phone, that plays music from the music
23   catalog of <a href="http://www.jamendo.com/">Jamendo</a>.</p>
24
25 <p>JAMENDO is an online platform that distributes musical works under
26 Creative Commons licenses.</p>
27
28 <p><strong>Jamaendo</strong> is written by <a href="http://www.acc.umu.se/~kegie/">Kristoffer Gr&ouml;nlund</a>.
29 </p>
30
31 <h1>Documentation</h1>
32
33 More information about the project can be found on the Maemo Garage <a href="http://garage.maemo.org/projects/jamaendo/">project page</a>.
34
35 <p>Debian packages that can be installed on the N900 are available here:
36
37 <blockquote>
38 <a href="http://garage.maemo.org/frs/?group_id=1207">garage.maemo.org/frs/?group_id=1207</a>
39 </blockquote>
40 </p>
41
42 <p>You can get the source code for Jamaendo at the Maemo Garage, or
43   directly via git.</p>
44
45 <p><code>
46 git clone https://git.maemo.org/projects/jamaendo
47 </code></p>
48
49 <p>I also have a development branch
50   at <a href="http://github.com/krig/jamaendo">github.com</a>, which
51   may or may not be more up-to-date than the maemo garage version.
52 </p>
53
54 <p>The git repository can also be browsed online, <a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=jamaendo">here</a>.</p>
55
56 <h2>Screenshots</h2>
57
58 <p>
59 <a href="img/Screenshot-20100103-025639.png" rel="lightbox[screenshots]" title="The main screen"><img src="img/thumbs/Screenshot-20100103-025639.png" /></a>
60 <a href="img/Screenshot-20100103-025705.png" rel="lightbox[screenshots]" title="Featured playlists"><img src="img/thumbs/Screenshot-20100103-025705.png" /></a>
61 <a href="img/Screenshot-20100103-025657.png" rel="lightbox[screenshots]" title="Searching for albums"><img src="img/thumbs/Screenshot-20100103-025657.png" /></a>
62 <a href="img/Screenshot-20100103-025622.png" rel="lightbox[screenshots]" title="Viewing an album"><img src="img/thumbs/Screenshot-20100103-025622.png" /></a>
63 <a href="img/Screenshot-20100103-025602.png" rel="lightbox[screenshots]" title="Player window, playing an album"><img src="img/thumbs/Screenshot-20100103-025602.png" /></a>
64 <a href="img/Screenshot-20100103-025728.png" rel="lightbox[screenshots]" title="Player window, playing a radio station"><img src="img/thumbs/Screenshot-20100103-025728.png" /></a>
65 </p>
66
67 </div> 
68  
69 <div id="footer"> 
70 <p>Jamaendo is not authorized by nor affiliated with
71   jamendo.com. Copyright &copy; 2010, Kristoffer Gr&ouml;nlund.</p>
72
73 <p><a href="http://www.jamendo.com/en/cgu_user">Terms and Conditions for
74   usage of the jamendo.com services</a></p>
75 </div> 
76  
77 </body> 
78 </html>