-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (212 loc) · 10 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="GIT Statistics">
<meta name="keywords" content="GIT, GITPRIME, code, metrics">
<meta name="google-site-verification" content="9KKSSlK4AsyY2gT_unMCLm79QzA8AXugHtzbjArEX1A"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Metriculous : code metrics done right, and open source</title>
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">-->
<link rel="stylesheet" href="https://jenil.github.io/bulmaswatch/materia/bulmaswatch.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script defer src="https://js.stripe.com/v3"></script>
<!--<script defer src="resources/payment-test.js"></script>-->
<script defer src="resources/payment.js"></script>
<script defer src="resources/metriculous.js"></script>
<!--<script defer src="resources/js/font-awesome.js"></script>-->
</head>
<body>
<nav class="navbar is-white">
<div class="navbar-brand">
<a class="navbar-item" href="https://bulma.io">
<img src="resources/images/crab-logo.png" alt="Metriculous : sourcecode metrics" width="50" height="50">
</a>
<a class="navbar-item" href="">
<h2 class="title is-2"> Metriculous </h2>
</a>
<a class="navbar-item is-hidden-desktop" href="https://github.com/NimChimpsky/metriculous-root" target="_blank">
<span class="icon">
<i class="fab fa-github-alt"></i>
</span>
</a>
<a class="navbar-item is-hidden-desktop" href="#" onclick="document.getElementById('contact-form-div').classList.toggle('is-active');">
<span class="icon">
<i class="fas fa-envelope-open"></i>
</span>
<span></span>
</a>
<!--<div class="navbar-burger burger" data-target="navMenuExample8">-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--</div>-->
</div>
<div id="navMenuExample8" class="navbar-menu">
<div class="navbar-start">
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="field is-grouped">
<p class="control">
<a class="button " href="https://github.com/NimChimpsky/metriculous-root">
<span class="icon" title="Commercial licenses are required">
<i class="fab fa-github-alt"></i>
<!--<i class="fa fa-download"></i>-->
</span>
<span title="Commercial licenses are required">Open source</span>
</a>
</p>
<p class="control">
<a class="button" href="#"
onclick="document.getElementById('contact-form-div').classList.toggle('is-active');">
<span class="icon">
<i class="fas fa-envelope-open"></i>
<!--<i class="fa fa-download"></i>-->
</span>
<span>Contact</span>
</a>
</p>
<p class="control">
<button class="button is-primary" href="" id="checkout-button-plan_FeHN5cnkfrylKr" role="link">
<span class="icon">
<i class="fas fa-credit-card"></i>
<!--<i class="fa fa-download"></i>-->
</span>
<span title="Pre-alpha is half price : $33 usd per month">Purchase</span>
</button>
</p>
</div>
</div>
</div>
</div>
</nav>
<section class="section">
<div class="content">
<div class="columns">
<div class="column">
<h3>Intro + Download</h3>
<p> Stats on your code repository, packaged as a java microservice.
Lightweight embedded web server and user interface (<500kbs total download).
</p>
<!--<p class="notification">-->
<p>
<em>java -jar metriculous.jar -repoPath [your-git-dir] -port [your-port]</em>
</p>
<p class="has-text-centered" title="Free 1 month trial">
<a class="button is-rounded is-info" href="resources/metriculous.jar">
<span class="icon">
<i class="fas fa-download"></i>
<!--<i class="fa fa-download"></i>-->
</span>
<span>Download Jar</span>
</a>
</p>
<p>For example
<ul>
<li>java -jar metriculous.jar -repoPath '/Users/myPath/myRepo' -port 8080 <em>or</em></li>
<li> java -jar metriculous.jar -repoPath 'C:/myPath/myRepo' -port 8080</li>
</ul>
<p>
Alternatively, a full settings and license file (human readable) can be placed in your home
directory.
Please use contact form to request.
</p>
</div>
<div class="column">
<h2> Selected Features</h2>
<ul>
<li> Hot-spots, code that is most commonly edited (you need to refactor)</li>
<li> Extra-Hot-spots, code with most merge conflicts (you really need to refactor)</li>
<!-- <li> Percentage of code that stays in production without being refactored by someone else.</li>-->
<li> Common conflicts between team members.</li>
<li> Most edited file (per person, or from whole repository</li>
<li> When is code committed - calendar based summary for individuals and files</li>
<li> Files with most authors</li>
<li> Drill down to actual commits</li>
<li> Rapid feedback and implementation of new feature requests</li>
</ul>
<p>Pulse on steroids. All presented with simple to read graphs and charts, and a http api for direct
access to data.</p>
</div>
</div>
</div>
<div class="content">
<div class="columns">
<div class="column">
<h3>Screenshot 1</h3>
<div id="screenshot1" class="modal">
<div class="modal-background"></div>
<div class="modal-content" style="height:1040px;width:1920px">
<p class="image" style="height:1040px;width:1920px">
<img src="resources/screenshots/005.jpg" alt="">
</p>
</div>
<button class="modal-close is-large" aria-label="close"
onclick="document.getElementById('screenshot1').classList.toggle('is-active')"></button>
</div>
<figure class="image is-128x128">
<img src="resources/screenshots/005.jpg"
onclick="document.getElementById('screenshot1').classList.toggle('is-active')">
</figure>
</div>
<div class="column">
<h3>Screenshot 2</h3>
coming soon ...
</div>
<div class="column">
<h3>Screenshot 3</h3>
coming soon ...
</div>
<div class="column">
<h3>Screenshot 4</h3>
coming soon ...
</div>
</div>
</div>
</section>
<div id="contact-form-div" class="modal">
<div class="modal-background"></div>
<div class="modal-content has-background-white">
<form class="ajaxForm" id="contact-form" action="https://formcarry.com/s/nIS6YIOxcjx" method="POST"
accept-charset="UTF-8">
<input type="hidden" name="_gotcha"><!-- use this to prevent spam -->
<div class="field">
<label class="label">Your Email</label>
<div class="control has-icons-left has-icons-right">
<input class="input" type="email" id="contact-email" name="email" placeholder="[email protected]"
value="">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
</div>
<!--<span class="icon is-small is-right">-->
<!--<i class="fas fa-exclamation-triangle"></i>-->
<!--</span>-->
<!--</div>-->
<!--<p class="help is-danger">This email is invalid</p>-->
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea name="message" id="contact-message" class="textarea"
placeholder="I want to know"></textarea>
</div>
</div>
<div class="field is-grouped">
<div class="control">
<button type="submit" class="button is-link">Submit</button>
</div>
<div class="control">
<button class="button is-link is-light" type="button"
onclick="document.getElementById('contact-form-div').classList.toggle('is-active');">Cancel
</button>
</div>
</div>
</form>
</div>
<button class="modal-close is-large" aria-label="close"
onclick="document.getElementById('contact-form-div').classList.toggle('is-active');"></button>
</div>
</body>
</html>