Subversion Repositories vgwhois

Compare Revisions

Regard whitespace Rev 4 → Rev 5

/trunk/maintenance/qa-monitor/config.inc.php
1,15 → 1,13
<?php
 
#
# generic Whois - Automatic Pattern Generator configuration
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2015-04-17
#
 
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
parse_config(__DIR__.'/../config/qa-monitor.conf');
/trunk/maintenance/qa-monitor/run
2,15 → 2,13
<?php
 
#
# generic Whois - Automatic Pattern Generator: QA Monitor
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2019 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2019-04-29
#
 
# TODO: strikte trennung zwischen pattern entwicklung ( = im sdk enthalten ) und lokaler gwi entwicklung ( = packages, eigene vwi services )
# TODO: alles modular machen, vieles cachen
/trunk/maintenance/qa-monitor/syntax/global-syntax-check
2,15 → 2,13
<?php
 
#
# generic Whois - Maintenance Tools: Global Syntax Check
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2015-05-07
#
 
error_reporting(E_ALL | E_NOTICE | E_STRICT | E_DEPRECATED);
 
/trunk/maintenance/qa-monitor/testcases/allpatterns
2,15 → 2,13
<?php
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-11-25
#
 
require_once __DIR__ . '/../../../shared/php_includes/common_functions.inc.php';
 
/trunk/maintenance/qa-monitor/testcases/batch
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-08-19
#
 
DIR=$( dirname "$0" )
 
/trunk/maintenance/qa-monitor/testcases/coverage
2,15 → 2,13
<?php
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-11-25
#
 
# There are 2 possibilities
# - Coverage by section. At least 1 line per command must be covered
/trunk/maintenance/qa-monitor/testcases/highlighter
2,15 → 2,13
<?php
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2015-04-17
#
 
#mb_internal_encoding('utf-8');
 
/trunk/maintenance/qa-monitor/testcases/loc_gwhois
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-08-25
#
 
# TODO: $@ or $* ?
 
/trunk/maintenance/qa-monitor/testcases/single
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2015-05-03
#
 
# TODO: use >&2
 
/trunk/maintenance/qa-monitor/testcases/status
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-08-25
#
 
DIR=$( dirname "$0" )
 
/trunk/maintenance/qa-monitor/testcases/status_short
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-08-19
#
 
DIR=$( dirname "$0" )
 
/trunk/maintenance/qa-monitor/testcases/testcases_cronrun
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Maintenance Framework: Testcases
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-04-08
#
 
DIR=$( dirname "$0" )
 
/trunk/maintenance/qa-monitor/whois-ping/showerrors
2,15 → 2,13
<?php
 
#
# generic Whois - Whois Server Ping Testing Suite
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2013-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-09-12
#
 
error_reporting(E_ALL | E_NOTICE | E_STRICT | E_DEPRECATED);
 
/trunk/maintenance/qa-monitor/whois-ping/whoisping
2,15 → 2,13
<?php
 
#
# generic Whois - Whois Server Ping Testing Suite
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2013-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-11-23
#
 
error_reporting(E_ALL | E_NOTICE | E_STRICT | E_DEPRECATED);
 
/trunk/maintenance/qa-monitor/whois-ping/whoisping_cronrun
1,15 → 1,13
#!/bin/bash
 
#
# generic Whois - Automatic Pattern Generator: Whois Ping Cronjob
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-04-08
#
 
DIR=$( dirname "$0" )
 
/trunk/maintenance/qa-monitor/whois-ping/whoisping_functions.inc.php
1,15 → 1,13
<?php
 
#
# generic Whois - Whois Server Ping Testing Suite
# VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
# Maintenance / Developer utilities
#
# (c) 2013-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
# (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
# License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
#
#
# Version 2014-11-19
#
 
# FUT: sqlinj und cmdinj beheben