-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
39 lines (32 loc) · 2.39 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>wmcharts</title>
<!--[if IE]><script language="javascript" type="text/javascript" src="lib/flot/excanvas.min.js"></script><![endif]-->
<script language="javascript" type="text/javascript" src="lib/flot/jquery.js"></script>
<script language="javascript" type="text/javascript" src="lib/flot/jquery.flot.js"></script>
</head>
<body>
<!-- start content -->
<h1><a href="https://wikitech.wikimedia.org/wiki/User:Emijrp">emijrp's tools</a></h1>
<hr/>
<h2><a href="http://tools.wmflabs.org/wmcharts/">wmcharts</a></h2>
<table border=0 width=800px>
<tr><td>
<b>wmcharts</b> is a compilation of <a href="http://en.wikipedia.org/wiki/Chart">charts</a> about <a href="http://wikimediafoundation.org/wiki/Our_projects">Wikimedia projects</a>.
<ul>
<li><b>General activity:</b> <a href="wmchart0001.php">recent changes</a>, <a href="wmchart0002.php">new pages</a>, <a href="wmchart0003.php">file uploads</a>, <a href="wmchart0004.php">deletions and restorations</a>, <a href="wmchart0005.php">blocks and unblocks</a>, <a href="wmchart0006.php">protects and unprotects</a>, <a href="wmchart0007.php">new accounts</a>, <a href="wmchart0008.php">reverts</a>, <a href="wmchart0009.php">WikiLove</a>.</li>
<li><b>Gender gap:</b> <a href="wmchart0010.php">edits</a>, <a href="wmchart0011.php">editors</a>, <a href="wmchart0013.php">edits by project family</a>.</li>
<li><b>Other:</b> <a href="wmchart0012.php">Images for bio progress</a>.</li>
</ul>
</td></tr>
</table>
<h2>License</h2>
<p>This tool has been developed by <a href="https://wikitech.wikimedia.org/wiki/User:Emijrp">emijrp</a>. Report any error <a href="https://wikitech.wikimedia.org/wiki/User_talk:Emijrp">here</a>.</p>
<p>The "<a href="https://github.com/emijrp/wmcharts">source code</a>" is available under <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>. The "charts" and "CSV data" are <a href="http://creativecommons.org/publicdomain/zero/1.0/">public domain</a>.</p>
<h2>Acknowledgements</h2>
<p>These charts have been created using some marvellous libraries: <a href="http://code.google.com/p/flot/">flot</a> and <a href="http://code.google.com/p/flotr/">flotr</a>.</p>
<!-- end content -->
</body>
</html>