AxKit::App::TABOO::Provider::NewsList

AxKit::App::TABOO::Provider::NewsList is a provider for listing news stories in TABOO.
Download

AxKit::App::TABOO::Provider::NewsList Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kjetil Kjernsmo
  • Publisher web site:
  • http://search.cpan.org/~kjetilk/

AxKit::App::TABOO::Provider::NewsList Tags


AxKit::App::TABOO::Provider::NewsList Description

AxKit::App::TABOO::Provider::NewsList is a provider for listing news stories in TABOO. AxKit::App::TABOO::Provider::NewsList is a provider for listing news stories in TABOO.SYNOPSISIn the Apache config: < Location /news/ > PerlHandler AxKit AxContentProvider AxKit::App::TABOO::Provider::NewsList PerlSetVar TABOOListDefaultRecords 20 PerlSetVar TABOOListMaxRecords 200 < /Location >Please note that this should go before the configuration of the AxKit::App::TABOO::Provider::NewsList Provider if you are using both.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 will return lists of news stories, so it makes use of Plural Stories objects. Stories are returned sorted by timestamp, most recent story first.This Provider will return either the story except the content field (which is unsuitable for longer lists of comments), or just title, submitter names and so on, depending on the URI.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. Requirements: · Perl


AxKit::App::TABOO::Provider::NewsList Related Software