Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

publican::createbook(3) [centos man page]

Publican::CreateBook(3) 				User Contributed Perl Documentation				   Publican::CreateBook(3)

NAME
Publican::CreateBook - A module for generating documentation boilerplate VERSION
This document describes Publican::CreateBook version $VERSION SYNOPSIS
use Publican::CreateBook; my $creator = Publican::CreateBook->new({name => 'foo'}); $creator->create(); DESCRIPTION
Creates a new Book, Article or Set for use with the publican package INTERFACE
new Create a Publican object set. Parameters: docname Book Name (Required) version Product Version (default: 0.1) edition Edition (default: 0) product Product Name (default: Documentation) brand Brand (default: common) xml_lang Source Language (default: en-US) type Book|Set|Article (default: Book) create Try embedding templates in perl to avoid licensing rubbish DIAGNOSTICS
"unknown args %s" All subs with named parameters will return this error when unexpected named arguments are provided. "%s is a required argument" Any sub with a mandatory parameter will return this error if the parameter is undef. "directory %s exists" When creating a book a directory is created named publican-<book_name>. If a directory with that name is in the current directory the creation will fail. CONFIGURATION AND ENVIRONMENT
Publican::CreateBook requires no configuration files or environment variables. DEPENDENCIES
Carp Config::Simple XML::TreeBuilder File::Path DateTime Term::ANSIColor Publican INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&component=publican>. AUTHOR
Jeff Fearn "<jfearn@redhat.com>" perl v5.16.3 2014-06-10 Publican::CreateBook(3)

Check Out this Related Man Page

Publican::CreateBrand(3)				User Contributed Perl Documentation				  Publican::CreateBrand(3)

NAME
Publican::CreateBrand - A module for generating new brand boilerplate. VERSION
This document describes Publican::CreateBrand version 0.1 SYNOPSIS
use Publican::CreateBrand; my $creator = Publican::CreateBrand->new({name => 'foo'}); $creator->create(); DESCRIPTION
Creates a new Brand for use with the publican package INTERFACE
new Create a Publican object set. Parameters: name Brand Name (Required) create Create all the required files. xml_files Create XML files. conf_files Create configuration files. images Create images dir and all the default images in svg and png format. DIAGNOSTICS
"unknown args %s" All subs with named parameters will return this error when unexpected named arguments are provided. "%s is a required parameter" Any sub with a mandatory parameter will return this error if the parameter is undef. ""Can't create brand, directory %s exists!" When creating a Brand a directory is created with the same name as the brand. If a directory with that name is in the current directory the creation will fail. "Invalid language supplied: %s" The language supplied is not a valid language. "Can't create directory: %s" "Could not open %s for output!" "Can't write file" "Can't open SVG file %s" CONFIGURATION AND ENVIRONMENT
Publican::CreateBrand requires no configuration files or environment variables. DEPENDENCIES
Carp version Config::Simple File::Path File::pushd DateTime Publican Term::ANSIColor INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
None reported. Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&amp;component=publican>. AUTHOR
Jeff Fearn "<jfearn@redhat.com>" perl v5.16.3 2014-06-10 Publican::CreateBrand(3)
Man Page