Bryar::DataSource::FlatFile(3pm) - phpMan

Command: man perldoc info search(apropos)  


Bryar::DataSource::FlatFile(3pmUser Contributed Perl DocumentatioBryar::DataSource::FlatFile(3pm)



NAME
       Bryar::DataSource::FlatFile - Blog entries from flat files, a la blosxom

SYNOPSIS
               $self->all_documents(...);
               $self->search(...);
           $self->add_comment(...);

DESCRIPTION
       Just like "blosxom", this data source pulls blog entries out of flat files in the file
       system.

METHODS
   all_documents
           $self->all_documents

       Returns all documents making up the blog.

   all_but_recent
           $self->all_but_recent

       Return all documented except recent() ones.

   entry_glob
       Returns a glob pattern which matches blog posts. This defaults to "*.txt".

   id_to_file
       Takes a Bryar ID, converts it to a file name.

   file_to_id
       Vice versa.

   search
           $self->search($bryar, $config, %params)

       A more advanced search for specific documents

   make_document
       Turns a filename into a "Bryar::Document", by parsing the file blosxom-style.

   add_comment
           Class->add_comment($bryar,
                              document => $doc,
                                author => $author,
                                   url => $url,
                               content => $content );

       Records the given comment details.

LICENSE
       This module is free software, and may be distributed under the same terms as Perl itself.

AUTHOR
       Copyright (C) 2003, Simon Cozens "simon AT kasei.com"

       some parts Copyright 2007 David Cantrell "david AT cantrell.uk"



perl v5.10.0                                2007-01-20           Bryar::DataSource::FlatFile(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-21 22:33 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!