CREDITS.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. =======
  2. Credits
  3. =======
  4. Main contributors
  5. =================
  6. Stefan Behnel
  7. main developer and maintainer
  8. Martijn Faassen
  9. creator of lxml and initial main developer
  10. Ian Bicking
  11. creator and maintainer of lxml.html
  12. Holger Joukl
  13. bug reports, feedback and development on lxml.objectify
  14. Sidnei da Silva
  15. official MS Windows builds
  16. Marc-Antoine Parent
  17. XPath extension function help and patches
  18. Olivier Grisel
  19. improved (c)ElementTree compatibility patches,
  20. website improvements.
  21. Kasimier Buchcik
  22. help with specs and libxml2
  23. Florian Wagner
  24. help with copy.deepcopy support, bug reporting
  25. Emil Kroymann
  26. help with encoding support, bug reporting
  27. Paul Everitt
  28. bug reporting, feedback on API design
  29. Victor Ng
  30. Discussions on memory management strategies, vlibxml2
  31. Robert Kern
  32. feedback on API design
  33. Andreas Pakulat
  34. rpath linking support, doc improvements
  35. David Sankel
  36. building statically on Windows
  37. Marcin Kasperski
  38. PDF documentation generation
  39. ... and lots of other people who contributed to lxml by reporting
  40. bugs, discussing its functionality or blaming the docs for the bugs in
  41. their code. Thank you all, user feedback and discussions form a very
  42. important part of an Open Source project!
  43. Special thanks goes to:
  44. =======================
  45. * Daniel Veillard and the libxml2 project for a great XML library.
  46. * Fredrik Lundh for ElementTree, its API, and the competition through
  47. cElementTree.
  48. * Greg Ewing (Pyrex) and Robert Bradshaw (Cython) for the binding
  49. technology.
  50. * the codespeak crew, in particular Philipp von Weitershausen and
  51. Holger Krekel for hosting lxml on codespeak.net