diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 07:50:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 07:50:53 +0000 |
commit | 057262ad0f4d3dcaff618fcff3eb12b501fca5f8 (patch) | |
tree | d398e443ca455fb348366c741933e19e456d4df3 /textproc/p5-XML-RSS-SimpleGen/pkg-descr | |
parent | 8d6794e2746a1504c4ebc96778bf8f67f60c5cfd (diff) | |
download | ports-057262ad0f4d3dcaff618fcff3eb12b501fca5f8.tar.gz ports-057262ad0f4d3dcaff618fcff3eb12b501fca5f8.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-SimpleGen/pkg-descr')
-rw-r--r-- | textproc/p5-XML-RSS-SimpleGen/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-SimpleGen/pkg-descr b/textproc/p5-XML-RSS-SimpleGen/pkg-descr new file mode 100644 index 000000000000..9ba0345c9f19 --- /dev/null +++ b/textproc/p5-XML-RSS-SimpleGen/pkg-descr @@ -0,0 +1,10 @@ +This module is for writing RSS files, simply. It transparently handles all +the unpleasant details of RSS, like proper XML escaping, and also has a good +number of Do-What-I-Mean features, like not changing the modtime on a +written-out RSS file if the file content hasn't changed, and like +automatically removing any HTML tags from content you might pass in. + +This module isn't meant to have the full expressive power of RSS; instead, it +provides functions that are most commonly needed by RSS-writing programs. + +WWW: http://search.cpan.org/dist/XML-RSS-SimpleGen/ |