|
|
@ -60,16 +60,20 @@ sub htmlheader |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
|
|
<title> Debian Popularity Contest </title> |
|
|
|
<link rev="made" href="mailto:ballombe\@debian.org"> |
|
|
|
<title> Devuan Popularity Contest </title> |
|
|
|
<!-- <link rev="made" href="mailto:ballombe\@debian.org"> |
|
|
|
<link href="http://www.debian.org/debian.css" rel="stylesheet" type="text/css"> |
|
|
|
--> |
|
|
|
<link rel="shortcut icon" href="/favicon.ico"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div id="header"> |
|
|
|
<div id="upperheader"> |
|
|
|
<div id="logo"> |
|
|
|
<a href="http://www.debian.org/" title="Debian Home"><img src="http://www.debian.org/Pics/openlogo-50.png" alt="Debian" width="50" height="61"></a> |
|
|
|
<a href="http://www.devuan.org/" title="Devuan Home"> |
|
|
|
Devuan Home |
|
|
|
<!-- <img src="http://www.debian.org/Pics/openlogo-50.png" alt="Devuan" width="50" height="61"> --> |
|
|
|
</a> |
|
|
|
</div> <!-- end logo --> |
|
|
|
<p class="section"><a href="/">POPCON</a></p> |
|
|
|
</div> <!-- end upperheader --> |
|
|
@ -77,13 +81,12 @@ sub htmlheader |
|
|
|
<div id="navbar"> |
|
|
|
<p class="hidecss"><a href="#content">Skip Quicknav</a></p> |
|
|
|
<ul> |
|
|
|
<li><a href="http://www.debian.org/intro/about">About Debian</a></li> |
|
|
|
<li><a href="http://www.debian.org/distrib/">Getting Debian</a></li> |
|
|
|
<li><a href="http://www.debian.org/support">Support</a></li> |
|
|
|
<li><a href="http://www.debian.org/devel/">Developers' Corner</a></li> |
|
|
|
<li><a href="https://devuan.org/os/">About Devuan</a></li> |
|
|
|
<li><a href="http://www.devuan.org/distrib/">Getting Devuan</a></li> |
|
|
|
<li><a href="https://devuan.org/os/development">Developers' Corner</a></li> |
|
|
|
</ul> |
|
|
|
</div> <!-- end navbar --> |
|
|
|
<p id="breadcrumbs"><a href="http://popcon.debian.org/">Debian Popularity Contest</a> |
|
|
|
<p id="breadcrumbs"><a href="http://popcon.devuan.org/">Devuan Popularity Contest</a> |
|
|
|
/ |
|
|
|
${report_label}</p> |
|
|
|
</div> <!-- end header --> |
|
|
@ -102,18 +105,18 @@ sub popconintro |
|
|
|
&htmlheader($name, $sec); |
|
|
|
print HTML <<"EOF"; |
|
|
|
<div id="content"> |
|
|
|
<h1>Debian Popularity Contest</h1> |
|
|
|
<h1>Devuan Popularity Contest</h1> |
|
|
|
<p> <em> The popularity contest project is an attempt to map the usage of |
|
|
|
Debian packages. This site publishes the statistics gathered from report |
|
|
|
sent by users of the <a |
|
|
|
href="http://packages.debian.org/popularity-contest">popularity-contest</a> |
|
|
|
Devuan packages. This site publishes the statistics gathered from report |
|
|
|
sent by users of the |
|
|
|
href="http://popcon.devuan.org">popularity-contest</a> |
|
|
|
package. This package sends every week the list of packages installed and the |
|
|
|
access time of relevant files to the server via email. Every day the server |
|
|
|
anonymizes the result and publishes this survey. |
|
|
|
For more information, read the <a href="${docurlbase}README">README</a> and the |
|
|
|
<a href="${docurlbase}FAQ">FAQ</a>. |
|
|
|
</em> |
|
|
|
<p><em>To participate in this survey, install the <a href="http://packages.debian.org/popularity-contest">popularity-contest</a> package.</em> </p> |
|
|
|
<p><em>To participate in this survey, install the <b>popularity-contest</b> package.</em> </p> |
|
|
|
<p></p> |
|
|
|
<form method="GET" action="http://qa.debian.org/popcon.php">Popcon statistics |
|
|
|
for source package <input type="text" size="30" maxlength="80" name="package"> |
|
|
|