ONO::Lib::Web

package ONO::Lib::Web;
################################################################################
# COPYRIGHT / LICENSE #
################################################################################
#
# This file is part of the ONO Software Project.
#
# Copyright (C) 2000-2025 Jos KIRPS [ www.kirps.com | jos_AT_kirps_DOT_com ]
# and The Joopita Project [ www.joopita.org | contact_AT_joopita_DOT_com ]
#
# This file, as well as other parts of the ONO Software Project or related
# elements, are FREE SOFTWARE available under the ARTISTIC LICENSE 2.0.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# For the full license, see /ono/osr/license/LICENSE.txt, or write to
# jos_AT_kirps_DOT_com or contact_AT_joopita_DOT_com.
#
################################################################################
# END OF COPYRIGHT / LICENSE, HERE COMES THE CODE ... #
################################################################################

use strict;

use ONO::Lib::Web::AddToSocial;
use ONO::Lib::Web::BotDetect;
use ONO::Lib::Web::BrowserTools;
use ONO::Lib::Web::Client;
use ONO::Lib::Web::Community;
use ONO::Lib::Web::Cookie;
use ONO::Lib::Web::Domain;
use ONO::Lib::Web::Embed;
use ONO::Lib::Web::Font;
use ONO::Lib::Web::Get;
use ONO::Lib::Web::GoogleAnalytics;
use ONO::Lib::Web::LocateIP;
use ONO::Lib::Web::MailReject;
use ONO::Lib::Web::MaliciousIP;
use ONO::Lib::Web::Meta;
use ONO::Lib::Web::Robots;
use ONO::Lib::Web::ScreenShot;
use ONO::Lib::Web::SEO;
use ONO::Lib::Web::SiteMap;
use ONO::Lib::Web::Smilies;
use ONO::Lib::Web::SocialBookmarking;
use ONO::Lib::Web::SpamDetect;
use ONO::Lib::Web::Tags;
use ONO::Lib::Web::ToolBox;
use ONO::Lib::Web::Upload;
use ONO::Lib::Web::URL;

#: This library contains everything related to the web, to browsers and to HTML.

###############################################################################
# end of script
###############################################################################

1;

__END__