README.txt in net-ldap-0.0.5 vs README.txt in net-ldap-0.1.0
- old
+ new
@@ -1,62 +1,68 @@
= Net::LDAP for Ruby
-* http://rubyforge.org/projects/net-ldap
+== Description
-== DESCRIPTION:
-
Pure Ruby LDAP library.
-== FEATURES/PROBLEMS:
+== Where
-The Lightweight Directory Access Protocol (LDAP) is an Internet protocol
-for accessing distributed directory services.
+=== Issues & Project Homepage
-Net::LDAP is an LDAP support library written in pure Ruby. It supports
-most LDAP client features and a subset of server features as well.
+http://rubyforge.org/projects/net-ldap
+=== Code
+
+http://github.com/RoryO/ruby-net-ldap/
+
+== FEATURES/PROBLEMS
+
+The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for
+accessing distributed directory services.
+
+Net::LDAP is an LDAP support library written in pure Ruby. It supports most
+LDAP client features and a subset of server features as well.
+
* Standards-based (going for RFC 4511)
* Portable: 100% Ruby
-== SYNOPSIS:
+== SYNOPSIS
See Net::LDAP for documentation and usage samples.
-== REQUIREMENTS:
+== REQUIREMENTS
-Net::LDAP requires Ruby 1.8.2 or better.
+Net::LDAP requires Ruby 1.8.7-compliant interpreter or better.
-== INSTALL:
+== INSTALL
-Net::LDAP is a pure Ruby library. It does not require any external
-libraries.
+Net::LDAP is a pure Ruby library. It does not require any external libraries.
+You can install the RubyGems version of Net::LDAP available from the usual
+sources.
-You can install the RubyGems version of Net::LDAP available from the
-usual sources.
-
* gem install net-ldap
-If using the packaged (.tgz) version; it can be installed with:
+Simply require 'net/ldap'.
-* ruby setup.rb
+== CREDITS
-== CREDITS:
-
Net::LDAP was originally developed by:
-* Francis Cianfrocca <garbagecat10@gmail.com>
+* Francis Cianfrocca blackhedd@rubyforge.org
Contributions since:
-* Austin Ziegler <halostatue@gmail.com>
-* Emiel van de Laar <gemiel@gmail.com>
+* Emiel van de Laar emiel@rubyforge.org
+* Rory O'Connell rory.ocon@gmail.com
+* Kaspar Schiess eule@rubyforge.org
+* Austin Ziegler austin@rubyforge.org
-== LICENSE:
+== LICENSE
-Copyright (C) 2006 by Francis Cianfrocca
+Copyright (C) 2006 - 2010 by Francis Cianfrocca and other contributors.
Please read the file LICENSE for licensing restrictions on this library. In
the simplest terms, this library is available under the same terms as Ruby
itself.
-Available under the same terms as Ruby. See LICENSE in the main
-distribution for full licensing information.
+Available under the same terms as Ruby. See LICENSE in the main distribution
+for full licensing information.