]>
Commit | Line | Data |
---|---|---|
c2a060a4 MG |
1 | App-MusicExpo version 0.002 |
2 | =========================== | |
21cd9240 MG |
3 | |
4 | App::MusicExpo creates a HTML table from a list of songs. | |
5 | ||
6 | The default template (named index.tmpl here)looks like: | |
7 | ||
8 | | Title | Artist | Album | Genre | Track | Year | Type | | |
9 | |---------+---------+-----------------+---------+-------+------+------| | |
10 | | Cellule | Silence | L'autre endroit | Electro | 01/09 | 2005 | FLAC | | |
11 | ||
12 | where the title is a download link. | |
13 | ||
14 | INSTALLATION | |
15 | ||
16 | To install this module type the following: | |
17 | ||
18 | perl Makefile.PL | |
19 | make | |
20 | make test | |
21 | make install | |
22 | ||
23 | DEPENDENCIES | |
24 | ||
25 | This module requires these other modules and libraries: | |
26 | ||
27 | * Audio::FLAC::Header | |
21cd9240 MG |
28 | * HTML::Template::Compiled |
29 | * Memoize | |
30 | * MP3::Tag | |
21cd9240 MG |
31 | |
32 | COPYRIGHT AND LICENCE | |
33 | ||
34 | Copyright (C) 2013 by Marius Gavrilescu | |
35 | ||
36 | This library is free software; you can redistribute it and/or modify | |
37 | it under the same terms as Perl itself, either Perl version 5.14.2 or, | |
38 | at your option, any later version of Perl 5 you may have available. |