Removed source code from this repository to avoid confusion
[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 <p>Jamaendo is now available from
34   the <a href="http://wiki.maemo.org/Extras">Extras-Testing</a>
35   repository at maemo.org. All the warnings that apply to that
36   repository applies to this package as well! It is still very early
37   in development, and is only recommended for developers and users
38   prepared to deal with immature software.</p>
39
40 <p>More information about the project can be found on the
41   Github <a href="http://github.com/krig/jamaendo">project page</a>,
42   where you can also report issues found with the software, or submit
43   patches.</p>
44
45 <p>If you want to contribute a patch, github has a very nice system
46   for forking and submitting pull requests which makes it very easy to
47   create multiple patches against a project and have them integrated
48   painlessly in the main repository. See the github pages and
49   documentation for more information on how to do this.</p>
50
51 <p><strong>Update:</strong> The project was initially hosted on the
52   Maemo Garage, but I moved it to github because I use that for all
53   my other projects as well, and I like their forking system. The
54   source code in the git repository at the maemo garage is outdated!</p>
55
56 <p>You can get the source code for Jamaendo at Github, or
57   directly via git.</p>
58
59 <p><code>
60 git clone git://github.com/krig/jamaendo.git
61 </code></p>
62
63 <p>The source code of the project can also be browsed
64   online, <a href="http://github.com/krig/jamaendo">here</a>.</p>
65
66 <h2>Screenshots</h2>
67
68 <h3>Version 0.2</h3>
69 <p>
70 <a href="img/Screenshot-20100106-222553.png" rel="lightbox[screenshots]" title="v0.2 main screen"><img src="img/thumbs/Screenshot-20100106-222553.png" /></a>
71 <a href="img/Screenshot-20100106-222603.png" rel="lightbox[screenshots]" title="New: Playlist support"><img src="img/thumbs/Screenshot-20100106-222603.png" /></a>
72 <a href="img/Screenshot-20100106-222614.png" rel="lightbox[screenshots]" title="More featured lists"><img src="img/thumbs/Screenshot-20100106-222614.png" /></a>
73 <a href="img/Screenshot-20100106-222628.png" rel="lightbox[screenshots]" title="Top 50 tag playlists"><img src="img/thumbs/Screenshot-20100106-222628.png" /></a>
74 <a href="img/Screenshot-20100106-222710.png" rel="lightbox[screenshots]" title="Revised player interface"><img src="img/thumbs/Screenshot-20100106-222710.png" /></a>
75 </p>
76
77 <h3>Version 0.1</h3>
78 <p>
79 <a href="img/Screenshot-20100103-025639.png" rel="lightbox[screenshots]" title="The main screen"><img src="img/thumbs/Screenshot-20100103-025639.png" /></a>
80 <a href="img/Screenshot-20100103-025705.png" rel="lightbox[screenshots]" title="Featured playlists"><img src="img/thumbs/Screenshot-20100103-025705.png" /></a>
81 <a href="img/Screenshot-20100103-025657.png" rel="lightbox[screenshots]" title="Searching for albums"><img src="img/thumbs/Screenshot-20100103-025657.png" /></a>
82 <a href="img/Screenshot-20100103-025622.png" rel="lightbox[screenshots]" title="Viewing an album"><img src="img/thumbs/Screenshot-20100103-025622.png" /></a>
83 <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>
84 <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>
85 </p>
86
87 </div> 
88  
89 <div id="footer"> 
90 <p>Jamaendo is not authorized by nor affiliated with
91   jamendo.com. Copyright &copy; 2010, Kristoffer Gr&ouml;nlund.</p>
92
93 <p><a href="http://www.jamendo.com/en/cgu_user">Terms and Conditions for
94   usage of the jamendo.com services</a></p>
95 </div> 
96  
97 </body> 
98 </html>