<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" version="3.0" method="upgrade">

    <name>ExtraWatch</name>
    <creationDate>2012</creationDate>
    <author>Matej Koval - http://www.codegravity.com</author>
    <copyright>Copyright 2006-2012 by Matej Koval</copyright>
    <authorEmail>foo@codegravity.com</authorEmail>
    <authorUrl>http://www.codegravity.com</authorUrl>
    <version>1.2.18.432 PRO</version>
    <license>http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3</license>
    <description>
        ExtraWatch is an AJAX component and module for Joomla CMS that allows you to watch
        your website visitors and bots in real-time from the administration menu. Specially
        their IP addresses, countries they come from, geographical location on a map, which
        pages they are viewing, their browser and operating system, it creates daily and
        all-time stats from these information plus unique, pageload and total hits statistics.
        Furthermore, you can block harmful IP addresses, see blocked attempts stats, evaluate
        the trend charts, and create goals based on many parameters. In the frontend, it can
        show the top countries information and visit counts for certain periods of time.
    </description>

    <install>
        <sql>
            <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
        </sql>
    </install>

    <uninstall> <!-- Runs on uninstall -->
        <!--
      <sql>
                          <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
                  </sql>
                  -->
    </uninstall>
    <!--        <update>
                 <schemas>
                         <schemapath type="mysql">sql/updates/mysql</schemapath>
                 </schemas>
         </update>
          -->

    <!-- Site Main File Copy Section -->
    <!-- Note the folder attribute: This attribute describes the folder
to copy FROM in the package to install therefore files copied
in this section are copied from /site/ in the package -->
    <files>
        <folder>ajax</folder>
        <folder>css</folder>
        <folder>img</folder>
        <folder>js</folder>
        <folder>lang</folder>
        <folder>log</folder>
        <folder>src</folder>
        <folder>view</folder>
        <folder>sql</folder>

        <filename>config.php</filename>
        <filename>includes.php</filename>
        <filename>index.html</filename>
        <filename>INSTALL.txt</filename>
        <filename>LICENSE.txt</filename>
        <filename>README.txt</filename>
        <filename>TERMS_AND_CONDITIONS.txt</filename>
        <filename>timezone.php</filename>

        <folder>css/images</folder>


    </files>


    <installfile>install.extrawatch.php</installfile>
    <uninstallfile>uninstall.extrawatch.php</uninstallfile>

    <administration>
        <menu task="default" img="components/com_extrawatch/img/icons/extrawatch-logo-16x16.gif">ExtraWatch</menu>
        <submenu>
            <menu
                    link="option=com_extrawatch"
                    img="components/com_extrawatch/img/icons/map_icon.gif"
                    alt="Live Stats">Live Stats
            </menu>
            <!--PRO_START-->
            <menu
                    link="option=com_extrawatch&amp;task=seo"
                    img="components/com_extrawatch/img/icons/seo.png"
                    alt="SEO">SEO
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=heatmap"
                    img="components/com_extrawatch/img/icons/heatmap.png"
                    alt="Heatmap">Heatmap
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=flow"
                    img="components/com_extrawatch/img/icons/flow.png"
                    alt="Traffic Flow">Traffic Flow
            </menu>
            <!--PRO_END-->
            <menu
                    link="option=com_extrawatch&amp;task=graphs"
                    img="components/com_extrawatch/img/icons/trend_icon.gif"
                    alt="Graphs &amp; Trends">Graphs &amp; Trends
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=goals"
                    img="components/com_extrawatch/img/icons/goal.gif"
                    alt="Goals">Goals
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=history"
                    img="components/com_extrawatch/img/icons/history.png"
                    alt="Visit History">Visit History
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=antiSpam"
                    img="components/com_extrawatch/img/icons/antispam.png"
                    alt="Anti-spam &amp; Blocking">Anti-spam / Blocking
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=emails"
                    img="components/com_extrawatch/img/icons/emails.png"
                    alt="Email Reports">Email Reports
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=license"
                    img="components/com_extrawatch/img/icons/license.png"
                    alt="Your License">Your License
            </menu>
            <!--PRO_START-->
            <menu
                    link="option=com_extrawatch&amp;task=status"
                    img="components/com_extrawatch/img/icons/status.png"
                    alt="Database Status">Database Status
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=sizes"
                    img="components/com_extrawatch/img/icons/sizes.png"
                    alt="Modules / Components Sizes">Modules / Components Sizes
            </menu>
            <!--PRO_END-->
            <menu
                    link="option=com_extrawatch&amp;task=settings"
                    img="components/com_extrawatch/img/icons/settings.gif"
                    alt="Settings">Settings
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=update"
                    img="components/com_extrawatch/img/icons/update.png"
                    alt="Update">Update
            </menu>
            <menu
                    link="option=com_extrawatch&amp;task=credits"
                    img="components/com_extrawatch/img/icons/credits.png"
                    alt="Credits">Credits
            </menu>
        </submenu>


        <files folder="admin">
            <folder>sql</folder>
            <folder>img</folder>
            <filename>img/icons/extrawatch-logo-16x16.gif</filename>
            <filename>img/icons/map_icon.gif</filename>
            <filename>img/icons/flow.png</filename>
            <filename>img/icons/trend_icon.gif</filename>
            <filename>img/icons/goal.gif</filename>
            <filename>img/icons/history.png</filename>
            <filename>img/icons/antispam.gif</filename>
            <filename>img/icons/emails.png</filename>
            <filename>img/icons/license.png</filename>
            <filename>img/icons/status.png</filename>
            <filename>img/icons/sizes.png</filename>
            <filename>img/icons/settings.gif</filename>
            <filename>img/icons/update.png</filename>
            <filename>img/icons/credits.png</filename>
            <filename>install.extrawatch.php</filename>
            <filename>uninstall.extrawatch.php</filename>
            <filename>admin.extrawatch.php</filename>
            <filename>extrawatch.php</filename>
            <filename>index.html</filename>
        </files>
    </administration>

    <scriptfile>script.extrawatch.php</scriptfile>

    <updateservers>
        <server type="extension" priority="1" name="ExtraWatch Update Site"><![CDATA[http://www.codegravity.com/update/extrawatch/1.2.18/PRO/extrawatch-update.xml]]></server>
    </updateservers>

</extension>
