diff options
| author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 09:47:09 +0000 |
|---|---|---|
| committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 09:47:09 +0000 |
| commit | 0c7735bb865227ef3be7f87ad9d679bf9937b75a (patch) | |
| tree | 408a2c939aadf5dd8e0dbd5b5d3dd49aa1b1ee9d /textproc/p5-XML-RSS-JavaScript/pkg-descr | |
| parent | Add p5-HTML-Scrubber, Perl extension for scrubbing/sanitizing html (diff) | |
Add p5-XML-RSS-JavaScript, it is a perl extension to serialize your RSS as
JavaScript
Notes
Notes:
svn path=/head/; revision=92695
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/pkg-descr')
| -rw-r--r-- | textproc/p5-XML-RSS-JavaScript/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/pkg-descr b/textproc/p5-XML-RSS-JavaScript/pkg-descr new file mode 100644 index 000000000000..521f386a112f --- /dev/null +++ b/textproc/p5-XML-RSS-JavaScript/pkg-descr @@ -0,0 +1,17 @@ +Serialize your RSS as JavaScript. + +Perhaps you use XML::RSS to generate RSS for consumption by RSS parsers. +Perhaps you also get requests for how to use the RSS feed by people who +have no idea how to parse XML, or write Perl programs for that matter. + +Enter XML::RSS::JavaScript, a simle subclass of XML::RSS which writes your +RSS feed as a sequence of JavaScript print statements. This means you +can then write the JavaScript to disk, and a users HTML can simple +include it like so: + + <script language="JavaScript" src="/myfeed.js"></script> + +What's more the javascript emits HTML that can be fully styled with +CSS. See the CSS examples included with the distribution in the css directory. + +WWW: http://search.cpan.org/perldoc?XML::RSS::JavaScript |
