зеркало из https://github.com/mozilla/pjs.git
Added some verbiage to the top of the page.
This commit is contained in:
Родитель
ed42b7a05a
Коммит
e643d5d663
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
|
||||
#
|
||||
# $Id: genstats.cgi,v 1.8 1999-09-09 16:11:14 dmose%mozilla.org Exp $
|
||||
# $Id: genstats.cgi,v 1.9 1999-09-09 17:41:19 dmose%mozilla.org Exp $
|
||||
#
|
||||
# generate statistics related to non-Netscape participation in mozilla.org
|
||||
#
|
||||
|
@ -273,10 +273,20 @@ for ( ; $curYear <= $lastYear ; $curYear++ ) {
|
|||
# statistics output
|
||||
#
|
||||
print p();
|
||||
print h4("\nThese statistics were generated using the assumption that " .
|
||||
print "\nAll numbers on this page represent the work done by Mozilla " .
|
||||
"contributors other than Netscape.";
|
||||
|
||||
print p();
|
||||
print "Though we don't generally think in these terms (a contribution is" .
|
||||
" a contribution, regardless of the source), there has been " .
|
||||
" some interest in these numbers.";
|
||||
|
||||
print p();
|
||||
print "These statistics were generated using the assumption that " .
|
||||
" contributions from mozilla.org should " .
|
||||
b( $F::mozillaOrgAsNscp eq "yes" ? "" : "not ") .
|
||||
"be considered Netscape contributions.");
|
||||
"be considered Netscape contributions.";
|
||||
|
||||
|
||||
# generate the row of headers listing the months
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче