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

Last change on this file since 3407 was 3407, checked in by enkidu, 12 years ago

add French localization

  • Property svn:eol-style set to native
File size: 4.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 i18n:translate="qa_main_title">Quintagroup Analytics Tool for Plone</h1>
12            <ul class="formTabs" id="navigation"  tal:define="template_id template/getId">
13                <span tal:repeat="formTabItem view/analiticsNavigation">
14                    <li class="formTab"><a tal:attributes="class python:'selected' if formTabItem['href'] in template_id else '';href python:formTabItem['href']" tal:content="python:formTabItem['content']">content</a></li>
15                </span>
16            </ul>
17            <h3 i18n:translate="qa_overview_subtitle_welcome">Welcome to Quintagroup Analytics Tool</h3>
18            <p i18n:translate="qa_overview_paragraph_desc1">Quintagroup Analytics Tool provides statistic information about your Plone site.
19               You can see how many content objects are on you site, who are content owners,
20               what are content workflow states, and how many portlets are assigned on different contexts.
21            </p>
22            <p i18n:translate="qa_overview_paragraph_desc2">Information provided by Quintagroup Analytics Tool allows you to see your site's overall
23               content from different perspectives. This can be very useful while migrating your site into
24               newer Plone version, or into another CMS. With its help you can visually audit the content
25               setup in Plone site before migration and compare it with the migrated website structure.
26            </p>
27            <p i18n:translate="qa_overview_paragraph_visit">Visit the following pages to see your site's statistics:</p>
28            <dl>
29              <dt>
30                <a href="@@ownership_by_type" i18n:translate="qa_overview_visits_link_content_by_type">Content Ownership by Type</a>
31              </dt>
32              <dd i18n:translate="qa_overview_visits_link_content_by_type_desc">Information about most popular content types on your site. Here you can see the most frequently
33                  created content types on your site and their owners. </dd>
34              <dt>
35                <a href="@@ownership_by_state" i18n:translate="qa_overview_visits_link_content_by_state">Content Ownership by State</a>
36              </dt>
37              <dd i18n:translate="qa_overview_visits_link_content_by_state_desc">Information about site's content workflow states. Here you can see how many content object
38                  are published/submitted for review/etc. and their owners.</dd>
39              <dt>
40                <a href="@@type_by_state" i18n:translate="qa_overview_visits_link_content_types_by_state">Content Types by State</a>
41              </dt>
42              <dd i18n:translate="qa_overview_visits_link_content_types_by_state_desc">Information about site's most frequently created content types and their workflow states.</dd>
43              <dt>
44                <a href="@@portlets_stats" i18n:translate="qa_overview_visits_link_portlets">Site Portlets</a>
45              </dt>
46              <dd i18n:translate="qa_overview_visits_link_portlets_desc">Information about site portlets assigned throughout site sections. This information
47                  can be exported into .csv format. </dd>
48              <dt>
49                <a href="@@legacy_portlets" i18n:translate="qa_overview_visits_link_legacy_portlets">Legacy Portlets</a>
50              </dt>
51              <dd i18n:translate="qa_overview_visits_link_legacy_portlets_desc">Information about legacy portlets assigned throughout site sections. This information
52                  can be exported into .csv format.</dd>
53              <dt>
54                <a href="@@properties_stats" i18n:translate="qa_overview_visits_link_properties">Properties Stats</a>
55              </dt>
56              <dd i18n:translate="qa_overview_visits_link_properties_desc">Information on certain property values for all site objects.</dd>
57            </dl>
58        </div>
59    </body>
60  </metal:main>
61</html>
Note: See TracBrowser for help on using the repository browser.