-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
139 lines (129 loc) · 8.29 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>CodeWerdz: Repository analytics for code and docs</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="CodeWerdz: Repository analytics for code and docs">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.teal-red.min.css">
<link rel="stylesheet" href="css/styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
.demo-content {
min-height: 400px;
word-wrap: break-word;
}
</style>
</head>
<body>
<div class="demo-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<header class="demo-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">CodeWerdz Project</span>
<div class="mdl-layout-spacer"></div>
</div>
</header>
<div class="demo-ribbon"></div>
<main class="demo-main mdl-layout__content">
<div class="demo-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="demo-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<!-- Rendered output start -->
<h3 id="codewerdz-project">CodeWerdz Project</h3>
<p>The <strong>CodeWerdz Project</strong> provides analytics about code and docs for your git repositories. We build tools to analyze developer behaviour, run continuous analysis against OSS repos, and publish the results of that analysis as reports.</p>
<h4 id="motivation">Motivation</h4>
<p>We would like to see developer culture shift from a code-centric model, where the code is considered the most important thing, to a product-centric model, where the code is considered just one component of a shippable product, which also includes unit tests, and documentation.</p>
<p>To that end, we want to <strong>understand the current industry norms</strong> of developer behaviour regarding documentation, and try to understand what factors influence the success of a product-oriented culture.</p>
<p>To determine that, we will look at a variety of open-source projects, where code and docs are stores side-by-side in a revision control system. For those projects, we will analyze the commit behaviour of the developers trying to answer questions like:</p>
<ul>
<li>What is the <strong>ratio of code to docs</strong>, in terms of overall character volume?</li>
<li>How often is a commit 100% code or 100% docs?</li>
<li>For commits that are a mix of code and docs, <strong>what is a typical ratio</strong>?</li>
<li>Are docs committed in spikes or continuously?</li>
<li>Does the overall <strong>size of the team</strong> affect this ratio?</li>
<li>What is the code-to-docs ratio for each contributor?</li>
<li>Are any contributors 100% code or 100% docs? If so, does that correlate to team size?</li>
<li>Do projects that have a more doc-oriented culture have more success?</li>
</ul>
<p>We will look at a large variety of factors, across many open source repositories in popular communities like <a href="https://github.com">GitHub</a>, <a href="https://apache.org">Apache Software Foundation</a>, <a href="https://bitbucket.com">Bitbucket</a>, in order to get a <strong>large sample size</strong>.</p>
<p>We will also have a contribution model so that companies may independently <strong>measure their private repositories</strong> and publish the results, so that we can include an understanding of both for-profit industry as well as open-source communities. We will try to determine if there is a material difference between open-source and closed-source behaviour.</p>
<h4 id="tools">Tools</h4>
<p>The analysis tools will be comprised of three primary components:</p>
<ul>
<li><p><a href="https://github.com/codewerdz/codewerdz-ci">codewerdz-ci</a></p>
<p>A CI task to run the analysis against many repositories. This component will maintain a list of repositories to analyze and coordinate the individual analysis tasks.</p></li>
<li><p><a href="https://github.com/codewerdz/codewerdz-git-metrics">codewerdz-git-metrics</a></p>
<p>A standalone CLI tool that analyzes a single Git repository and produces metrics in a standardized data file.</p></li>
<li><p><a href="https://github.com/codewerdz/codewerdz-reports">codewerdz-reports</a></p>
<p>A report builder that aggregates and publishes the analysis results to a public website. It will merge together the data created by CI with the manually submitted data from community members who have analyzed their private repositories.</p></li>
</ul>
<h4 id="contributors">Contributors</h4>
<ul>
<li><a href="https://github.com/thoward">Troy Howard</a> - Project Coordinator</li>
<li><a href="https://github.com/nikblanchet">Nik Blanchet</a> - Creative Naming Engineer</li>
</ul>
<h4 id="license">License</h4>
<pre style="overflow: scroll">
MIT License
Copyright (c) 2017 codewerdz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
<!-- Rendered output end-->
</div>
</div>
<footer class="demo-footer mdl-mini-footer">
<div class="mdl-mini-footer--left-section">
<ul class="mdl-mini-footer--link-list">
<li><a href="#">Help</a></li>
<li><a href="#">Privacy and Terms</a></li>
<li><a href="#">User Agreement</a></li>
</ul>
</div>
</footer>
</main>
</div>
<a href="https://github.com/codewerdz/codewerdz.github.io/blob/master/README.md" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>