On Wednesday, May 4, 2016 6:59 PM, Russell Harris via Houston <[email protected]>
wrote:
> I am trying to execute the instruction found in the
> Contenticious Perldoc Sitemap (the file 01_Perldoc.md):
Are you sure it's installed on your system?
---- SNIP ----
mallen-rMBP:perl mallen$ cpanm Contenticious
Contenticious is up to date. (0.35)
mallen-rMBP:perl mallen$ perldoc -T -t Contenticious::Content::Node
NAME
Contenticious::Content::Node - base class for Contenticious content
SYNOPSIS
use Mojo::Base 'Contenticious::Content::Node';
DESCRIPTION
Basic node functionality for both files and directories.
ATTRIBUTES
"is_root"
Is true iff this node is the root node of a content tree.
"filename"
The filename of this node. Needs to be set early.
"name"
The name of this node.
"path_prefix"
A prefix for this node's path in the whole content tree.
"path"
This node's path in the whole content tree.
"meta"
A hashref of meta informations.
"html"
Generated HTML from this node.
"title"
This node's title.
"navi_name"
The name this node has in the page navigation.
METHODS
"find"
Find nodes in this subtree. This is a very basic version. It returns the
node if the search path is empty and undef in all other cases.
SEE ALSO
Contenticious::Content, Contenticious::Content::Node::File,
Contenticious::Content::Node::Directory, Contenticious
_______________________________________________
Houston mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/houston
Website: http://houston.pm.org/