Name : perl-Template-Plugin-JavaScript
| |
Version : 0.01
| Vendor : Fedora Project
|
Release : 2.fc11
| Date : 2009-02-27 05:26:26
|
Group : Development/Libraries
| Source RPM : perl-Template-Plugin-JavaScript-0.01-2.fc11.src.rpm
|
Size : 0.00 MB
| |
Packager : Fedora Project
| |
Summary : Encodes text to be safe in JavaScript
|
Description :
Template::Plugin::JavaScript is a TT filter that filters text so it can be safely used in JavaScript quotes. e.g:
[% USE JavaScript %] document.write(\"[% FILTER js %] Here\'s some text going on. [% END %]\");
will become:
document.write(\"\ Here\\\'s some text going on.\ \");
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/11/Everything/ppc64/os/Packages |