Bric::Dist::Action::HTMLClean

NAME

Bric::Dist::Action::HTMLClean - Class to Clean up and reformat HTML files.

VERSION

$LastChangedRevision$

DATE

$LastChangedDate$

SYNOPSIS

use Bric::Dist::Action::HTMLClean;

my $id = 1; # Assume that this is an HTMLClean action.
# This line will automatically instantiate the correct subclass.
my $action = Bric::Dist::Action->lookup({ id => $id });

# Perform the action on a list of resources.
action = $action->do_it($resources_href);
# Undo the action on a list of resources.
action = $action->undo_it($resources_href);

DESCRIPTION

This subclass of Bric::Dist::Action can be used to clean up and reformat HTML pages. No additional properties are required, though we may choose to add more later.

INTERFACE

Constructors

Inherited from Bric::Dist::Action.

Destructors

Public Class Methods

See Bric::Dist::Action.

Public Instance Methods

See Bric::Dist::Action.

PRIVATE

Private Class Methods

NONE.

Private Instance Methods

Private Functions

NONE.

NOTES

NONE.

AUTHOR

David Wheeler

SEE ALSO

Bric, Bric::Dist::Action