-
-
03 Feb 2015 02:06:04 UTC
- Distribution: Labyrinth-Plugin-Articles-Lyrics
- Module version: 1.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (317 / 0 / 0)
- Kwalitee
Bus factor: 0- 90.00% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (13.35KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- DESCRIPTION
- DESCRIPTION
- THE MUSIC SUITE
- PUBLIC INTERFACE METHODS
- ADMIN INTERFACE METHODS
- SEE ALSO
- AUTHOR
- COPYRIGHT & LICENSE
NAME
Labyrinth::Plugin::Articles::Lyrics - Lyrics plugin for the Labyrinth framework
DESCRIPTION
Contains all the lyrics handling functionality, as part of the Music Suite of modules for the Labyrinth web framework.
DESCRIPTION
Contains all the lyrics handling functionality for Labyrinth.
This module forms part 2 of the Music Suite of modules for the Labyrinth web framework.
The Lyrics module only contains the basic handling of lyrics. With a future distribution, the lyrics and/or poems can be grouped into collections, which can then be attributed as a release, such as an album or book.
THE MUSIC SUITE
The Music Suite are a collection of modules, which can be used separately or collectively, to help implement music related websites. These include modules for managing band member lyrics, MP3s, lyrics and discographies.
PUBLIC INTERFACE METHODS
- List
-
Retrieves an initial list of lyric entries. Primarily used to prepare a front page.
- Item
-
Provides a single lyric entry.
ADMIN INTERFACE METHODS
- Access
-
Check whether user has the appropriate admin access.
- Admin
-
Lists the current set of lyric entries.
Also provides the delete, copy and promote functionality from the main administration page for the given section.
- LyricSelect
-
Provides a drop-down select box of lyrics within the system. The method is intended to be called via other plugins.
- Add
-
Add a lyric entry.
- Edit
-
Edit a lyric entry.
- Save
-
Save a lyric entry.
- Delete
-
Delete a lyric entry.
- AddParagraph
-
Add a text block to the current article.
- AddImage
-
Add an image block to the current article.
- AddLink
-
Add a link block to the current article.
- DeleteItem
-
Delete an article block.
- Relocate
-
Relocate an article in a list, where an order is in use.
SEE ALSO
Labyrinth
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2015 Barbie for Miss Barbell Productions All Rights Reserved. This distribution is free software; you can redistribute it and/or modify it under the Artistic Licence v2.
Module Install Instructions
To install Labyrinth::Plugin::Articles::Lyrics, copy and paste the appropriate command in to your terminal.
cpanm Labyrinth::Plugin::Articles::Lyrics
perl -MCPAN -e shell install Labyrinth::Plugin::Articles::Lyrics
For more information on module installation, please visit the detailed CPAN module installation guide.