The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Yukki::Web::Settings - provides structure and validation to web settings in yukki.conf

VERSION

version 0.111060

DESCRIPTION

Yukki::Web needs a few additional settings.

ATTRIBUTES

template_path

THis is the folder where Yukki will find templates under the root. The default is root/template.

static_path

This is the folder where Yukki will find the static files to serve for your application.

scripts

styles

This is a list of the JavaScript and CSS files, respectively, to load into the shell template. If not set, the defaults are:

  scripts:
      - /script/lib/jquery/jquery.js
      - /script/lib/jquery/jquery-ui.js
      - /script/lib/plupload/gears_init.js
      - /script/lib/plupload/plupload.full.min.js
      - /script/lib/sha1/sha1.js
      - /script/yukki.js

  styles:
      - /style/yukki.css
      - /style/lib/jquery/jquery.css

As you can see, these are full paths and may be given as paths to foreign hosts. In order to keep Yukki working in good order, you will probaby want to include at least the scripts listed above.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.