This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
60 lines (55 loc) · 3.72 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Visualizing TYPO3 Core activity - statistics in tabled overview</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="raphael.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="graph.js" charset="utf-8"></script>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */</script>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="the fancy part of the web RSS Feed" href="http://blog.tolleiv.de/feed/" />
<link rel="pingback" href="http://blog.tolleiv.de/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="the fancy part of the web » Visualizing TYPO3 Core activity Comments Feed" href="http://blog.tolleiv.de/2012/01/visualizing-typo3-core-activity/feed/" />
</head>
<body>
<div>
<div id="flattr">
<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://blog.tolleiv.de/impact-chart"></a><noscript><a href="http://flattr.com/thing/468094/TYPO3-Core-impact-charts" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" align="middle" /></a></noscript>
</div>
<div id="description">Scoring is described in the related blog post <a href="http://blog.tolleiv.de/2012/01/visualizing-typo3-core-activity/">on visualization of the TYPO3 core activity.</a><br />The same numbers can also be found in the <a href="http://blog.tolleiv.de/impact-chart/stat.html">table based overview</a></div>
<div id="info"><div id="name2" class="hidden">
<div id="legend2"> </div>
<div id="username2">legend</div>
</div>
<div id="placeholder">click on the graph for more details</div>
</div>
<br style="clear:all" />
</div>
<div id="chart"></div>
<img src="http://blog.tolleiv.de/impact-chart/ajax-loader.gif" width="16" height="16" alt="Ajax Loader" id="loader">
<div id="footer">
<a href="http://blog.tolleiv.de/imprint/">Imprint</a> - <a href="http://raphaeljs.com/">Graph implemented with Raphaël JS</a> - <a href="http://blog.tolleiv.de/feed/" class="icon rss" title="You should read this blog in your rss reader">RSS feed</a> - <a class="icon twitter" href="http://www.twitter.com/tolleiv" title="You should follow me on twitter">Follow me on Twitter</a> - <a class="icon facebook" href="http://www.facebook.com/people/@/528343772" title="We should stay in touch on facebook">Get in touch on Facebook</a> - <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://blog.tolleiv.de/impact-chart"></a>
<noscript><a href="http://flattr.com/thing/468094/TYPO3-Core-impact-charts" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" align="middle" /></a></noscript>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28458717-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>