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

Last change on this file since 1561 was 1561, checked in by olha, 14 years ago

README.txt updated.

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