NAME

Labyrinth::Plugin::Articles - Plugin Articles handler for Labyrinth

DESCRIPTION

Contains all the article handling functionality

SECTION IDs

It is recommended that the following be used to differentiate the types of sections, for which articles are used to provide the underlying structure. If you wish to add your own plugins, it is recommended that you use a Section ID that is greater than 99 to avoid clashing with any potential standard plugins.

1 = page article, traditional articles
2 = section entries, for sites that require intro text for each section
    (see Articles::Section)
3 = site content, such as 'About' or 'Home' fixed layout content
    (see Articles::Site)
4 = products (see Articles::Products)
5 = profiles (see Articles::Profiles)
6 = diary (see Articles::Diary)
7 = lyrics (see Articles::Lyrics)
8 = discographies (see Articles::Discography)

# ------------------------------------- # The Subs

PUBLIC INTERFACE METHODS

LatestArticles()

Gets a list of the latest article titles

Archive()

Gets a list of the volumes available.

List()

Gets a list of articles.

Meta()

Gets a list of articles based on given meta tags.

Search()

Gets a list of articles based on a given search string.

Cloud()

Gets current tag cloud.

Tags()

Gets the current list of meta tags

Item()

Gets a single article.

ADMIN INTERFACE METHODS

Admin
Add
Edit
AddParagraph
AddImage
DeleteItem
Relocate
LoadContent
EditAmendments
Save
Promote
Copy
Delete

SEE ALSO

Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

Copyright (C) 2002-2011 Barbie for Miss Barbell Productions
All Rights Reserved.

This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.