root/trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/config.yaml @ 1173

Revision 1173, 0.9 kB (checked in by kaminogoya, 14 months ago)

Added the 'automatically hide addressbar' script to index and entry template.

Line 
1key: MT::Plugin::iPhoneTemplateSet
2name: iPhone Template Set
3l10n_class: iPhoneTemplateSet::L10N
4description: <__trans phrase="iPhone Template Set is building a suitable page for the display by iPhone/iPod touch.">
5author_name: Taichi Kamingoya
6author_link: http://2xup.org/
7plugin_link: http://2xup.org/lab/mtplugins/templatesets/iphonetemplateset
8version: 1.1
9
10template_sets:
11  iPhoneTemplate:
12    label: iPhone Template Set
13    base_path: templates
14    order: 99
15
16    templates:
17      index:
18        index:
19          label: Main Index (for iPhone)
20          outfile: m/index.html
21          rebuild_me: 1
22        styles:
23          label: Stylesheet (for iPhone)
24          outfile: m/styles.css
25          rebuild_me: 1
26      individual:
27        entry:
28          label: Entry (for iPhone)
29          mappings:
30            entry_archive:
31              archive_type: Individual
32              file_template: m/%y/%m/%-f
33              preferred: 0
34
Note: See TracBrowser for help on using the browser.