NAME
    Ado::Plugin::Site - Manage your Sites.

SYNOPSIS
      # in $ENV{MOJO_HOME}/etc/ado.config
      plugins => {
        # other plugins here...
        'admin', #required!
        'site',
        # other plugins here...
      }

       # GO to http://your-domain/ado
       # Access /ado-domains and ado-sites from the main admin menu

DESCRIPTION
    Ado::Plugin::Site is an Ado plugin that provides user interface to
    manage your domains and sites in the control panel provided by
    Ado::Plugin::Admin.

    Note: This software is not functional yet!

METHODS
    Ado::Plugin::Site inherits all methods from Ado::Plugin and implements
    the following new ones.

  register
      $plugin->register(Ado->new);

    Register plugin in Ado application.

CONTINUOUS INTEGRATION
    We would like to know that our software is always in good health. We
    count on friendly developers and organizations to install and test it
    continuously.

    CPAN Testers Reports for Ado::PLugin::Site
    <http://www.cpantesters.org/distro/A/Ado-Plugin-Site.html>

    Travis-CI <https://travis-ci.org/kberov/Ado-Plugin-Site>

SEE ALSO
    Ado::Plugin::Admin, Ado::Control::Ado::Domains, Ado::Control::Ado::Pages
    Ado::Plugin, Mojolicious::Guides::Growing, Ado::Manual, Mojolicious,
    <http://mojolicio.us>.

AUTHOR
    Krasimir Berov

COPYRIGHT AND LICENSE
    Copyright 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).
    You may copy, distribute and modify the software provided that
    modifications are open source. However, software that includes the
    license may release under a different license.

    See http://opensource.org/licenses/lgpl-3.0.html for more information.

