NAME

OpenInteract2::Filter::AllCaps - Sample filter to translate content into all caps.

SYNOPSIS

 # In $WEBSITE_DIR/conf/observer.ini
 
 # register the observer
 [observer]
 allcaps = OpenInteract2::Filter::AllCaps
 
 # map the observer to an action
 [observer action]
 allcaps = myaction

DESCRIPTION

Observer that transforms all content to upper case.

COPYRIGHT

Copyright (c) 2004-2005 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>

Generated from the OpenInteract 1.99_06 source.