Use the escaping in HTML::Template::Compiled
[app-musicexpo.git] / README
CommitLineData
21cd9240
MG
1App-MusicExpo version 0.001001
2==========================
3
4App::MusicExpo creates a HTML table from a list of songs.
5
6The 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
12where the title is a download link.
13
14INSTALLATION
15
16To install this module type the following:
17
18 perl Makefile.PL
19 make
20 make test
21 make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27 * Audio::FLAC::Header
28 * HTML::Entities
29 * HTML::Template::Compiled
30 * Memoize
31 * MP3::Tag
32 * URI::Escape
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2013 by Marius Gavrilescu
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself, either Perl version 5.14.2 or,
40at your option, any later version of Perl 5 you may have available.
This page took 0.010203 seconds and 4 git commands to generate.