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

Revision 1099, 0.9 kB (checked in by kaminogoya, 15 months ago)

modified header style. and changed archive mapping of Entry Archive.

Line 
1key: MT::Plugin::iPhoneTemplateSet
2name: iPhone Template Set
3l10n_class: iPhoneTemplateSet::L10N
4description: Template set for iPhone/iPod Touch
5author_name: Taichi Kamingoya
6author_link: http://2xup.org/
7plugin_link: http://2xup.org/lab/mtplugins/templatesets/iphonetemplateset
8version: 1.0
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.