This plugin is outdated and might not be supported anymore
PHAMLP for WordPress

PHAMLP for WordPress

Details
View on WordPress

PHAMLP for WordPress enables theme creation using the HAML template system. HAML replaces the tag soup of most HTML/PHP templates with a cleaner, hierarchical markup language.

Any plain HTML/PHP theme will work while PHAMLP for WordPress is enabled. But the individual templates that make up a WordPress theme, from index.php to author.php, can be replaced with a corresponding .haml.php file and PHAMLP for WordPress will process them.

HAML Example

!!! 5
%html
  %head
    %title Welcome to my web site
  %body
    #header
      %h1 Welcome!
    #content
      #greeting Hello world!
    #footer
      #copyright-notice (c) forever by me!

A “TwentyHAMLTen” example theme will be included in future versions.

Licenses

  1. PHAMLP for WordPress is a fork of wp-haml, and is therefore available under the ISC license.
  2. PHAMLP is redistributed under the terms of the New BSD License.
  3. The TwentyHAMLTen theme is a derivative of the TwentyTen theme that ships with WordPress and inherits the original theme’s GPL license.

Details

Plugin code:
phamlp-for-wordpress
Plugin version:
0.1
Author:
Outdated:
Yes
WP version:
3.0 or higher
PHP version:
or higher
Test up to WP version:
3.0.5
Total installations:
0
Last updated:
2011-02-22
Rating:
Times rated:
0
haml
markup
phamlp
theme
themes