NAME
PFT::Tree - Filesystem tree mapping a PFT site
SYNOPSIS
PFT::Tree->new();
PFT::Tree->new($basedir);
PFT::Tree->new($basedir, {create => 1});
DESCRIPTION
The structure is the following:
├── build
├── content
│ └── ...
├── inject
├── pft.yaml
└── templates
Where:
contentis a directory is handled with aPFT::Contentinstance.pft.yamlis a configuration file handled withPFT::Conf- The remaining directories are just created, but the content is not handled by the
PFT::Treestructure.
Properties
- dir_content
- content
-
Returns a
PFT::Contentobject, abstracting the access to the content directory. - map
-
Returns a
PFT::Mapobject, abstracting the the content graph. - conf
-
Returns a
PFT::Confobject, abstracting the configuration file.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 108:
You forgot a '=back' before '=head2'