[Lsb-messages] /var/www/bzr/lsb/devel/app-checker r33: Corrected some more embedded emails.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 21 18:12:51 UTC 2012


------------------------------------------------------------
revno: 33
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: app-checker
timestamp: Wed 2012-03-21 14:12:51 -0400
message:
  Corrected some more embedded emails.
modified:
  package/HOWTO_LSB
  utils/report.pl
  utils/run_tests.pl
  webui/app-checker-server.pl
  webui/public_html/Tests_results.pm
  webui/public_html/choose_components.pl
  webui/public_html/css/app-checker.js
  webui/public_html/info_survey.pl
  webui/public_html/tests_conf.pl
  webui/public_html/tests_help.pl
  webui/public_html/upload_data.pl
-------------- next part --------------
=== modified file 'package/HOWTO_LSB'
--- a/package/HOWTO_LSB	2010-03-15 18:11:53 +0000
+++ b/package/HOWTO_LSB	2012-03-21 18:12:51 +0000
@@ -46,4 +46,4 @@
 ----
 
 If you find issues in following the above procedure, please feel free to email
-to [lsb-appcheck-support at linuxfoundation.org].
+to [lsb-appchk-support at linuxfoundation.org].

=== modified file 'utils/report.pl'
--- a/utils/report.pl	2010-11-03 16:35:10 +0000
+++ b/utils/report.pl	2012-03-21 18:12:51 +0000
@@ -2518,7 +2518,7 @@
 		return;
 	}
 
-	my $bugreport_email = 'lsb-appcheck-support at linuxfoundation.org';
+	my $bugreport_email = 'lsb-appchk-support at linuxfoundation.org';
 
 	my $auto_test_problems = 0;
 	my $manual_tests_needed = 0;

=== modified file 'utils/run_tests.pl'
--- a/utils/run_tests.pl	2010-11-03 16:35:10 +0000
+++ b/utils/run_tests.pl	2012-03-21 18:12:51 +0000
@@ -878,7 +878,7 @@
 		# Else just skip the file.
 	}
 	else {
-		print "    Internal error: Bad return value from detect_file_type().\n    IN: '$path'\n    OUT: '$type'\n    Please report to lsb-appcheck-support\@linuxfoundation.org.\n";
+		print "    Internal error: Bad return value from detect_file_type().\n    IN: '$path'\n    OUT: '$type'\n    Please report to lsb-appchk-support\@linuxfoundation.org.\n";
 	}
 }
 

=== modified file 'webui/app-checker-server.pl'
--- a/webui/app-checker-server.pl	2010-03-15 18:11:53 +0000
+++ b/webui/app-checker-server.pl	2012-03-21 18:12:51 +0000
@@ -371,7 +371,7 @@
 		$info = 'Connection from your IP address ('.$client->peerhost().') refused due to server configuration.<br />You need to specify the proper value for the <b>AcceptConnections</b> in the server config file on the host machine.<br />The config file location is specified in the README file.';
 	}
 	else {
-		$info = 'Please contact the <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">ISP RAS support team</a> to report about this error.<br />See the <a href="/get.pl'.$LOG_FILE.'" target="_blank">server log file</a> for details.';
+		$info = 'Please contact the <a href="mailto:lsb-appchk-support\@linuxfoundation.org">App Checker support team</a> to report about this error.<br />See the <a href="/get.pl'.$LOG_FILE.'" target="_blank">server log file</a> for details.';
 	}
 	print $client "HTTP/1.0 $code" . Socket::CRLF;
 	print $client Socket::CRLF;

=== modified file 'webui/public_html/Tests_results.pm'
--- a/webui/public_html/Tests_results.pm	2010-11-03 16:35:10 +0000
+++ b/webui/public_html/Tests_results.pm	2012-03-21 18:12:51 +0000
@@ -2389,7 +2389,7 @@
 	$res .= <<DATA;
 <script type="text/javascript" language="javascript">
 // <![CDATA[
-tooltip_texts['libs_ints_common'] = 'Common libraries are manually selected by the Linux Foundation<br />to represent .so names of those libraries that may be externally required<br />by applications and provided by distributions.<br />Please write to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a> to suggest<br />adding more libraries to the "common libraries" list.';
+tooltip_texts['libs_ints_common'] = 'Common libraries are manually selected by the Linux Foundation<br />to represent .so names of those libraries that may be externally required<br />by applications and provided by distributions.<br />Please write to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a> to suggest<br />adding more libraries to the "common libraries" list.';
 tooltip_texts['libs_ints_unknown'] = 'Unknown libraries are those not included in the "approved" list<br />of common libraries. This means such libraries are not supposed<br />to be externally required by applications and correspondingly provided<br />by distributions. Sometimes new versions of common libraries<br />fall into the "unknown" category as well. It is recommended to include<br />such libraries as a part of your application (either by statically linking<br />or by supplying the .so in your package).';
 tooltip_texts['libs_ext_ints'] = 'There are no interfaces used directly from this library,<br />but there are some interfaces used from additional<br />libraries that are linked by this library.<br />Click the number to see these interfaces.';
 tooltip_texts['libs_unneeded'] = 'No interfaces from this library are used<br />by any application component.';
@@ -2618,7 +2618,7 @@
 			if (tooltip_texts[id])
 				tt_text.innerHTML = tooltip_texts[id];
 			else
-				tt_text.innerHTML = '<font color="red"><b>Sorry, no information for this item was found!</b></font><br />Please write to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a>.';
+				tt_text.innerHTML = '<font color="red"><b>Sorry, no information for this item was found!</b></font><br />Please write to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a>.';
 			var scrollTop = document.body.scrollTop;
 			if (scrollTop == 0)
 			{

=== modified file 'webui/public_html/choose_components.pl'
--- a/webui/public_html/choose_components.pl	2010-03-15 18:11:53 +0000
+++ b/webui/public_html/choose_components.pl	2012-03-21 18:12:51 +0000
@@ -839,7 +839,7 @@
 			++parent.bottom_frame.num_pkgs_list;
 		}
 		else {
-			alert('Internal error while trying to mark package ' + new_pkgs_id[i] + '.\\nPlease report to lsb-appcheck-support\@linuxfoundation.org.');
+			alert('Internal error while trying to mark package ' + new_pkgs_id[i] + '.\\nPlease report to lsb-appchk-support\@linuxfoundation.org.');
 		}
 	}
 

=== modified file 'webui/public_html/css/app-checker.js'
--- a/webui/public_html/css/app-checker.js	2010-03-15 18:11:53 +0000
+++ b/webui/public_html/css/app-checker.js	2012-03-21 18:12:51 +0000
@@ -258,7 +258,7 @@
 // Initiates the AJAX request (GET type).
 function ajax_call_get(get_params) {
 	if (ajax_error) {
-		alert('Internal errors:\n' + ajax_error + '\nAJAX will not work correctly. Please write to lsb-appcheck-support\@linuxfoundation.org.');
+		alert('Internal errors:\n' + ajax_error + '\nAJAX will not work correctly. Please write to lsb-appchk-support\@linuxfoundation.org.');
 		return;
 	}
 	if (!ajax_req_busy) {
@@ -271,7 +271,7 @@
 // form_id is the form where to take parameters from.
 function ajax_call_post(get_params, form_id) {
 	if (ajax_error) {
-		alert('Internal errors:\n' + ajax_error + '\nAJAX will not work correctly. Please write to lsb-appcheck-support\@linuxfoundation.org.');
+		alert('Internal errors:\n' + ajax_error + '\nAJAX will not work correctly. Please write to lsb-appchk-support\@linuxfoundation.org.');
 		return;
 	}
 	if (!ajax_req_busy) {

=== modified file 'webui/public_html/info_survey.pl'
--- a/webui/public_html/info_survey.pl	2010-03-15 18:11:53 +0000
+++ b/webui/public_html/info_survey.pl	2012-03-21 18:12:51 +0000
@@ -43,7 +43,7 @@
 </p>
 
 <p>
-Additionally, you may directly contact the $appchecker_branch{'OS'} Application Checker development team if you have specific questions, feature requests, bug reports or general feedback about the tool.<br />Please write to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a>.
+Additionally, you may directly contact the $appchecker_branch{'OS'} Application Checker development team if you have specific questions, feature requests, bug reports or general feedback about the tool.<br />Please write to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a>.
 </p>
 
 </div>

=== modified file 'webui/public_html/tests_conf.pl'
--- a/webui/public_html/tests_conf.pl	2010-11-03 16:35:10 +0000
+++ b/webui/public_html/tests_conf.pl	2012-03-21 18:12:51 +0000
@@ -613,7 +613,7 @@
 			if (tooltip_texts[id])
 				tt_text.innerHTML = tooltip_texts[id] + '<br /><div align="right"><a href="tests_help.pl#' + id + '" target="_blank" onclick="javascript:initDialog(null);"><i>Details...</i></a></div>';
 			else
-				tt_text.innerHTML = '<font color="red"><b>Sorry, no information for this item was found!</b></font><br />Please write to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a>.';
+				tt_text.innerHTML = '<font color="red"><b>Sorry, no information for this item was found!</b></font><br />Please write to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a>.';
 			var scrollTop = document.body.scrollTop;
 			if (scrollTop == 0)
 			{

=== modified file 'webui/public_html/tests_help.pl'
--- a/webui/public_html/tests_help.pl	2010-03-15 18:11:53 +0000
+++ b/webui/public_html/tests_help.pl	2012-03-21 18:12:51 +0000
@@ -372,7 +372,7 @@
 
 <a name="troubleshooting"></a><h1>Troubleshooting</h1>
 <p align="justify">
-Please write to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a> if you have any problems.
+Please write to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a> if you have any problems.
 </p>
 <p align="right"><a href="#top">Back to top</a></p>
 DATA

=== modified file 'webui/public_html/upload_data.pl'
--- a/webui/public_html/upload_data.pl	2010-03-15 18:11:53 +0000
+++ b/webui/public_html/upload_data.pl	2012-03-21 18:12:51 +0000
@@ -224,7 +224,7 @@
 $warning
 This form allows you to upload data about your application to the Linux Foundation. The data includes the lists of external libraries and interfaces that your application needs from Linux distributions. This will be published in the <a href="$appchecker_branch{'NAVIGATOR'}app.php" target="_blank">$appchecker_branch{'STD'} Navigator</a> and will be used when making decisions for future versions of the $appchecker_branch{'STD'} standard (e.g. deprecating poorly used interfaces and adding popular ones).
 <br /><br />
-You can upload the data using this form or use <b>Save As&hellip;</b> to e-mail it as attachment to <a href="mailto:lsb-appcheck-support\@linuxfoundation.org">lsb-appcheck-support\@linuxfoundation.org</a>.
+You can upload the data using this form or use <b>Save As&hellip;</b> to e-mail it as attachment to <a href="mailto:lsb-appchk-support\@linuxfoundation.org">lsb-appchk-support\@linuxfoundation.org</a>.
 <br /><br />
 
 <form method="post" action="upload_data.pl" name="upload_form">



More information about the lsb-messages mailing list