wok
annotate perl-xml-rss/description.txt @ rev 25320
updated sqlite, sqlite-dev, libsqlite and libsqlite-tcl (3.32.1 -> 3.39.2)
author |
Hans-Günter Theisgen |
date |
Fri Jul 22 07:37:22 2022 +0100 (2022-07-22) |
parents |
|
children |
|
rev |
line source |
Hans-Günter@24269
|
1 This module provides a basic framework for creating and maintaining RDF
|
Hans-Günter@24269
|
2 Site Summary (RSS) files.
|
Hans-Günter@24269
|
3 This distribution also contains many examples that allow you to generate
|
Hans-Günter@24269
|
4 HTML from an RSS, convert between 0.9, 0.91, 1.0, and 2.0 version, and
|
Hans-Günter@24269
|
5 other nifty things.
|
Hans-Günter@24269
|
6 This might be helpful if you want to include news feeds on your Web site
|
Hans-Günter@24269
|
7 from sources like Slashdot and Freshmeat or if you want to syndicate
|
Hans-Günter@24269
|
8 your own content.
|
Hans-Günter@24269
|
9
|
Hans-Günter@24269
|
10 XML::RSS currently supports versions 0.9, 0.91, 1.0, and 2.0 of RSS.
|
Hans-Günter@24269
|
11
|
Hans-Günter@24269
|
12 RSS was originally developed by Netscape as the format for Netscape
|
Hans-Günter@24269
|
13 Netcenter channels, however, many Web sites have since adopted it as a
|
Hans-Günter@24269
|
14 simple syndication format.
|
Hans-Günter@24269
|
15 With the advent of RSS 1.0, users are now able to syndication many
|
Hans-Günter@24269
|
16 different kinds of content including news headlines, threaded messages,
|
Hans-Günter@24269
|
17 products catalogs, etc.
|