From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- buildscripts/texbuilder/Page2Tex.php | 6 +++--- buildscripts/texbuilder/quickstart/quickstart.tex | 2 +- buildscripts/texbuilder/sqlmap/sqlmap.tex | 2 +- buildscripts/texbuilder/time-tracker/preface.tex | 9 +-------- buildscripts/texbuilder/time-tracker/time-tracker.tex | 2 +- 5 files changed, 7 insertions(+), 14 deletions(-) (limited to 'buildscripts/texbuilder') 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('//', - '\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('//', - '\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('//', - '\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 -- cgit v1.2.3