From 4fb585759645178ab69f6b9590c395fc4eb7fc5a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 17 May 2011 13:46:54 +1000 Subject: [PATCH] doc: add I/O 2011 talks to talks/, docs.html, and front page. R=rsc CC=golang-dev https://golang.org/cl/4516057 --- doc/docs.html | 16 ++++++++++++++++ doc/frontpage.css | 3 +++ doc/root.html | 4 ++-- doc/talks/io2011/Real_World_Go.pdf | Bin 0 -> 609477 bytes doc/talks/io2011/Writing_Web_Apps_in_Go.pdf | Bin 0 -> 729499 bytes doc/video-005.jpg | Bin 0 -> 6783 bytes 6 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 doc/talks/io2011/Real_World_Go.pdf create mode 100644 doc/talks/io2011/Writing_Web_Apps_in_Go.pdf create mode 100644 doc/video-005.jpg diff --git a/doc/docs.html b/doc/docs.html index e8152bb352b..54c2299f5bf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -117,6 +117,22 @@ same variable in a different goroutine.

Videos and Talks

+

Writing Web Apps in Go

+

+A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011. +It walks through the construction and deployment of a simple web application +and unveils the Go runtime for App Engine. +See the presentation slides. +

+ +

Real World Go

+

+A talk by Andrew Gerrand presented at Google I/O Bootcamp 2011. +It gives a broad overview of Go's type system and concurrency model +and provides four examples of Go programs that solve real problems. +See the presentation slides. +

+

Go Programming

A presentation delivered by Rob Pike and Russ Cox at Google I/O 2010. It diff --git a/doc/frontpage.css b/doc/frontpage.css index bcdca64011d..299855ce9ac 100644 --- a/doc/frontpage.css +++ b/doc/frontpage.css @@ -80,6 +80,9 @@ span.keyword { #content-videos .thumbnail._004 { background: url(/doc/video-004.png); } +#content-videos .thumbnail._005 { + background: url(/doc/video-005.jpg); +} #content-videos a.video { display: inline-block; width: 150px; diff --git a/doc/root.html b/doc/root.html index f98f9c243c8..6722d0018be 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);

Go Blog | More...

@@ -80,7 +80,7 @@ google.setOnLoadCallback(loadFeed);
  • Other Documentation
  • -
    +

    For developers: