diff options
| -rw-r--r-- | docs/index.html | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index d51b6f31..6ee50d82 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,13 +34,12 @@ body { <tr bgcolor="#000099"> <td bordercolor="#FFFFFF" class="style2"> <h2>ADOdb Database Abstraction Library for PHP</h2> - <font size="2">© 2000-2014 John Lim -(jlim#natsoft.com). All rights reserved. </font></td> + <p>v5.20.0 - 28-Nov-2015</p> <td align="center" valign="center" bgcolor="#CCCCCC" class="style1"><img src="adodb.gif"></td> </tr> </tbody> </table> - <p class="style1"> <font size="2"> + <p class="style1"> <font size="3"> <a href="#download">Download</a> <a href="https://github.com/ADOdb/ADOdb">Source code</a> <a href="#docs">Documentation</a> @@ -90,8 +89,10 @@ Has a <b>large community</b> of users. </li> <li>Very <b>reasonable licensing</b> terms (BSD). This means that you can incorporate (and even compile) it into your software applications<b> royalty-free</b> without asking the author's -permission, provided you include license.txt in your release. Also -dual-licensed (Lesser GPL). </li> +permission, provided you include the +<a href="https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md">ADOdb Licence</a> +in your release. +Also dual-licensed (Lesser GPL v2.1). </li> </ul> @@ -204,10 +205,9 @@ error messages.</p> <h4 class="style1">Translations</h4> <p class="style1">PHP documentation in other languages: </p> <ul class="style1"> - <li><a - href="http://phplens.com/lens/adodb/ADODB-Manual-Korean.htm">Korean</a></li> + <li><a href="http://phplens.com/lens/adodb/ADODB-Manual-Korean.htm">Korean</a></li> <li><a href="http://www.lacorona.com.mx/fortiz/adodb/">Spanish (Castellano)</a> </li> - <li><a href=http://www.souken.co.jp/tech/php/adodb/docs-adodb-ja.htm>Japanese</a> + <li><a href="http://www.souken.co.jp/tech/php/adodb/docs-adodb-ja.htm">Japanese</a> </ul> <p class="style1">and tutorials in: </p> <ul class="style1"> @@ -225,13 +225,21 @@ error messages.</p> <p class="style1">Bug reports, feature requests and questions should be filed on <a href="https://github.com/ADOdb/ADOdb/issues">Github</a>. </p> + <p class="style1">To discuss with the ADOdb development team and users, + connect to our <a href="https://gitter.im/adodb/adodb">Gitter chatroom</a> + using your Github credentials.<br> + <a href="https://gitter.im/adodb/adodb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"> + <img src="https://img.shields.io/gitter/room/form-data/form-data.svg" alt="Join chat on Gitter"> + </a> + </p> <p class="style1">The legacy <a href="http://phplens.com/lens/lensforum/topics.php?id=4">ADOdb forums</a> are still available in read-only mode for reference. </p> <hr> - <span class="style1">© 2000-2014 John Lim. All Rights Reserved. - <strong>Contact:</strong> jlim#natsoft.com <br> + <span class="style1"> + © 2000-2013 John Lim (jlim#natsoft.com)<br> + © 2014 Damien Regad, Mark Newnham and the ADOdb community </span></td> </tr> </tbody> |
