source: products/quintagroup.analytics/trunk/quintagroup/analytics/browser/qa_overview.pt @ 3038

Last change on this file since 3038 was 3038, checked in by fenix, 13 years ago

corrected overview

  • Property svn:eol-style set to native
File size: 3.4 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</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            </ul>
21            <h2>Welcome to Quintagroup Analytics Tool</h2>
22            <p>Quintagroup Analytics Tool provides statistic information about your Plone site.
23               Every tab includes information about site content, its properties and portlets.
24               You can see how many content objects are on you site, who are content owners,
25               what are content workflow states, etc. You can see all portlets that are assigned
26               on your site and edit them. You can also export the information into .csv format.</p>
27            <p>Information provided by Quintagroup Analytics Tool allows you to see your site's overall
28               content from different perspectives. This information can be very useful while migrating
29               your site into newer Plone version, or into another CMS.</p>
30            <p>Visit the following pages to see your site's statistics:</p>
31            <dl>
32              <dt>
33                <a href="@@ownership_by_type">Ownership by type</a>
34              </dt>
35              <dd>Information about most popular content types on your site. Here you can see the most frequently
36                  created content types on your site and their owners. </dd>
37              <dt>
38                <a href="@@ownership_by_state">Ownership by state</a>
39              </dt>
40              <dd>Information about site's content workflow states. Here you can see how many content object
41                  are published/submitted for review/etc. and their owners.</dd>
42              <dt>
43                <a href="@@type_by_state">Types by state</a>
44              </dt>
45              <dd>Information about site's most frequently created content types and their workflow states.</dd>
46              <dt>
47                <a href="@@portlets_stats">Portlets stats</a>
48              </dt>
49              <dd>Information about site portlets and their location.</dd>
50              <dt>
51                <a href="@@legacy_portlets">Legacy portlets</a>
52              </dt>
53              <dd>Information about legacy portlets and their location.</dd>
54              <dt>
55                <a href="@@properties_stats">Properties stats</a>
56              </dt>
57              <dd>Information on certain property values for all site objects.</dd>
58            </dl>
59        </div>
60    </body>
61  </metal:main>
62</html>
Note: See TracBrowser for help on using the repository browser.