diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
commit | 654a9cae43358c7eecf3b522e9876aa7815e2453 (patch) | |
tree | 545f2e42fdc6e824b247924adf083ad3fe51e61d /buildscripts | |
parent | e99e35819d53dc48ae4e9a8491528a6b6011469f (diff) |
Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/phpbuilder/build.php | 6 | ||||
-rw-r--r-- | buildscripts/texbuilder/Page2Tex.php | 6 | ||||
-rw-r--r-- | buildscripts/texbuilder/quickstart/quickstart.tex | 2 | ||||
-rw-r--r-- | buildscripts/texbuilder/sqlmap/sqlmap.tex | 2 | ||||
-rw-r--r-- | buildscripts/texbuilder/time-tracker/preface.tex | 9 | ||||
-rw-r--r-- | buildscripts/texbuilder/time-tracker/time-tracker.tex | 2 |
6 files changed, 10 insertions, 17 deletions
diff --git a/buildscripts/phpbuilder/build.php b/buildscripts/phpbuilder/build.php index 47b7bec4..e2d30a4c 100644 --- a/buildscripts/phpbuilder/build.php +++ b/buildscripts/phpbuilder/build.php @@ -14,9 +14,9 @@ * 'framework' directory. * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @version $Id$ * @package Tools */ diff --git a/buildscripts/texbuilder/Page2Tex.php b/buildscripts/texbuilder/Page2Tex.php index ce2ece7f..e0c3507d 100644 --- a/buildscripts/texbuilder/Page2Tex.php +++ b/buildscripts/texbuilder/Page2Tex.php @@ -163,14 +163,14 @@ class Page2Tex //runbar $html = preg_replace('/<com:RunBar\s+PagePath="([^"]*)"\s+\/>/', - '\href{http://www.pradosoft.com/demos/quickstart/index.php?page=$1}{$1 Demo}', $html); + '\href{http://www.pradoframework.net/site/demos/quickstart/index.php?page=$1}{$1 Demo}', $html); //DocLink $html = preg_replace('/<com:DocLink\s+ClassPath="([^"]*)[.]([^."]*)"\s+Text="([^"]+)"\s*\/>/', - '\href{http://www.pradosoft.com/docs/manual/$1/$2.html}{$3}', $html); + '\href{http://pradosoft.github.io/docs/manual/$1/$2.html}{$3}', $html); $html = preg_replace('/<com:DocLink\s+ClassPath="([^"]*)[.]([^.]*)"\s+\/>/', - '\href{http://www.pradosoft.com/docs/manual/$1/$2.html}{$1.$2 API Reference}', $html); + '\href{http://pradosoft.github.io/docs/manual/$1/$2.html}{$1.$2 API Reference}', $html); //text modifiers $html = preg_replace('/<(b|strong)[^>]*>([^<]*)<\/(b|strong)>/', '\textbf{$2}', $html); diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex index 034aa198..7ef6e92e 100644 --- a/buildscripts/texbuilder/quickstart/quickstart.tex +++ b/buildscripts/texbuilder/quickstart/quickstart.tex @@ -78,7 +78,7 @@ Prado quick start doc \chapter*{License} \addcontentsline{toc}{chapter}{License} PRADO is free software released under the terms of the following BSD license.\\ -Copyright 2004-2015, The PRADO Group (http://www.pradosoft.com) +Copyright 2004-2015, The PRADO Group (https://github.com/pradosoft) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/buildscripts/texbuilder/sqlmap/sqlmap.tex b/buildscripts/texbuilder/sqlmap/sqlmap.tex index 5000b547..e3a0254f 100644 --- a/buildscripts/texbuilder/sqlmap/sqlmap.tex +++ b/buildscripts/texbuilder/sqlmap/sqlmap.tex @@ -88,7 +88,7 @@ Framework Developer Guide. \chapter*{License}
\addcontentsline{toc}{chapter}{License}
SQLMap for PHP is free software released under the terms of the following BSD license.\\
-Copyright 2004-2006, PradoSoft (http://www.pradosoft.com)\\
+Copyright 2004-2006, The PRADO Group (https://github.com/pradosoft)\\
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/buildscripts/texbuilder/time-tracker/preface.tex b/buildscripts/texbuilder/time-tracker/preface.tex index 908f97fb..c1a30bed 100644 --- a/buildscripts/texbuilder/time-tracker/preface.tex +++ b/buildscripts/texbuilder/time-tracker/preface.tex @@ -8,11 +8,4 @@ The guide is intended for readers who has some experience using PHP version 5 and some basic concepts of Object-Oriented application
design. The guide will assume that the reader understands the primary concepts
of class, methods, class inheritance, and other basic features offered by PHP
-version 5 or later.
-\subsection*{Questions and Comments}
-Readers are encouraged to ask questions as the forum regarding any
-particular aspect of this documentation. Comment and constructive criticisms
-are most welcome. Questions and comments may be directed at
-\href{http://www.pradosoft.com/forum/}{http://www.pradosoft.com/forum/}.
-
-
+version 5 or later.
\ No newline at end of file diff --git a/buildscripts/texbuilder/time-tracker/time-tracker.tex b/buildscripts/texbuilder/time-tracker/time-tracker.tex index fcfb639a..5934c5c0 100644 --- a/buildscripts/texbuilder/time-tracker/time-tracker.tex +++ b/buildscripts/texbuilder/time-tracker/time-tracker.tex @@ -79,7 +79,7 @@ \chapter*{License}
\addcontentsline{toc}{chapter}{License}
PRADO is free software released under the terms of the following BSD license.\\
-Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com).
+Copyright 2004-2006, The PRADO Group (https://github.com/pradosoft).
All rights reserved.
Redistribution and use in source and binary forms, with or without
|