PHP Universal Feed Generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. This package can be used to generate feeds in either RSS 1.0, RSS 2.0 or ATOM
  2. formats.
  3. There are three main classes that abstract the feed information and another to
  4. encapsulate the feed items information.
  5. Applications can create feed writer object, several feed item objects, set
  6. several types of properties of either feeds and feed items, and add items to
  7. the feed.
  8. Once a feed is fully composed with its items, the feed writer class can generate
  9. the necessary XML structure to describe the feed in the RSS or ATOM formats.
  10. The feed is generated as part of the current feed output.
  11. Requirements
  12. ============
  13. PHP >= 5.3
  14. If you don't have 5.3 available on your system, there's a version supporting
  15. PHP >= 5.0 in the "legacy-php-5.0" branch.
  16. Documentation
  17. =============
  18. The documentation can be found in the "gh-pages" branch or on GitHub Pages:
  19. http://mibe.github.io/FeedWriter/
  20. Authors
  21. =======
  22. (in chronological order)
  23. Anis uddin Ahmad
  24. Michael Bemmerl
  25. Phil Freo
  26. Paul Ferrett
  27. Brennen Bearnes
  28. Michael Robinson
  29. Baptiste Fontaine
  30. Kristián Valentín
  31. Brandtley McMinn
  32. Julian Bogdani