source: products/quintagroup.analytics/branches/treemap/quintagroup/analytics/browser/qa_overview.pt @ 3404

Last change on this file since 3404 was 3372, checked in by potar, 12 years ago

Added new branch

File size: 3.6 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      xmlns:tal="http://xml.zope.org/namespaces/tal"
3      xmlns:metal="http://xml.zope.org/namespaces/metal"
4      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5      lang="en"
6      metal:use-macro="context/prefs_main_template/macros/master">
7
8  <metal:main metal:fill-slot="prefs_configlet_main" i18n:domain="quintagroup.analytics">
9    <body>
10        <div id="wrapper">
11            <h1>Quintagroup Analytics Tool for Plone</h1>
12            <ul class="formTabs" id="navigation">
13                <li class="formTab"><a class="selected" href="@@qa_overview">Overview</a></li>
14                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li>
15                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li>
16                <li class="formTab"><a href="@@type_by_state">Types by state</a></li>
17                <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li>
18                <li class="formTab"><a href="@@legacy_portlets">Legacy portlets</a></li>
19                <li class="formTab"><a href="@@properties_stats">Properties stats</a></li>
20
21            </ul>
22            <h3>Welcome to Quintagroup Analytics Tool</h3>
23            <p>Quintagroup Analytics Tool provides statistic information about your Plone site.
24               You can see how many content objects are on you site, who are content owners,
25               what are content workflow states, and how many portlets are assigned on different contexts.
26            </p>
27            <p>Information provided by Quintagroup Analytics Tool allows you to see your site's overall
28               content from different perspectives. This can be very useful while migrating your site into
29               newer Plone version, or into another CMS. With its help you can visually audit the content
30               setup in Plone site before migration and compare it with the migrated website structure.
31            </p>
32            <p>Visit the following pages to see your site's statistics:</p>
33            <dl>
34              <dt>
35                <a href="@@ownership_by_type">Content Ownership by Type</a>
36              </dt>
37              <dd>Information about most popular content types on your site. Here you can see the most frequently
38                  created content types on your site and their owners. </dd>
39              <dt>
40                <a href="@@ownership_by_state">Content Ownership by State</a>
41              </dt>
42              <dd>Information about site's content workflow states. Here you can see how many content object
43                  are published/submitted for review/etc. and their owners.</dd>
44              <dt>
45                <a href="@@type_by_state">Content Types by State</a>
46              </dt>
47              <dd>Information about site's most frequently created content types and their workflow states.</dd>
48              <dt>
49                <a href="@@portlets_stats">Site Portlets</a>
50              </dt>
51              <dd>Information about site portlets assigned throughout site sections. This information
52                  can be exported into .csv format. </dd>
53              <dt>
54                <a href="@@legacy_portlets">Legacy Portlets</a>
55              </dt>
56              <dd>Information about legacy portlets assigned throughout site sections. This information
57                  can be exported into .csv format.</dd>
58              <dt>
59                <a href="@@properties_stats">Properties Stats</a>
60              </dt>
61              <dd>Information on certain property values for all site objects.</dd>
62            </dl>
63        </div>
64    </body>
65  </metal:main>
66</html>
Note: See TracBrowser for help on using the repository browser.