diff --git a/README.pod b/README.pod index 1de6ff8..13dd118 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Mojo::Leds - Leds aka Light Environment (emi) for Development System based on Mo =head1 VERSION -version 1.05 +version 1.06 =head1 SYNOPSIS @@ -52,13 +52,13 @@ C, the html code in C and its JS code in C. -In Mojo::Leds the scructure is quite different +In Mojo::Leds this structure is quite different myapp # Application directory |- script # Script directory | +- my_app # Application script |- lib # Library directory - | |- MyApp.pm # Application class + | +- MyApp.pm # Application class |- www # DocumentRoot :-) |- public # Static files directory (served automatically) | |- index.html # Static Home page HTML @@ -68,11 +68,11 @@ In Mojo::Leds the scructure is quite different | + app.js # Global Static JS file |- layouts | +- default.html.ep # Layout template - +- welcome # Directory for welcome page - |- page.pm # Controller for welcome page - |- page.html.ep # Template for welcome page - |- page.css # CSS File for welcome page - +- page.js # JS File for welcome page + +- welcome # Welcome page: directory + |- page.pm # Welcome page: controller + |- page.html.ep # Welcome page: template + |- page.css # Welcome page: CSS file + +- page.js # Welcome page: JS file and here, controller, html code, css and js are all inside C directory. diff --git a/dist.ini b/dist.ini index 56a9a77..c685c55 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Emiliano Bruni copyright_year = 2021 -version = 1.06 +version = 1.07 [PodWeaver] [@Starter::Git]