You are here

README.txt in Clean Markup 7

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7.2 README.txt
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.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Overview
  4. * Features
  5. * Requirements
  6. * Installation
  7. * Known problems
  8. * Version history
  9. * Future plans
  10. * Credits
  11. * Recommended modules
  12. * Similar projects
  13. OVERVIEW
  14. --------
  15. This module aims to clean up, enhance and facilitate the customization of
  16. markup for Drupal core and several popular contrib modules such as Panels.
  17. FEATURES
  18. --------
  19. As of version 1.x:
  20. Blocks:
  21. From the block configuration page, you can:
  22. * Disable or set the HTML5 element to use as the block wrapper,
  23. * Enable or disable an inner div,
  24. * Add classes to the outer block element,
  25. * Set the HTML5 element to wrap the title,
  26. * Toggle whether the block title is displayed visually,
  27. * Disable or set the HTML5 element to wrap the content.
  28. REQUIREMENTS
  29. ------------
  30. Clean markup API:
  31. no dependencies.
  32. Clean block markup:
  33. Block (in core) and Clean markup API
  34. INSTALLATION
  35. ------------
  36. 1. Download and install the clean_markup project.
  37. Install as usual, see https://drupal.org/node/895232 for further information.
  38. 2. In order for a user to change the clean markup settings, they will need to
  39. have *both* the "Administer blocks" and the "Administer clean markup block
  40. settings" permissions.
  41. See https://drupal.org/node/1576512 for further information.
  42. 3. The clean markup settings can be changed from the block's settings page.
  43. See https://drupal.org/node/1576532 for further information.
  44. KNOWN PROBLEMS
  45. --------------
  46. We don't know of any problems at this time, so if you find one, please let us
  47. know by adding an issue!
  48. VERSION HISTORY
  49. ---------------
  50. The 1.x branch contains only the Clean Block Markup module. Updates made to
  51. other branches that affect Clean Block Markup are being backported to this
  52. branch if possible.
  53. FUTURE PLANS
  54. ------------
  55. The 2.x branch contains both the Clean Block Markup and the Clean Panel Markup
  56. modules.
  57. The 3.x branch is currently in development, and contains the Clean Block
  58. Markup, Clean Panel Markup and Clean Views Markup blocks.
  59. We may also write something for Display Suite.
  60. CREDITS
  61. -------
  62. Concept by rhache. Coding by rhache and mparker17.
  63. RECOMMENDED MODULES
  64. -------------------
  65. If you want to clean up the markup of nodes, comments, taxonomy terms or users,
  66. check out Display Suite.
  67. If you want to clean up the markup of fields, check out Fences.
  68. If you want a really clean base theme, check out Mothership.
  69. SIMILAR PROJECTS
  70. ----------------
  71. We aren't aware of any projects similar to this one.