From 539178bd01336824453cc82de6a7181c7a28a7f7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 5 Mar 2012 15:07:43 +1100 Subject: [PATCH] doc: add help page, update project page R=golang-dev, kyle, r, bradfitz CC=golang-dev https://golang.org/cl/5729053 --- doc/contrib.html | 48 ++++++++++++++++++++++++++++++++++++++++++------ doc/docs.html | 5 +---- doc/help.html | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 10 deletions(-) create mode 100644 doc/help.html diff --git a/doc/contrib.html b/doc/contrib.html index e363469cd9d..76cee1ffd40 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -3,19 +3,27 @@ "Path": "/project/" }--> -

The Go Project

+
+ +

+Go is an open source project developed by a team at +Google and many +contributors from the open source community. +

+ +

+Go is distributed under a BSD-style license. +

+ +

Developer Resources

Source Code

Check out the Go source code.

-

Build Status

-

View the status of Go builds across the supported operating -systems and architectures.

-

Release History

A summary of the changes between Go releases.

-

Weekly Snapshot History

+

Weekly Snapshot History

A summary of the changes between weekly snapshots of Go.

Developer Mailing List

@@ -27,6 +35,11 @@ href="http://groups.google.com/group/golang-nuts">golang-nuts.

Checkins Mailing List

A mailing list that receives a message summarizing each checkin to the Go repository.

+

Build Status

+

View the status of Go builds across the supported operating +systems and architectures.

+ +

How you can help

Reporting issues

@@ -59,3 +72,26 @@ open issues that interest you. Those labeled HelpWanted are particularly in need of outside help.

+ + +

The Go Community

+ +

Go Nuts Mailing List

+

The golang-nuts +mailing list is for general Go discussion.

+ +

Go Project Dashboard

+

A list of external Go projects including programs and libraries.

+ +

Go IRC Channel

+

#go-nuts on irc.freenode.net is the official Go IRC channel.

+ +

The Go Programming Language at Google+

+

The Go project's Google+ page.

+ +

@go_nuts at Twitter

+

The Go project's official Twitter account.

+ +

The Go Blog

+

The official blog of the Go project, featuring news and in-depth articles by +the Go team and guests.

diff --git a/doc/docs.html b/doc/docs.html index a820e35cb72..52ec28edbfc 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -66,7 +66,7 @@ Answers to common questions about Go.

Go Language Community Wiki

-

A wiki full of useful information maintained by the Go community.

+

A wiki maintained by the Go community.

Go Articles

@@ -186,9 +186,6 @@ mailing list is for general Go discussion.

Go Project Dashboard

A list of external Go projects including programs and libraries.

-

Go Language Community Wiki

-

A wiki full of useful information maintained by the Go community.

-

Go IRC Channel

#go-nuts on irc.freenode.net is the official Go IRC channel.

diff --git a/doc/help.html b/doc/help.html new file mode 100644 index 00000000000..2efda4e30a7 --- /dev/null +++ b/doc/help.html @@ -0,0 +1,36 @@ + + +

+Need help with Go? Try these resources. +

+ +
+ +

Frequently Asked Questions (FAQ)

+

Answers to common questions about Go.

+ +

Go Language Community Wiki

+

A wiki maintained by the Go community.

+ +

Go Nuts Mailing List

+

+Search the golang-nuts +archives and consult the FAQ and +wiki before posting. +

+ +

Go IRC Channel

+

Get live support at #go-nuts on irc.freenode.net, the official +Go IRC channel.

+ +

@go_nuts at Twitter

+

The Go project's official Twitter account.

+

Tweeting your about problem with the #golang hashtag usually +generates some helpful responses.

+ +

The Go Programming Language at Google+

+

The Go project's Google+ page.

+