J. J. Merelo-Guervós > YAML-YuyuPress-0.05_1 > YAML::YuyuPress

Download:
YAML-YuyuPress-0.05_1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.05_1   Source   Latest Release: YAML-YuyuPress-0.07_2

NAME ^

YAML::YuyuPress - Tool for making presentacions out of YAML files.

SYNOPSIS ^

    my $yuyu = new YAML::YuyuPress( { path => $path, 
                                      plantilla => 'plantilla.tmpl', 
                                      contenido => 'contenido.yaml' } );

    $yuyu->port(13432); # Set the server port
    my $pid=$yuyu->background(); # or
    $yuyu->run(); # Both inherited from HTML::Server::Simple::CGI

DESCRIPTION ^

    Program for making presentations out of YAML files. Can be used as a module
    or from the C<yuyupress> script

    Inherits from C<YAML::Yuyu> and C<HTTP::Server::Simple::CGI> for serving pages

METHODS ^

handle_request CGI

    Overrides default to return the main page ('portada'), index or any of the slides.