NAME

AxKit::App::TABOO::Provider::Classification - Provider for classifiying things in TABOO

SYNOPSIS

In the Apache config:

<Location /category/>
	PerlHandler AxKit
      AxContentProvider AxKit::App::TABOO::Provider::Classification
</Location>

DESCRIPTION

This is a Provider, it implements the AxKit Provider API, and therefore contains no method that anybody should use for anything. For that reason, this documentation deals with what you should expect to be returned for different URIs.

It is intended to be used to get an overview of articles, stories etc. that can be found classified into different categories, of different types.

In accordance with the TABOO philosophy, it interacts with Data objects, that are Perl objects responsible for retrieving data from a data storage, make up sensible data structures, return XML markup, etc. In contrast with the News provider, this provider mainly interacts with Plural objects to make lists of stories. Also, it doesn't deal with comments.

The rest of the documentation has yet to be written, but as one can guess, it may share some things with the NewsList Provider.

CONFIGURATION DIRECTIVES

TABOOListDefaultRecords

The maximum number of stories TABOO will retrieve from the data store if the user gives no other instructions in the URI (see below). It is recommended that you set this to some reasonable value.

TABOOListMaxRecords

The maximum number of stories TABOO will retrieve from the data store in any case. If the user requests more than this number, a 403 Forbidden error will be returned. It is highly recommended that you set this to a value you think your server can handle.

URI USAGE

TODO

Write more documentation.

SEE ALSO

AxKit::App::TABOO::Data::Provider::News, AxKit::App::TABOO::Data::Plurals::Stories

FORMALITIES

See AxKit::App::TABOO.