[Rt-commit] r9969 - rt/branches/3.6-EXPERIMENTAL-ABERDEEN/lib/RT/Extension

audreyt at bestpractical.com audreyt at bestpractical.com
Sat Dec 15 15:42:24 EST 2007


Author: audreyt
Date: Sat Dec 15 15:42:23 2007
New Revision: 9969

Added:
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/lib/RT/Extension/RichText.pm

Log:
* RichText commit (temp)

Added: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/lib/RT/Extension/RichText.pm
==============================================================================
--- (empty file)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/lib/RT/Extension/RichText.pm	Sat Dec 15 15:42:23 2007
@@ -0,0 +1,49 @@
+# For ABERDEEN BRANCH ONLY!
+
+package RT::Extension::RichText;
+use 5.008;
+
+our $VERSION = '0.01';
+
+__END__
+=pod
+
+=head1 NAME 
+
+RT::Extension::RichText - Rich Text Edit support for RT
+
+=head1 DESCRIPTION
+
+This extension enables HTML-based rich text editing to text areas in RT's web UI.
+
+=head1 AUTHORS
+
+Audrey Tang E<lt>cpan at audreyt.orgE<gt>
+
+=head1 COPYRIGHT
+
+Copyright 2007 by Audrey Tang E<lt>cpan at audreyt.orgE<gt>.
+
+This software is released under the MIT license cited below.
+
+=head2 The "MIT" License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+=cut


More information about the Rt-commit mailing list