|
Revision 1173, 0.9 kB
(checked in by kaminogoya, 14 months ago)
|
|
Added the 'automatically hide addressbar' script to index and entry template.
|
| Line | |
|---|
| 1 | key: MT::Plugin::iPhoneTemplateSet |
|---|
| 2 | name: iPhone Template Set |
|---|
| 3 | l10n_class: iPhoneTemplateSet::L10N |
|---|
| 4 | description: <__trans phrase="iPhone Template Set is building a suitable page for the display by iPhone/iPod touch."> |
|---|
| 5 | author_name: Taichi Kamingoya |
|---|
| 6 | author_link: http://2xup.org/ |
|---|
| 7 | plugin_link: http://2xup.org/lab/mtplugins/templatesets/iphonetemplateset |
|---|
| 8 | version: 1.1 |
|---|
| 9 | |
|---|
| 10 | template_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 | |
|---|