migueltrindade / zentropy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Features
 * Installation
 * Useful Information
 * Authors
 * Sponsors

INTRODUCTION
------------

Zentropy is a base theme which attempts to bring the best of a couple worlds together:

 * It converts the core template files to HTML5 markup (based on "Boron" * all credit to Scott Vandehey (spaceninja) of Metal Toad Media)
 * It adds useful features from the classic Drupal 6 "Basic" theme
 * It includes an HTMl5-friendly CSS Reset and other tweaks & best practices from Paul Irish's "HTML5 Boilerplate" (http://html5boilerplate.com/)
 * It also features a bunch of other goodies thrown in: more regions, Google Analytics integration, more htaccess tweaks, support for Modernizr (http://www.modernizr.com/) and all sorts of awesomeness

Like other minimal base themes, such as Zen, Stark and Boron, Zentropy includes only a few lines of layout-driven CSS, and markup that is search engine optimized.

WHAT IS THE DIFFERENCE BETWEEN BASIC, BORON AND ZENTROPY?

What really sets Zentropy apart is that apart from bringing together great ideas from both afforementioned themes, it includes all of the awesomeness from Paul Irish's HTML5 Boilerplate for a rock-solid HTML5 starter theme.

Think of it as a fork of all 3 projects merged into one big steaming pile of awesome.

FEATURES
--------

 * Extra regions and classes for more theming flexibility
 * Performance and compatibility improvements from HTML5 Boilerplate
 * Full HTML5 CSS Reset
 * Simple Google Analytics integration via theme settings
 * Bartik compatibility (most of Bartik's goodness is maintained)
 * HTML5 doctype and meta content-type
 * Header and Footer sections marked up with header and footer elements
 * Navigation marked up with nav elements
 * Sidebars marked up with aside elements
 * Nodes marked up with article elements containing header and footer elements
 * Comments marked up as articles nested within their parent node article
 * Blocks marked up with section elements
 * HTML5 shim script suggested for full IE compatibility
 * Search form uses the new input type="search" attribute
 * WAI-ARIA accessibility roles added to primary elements
 * Updates all core modules to HTML5 markup

INSTALLATION
------------

 * Extract the theme in your sites/all/themes/ directory and enable it

USEFUL INFORMATION
------------------

 * Zentropy applies classes to the <html> tag to enable easier styling for Internet Exporer

   - html.ie6 #selector { ... }
   - htm.ie7.ie6 #selector { ... }

 * Please file issues in the project's issue queue: http://drupal.org/project/zentropy

AUTHORS
-------

* Alex Weber (alexweber) - http://drupal.org/user/850856 & http://www.alexweber.com.br
* Leandro Nunes (lnunesbr) - http://drupal.org/user/324393 & http://www.nunesweb.com
* Miguel Trindade (migueltrindade) - http://drupal.org/user/690418/ & http://www.migueltrindade.com.br


SPONSORS
--------

This project is made possible by Webdrop (http://webdrop.net.br)

Webdrop is an up and coming Drupal shop based in São Paulo, Brazil. Try us for your next project!

About


Languages

Language:PHP 97.0%Language:JavaScript 3.0%