about summary refs log tree commit diff
path: root/tools/govanity/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/govanity/templates/index.html.tpl14
-rw-r--r--tools/govanity/templates/module.html.tpl12
2 files changed, 0 insertions, 26 deletions
diff --git a/tools/govanity/templates/index.html.tpl b/tools/govanity/templates/index.html.tpl
deleted file mode 100644
index fd8fc56..0000000
--- a/tools/govanity/templates/index.html.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>golang repo</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  </head>
-  <body>
-    <ul>
-      {{ range $idx, $m := .Repositories }}
-      <li>go get <a href="{{ $m.Repo }}">{{ $.BaseUrl }}/{{ $m.Name }}/</a></li>
-      {{end}}
-    </ul>
-  </body>
-</html>
diff --git a/tools/govanity/templates/module.html.tpl b/tools/govanity/templates/module.html.tpl
deleted file mode 100644
index fab3414..0000000
--- a/tools/govanity/templates/module.html.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>{{.Name}}: golang repo</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta name="go-import" content="{{.BaseUrl}}/{{.Name}} {{.VCS}} {{.Repo}}">
-    <meta name="go-source" content="{{.BaseUrl}}/{{.Name}} _ {{.Repo}}/src{/dir} {{.Repo}}/src{/dir}/{file}/#L{line}">
-  </head>
-  <body>
-    go get {{.BaseUrl}}/{{.Name}}
-  </body>
-</html>