Ado
view release on metacpan or search on metacpan
lib/Ado/Manual/Intro.pod view on Meta::CPAN
C<templates/partials/head.html.ep> in C<site_templates/partials/head.html.ep>
and modify it. This way you can create your own themes without fearing that on
the next upgrade your changes may be lost.
Ado # Application directory
âââ bin # Script directory
âââ etc # Configuration files and SQLite database directory
â  âââ commands # Commands configuration files directory (Nothing here yet)
â  âââ plugins # Plugins configuration files directory
âââ lib # Library directory where Ado.pm resides
â  âââ Ado # Application namespace
â  âââ Command # Commands namespace for commands such as Ado::Command::adduser
â  â  âââ generate # Generators such as Ado::Command::generate::apache2vhost are here
â  âââ Control # Controller namespace where controller classes
â  â # like Ado::Control::Users reside
â  âââ I18n # Namespace for lexicon packages such as Ado::I18n::bg
â  âââ Manual # Namespace for developer manuals like this very file
â  âââ Model # Controller namespace where controller classes
â  â # like Ado::Model::Users reside
â  âââ Plugin # Ado plugins namespace, e.g. Ado::Plugin::Auth
â  âââ Sessions # Server side sessions - e.g. Ado::Sessions::Database
âââ log # Log directory
âââ public # Static file directory (served automatically)
â  â # Good for generated static pages served by e.g. Apache or Nginx
â  âââ css
â  â  âââ flags
â  âââ doc
â  â  âââ bg
â  â  â  âââ img
â  â  âââ en
â  âââ fonts
â  âââ img
â  âââ js
â  âââ vendor # Directory for putting vendor specific JavaScript libraries
â  âââ crypto-js
â  â  âââ rollups
â  âââ pagedown
âââ site_templates # Template directory for site specific templates, used instead
â # of those with the same name found in templates directory
âââ t # Test directory
â  âââ ado
â  â  âââ etc
â  â  â  âââ plugins
â  â  âââ lib
â  â  âââ Ado
â  â  âââ Plugin
â  âââ command
â  âââ plugin
â  âââ sessions
âââ templates # Template directory. Copy from here to "site_templates" and
â # modify if you want to override some of the system templates
âââ default
âââ doc
âââ layouts
âââ partials
âââ test
And here is how Ado looks as building blocks:
=for HTML <img src="https://raw.githubusercontent.com/kberov/Ado/master/public/img/Ado-Building-Blocks.png" />
To learn more about Ado plugins, please look at L<Ado::Manual::Plugins>.
Now that you know what additional features Ado provides, you can proceed to
L<Ado::Manual::Installation>.
=head1 SEE ALSO
L<Ado::Manual>, L<Ado::Manual::Installation>, L<Ado::Manual::Plugins>, L<Mojolicious::Guides>
=head1 COPYRIGHT AND LICENSE
Copyright 2013-2015 ÐÑаÑÐ¸Ð¼Ð¸Ñ ÐеÑов (Krasimir Berov).
This program is free software, you can redistribute it and/or
modify it under the terms of the
GNU Lesser General Public License v3 (LGPL-3.0).
( run in 2.293 seconds using v1.01-cache-2.11-cpan-df04353d9ac )