Retire the PR stats since they have been broken for at least 1.5 years
and nobody has fixed them. The actual PR stat scripts will be removed later (to give translators a chance to catch up with this change).
This commit is contained in:
parent
67fe0d5fca
commit
260fd1d8da
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28379
2 changed files with 3 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/prstats/Makefile,v 1.3 2001/11/19 04:47:58 murray Exp $
|
# $FreeBSD: www/en/prstats/Makefile,v 1.4 2001/12/06 12:33:06 phantom Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -9,11 +9,4 @@
|
||||||
|
|
||||||
DOCS= index.sgml
|
DOCS= index.sgml
|
||||||
|
|
||||||
.if defined(WITH_PRSTATS)
|
|
||||||
SUBDIR+= ../../tools/prstats
|
|
||||||
.else
|
|
||||||
beforeinstall:
|
|
||||||
${PERL} -pi -e 's/SRC=\"gnats/SRC=\"http:\/\/www.FreeBSD.org\/prstats\/gnats/' index.html
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.8 2004/10/24 11:54:43 simon Exp $">
|
<!ENTITY date "$FreeBSD: www/en/prstats/index.sgml,v 1.9 2005/10/04 19:43:50 hrs Exp $">
|
||||||
<!ENTITY email 'freebsd-www'>
|
<!ENTITY email 'freebsd-www'>
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY graphdir CDATA "">
|
|
||||||
<!ENTITY title "PR Statistics">
|
<!ENTITY title "PR Statistics">
|
||||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
|
@ -30,31 +29,8 @@
|
||||||
<p>on a line of its own, that will make it easier for a
|
<p>on a line of its own, that will make it easier for a
|
||||||
committer to deal with it later.</p>
|
committer to deal with it later.</p>
|
||||||
|
|
||||||
<hr>
|
|
||||||
<h2>Warning: These graphs are currently broken!</h2>
|
|
||||||
|
|
||||||
<p>Similar graphs (and more) are available on the <a
|
<p>For various summaries of the PR database, see the following <a
|
||||||
href="http://people.FreeBSD.org/~bsd/prstats/">charts and
|
|
||||||
reports</a> page.</p>
|
|
||||||
|
|
||||||
<h2>Previous 30 days</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<center><img src="&graphdir;gnats30.png" alt="Graph of last 30 days"></center>
|
|
||||||
|
|
||||||
<h2>Previous year</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<center><img src="&graphdir;gnats365.png" alt="Graph of last year"></center>
|
|
||||||
<h2>Project lifetime</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<center><img src="&graphdir;gnats.png" alt="Graph over project lifetime"></center>
|
|
||||||
|
|
||||||
<p>These graphs are generated by <a href="http://cvsweb.FreeBSD.org/www/tools/prstats/">a couple of Tcl Scripts.</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>For additional summaries of the PR database, see the following <a
|
|
||||||
href="http://people.FreeBSD.org/~bsd/prstats/">charts and
|
href="http://people.FreeBSD.org/~bsd/prstats/">charts and
|
||||||
reports</a>.
|
reports</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue