From: Chris R. <chr...@us...> - 2003-03-13 14:50:17
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv12192 Modified Files: index.html Log Message: Change from table-based layout to CSS Index: index.html =================================================================== RCS file: /cvsroot/perl-ldap/website/index.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- index.html 12 Mar 2003 16:24:06 -0000 1.24 +++ index.html 13 Mar 2003 14:50:11 -0000 1.25 @@ -6,141 +6,139 @@ <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"> - body { - background-image: url(Knuellpap.jpg); - background-color: #FFFFFF; - font-family: Helvetica,Arial,sans-serif; - } - h1 { text-align: center } - </style> +<link href="site.css" rel="stylesheet" type="text/css"> </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= +<div id="title"> + <h1>Perl-LDAP Homepage</h1> +</div> +<div id="banners"> + <p> 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= + "SourceForge Logo"></a></p> + <ul> + <li><a href= "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 + List</a></li> + <li><a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=perl-ldap">CVS</a></li> + <li><a href= + "http://sourceforge.net/project/?group_id=5050">Project Page</a></li> + </ul> +</div> +<div id="content"> + <div class="section"> + <h2>Introduction</h2> + <p>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= + 5.0. </p> + <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 over other LDAP interfaces + for perl:</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. No other + LDAP libraries (eg libldap) are required.</li> + <li>It is being actively developed.</li> + </ul> + </div> + <div class="section"> + <h2>Distribution</h2> + <p>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= + which will tell you what the most recent changes are. </p> + </div> + <div class="section"> + <h2>Documentation</h2> + <p>The POD documentation for the latest release is available <a href="http://search.cpan.org/%7Egbarr/perl-ldap/lib/Net/LDAP.pod">online at CPAN</a>.</p> + <p>At the 2001 O'Reilly Open Source Conference, Graham Barr presented <a href="perl-ldap-oscon2001.pdf">this</a> tutorial.</p> + </div> + <div class="section"> + <h2>Requirements</h2> + <p>You will need the <a href= + "http://search.cpan.org/search?module=Convert::ASN1">Convert::ASN1</a> package. </p> + <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 + </div> + <div class="section"> + <h2>LDAP RFCs</h2> + <p><a href="rfc.html">This page</a> contains links to all the LDAP-related + RFCs at the IETF.</p> + </div> + <div class="section"> + <h2>FAQ</h2> + <p>The latest released FAQ is available <a href= + "FAQ.html">online</a>. </p> + </div> + <div class="section"> + <h2>FAQ-O-MATIC</h2> + <p>The <a href="http://perl-ldap.sourceforge.net/faqomatic/cache/1.html">Perl-LDAP + Faq-o-matic</a> is back online to a certain extent, although 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> + </div> + <div class="section"> + <h2>Mailing List</h2> + <p>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> - <!-- - <li> <a href="http://bostonlight.com/ldap/">Deploying LDAP</a></li> - --> - <li><a href= + "mailto:per...@li...">per...@li...</a>. </p> + </div> + <div class="section"> + <h2>LDAP Web Resources</h2> + <ul> + <li><a href="http://www.openldap.org/">OpenLDAP</a></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= + <li><a href="http://ltap.bell-labs.com/">LTAP - Lightweight Trigger Access + Process</a></li> + </ul> + </div> + <div class="section"> + <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= + 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= + 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= + 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= + 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= + Enterprise Active Directory Services.</a></li> + </ul> + </div> +</div> +<div id="footer"> +<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= - "http://sourceforge.net/sflogo.php?group_id=5050&type=1" - width="88" height="31" border="0" alt= - "SourceForge Logo"></a></td> - </tr> -</table> + </address> + <p class="revision"> + $Id$ + </p> +</div> </body> </html> |