Added a home page for FreeBSD statistics.

This commit is contained in:
Wolfram Schneider 1998-10-25 17:56:31 +00:00
parent 6395c3975f
commit 69014383e6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3671
4 changed files with 77 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1998-08-11 11:43:52 wosch Exp $ # $Id: Makefile,v 1.11 1998-10-25 17:56:31 wosch Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -10,6 +10,7 @@ DOCS+= about.sgml
DOCS+= machines.sgml DOCS+= machines.sgml
DOCS+= mirror.sgml DOCS+= mirror.sgml
DOCS+= resignation.sgml DOCS+= resignation.sgml
DOCS+= statistic.sgml
INDEXLINK= internal.html INDEXLINK= internal.html

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-18 11:44:37 $"> <!ENTITY date "$Date: 1998-10-25 17:56:31 $">
<!ENTITY title "About the FreeBSD WWW Server"> <!ENTITY title "About the FreeBSD WWW Server">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: about.sgml,v 1.21 1998-10-18 11:44:37 wosch Exp $ --> <!-- $Id: about.sgml,v 1.22 1998-10-25 17:56:31 wosch Exp $ -->
<html> <html>
&header; &header;
@ -83,7 +83,7 @@
<p>You can (and are encouraged to) <a href="mirror.html">mirror</a> <p>You can (and are encouraged to) <a href="mirror.html">mirror</a>
the FreeBSD web pages on www.freebsd.org.</p> the FreeBSD web pages on www.freebsd.org.</p>
<p><a href="http://www.freebsd.org/statistic/freefall.html"> <p><a href="statistic.html#analog">
Usage statistics</a> for this server are updated daily. Usage statistics</a> for this server are updated daily.
&footer; &footer;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-14 12:50:30 $"> <!ENTITY date "$Date: 1998-10-25 17:56:31 $">
<!ENTITY title "FreeBSD Internal"> <!ENTITY title "FreeBSD Internal">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: internal.sgml,v 1.5 1998-08-14 12:50:30 wosch Exp $ --> <!-- $Id: internal.sgml,v 1.6 1998-10-25 17:56:31 wosch Exp $ -->
<html> <html>
&header; &header;
@ -47,6 +47,12 @@ The FreeBSD Copyright(s).
<h2><a href="../search/search.html">Search the FreeBSD Site</a></h2> <h2><a href="../search/search.html">Search the FreeBSD Site</a></h2>
<p>FreeBSD Search Services.</p> <p>FreeBSD Search Services.</p>
<h2><a href="statistic.html">FreeBSD Statistics</a></h2>
<p>Web statistic, FTP traffic, Release usage.</p>
&footer; &footer;

View file

@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-25 17:56:31 $">
<!ENTITY title "FreeBSD Statistics">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: statistic.sgml,v 1.1 1998-10-25 17:56:31 wosch Exp $ -->
<html>
&header;
<h2>Web Statistic</h2>
<a name="analog"></a>
<h4>Analog</h4>
<p>The Web <a
href="http://www.freebsd.org/statistic/freefall.html">usage
statistics</a> for this server are updated daily with the
analog(1) tool.
<a name="urchin"></a>
<h4>Urchin</h4>
<img src="http://www.quantified.com/images/gourchin3.gif" alt=""
align="right"><p>The <a
href="http://www.quantified.com/urchin/support/">Urchin</a> web
statistics package is used to provide <a
href="http://www.freebsd.org/statistic/urchin/"> these
statistics</a> on web server usage.</p>
<a name="releasestatistic"></a>
<h2>FreeBSD Release Usage Statistic</h2>
<p>A snapshot of the current FreeBSD release usage is available at
<a href="http://www.freebsd.org/statistic/release_usage/images/">
http://www.freebsd.org/statistic/release_usage/images/</a>.
</p>
<!-- from ../projects/projects.sgml -->
<h2>The FreeBSD Counter Page</h2>
<p><a href="http://superior.mooseriver.com/FbsdCounter.html">The
FreeBSD Counter Page</a> page is the start of a project which
will attempt to determine the world-wide installed base of
FreeBSD users. The FreeBSD development community currently has
only the vaguest idea as to how large our user base is, and
this makes it all the more difficult to persuade hardware and
software vendors to take it seriously.
<h2>FTP traffic at ftp.freebsd.org</h2>
We set a new traffic record for
<a href="ftp://ftp.freebsd.org">wcarchive</a> at 24-Oct-1998, 674 GB.
The fast ethernet was maxed out for most of the day.
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
&footer;
</body>
</html>