CONTENTS OF THIS FILE
---------------------
* Overview
* Features
* Requirements
* Installation
* Known problems
* Version history
* Future plans
* Credits
* Recommended modules
* Similar projects
OVERVIEW
--------
This module aims to clean up, enhance and facilitate the customization of
markup for Drupal core and several popular contrib modules such as Panels.
FEATURES
--------
As of version 1.x:
Blocks:
From the block configuration page, you can:
* Disable or set the HTML5 element to use as the block wrapper,
* Enable or disable an inner div,
* Add classes to the outer block element,
* Set the HTML5 element to wrap the title,
* Toggle whether the block title is displayed visually,
* Disable or set the HTML5 element to wrap the content.
REQUIREMENTS
------------
Clean markup API:
no dependencies.
Clean block markup:
Block (in core) and Clean markup API
INSTALLATION
------------
1. Download and install the clean_markup project.
Install as usual, see https://drupal.org/node/895232 for further information.
2. In order for a user to change the clean markup settings, they will need to
have *both* the "Administer blocks" and the "Administer clean markup block
settings" permissions.
See https://drupal.org/node/1576512 for further information.
3. The clean markup settings can be changed from the block's settings page.
See https://drupal.org/node/1576532 for further information.
KNOWN PROBLEMS
--------------
We don't know of any problems at this time, so if you find one, please let us
know by adding an issue!
VERSION HISTORY
---------------
The 1.x branch contains only the Clean Block Markup module. Updates made to
other branches that affect Clean Block Markup are being backported to this
branch if possible.
FUTURE PLANS
------------
The 2.x branch contains both the Clean Block Markup and the Clean Panel Markup
modules.
The 3.x branch is currently in development, and contains the Clean Block
Markup, Clean Panel Markup and Clean Views Markup blocks.
We may also write something for Display Suite.
CREDITS
-------
Concept by rhache. Coding by rhache and mparker17.
RECOMMENDED MODULES
-------------------
If you want to clean up the markup of nodes, comments, taxonomy terms or users,
check out Display Suite.
If you want to clean up the markup of fields, check out Fences.
If you want a really clean base theme, check out Mothership.
SIMILAR PROJECTS
----------------
We aren't aware of any projects similar to this one.
View source
-
- CONTENTS OF THIS FILE
- ---------------------
-
- * Overview
- * Features
- * Requirements
- * Installation
- * Known problems
- * Version history
- * Future plans
- * Credits
- * Recommended modules
- * Similar projects
-
- OVERVIEW
- --------
-
- This module aims to clean up, enhance and facilitate the customization of
- markup for Drupal core and several popular contrib modules such as Panels.
-
- FEATURES
- --------
-
- As of version 1.x:
-
- Blocks:
- From the block configuration page, you can:
- * Disable or set the HTML5 element to use as the block wrapper,
- * Enable or disable an inner div,
- * Add classes to the outer block element,
- * Set the HTML5 element to wrap the title,
- * Toggle whether the block title is displayed visually,
- * Disable or set the HTML5 element to wrap the content.
-
- REQUIREMENTS
- ------------
-
- Clean markup API:
- no dependencies.
- Clean block markup:
- Block (in core) and Clean markup API
-
- INSTALLATION
- ------------
-
- 1. Download and install the clean_markup project.
-
- Install as usual, see https://drupal.org/node/895232 for further information.
-
- 2. In order for a user to change the clean markup settings, they will need to
- have *both* the "Administer blocks" and the "Administer clean markup block
- settings" permissions.
-
- See https://drupal.org/node/1576512 for further information.
-
- 3. The clean markup settings can be changed from the block's settings page.
-
- See https://drupal.org/node/1576532 for further information.
-
- KNOWN PROBLEMS
- --------------
-
- We don't know of any problems at this time, so if you find one, please let us
- know by adding an issue!
-
- VERSION HISTORY
- ---------------
-
- The 1.x branch contains only the Clean Block Markup module. Updates made to
- other branches that affect Clean Block Markup are being backported to this
- branch if possible.
-
- FUTURE PLANS
- ------------
-
- The 2.x branch contains both the Clean Block Markup and the Clean Panel Markup
- modules.
-
- The 3.x branch is currently in development, and contains the Clean Block
- Markup, Clean Panel Markup and Clean Views Markup blocks.
-
- We may also write something for Display Suite.
-
- CREDITS
- -------
-
- Concept by rhache. Coding by rhache and mparker17.
-
- RECOMMENDED MODULES
- -------------------
-
- If you want to clean up the markup of nodes, comments, taxonomy terms or users,
- check out Display Suite.
-
- If you want to clean up the markup of fields, check out Fences.
-
- If you want a really clean base theme, check out Mothership.
-
- SIMILAR PROJECTS
- ----------------
-
- We aren't aware of any projects similar to this one.