/[drupal]/contributions/modules/discography/README.txt
ViewVC logotype

Contents of /contributions/modules/discography/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 6 01:53:04 2005 UTC (4 years, 6 months ago) by mike3k
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Initial release
1 Discography 4.6
2 ===============
3
4 Allows sites to list a albums arranged by artist name.
5
6 REQUIRES Amazon_Items module.
7
8 This module defines a new node type called discography, which contains album details. You can enter as much information as you wish for an album, including optional track listing and a description. If you enter an Amazon item number (ASIN), purchase links for Amazon will be shown. You can also enter iTunes Music Store links.
9
10 See this module in action at http://www.worldbeatplanet.com/discography
11
12 Discography provides three different list views, as well as an album detail view.
13
14 1) http://www.example.com/discography - displays only artist names as clickable links
15 2) http://www.example.com/discography/all - displays albums for all artists
16 3) http://www.example.com/discography/artist+name - displays albums only for the specified artist
17
18 INSTALLATION:
19 ============
20
21 1. Make sure amazon_items is installed along with the required include files, AmazonProducts.class.inc and AmazonSearchEngine.class.inc. If you have an Amazon affiliate ID, make sure you enter it in amazon_items settings.
22
23 2. Copy this entire folder to your modules directory.
24
25 3. Create the table using the included sql file.
26 (mysql -u user -p database <discography.sql)
27
28 4. Enable discography in admin/modules.
29
30 If you wish, you can replace the default icons included with this module with alternate icons for cd, cassette, amazon links, or iTunes links.
31
32 Enjoy!
33
34 Mike Cohen
35 mike3k@gmail.com
36 http://www.mcdevzone.com/

  ViewVC Help
Powered by ViewVC 1.1.2