summaryrefslogtreecommitdiff
path: root/demos/sqlmap
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-12-07 15:57:51 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-12-07 15:57:51 +0100
commit654a9cae43358c7eecf3b522e9876aa7815e2453 (patch)
tree545f2e42fdc6e824b247924adf083ad3fe51e61d /demos/sqlmap
parente99e35819d53dc48ae4e9a8491528a6b6011469f (diff)
Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations
Diffstat (limited to 'demos/sqlmap')
-rwxr-xr-xdemos/sqlmap/protected/pages/Manual/Installing.page12
-rwxr-xr-xdemos/sqlmap/protected/pages/Manual/Layout.tpl4
2 files changed, 8 insertions, 8 deletions
diff --git a/demos/sqlmap/protected/pages/Manual/Installing.page b/demos/sqlmap/protected/pages/Manual/Installing.page
index bb083996..65288f22 100755
--- a/demos/sqlmap/protected/pages/Manual/Installing.page
+++ b/demos/sqlmap/protected/pages/Manual/Installing.page
@@ -14,7 +14,7 @@ first time.</p>
<h2>Setup the Distribution</h2>
-<p>The official site for SQLMap PHP DataMapper is <a href="http://www.pradosoft.com">http://www.pradosoft.com</a>.
+<p>The official site for SQLMap PHP DataMapper is <a href="https://github.com/pradosoft/prado">https://github.com/pradosoft/prado</a>.
The DataMapper
is availabe as a source distribution in the form of a ZIP archive. To download
the distributions, follow the link to the Downloads area on the web site, and
@@ -29,20 +29,20 @@ built into newer versions of Windows.</p>
files to your Web application, or library project (and Test project if you
have one). These files are:</p>
-<dl>
+<dl>
<dt>SqlMap.xml</dt>
<dd>-- A Data Map file that contains your SQL queries. Your project will contain one
or more of these files with names such as Account.xml or Product.xml.
- </dd>
+ </dd>
<dt>SqlMap.config</dt>
<dd>--
The DataMapper configuration file that is used to specify the locations of your
SqlMap.xml files. It is also used to define other DataMapper
configuration options such as caching. You will need to include one SqlMap.config
- file for each data source that your project has.
- </dd>
- </dl>
+ file for each data source that your project has.
+ </dd>
+ </dl>
<p>As expected, the <tt>SqlMap.config</tt> file should be (by default) placed where the DataMapper
can find them at runtime.</p>
diff --git a/demos/sqlmap/protected/pages/Manual/Layout.tpl b/demos/sqlmap/protected/pages/Manual/Layout.tpl
index e4cc1b53..1b9611da 100755
--- a/demos/sqlmap/protected/pages/Manual/Layout.tpl
+++ b/demos/sqlmap/protected/pages/Manual/Layout.tpl
@@ -15,7 +15,7 @@
<com:TPanel ID="MainMenu" CssClass="mainmenu">
<a href="?">Home</a> |
-<a href="http://www.pradosoft.com">PradoSoft.com</a> |
+<a href="https://github.com/pradosoft/prado">Prado framework</a> |
<a href="../../docs/quickstart.pdf">PDF Version</a> |
<com:THyperLink ID="PrinterLink" Text="Printer-friendly Version" />
</com:TPanel>
@@ -34,7 +34,7 @@
</table>
<div id="footer">
-Copyright &copy; 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>.
+Copyright &copy; 2005-2015 <a href="https://github.com/pradosoft">The PRADO Group</a>.
<br/><br/>
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a>