From: Andrew Gerrand Date: Mon, 15 Mar 2010 22:05:09 +0000 (+1100) Subject: dashboard: include package.html X-Git-Tag: weekly.2010-03-15~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6129dbbee4c65066869711523ed14a2b281c88a3;p=gostls13.git dashboard: include package.html This was omitted from the original commit. R=rsc CC=golang-dev https://golang.org/cl/554043 --- diff --git a/misc/dashboard/godashboard/package.html b/misc/dashboard/godashboard/package.html new file mode 100644 index 0000000000..57d23d9af8 --- /dev/null +++ b/misc/dashboard/godashboard/package.html @@ -0,0 +1,91 @@ + + + + Go packages + + + + + +

Go packages

+ + build status +

+ (Packages listed on this page are written by third parties and + may or may not build or be safe to use.) + +

Recently Installed Packages

+ + + {% for r in by_time %} + + + + + + {% endfor %} +
last installcountpath
{{r.last_install}}{{r.count}}{{r.path}}
+ +

Most Installed Packages

+ + + {% for r in by_count %} + + + + + + {% endfor %} +
last installcountpath
{{r.last_install}}{{r.count}}{{r.path}}
+ +