-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
67 lines (50 loc) · 3.61 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
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>vizGrimoire</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">vizGrimoire</h1>
<p class="header">Analyzing and visualizing software development</p>
<ul>
<li><a class="buttons github" href="https://github.com/VizGrimoire">GitHub Profile</a></li>
</ul>
</header>
<section>
<h2>The vizGrimoire project</h2>
<p>vizGrimoire (usually pronounced /ˌvɪzɡrɪmˈwɑr/) is a toolset and framework to analyze and visualize data about software development. Currently, it is focused on data produced by the <a href="http://metricsgrimoire.github.io">MetricsGrimoire tools</a> (CVSAnalY, Bicho and MailingListStats).</p>
<p>vizGrimoire is promoted by <a href="http://bitergia.com">Bitergia</a>, the company providing software develoment analytics services, but it is a project open to the community: you are welcome to participate.</p>
<p>The following is a list of the current set of tools with a brief description. For more information, visit each of tool repositories, and/or read their install and readme files. You can also have a glimpse of the intended <a href="VizGrimoireJS.png">vizGrimoire architecture</a>.</p>
<h3>vizGrimoireR</h3>
<p>Analyze data in databases produced by MetricsGrimoire tools from software development repositories (source code management systens, issue tracking systems, mailing lists, etc.).</p>
<p><a href="https://github.com/VizGrimoire/VizGrimoireR">Repository at GitHub</a></p>
<h3>vizGrimoireJS</h3>
<p>JavaScript framework to create dashboards and interactive reports and visualizations from data produced by vizGrimoireJS</p>
<p><a href="https://github.com/VizGrimoire/VizGrimoireJS">Repository at GitHub</a></p>
<h2>Source code, reporting bugs, communication</h2>
<p>There are several resources that can be of use for getting the source code, contributing, reporting bugs, or just communicating with developers:</p>
<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>, joint list with the MetricsGrimoire project)</li>
<li>Source code: available in several git repositories at the <a href="https://github.com/vizgrimoire">vizGrimoire 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/vizgrimoire">vizGrimoire 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>