Cleanup rst in README.

This commit is contained in:
Xelnor
2015-07-21 22:59:37 +02:00
parent 83f5a3f448
commit acb163c3e3

98
README
View File

@@ -25,6 +25,7 @@ python-ldap: LDAP client API for Python
--------------------------------------- ---------------------------------------
What is python-ldap? What is python-ldap?
====================
python-ldap provides an object-oriented API to access LDAP python-ldap provides an object-oriented API to access LDAP
directory servers from Python programs. Mainly it wraps the directory servers from Python programs. Mainly it wraps the
@@ -44,6 +45,7 @@ For module documentation, see:
http://www.python-ldap.org/ http://www.python-ldap.org/
Quick usage example: Quick usage example:
====================
.. code-block:: python .. code-block:: python
@@ -56,72 +58,74 @@ See directory ``Demo/`` of source distribution package for more
example code. example code.
Author(s) contact and documentation: Author(s) contact and documentation:
====================================
http://www.python-ldap.org/ http://www.python-ldap.org/
If you are looking for help, please try the mailing list archives If you are looking for help, please try the mailing list archives
first, then send a question to the mailing list. first, then send a question to the mailing list.
Be warned that questions will be ignored if they can be Be warned that questions will be ignored if they can be
trivially answered by referring to the documentation. trivially answered by referring to the documentation.
If you are interested in helping, please contact the mailing list. If you are interested in helping, please contact the mailing list.
If you want new features or upgrades, please check the mailing list If you want new features or upgrades, please check the mailing list
archives and then enquire about any progress. archives and then enquire about any progress.
Acknowledgements: Acknowledgements:
=================
Thanks to Konstantin Chuguev <Konstantin.Chuguev at dante.org.uk> Thanks to Konstantin Chuguev <Konstantin.Chuguev at dante.org.uk>
and Steffen Ries <steffen.ries at sympatico.ca> for working and Steffen Ries <steffen.ries at sympatico.ca> for working
on support for OpenLDAP 2.0.x features. on support for OpenLDAP 2.0.x features.
Thanks to Michael Stroeder <michael at stroeder.com> for the Thanks to Michael Stroeder <michael at stroeder.com> for the
modules ``ldif``, ``ldapurl``, ``ldap/schema/*.py``, ``ldap/*.py`` and ``ldap/controls/*.py``. modules ``ldif``, ``ldapurl``, ``ldap/schema/*.py``, ``ldap/*.py`` and ``ldap/controls/*.py``.
Thanks to Hans Aschauer <Hans.Aschauer at Physik.uni-muenchen.de> Thanks to Hans Aschauer <Hans.Aschauer at Physik.uni-muenchen.de>
for the C wrapper schema and SASL support. for the C wrapper schema and SASL support.
Thanks to Mauro Cicognini <mcicogni at siosistemi.it> for the Thanks to Mauro Cicognini <mcicogni at siosistemi.it> for the
WIN32/MSVC6 bits, and the pre-built WIN32 ``ldap.pyd``. WIN32/MSVC6 bits, and the pre-built WIN32 ``ldap.pyd``.
Thanks to Waldemar Osuch <waldemar.osuch at gmail.com> for contributing Thanks to Waldemar Osuch <waldemar.osuch at gmail.com> for contributing
the new-style docs based on reStructuredText. the new-style docs based on reStructuredText.
Thanks to Torsten Kurbad <torsten at tk-webart.de> for the Thanks to Torsten Kurbad <torsten at tk-webart.de> for the
easy_install support. easy_install support.
Thanks to James Andrewartha <jamesa at daa.com.au> for Thanks to James Andrewartha <jamesa at daa.com.au> for
significant contribution to ``Doc/*.tex``. significant contribution to ``Doc/*.tex``.
Thanks to Rich Megginson <rmeggins at redhat.com> for extending Thanks to Rich Megginson <rmeggins at redhat.com> for extending
support for LDAPv3 controls and adding support for LDAPv3 extended support for LDAPv3 controls and adding support for LDAPv3 extended
operations. operations.
Thanks to Peter Gietz, DAASI for funding some control modules. Thanks to Peter Gietz, DAASI for funding some control modules.
Thanks to Chris Mikkelson for various fixes and ldap.syncrepl. Thanks to Chris Mikkelson for various fixes and ldap.syncrepl.
These very kind people have supplied patches or suggested changes: These very kind people have supplied patches or suggested changes:
Federico Di Gregorio <fog at mixadlive.com> * Federico Di Gregorio <fog at mixadlive.com>
John Benninghoff <johnb at netscape.com> * John Benninghoff <johnb at netscape.com>
Donn Cave <donn at u.washington.edu> * Donn Cave <donn at u.washington.edu>
Jason Gunthorpe <jgg at debian.org> * Jason Gunthorpe <jgg at debian.org>
gurney_j <gurney_j at 4j.lane.edu> * gurney_j <gurney_j at 4j.lane.edu>
Eric S. Johansson <esj at harvee.billerica.ma.us> * Eric S. Johansson <esj at harvee.billerica.ma.us>
David Margrave <davidma at premier1.net> * David Margrave <davidma at premier1.net>
Uche Ogbuji <uche.ogbuji at fourthought.com> * Uche Ogbuji <uche.ogbuji at fourthought.com>
Neale Pickett <neale at lanl.gov> * Neale Pickett <neale at lanl.gov>
Blake Weston <weston at platinum1.cambridge.scr.slb.com> * Blake Weston <weston at platinum1.cambridge.scr.slb.com>
Wido Depping <wido.depping at gmail.com> * Wido Depping <wido.depping at gmail.com>
Deepak Giridharagopal <deepak at arlut.utexas.edu> * Deepak Giridharagopal <deepak at arlut.utexas.edu>
Ingo Steuwer <steuwer at univention.de> * Ingo Steuwer <steuwer at univention.de>
Andreas Hasenack <ahasenack at terra.com.br> * Andreas Hasenack <ahasenack at terra.com.br>
Matej Vela <vela at debian.org> * Matej Vela <vela at debian.org>
Thanks to all the guys on the python-ldap mailing list for Thanks to all the guys on the python-ldap mailing list for
their contributions and input into this package. their contributions and input into this package.
Thanks! We may have missed someone: please mail us if we have omitted Thanks! We may have missed someone: please mail us if we have omitted
your name. your name.
.. $Id: README,v 1.25 2011/10/26 18:43:21 stroeder Exp $ .. $Id: README,v 1.25 2011/10/26 18:43:21 stroeder Exp $