changes-26.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Changes in version 2.6
  2. ======================
  3. :program:`Ultra-liberal Feed Parser` 2.6 was released on January 1, 2004.
  4. - dc:author support (MarekK)
  5. - fixed bug tracking nested divs within content (JohnD)
  6. - fixed missing :file:`sys` import (JohanS)
  7. - fixed regular expression to capture :abbr:`XML (Extensible Markup Language)` character encoding (Andrei)
  8. - added support for Atom 0.3-style links
  9. - fixed bug with textInput tracking
  10. - added support for cloud (MartijnP)
  11. - added support for multiple category/dc:subject (MartijnP)
  12. - normalize content model: ``description`` gets description (which can come from ``<description>``, ``<summary>``, or full content if no ``<description>``), ``content`` gets dict of ``base``/``language``/``type``/``value`` (which can come from ``<content:encoded>``, ``<xhtml:body>``, ``<content>``, or ``<fullitem>``)
  13. - fixed bug matching arbitrary Userland namespaces
  14. - added xml:base and xml:lang tracking
  15. - fixed bug tracking unknown tags
  16. - fixed bug tracking content when ``<content>`` element is not in default namespace (like Pocketsoap feed)
  17. - resolve relative URLs in ``<link>``, ``<guid>``, ``<docs>``, ``<url>``, ``<comments>``, ``<wfw:comment>``, ``<wfw:commentRSS>``
  18. - resolve relative :abbr:`URI (Uniform Resource Identifier)`s within embedded :abbr:`HTML (HyperText Markup Language)` markup in ``<description>``, ``<xhtml:body>``, ``<content>``, ``<content:encoded>``, ``<title>``, ``<subtitle>``, ``<summary>``, ``<info>``, ``<tagline>``, and ``<copyright>``
  19. - added support for pingback and trackback namespaces