source: products/quintagroup.mobileextender/trunk/quintagroup/mobileextender/README.txt @ 1569

Last change on this file since 1569 was 1569, checked in by mylan, 14 years ago

Update README

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1Introduction
2============
3
4quintagroup.mobileextender package is designed for extend Documents, Events and
5containers with additional 'Mobile Content' field. This field may contain
6alternative content in mobile presentation of the object.
7
8If some content was added to the mentioned field, on object creation and/or
9edition - such objects will be marked with qintagroup.mobile.interfaces.IMobile
10interface. Such marked objects are taken into consideration by another
11Quintagroup product - qPlongGoogleSitemaps for mobile sitemap creation.
12
13There is *Manage Mobile Content* configlet, aimed to simplify object marking
14with qintagroup.mobile.interfaces.IMobile interface, which allows you to
15mark/unmark object with mentioned inteface.
16
17Features
18--------
19
20On product installation *mobile_extender* File system directory view is added to
21portal_skins, which contains alternative views for document, events and
22containers. This views change presentation of mentioned objects by replacing
23data from the 'Text' field to 'Mobile Content' one, in case it is not empty.
24
25But this layer will not be added to the existent theme(s) by default, because
26it lead to changing presentation mentioned objects for common (not-mobile) site
27view.
28
29So, to apply mentioned behavior you should manually add 'mobile_extender' layer to the
30theme, you intent to use as mobile one, just after 'custom' layer.
31
32Also, after installation 'Manage Mobile Content' configlet is registered.
33
34Requirements
35------------
36
37 * Plone 3.x
38
39Dependency
40----------
41
42 * archetypes.schemaextender
43
44Authors
45-------
46
47 * Anriy Mylenkyi
48 * Volodymyr Cherepanyak
Note: See TracBrowser for help on using the repository browser.