From: Chris R. <chr...@us...> - 2003-03-12 16:22:27
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv13306 Modified Files: index.html Log Message: Cleaned up again Index: index.html =================================================================== RCS file: /cvsroot/perl-ldap/website/index.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- index.html 12 Mar 2003 10:10:57 -0000 1.22 +++ index.html 12 Mar 2003 16:22:23 -0000 1.23 @@ -1,12 +1,12 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> - +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> <html> - <head> - <title>Perl-LDAP Homepage</title> - <meta name="keywords" content= +<head> +<title>Perl-LDAP Homepage</title> +<meta name="keywords" content= "Perl-LDAP, Perl-LDAP FAQ, Perl-LDAP Online documentation, LDAP, LDAP WEB Resources,Perl-Ldap Distribution,Open Source, Sourceforge, Graham Barr, CPAN,Net::LDAP,Net::LDAP::FAQ"> - <meta name="description" content="Perl-LDAP WEB Home Page."> - <style type="text/css"> +<meta name="description" content="Perl-LDAP WEB Home Page."> +<style type="text/css"> body { background-image: url(Knuellpap.jpg); background-color: #FFFFFF; @@ -15,203 +15,135 @@ :link { color: #005555 } :visited { color: #AA0000 } :active { color: #006666 } - h1 { text-align: center} + h1 { text-align: center } </style> - </head> - - <body> - <h1>Perl-LDAP Homepage</h1> - - <table width="100%" cellspacing="15" border="0"> - <tr> - <td valign="top">This site is hosted by<br> - <a href="http://sourceforge.net"><img src= +</head> +<body> +<h1>Perl-LDAP Homepage</h1> +<table width="100%" cellspacing="15" border="0"> + <tr> + <td valign="top">This site is hosted by<br> + <a href="http://sourceforge.net"><img src= "http://sourceforge.net/sflogo.php?group_id=5050&type=1" width="88" height="31" border="0" alt= "SourceForge Logo"></a> <a href= - "http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev"> - Mailing List</a><br> - <!-- + "http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev"> Mailing + List</a><br> + <!-- <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=perl-ldap">CVS</a><br> --> - <a href= - "http://sourceforge.net/project/?group_id=5050">Project - Page</a><br> - </td> - - <td width="99%"> - <h1>Introduction</h1> - LDAP is the de facto Internet directory standard, - supported by companies such as Netscape, Microsoft, IBM - and Novell. LDAP will be an integral part of Internet - platform offerings including Netscape's ONE and Microsoft - Exchange 5.0. - - <p>The perl-ldap distribution is a collection of perl - modules which provide an object orientated interface to - LDAP servers.</p> - - <p>The perl-ldap distribution has several advantages</p> - - <ul> - <li>By using the perl object interface the perl-ldap - modules provide programmers with an interface which - allows complex searches of LDAP directories with only a - small amount of code.</li> - - <li>All the perl-ldap modules are written entirely in - perl, which means that the library is truly - cross-platform compatible. No C or XS extension are - used so no C compiler is needed to install the - modules.</li> - </ul> - <hr> - - <h1>Distribution</h1> - The latest release of the library is <a href= - "http://prdownloads.sourceforge.net/perl-ldap/perl-ldap-0.2701.tar.gz"> - perl-ldap-0.2701</a>. You may also <a href= - "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/"> - look at the individual files</a> in the CVS repository - and the <a href= - "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/ChangeLog?rev=1.26"> - ChangeLog</a> and <a href= - "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/RELEASE_NOTES?rev=1.11"> - RELEASE_NOTES</a> files, which will tell you what the - most recent changes are. <!-- - - <h2>Patches</h2> - - <center><TABLE BORDER="2" CELLSPACING="0" CELLPADDING="10"> - - <tr><td> - <a href="../cpan/perl-ldap-0.1001.pat">Patch 1</a> - </td><td> - Net::LDAP::Filter<br> - - Fix bug in comparison operator and add testcases<br> - </td></tr> - - </table></center> - - --> - - <hr> - - <h1>Documentation</h1> - - <p>The POD documentation for the latest release is also - available <a href="doc/index.html">online</a></p> - - <p>At the 2001 O'Reilly Open Source Conference, Graham - Barr presented <a href="perl-ldap-oscon2001.pdf">this</a> - tutorial.</p> - <hr> - - <h1>Requirements</h1> - You will need the <a href= - "http://search.cpan.org/search?module=Convert::ASN1">Convert::ASN1</a> - package. - - <p>For releases of perl before 5.004 you will also need - to make sure that you have the IO distribution installed. - The latest distribution is available from <a href= + <a href= + "http://sourceforge.net/project/?group_id=5050">Project Page</a><br> + </td> + <td width="99%"> + <h1>Introduction</h1> + LDAP is the de-facto Internet directory standard, supported by companies + such as Netscape, Microsoft, IBM and Novell. LDAP will be an integral part + of Internet platform offerings including Netscape's ONE and Microsoft Exchange + 5.0. + <p>The perl-ldap distribution is a collection of perl modules which provide + an object orientated interface to LDAP servers.</p> + <p>The perl-ldap distribution has several advantages:</p> + <ul> + <li>By using the perl object interface the perl-ldap modules provide + programmers with an interface which allows complex searches of LDAP + directories with only a small amount of code.</li> + <li>All the perl-ldap modules are written entirely in perl, which means + that the library is truly cross-platform compatible. No C or XS extensions + are used so no C compiler is needed to install the modules.</li> + </ul> + <hr> + <h1>Distribution</h1> + The latest release of the library is <a href= + "http://prdownloads.sourceforge.net/perl-ldap/perl-ldap-0.2701.tar.gz"> perl-ldap-0.2701</a>. + You may also <a href= + "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/"> look + at the individual files</a> in the CVS repository and the <a href= + "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/ChangeLog?rev=1.26"> ChangeLog</a> and <a href= + "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/perl-ldap/ldap/RELEASE_NOTES?rev=1.11"> RELEASE_NOTES</a> files, + which will tell you what the most recent changes are. + <hr> + <h1>Documentation</h1> + <p>The POD documentation for the latest release is also available <a href="doc/index.html">online</a>.</p> + <p>At the 2001 O'Reilly Open Source Conference, Graham Barr presented <a href="perl-ldap-oscon2001.pdf">this</a> tutorial.</p> + <hr> + <h1>Requirements</h1> + You will need the <a href= + "http://search.cpan.org/search?module=Convert::ASN1">Convert::ASN1</a> package. + <p>For releases of perl before 5.004 you will also need to make sure that + you have the IO distribution installed. The latest distribution is available + from <a href= "http://www.perl.com/CPAN/modules/by-module/IO/">CPAN/modules/by-module/IO/</a>.</p> - <hr> - - <h2>LDAP RFC(s) <a href="rfc.html">online</a>.</h2> - <hr> - - <h2>FAQ</h2> - The latest released FAQ is available <a href= - "FAQ.html">online</a>. - <hr> - - <h2>FAQ-O-MATIC</h2> - - <p>The Perl-LDAP Faq-o-matic is back online to a certain - extent, the content is now static. Sourceforge requires - that state information be stored in a database and the - Faq-o-matic does not work that way for a number of - reasons. This means we can not update our Faq-o-matic, - but we can view the static content.</p> - - <p>PERL-LDAP <a href= - "http://perl-ldap.sourceforge.net/faqomatic/cache/1.html"> - Faq-o-matic</a></p> - <hr> - - <h2>Mailing List</h2> - SourceForge also hosts a mailing list for the perl-ldap - project. You can subscribe by visiting <a href= - "http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev"> - http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev</a>, - or you can just post a question or bug report to <a href= + <hr> + <h2>LDAP RFC(s) <a href="rfc.html">online</a>.</h2> + <hr> + <h2>FAQ</h2> + The latest released FAQ is available <a href= + "FAQ.html">online</a>. + <hr> + <h2>FAQ-O-MATIC</h2> + <p>The Perl-LDAP Faq-o-matic is back online to a certain extent, the content + is now static. Sourceforge requires that state information be stored + in a database and the Faq-o-matic does not work that way for a number + of reasons. This means we can not update our Faq-o-matic, but we can + view the static content.</p> + <p>PERL-LDAP <a href= + "http://perl-ldap.sourceforge.net/faqomatic/cache/1.html"> Faq-o-matic</a></p> + <hr> + <h2>Mailing List</h2> + SourceForge also hosts a mailing list for the perl-ldap project. You can + subscribe by visiting <a href= + "http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev"> http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev</a>, + or you can just post a question or bug report to <a href= "mailto:per...@li...">per...@li...</a>. - - <hr> - - <h2>LDAP Web Resources</h2> - - <ul> - <li><a href="http://www.openldap.org/">OpenLDAP</a> - <!-- - <li> <a href="http://bostonlight.com/ldap/">Deploying LDAP</a> + <hr> + <h2>LDAP Web Resources</h2> + <ul> + <li><a href="http://www.openldap.org/">OpenLDAP</a></li> + <!-- + <li> <a href="http://bostonlight.com/ldap/">Deploying LDAP</a></li> --> - </li> - - <li><a href= - "http://www3.innosoft.com/ldapworld/">Innosoft's LDAP - World</a></li> - - <li><a href="http://ltap.bell-labs.com/">LTAP - - Lightweight Trigger Access Process</a></li> - </ul> - <hr> - - <h2>Other</h2> - - <ul> - <li><a href="http://www.wrox.com">Wrox Press</a> has - published a book by Mark Wilcox entitled <a href= - "http://www.wrox.com/Store/Details.asp?Code=2211">Implementing - LDAP</a> which mentions perl-ldap in Chapter 11. - (<i>They also sent me a free copy</i>)</li> - - <li><a href= - "http://www.oreilly.com/catalog/perlsysadm/">Perl for - System Administraton</a> by David N. Blank-Edelman and - published by <a href= - "http://www.oreily.com">O'Reilly</a> mentions LDAP and - perl-ldap in its chapter on Directory Services.</li> - - <li><a href= - "http://www.awprofessional.com/">Addison-Wesley</a> has - published a book by Robbie Allen and Richard Puckett - entitled <a href= - "http://www.awprofessional.com/catalog/product.asp?product_id={BDE92686-4225-41B6-A818-B477144D8CA1}&session_id={6D4DBC59-6D20-470C-9B9F-207BF1BD4DDD}"> - Managing Enterprise Active Directory Services.</a></li> - </ul> - </td> - </tr> - </table> - <hr> - - <table width="100%"> - <tr> - <td valign="top"> - <address> - Graham Barr <a href= + <li><a href= + "http://www3.innosoft.com/ldapworld/">Innosoft's LDAP World</a></li> + <li><a href="http://ltap.bell-labs.com/">LTAP - Lightweight Trigger Access + Process</a></li> + </ul> + <hr> + <h2>Other</h2> + <ul> + <li><a href="http://www.wrox.com/">Wrox Press</a> has published a book + by Mark Wilcox entitled <a href= + "http://www.wrox.com/Store/Details.asp?Code=2211">Implementing LDAP</a> which + mentions perl-ldap in Chapter 11. (<i>They also sent me a free copy</i>)</li> + <li><a href= + "http://www.oreilly.com/catalog/perlsysadm/">Perl for System Administraton</a> by + David N. Blank-Edelman and published by <a href= + "http://www.oreily.com/">O'Reilly</a> mentions LDAP and perl-ldap + in its chapter on Directory Services.</li> + <li><a href= + "http://www.awprofessional.com/">Addison-Wesley</a> has published + a book by Robbie Allen and Richard Puckett entitled <a href= + "http://www.awprofessional.com/catalog/product.asp?product_id={BDE92686-4225-41B6-A818-B477144D8CA1}&session_id={6D4DBC59-6D20-470C-9B9F-207BF1BD4DDD}"> Managing + Enterprise Active Directory Services.</a></li> + </ul> + </td> + </tr> +</table> +<hr> +<table width="100%"> + <tr> + <td valign="top"> + <address> + Graham Barr <a href= "mailto:gb...@po..."><gb...@po...></a> - </address> - </td> - - <td align="right">This site is hosted by<br> - <a href="http://sourceforge.net"><img src= + </address> + </td> + <td align="right">This site is hosted by<br> + <a href="http://sourceforge.net"><img src= "http://sourceforge.net/sflogo.php?group_id=5050&type=1" width="88" height="31" border="0" alt= "SourceForge Logo"></a></td> - </tr> - </table> - </body> + </tr> +</table> +</body> </html> - |