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

Last change on this file since 3028 was 3025, checked in by fenix, 14 years ago

added missed file

  • Property svn:eol-style set to native
File size: 3.3 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>Content ownership by state</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="@@legacy_portlets">Legacy portlets</a></li>
18                <li class="formTab"><a href="@@properties_stats">Properties stats</a></li>
19                <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li>
20            </ul>
21            <h2>Welcome to Quintagroup Analytics Tool</h2>
22            <p>This control panel configlet provides statistic information about your Plone site.
23               Every above tab displays information about site content, 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 simply find all portlets that are
26               assigned on your site and even edit them. You can also export this information into .csv file.
27               This information can be very helpful: it allows you to see your site's
28               overall content from different perspectives. This information can be very useful while
29               migrating your site into newer Plone version, or into another CMS.
30            </p>
31            <dl>
32              <dt>
33                <a href="@@ownership_by_type">Ownership by type</a>
34              </dt>
35              <dd>This tab gives you information about content owners.</dd>
36              <dt>
37                <a href="@@ownership_by_state">Ownership by state</a>
38              </dt>
39              <dd>Here you can see information about content and it workflow states.
40                  You can see how many content object are published and by whom.</dd>
41              <dt>
42                <a href="@@type_by_state">Types by state</a>
43              </dt>
44              <dd>This view provides information about content types and their workflow states.</dd>
45              <dt>
46                <a href="@@legacy_portlets">Legacy portlets</a>
47              </dt>
48              <dd>On this tab you can see legacy portlets information and where they are assigned.</dd>
49              <dt>
50                <a href="@@properties_stats">Properties stats</a>
51              </dt>
52              <dd>On this tab you can see certain property values for all site objects.</dd>
53              <dt>
54                <a href="@@portlets_stats">Portlets stats</a>
55              </dt>
56              <dd>On this tab you can see portlets information and where they are assigned.</dd>
57            </dl>
58        </div>
59    </body>
60  </metal:main>
61</html>
Note: See TracBrowser for help on using the repository browser.