feed-collect.mdwn 862 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <div class="infobox">
  2. <h2>Links</h2>
  3. <ul>
  4. <li> [[News]]
  5. <li> [[Releases]]
  6. <li> [[Forum]]
  7. <li> [[Tickets]]
  8. </ul>
  9. </div>
  10. [[!toc]]
  11. # Introduction
  12. **feed-collect** is a Haskell library for watching one or more news feeds (RSS,
  13. Atom, etc.) by periodically checking them for new feeds items, and then
  14. handling the new items using given callback functions.
  15. # Download
  16. Releases are made to Hackage: [[!hackage feed-collect]]. The Darcs repository
  17. containing the source is here: [[!darcshub fr33domlover/feed-collect]].
  18. # Documentation
  19. See the Haddock generated pages and the source itself.
  20. # Freedom
  21. **feed-collect** is free software, and is committed to software freedom and to
  22. freedom in general. It is released to the public domain using the CC0 Public
  23. Domain Dedication. See [[/freedom]].
  24. # Bugs, Ideas, Tasks and Decisions
  25. - [[tickets]]
  26. - [[decisions]]