TM::RSS Change Log

2003-01-11
    * Basic support for Klip and KlipFood added ($version = "food" etc.).
    * Documentation links completed (see $docs).
    * RSS 0.9 will treat as 1.0 because they are compatible. Both are using RDF.
    * RSS 0.94 will treat as 2.0 because in fact they are the same.
    * <image> was optional in Netscape's RSS 0.91, required in UserLand's 0.91,
      optional again in 2.0. I decided: <image> is optional in all cases.

2003-01-09
    * Introduced <image> (set in the constructor).
    * Introduced <docs> (RSS 0.9x, 2.0 and Atom only).
    * <generator> "TM::RSS" added (RSS 2.0, 3.0 and Atom only).
    * Introduced <slash:comments> and <wfw:commentRss> (set in addItem()).
    * Any relative $link, $commentLink and $commentRss will be made absolute.
    * A date can be an unix timestamp or any format understood by strtotime().
    * Don't set $author (it's private now), use addDCData().

2003-01-08
    * <dc:...> elements are used in RSS 1.0/2.0 only, not in 0.9x.
    * Documentation added.

2003-01-07
    * RSS 0.9x/2.0 uses <dc:creator>, not <managingEditor> (protect email).
    * RSS 3.0 does not display duplicate URLs any more.
    * RSS 3.0 maximum width is 65 characters now (see RFC 822).
    * RSS 3.0 uses CRLF instead of LF now (according to RFC 822).
    * New element order: date, title, content, link, (comments), id.
