Changeset 1510 for trunk/MidCenturyMobile
- Timestamp:
- 04/03/09 18:43:22 (8 months ago)
- Location:
- trunk/MidCenturyMobile
- Files:
-
- 4 added
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
plugins/MidCenturyMobile/config.yaml (modified) (2 diffs)
-
plugins/MidCenturyMobile/templates/javascript.mtml (added)
-
plugins/MidCenturyMobile/templates/main_index.mtml (added)
-
plugins/MidCenturyMobile/templates/styles.mtml (added)
-
plugins/MidCenturyMobile/templates/theme_javascript.mtml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MidCenturyMobile/Makefile.PL
r1491 r1510 6 6 WriteMakefile( 7 7 NAME => 'Mid-Century Mobile', 8 VERSION => '1.0 ',8 VERSION => '1.01', 9 9 DISTNAME => 'MidCenturyMobile', 10 10 ); -
trunk/MidCenturyMobile/plugins/MidCenturyMobile/config.yaml
r1491 r1510 2 2 description: 'A template set in the style of the popular "Mid-Century" theme, but optimized for handheld and mobile devices.' 3 3 id: MidCenturyMobile 4 version: 1.01 4 5 template_sets: 5 6 mid-century-mobile: … … 23 24 preferred: 1 24 25 index: 25 category_archive :26 category_archives: 26 27 label: 'Category Archive' 27 28 outfile: categories.html
