Newcomen

Description A static content generator.
Newcomen > Perl Modules > Newcomen::Plugin::Newcomen
Source

Index


NAME ^

Newcomen::Plugin::Newcomen - Plugin defining some general options.

DESCRIPTION ^

This plugin does nothing. It just adds VERSION and ROOT_DIR options to the configuration. Both should not be changed, unless you know what you are doing.

OPTIONS ^

{
   'VERSION'  => '2014052501',
   'ROOT_DIR' => '.',
}

The following default settings are set by Newcomen::Plugin::Newcomen:

'VERSION' => '2014052501'

Not really a configuration setting. This contains the version information of this release of Newcomen. There is no reason to change this, it is included for informational purposes only.

'ROOT_DIR' => '.'

This sets the root directory of an Newcomen project. The default setting '.' specifies the current directory, i.e. the working directory you run the newcomen script from. Do not change this setting! Seriously, changing this has never been tested, and if you change it, a kitten may die a horrible death. You don't want to kill a kitten, do you?

VERSION ^

This is version 2014052501.

AUTHOR ^

Stefan Goebel - newcomen {at} subtype {dot} de

COPYRIGHT AND LICENSE ^

Copyright 2013-2014 Stefan Goebel.

This file is part of Newcomen.

Newcomen is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the license, or (at your option) any later version.

Newcomen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Newcomen. If not, see <http://www.gnu.org/licenses/>.