Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Publican::TreeView - Dumper for XInclude project structure. VERSION
This document describes Publican::TreeView version 0.1 SYNOPSIS
use Publican; use Publican::TreeView... DESCRIPTION
Publican::TreeView displays the xi:include structure of the entire project. INTERFACE
new Create a new Publican::TreeView object. print_tree Print out a tree view of xi:includes print_unused Print out a list of XML files that are not xi:included print_unused_images Print out a list of image files that are not used. 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. "Can't open file %s" CONFIGURATION AND ENVIRONMENT
Publican requires no configuration files or environment variables. DEPENDENCIES
Carp XML::TreeBuilder Publican File::pushd Term::ANSIColor 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&amp;component=publican>. AUTHOR
Ryan Lerch "<rlerch@redhat.com>" perl v5.16.3 2014-06-10 Publican::TreeView(3)

Check Out this Related Man Page

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

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&amp;component=publican>. AUTHOR
Jeff Fearn "<jfearn@redhat.com>" perl v5.14.2 2012-06-18 Publican::CreateBook(3pm)
Man Page