Added some verbiage to the top of the page.

This commit is contained in:
dmose%mozilla.org 1999-09-09 17:41:19 +00:00
Родитель ed42b7a05a
Коммит e643d5d663
1 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -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
#