diff options
author | xue <> | 2007-06-30 16:01:54 +0000 |
---|---|---|
committer | xue <> | 2007-06-30 16:01:54 +0000 |
commit | 7a8d257d2caee2f641fba8d9d407d380e92868aa (patch) | |
tree | 3953f06f4fec60295e836cb0f1ddc59e9a4b69ad | |
parent | 9af68616fb4b8762d309ab437ee50520f00d5dea (diff) |
prepare for release.3.1.0
-rw-r--r-- | build.xml | 1 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -76,6 +76,7 @@ <exclude name="**/latex" /> <exclude name="**/sqlmap_tut.pdf" /> <include name="docs/specs/*"/> + <include name="docs/sqlmap/sqlmap.pdf" /> </fileset> <!-- @@ -75,6 +75,7 @@ PRADO component tags when you use it to edit PRADO templates. <li><a href="docs/prado3_manual.chm">Integrated manual (CHM)</a>, including quickstart, API, class docs and wiki</li>
<li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li>
<li><a href="docs/manual/index.html">API documentation (HTML)</a></li>
+<li><a href="docs/sqlmap/sqlmap.pdf">SQLMap PHP DataMapper Tutorial (PDF)</a></li>
</ul>
<h2>Credits</h2>
@@ -116,7 +117,7 @@ PRADO component tags when you use it to edit PRADO templates. <ul>
<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li>
<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li>
-<li>Andrés Adolfo Testi - original concept and naming for Active Controls.</li>
+<li>Andrés Adolfo Testi - original concept and naming for Active Controls.</li>
<li><a href="http://www.jackslocum.com/">Jack Slocum</a> - inspiration for the quickstart commenting system.</li>
<li>Cesar Ramos - Active Record driver for IBM DB2.</li>
<li>All PRADO users - great suggestions, feedback and support</li>
|