htmLawed

Component type

module

Maintenance status

Development status

Downloads

52637

Component created

Component changed

The htmLawed module uses the htmLawed PHP library to restrict and purify HTML for compliance with site administrator policy and standards and for security. Use of the htmLawed library allows for highly customizable control of HTML markup. See the handbook for more on the module. Current htmLawed modules for Drupal 7 and 8 can use an htmLawed library that is specified by the Libraries module.

About htmLawed

Inline Tags

Component type

module

Downloads

2178

Component created

Component changed

This module provides a filter for Drupal whereby any tags wrapped in the
appropriate markup and placed in the body of a node will be extracted from
the body and added to the free tagging vocabulary of one's choosing. The
format looks like this:

[tags]drupal, modules, xmlrpc, free tagging, folksonomy[/tags]

The vocabulary to use and node types to apply the filtering to are
selectable on the settings page. In addition, one may select whether
inline tags replace or are added to existing tags when editing a node.

Editarea

Component type

module

Downloads

1236

Component created

Component changed

Editarea provides replacement of plain text boxes with the EditArea javascript code editor, making the editing of code directly in a web browser much more reasonable.

In addition to text box replacement, this module provides a script for creating a "Drupal PHP" syntax-highlighting file from your local Drupal installation.

WebPurify

Component type

module

Maintenance status

Development status

Downloads

4724

Component created

Component changed

The WebPurify module provides developers an easy to use interface to the WebPurify REST API.

It also provides multiple filtering options using this interface, right out of the box. You have the option of blocking profane nodes/comments, replacing expletives upon submission (via input filter), or not doing any filtering at all.

This module is free, but the WebPurify service is a paid subscription service. Please see the WebPurify website for details.

Haml

Component type

module

Categories

Downloads

1092

Component created

Component changed

This module allows Drupal users to leverage Haml (http://en.wikipedia.org/wiki/Haml) as an input filter (or use the function haml_to_html in theme functions). As PHP can be evaluated from within the Haml filter it is not advised to allow untrusted roles to create content with it. If you're curious about Haml, visit the Haml lab to play.

XML Content Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

1029

Component created

Component changed

Update: May merge with Inline

We may merge this module with Inline. Please see the Inline API thread for more info.

About

Provides an API for creating arbitrary XML element implementations that are parsed during the input filter process.