summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml1
-rw-r--r--index.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5fc8d6ae..0b2bf52d 100644
--- a/build.xml
+++ b/build.xml
@@ -76,6 +76,7 @@
<exclude name="**/latex" />
<exclude name="**/sqlmap_tut.pdf" />
<include name="docs/specs/*"/>
+ <include name="docs/sqlmap/sqlmap.pdf" />
</fileset>
<!--
diff --git a/index.html b/index.html
index b12d3942..c4993275 100644
--- a/index.html
+++ b/index.html
@@ -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>