-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgsoc2013-ideas.html
66 lines (54 loc) · 3.88 KB
/
gsoc2013-ideas.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
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Metrics Grimoire by MetricsGrimoire</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Metrics Grimoire</h1>
<p class="header">Tools for software & development community analytics</p>
<ul>
<li><a class="buttons github" href="https://github.com/MetricsGrimoire">@ GitHub</a></li>
</ul>
</header>
<section>
<h1>Google Summer of Code 2013</h1>
<h2>Introduction to Metrics Grimoire</h2>
<p>Metrics Grimoire (usually pronounced in the French way) is a toolset to obtain data from repositories related to software development: source code management (aka version control) and issue tracking (aka bug reporting) systems, mailing lists, etc. Data and metadata about the software development processes is retrieved from those repositories (information about commits, ticket management, communication in mailing lists, etc.), and then organized and stored into SQL databases that can later be mined for specific patterns or summaries of activity.</p>
<p>Metrics Grimoire tools support many kinds of repositories, including those provided by GitHub (git & GitHub issue tracking), and has been used to analyzed many different projects already.
<p>Metrics Grimoire has its origins in the <a href="http://libresoft.es">Libresoft research group</a> at <a href="http://www.urjc.es">Universidad Rey Juan Carlos</a> as a toolset named LibreSoft Tools. After several years of development, a small community started to grow around it, now including developers and users from all around the world. Later, a spin-off company of the research group was founded, <a href="http://bitergia.com">Bitergia</a>, providing professional services around those tools. In parallel to this proces, LibreSoft Tools evolved into a more neutral, community-oriented project: Metrics Grimoire.</p>
<h2>Potential Projects to be developed</h2>
<ul>
<li>Gerrit analyzer </li>
<li>Mercurial backend for CVSAnalY </li>
<li>Bazaar backend for CVSAnalY </li>
<li>Parser of HTML mailing lists </li>
<li>Creation of a 'blame' tool to analyze ownership </li>
<li>Integration of Ninka (license tool) with CVSAnalY</li>
<li>Web crawler to retrieve information about data sources</li>
</ul>
<h2>Contact</h2>
<ul>
<li>IRC channel: we usually hang out at <a href="irc://irc.freenode.net/metrics-grimoire">#metrics-grimoire</a> in <a href="http://freenode.net/">freenode</a> (<a href="http://webchat.freenode.net/?nick=webchat..&channels=metrics-grimoire&prompt=1">access via webchat</a>)</li>
<li>Mailing list: <a href="https://lists.libresoft.es/listinfo/metrics-grimoire">metrics-grimoire</a> at lists.libresoft.es, for developers, contributors and users (<a href="https://lists.libresoft.es/pipermail/metrics-grimoire/">archives are available</a>)</li>
<li>Source code: available in several git repositories at the <a href="https://github.com/metricsgrimoire">MetricsGrimoire GitHub project</a></li>
<li>Submitting bug reports: we use the GitHub issue tracking system ("Issues" tab in each of the repositories of the <a href="https://github.com/metricsgrimoire">MetricsGrimoire GitHub project</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>