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.

 1 = page article, traditional articles
 2 = section entries, for sites that require intro text for each section
     (see Section.pm)
 3 = site content, such as 'About' or 'Home' fixed layout content
     (see Content.pm)
 4 = products (see Products.pm)
 5 = profiles (see Profiles.pm)
 6 = diary (see Diary.pm)
 7 = lyrics (see Lyrics.pm)
 8 = discographies (see Discography.pm)
 9 = Tips
10 = Presentations
11 = Screencasts

# ------------------------------------- # 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.