diff options
| author | Damien Regad <dregad@mantisbt.org> | 2016-02-19 00:50:51 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-03-30 23:34:43 +0200 |
| commit | d3eaf88b7d158c575613b0f35da6ec5aebf097a1 (patch) | |
| tree | c29ef29b1c782f60fee07a61d811a8f65279b587 | |
| parent | ddbac2dd91fe2f83ffda7432b35610f55ec5b697 (diff) | |
| download | adodb-d3eaf88b7d158c575613b0f35da6ec5aebf097a1.tar.gz adodb-d3eaf88b7d158c575613b0f35da6ec5aebf097a1.tar.bz2 adodb-d3eaf88b7d158c575613b0f35da6ec5aebf097a1.zip | |
Added Documentation README file
| -rw-r--r-- | docs/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..b0ec2941 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,17 @@ +# ADOdb Documentation + +ADOdb documentation is available in the following locations + +- [Online](http://adodb.org/) +- [Download](https://sourceforge.net/projects/adodb/files/Documentation/) for offline use + +## Legacy documentation + +The old HTML files are available in +[GitHub](https://github.com/ADOdb/ADOdb/tree/8b8133771ecbe9c95e57abbe5dc3757f0226bfcd/docs), +or in the release zip/tarballs for version 5.20 and before on +[Sourceforge](https://sourceforge.net/projects/adodb/files/adodb-php5-only/). + +## Changelog + +The full historical [Changelog](changelog.md) is available on GitHub. |
