commit fee0d324da5a82b84d50a21a6bafca43e2df1c71 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu May 31 16:17:48 2012 +0200
Add GetTor stats file to data.html. --- web/WEB-INF/data.jsp | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/web/WEB-INF/data.jsp b/web/WEB-INF/data.jsp index 06176db..e8fc449 100644 --- a/web/WEB-INF/data.jsp +++ b/web/WEB-INF/data.jsp @@ -28,6 +28,7 @@ <li><a href="#bridgeassignments">Bridge pool assignments</a></li> <li><a href="#performance">Performance data</a></li> <li><a href="#exitlist">Exit lists</a></li> + <li><a href="#gettor">GetTor statistics file</a></li> </ul> <p>The tarballs listed on this page and the raw files that were published on the last three days are also available via @@ -277,6 +278,16 @@ </tr> </c:forEach> </table> + <br> + <a name="gettor"></a> + <h3><a href="#gettor" class="anchor">GetTor statistics + file</a></h3> + <br> + <p>GetTor allows users to fetch the Tor software via email. + This <a href="data/gettor_stats.txt">file contains statistics on + the number of packages requested from GetTor per day. + The data format is described + <a href="formats.html#gettor">here</a>.</p> </div> </div> <div class="bottom" id="bottom">
tor-commits@lists.torproject.org