Skip to content

Commit f80dabc

Browse files
committed
rename
1 parent c5adfa9 commit f80dabc

File tree

5 files changed

+8
-255
lines changed

5 files changed

+8
-255
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
certscan
1+
certgraph
22
*.json

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
all: certscan
1+
all: certgraph
22

3-
certscan: certscan.go
3+
certgraph: certgraph.go
44
go build -o $@ $^
55

66
fmt:
File renamed without changes.

docs/eff.json

Lines changed: 0 additions & 247 deletions
This file was deleted.

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>CertScan Graph</title>
7+
<title>CertGraph</title>
88
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" integrity="sha384-zF4BRsG/fLiTGfR9QL82DrilZxrwgY/+du4p/c7J72zZj+FLYq4zY00RylP9ZjiT" crossorigin="anonymous">
99
<script src="https://d3js.org/d3.v4.min.js"></script>
1010
<style type="text/css">
@@ -48,11 +48,11 @@
4848
<span class="icon-bar"></span>
4949
<span class="icon-bar"></span>
5050
</button>-->
51-
<a class="navbar-brand" href="#">CertScan</a>
51+
<a class="navbar-brand" href="#">CertGraph</a>
5252
</div>
5353
<div id="navbar" class="navbar-collapse collapse">
5454
<ul class="nav navbar-nav">
55-
<li><a href="#">Graph</a></li>
55+
<!-- <li><a href="#">Graph</a></li> -->
5656
</ul>
5757
<ul class="nav navbar-nav navbar-right">
5858
<li class="dropdown">
@@ -126,7 +126,7 @@ <h3 class="panel-title pull-left">Graph</h3>
126126
<footer>
127127
<hr>
128128
<div class="row">
129-
<div class="col-xs-10"><a href="https://github.com/lanrat/certscan">CertScan</a></div>
129+
<div class="col-xs-10"><a href="https://github.com/lanrat/certgraph">CertGraph</a></div>
130130
</div>
131131
</footer>
132132

@@ -378,7 +378,7 @@ <h4 class="modal-title">Data URL</h4>
378378
newGraph(url);
379379
};
380380

381-
newGraph("eff.json");
381+
newGraph("https://gist.githubusercontent.com/lanrat/8187d01793bf3e578d76495182654206/raw/c49741b5206d81935febdf563452cc4346381e52/eff.json");
382382
</script>
383383

384384
</body>

0 commit comments

Comments
 (0)