home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / PyXML-0.6.3.win32-py2.0.exe / xmldoc / CREDITS < prev    next >
Extensible Markup Language  |  2000-12-23  |  4KB  |  128 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!-- 
  3.  
  4.    This is a partial credits-file of people who have contributed to
  5.    the Python/XML package.  It is sorted by name, and written as
  6.    well-formed XML, though no DTD exists for it.  The subelements of a
  7.    <xml-hacker> element are: <name>, <email>, <home-page>, <public-key>,
  8.    <task>, and <snail-mail>.
  9.  
  10.    This list is not complete; if you've been left out, or if you're
  11.    listed and something you've done hasn't been included, send a note
  12.    to amk1@bigfoot.com.
  13.  
  14. -->
  15.  
  16. <xml-hackers>
  17.   <xml-hacker>
  18.     <name> James Clark </name>
  19.     <task> Expat parser </task>
  20.   </xml-hacker>
  21.   
  22.   <xml-hacker>
  23.     <name> Fred L. Drake, Jr. </name>
  24.     <email> fdrake@acm.org </email>
  25.     <home-page> http://python.starship.net/crew/fdrake/ </home-page>
  26.     <task> XBEL maintainer. </task>
  27.   </xml-hacker>
  28.   
  29.   <xml-hacker>
  30.     <name> Stefane Fermigier </name>
  31.     <task> First version of the DOM code. </task>
  32.   </xml-hacker>
  33.   
  34.   <xml-hacker>
  35.     <name> Lars Marius Garshol </name>
  36.     <task> saxlib SAX implementation </task>
  37.     <task> xmlproc XML parser </task>
  38.   </xml-hacker>
  39.   
  40.   <xml-hacker>
  41.     <name> Geir Ove Gr°nmo </name>
  42.     <task> xmlarch architectural forms code </task>
  43.   </xml-hacker>
  44.   
  45.   <xml-hacker>
  46.     <name> Jack Jansen </name>
  47.     <task> PyExpat extension module </task>
  48.   </xml-hacker>
  49.   
  50.   <xml-hacker>
  51.     <name> Jeff Johnson </name>
  52.     <task> xml.dom.utils.FileReader class </task>
  53.     <task> Lots of DOM bug reports </task>
  54.   </xml-hacker>
  55.   
  56.   <xml-hacker>
  57.     <name> A.M. Kuchling </name>
  58.     <email> amk1@bigfoot.com </email>
  59.     <home-page> http://starship.python.net/crew/amk/ </home-page>
  60.     <task> Packaging </task>
  61.     <task> Massive revisions to the DOM code </task>
  62.     <task> XML HOWTO </task>
  63.     <task> XML topic guide (http://www.python.org/topics/xml/) </task>
  64.     <snail-mail> CNRI, 1895 Preston White Drive, Suite 100, Reston VA, 20191 
  65.     </snail-mail>
  66.     <public-key type="gpg">1024D/8BBD77F0 8A1A 67CB B3E5 3972 06DE  3D3B 913B DC5E 8BBD 77F0 </public-key>
  67.   </xml-hacker>
  68.   
  69.   <xml-hacker>
  70.     <name> Martin von L÷wis </name>
  71.     <task> Original unicode wide-string module </task>
  72.     <task> Synchronization of Python 2 and PyXML </task>
  73.   </xml-hacker>
  74.   
  75.   <xml-hacker>
  76.     <name> Fredrik Lundh </name>
  77.     <task> sgmlop extension module </task>
  78.     <task> Modified version of xmllib.py for use with sgmlop </task>
  79.   </xml-hacker>
  80.  
  81.   <xml-hacker>
  82.     <name> Sjoerd Mullender </name>
  83.     <task> xmllib.py XML parser </task>
  84.   </xml-hacker>
  85.  
  86.   <xml-hacker>
  87.     <name> Sean McGrath </name>
  88.   </xml-hacker>
  89.  
  90.   <xml-hacker>
  91.     <name> Paul Prescod </name>
  92.     <task> minidom </task>
  93.   </xml-hacker>
  94.  
  95.   <xml-hacker>
  96.     <name> Guido van Rossum </name>
  97.     <task> Benevolent dictator </task>
  98.     <task> Convincing AMK about the __cmp__ method for DOM nodes </task>
  99.   </xml-hacker>
  100.  
  101.   <xml-hacker>
  102.     <name> Greg Stein </name>
  103.     <task> xml.utils.qp_xml module </task>
  104.     <task> Admin the XML-SIG CVS repository
  105.        <href> http://www.lyra.org/cgi-bin/viewcvs.cgi/xml/ </href>
  106.     </task>
  107.     <email> gstein@lyra.org </email>
  108.     <home-page> http://www.lyra.org/greg/ </home-page>
  109.     <snail-mail> PO Box 760, Palo Alto, CA, 94302 </snail-mail>
  110.   </xml-hacker>
  111.  
  112.   <xml-hacker>
  113.     <name> Christian Tismer </name>
  114.   </xml-hacker>
  115.  
  116.   <xml-hacker>
  117.     <name> Stephan Tolksdorf </name>
  118.     <task> Add various minidom features </task>
  119.   </xml-hacker>
  120.  
  121.   <xml-hacker>
  122.     <name> Evgeny Cherkashin </name>
  123.     <email> eugeneai@icc.ru </email>
  124.     <task> Expose Python codecs to pyexpat </task>
  125.   </xml-hacker>
  126.  
  127. </xml-hackers>
  128.