aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* content: fix links to code.google.comChris Broadfoot2017-02-03
| | | | | | | | | | | | | | Some minor fixes and clean up to articles that referred to code.google.com (now defunct). This cleans up all of the top 30 articles (not much point in cleaning up the articles that are less viewed). Fixes golang/go#18907. Change-Id: I38a22f57e1effa8a545b429dface088042df0f91 Reviewed-on: https://go-review.googlesource.com/36311 Reviewed-by: Russ Cox <rsc@golang.org>
* blog/profiling-go-programs: move refs from codesite to GitHubChris Broadfoot2017-02-03
| | | | | | | | Updates golang/go#18907. Change-Id: I1a36a07051d39a6501776b9570d5858a175d1205 Reviewed-on: https://go-review.googlesource.com/36215 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add survey2016.articleSteve Francia2016-12-13
| | | | | | | Change-Id: Ib13a7cbf92e989d16b6dfd814fe57450969fdc65 Reviewed-on: https://go-review.googlesource.com/34352 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/go-fonts: change scaling in code sampleRob Pike2016-11-17
| | | | | | | | Make it an exact factor of two to reduce fuzziness (maybe). Change-Id: I9e87dfc0b9b211b1397068a38c409b6aaf9b0747 Reviewed-on: https://go-review.googlesource.com/33360 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/go-fonts: add Turkish to the list of languagesRob Pike2016-11-17
| | | | | | | | | | Missing in error. Also line-break the huge list for future manageability. Change-Id: Ia6bc1ee70b5f27cd3585af6a6ed9d12f04b32120 Reviewed-on: https://go-review.googlesource.com/33337 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/go-fonts: pngcrush imagesAndrew Gerrand2016-11-17
| | | | | | | | | | Further compression is probably obtainable (by reducing the color depth on the monochrome images) but this expedient change reduces the total image size by more than 1MB (about half). Change-Id: I1c24a31b82daf2a058acce3a58b6c33dc630b663 Reviewed-on: https://go-review.googlesource.com/33261 Reviewed-by: Andrew Gerrand <adg@golang.org>
* blog: fix serving of fonts on App EngineAndrew Gerrand2016-11-17
| | | | | | Change-Id: I4c1fc9b10440b8e99a04614d89ac1fe0db58ae68 Reviewed-on: https://go-review.googlesource.com/33260 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/go-fonts: add article introducing the Go fonts by Bigelow & HolmesRob Pike2016-11-17
| | | | | | Change-Id: I5c75b133d569d1675fca2f884c69b06a9e64abb0 Reviewed-on: https://go-review.googlesource.com/33336 Reviewed-by: Rob Pike <r@golang.org>
* template: use Go fontAndrew Gerrand2016-11-17
| | | | | | | | | These fonts are available under the usual license at golang.org/x/image/font/gofont Change-Id: Ifeb5c3478bc6752b75f1d1128d05141d7bc4a45e Reviewed-on: https://go-review.googlesource.com/33259 Reviewed-by: Rob Pike <r@golang.org>
* content: change 7years author to "The Go Team"Russ Cox2016-11-10
| | | | | | | | | | The email address appears to be required but unused. Change-Id: Ifafa4fc22b8f33ef68357db5924ee98111549697 Reviewed-on: https://go-review.googlesource.com/33024 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* content: fix 7years typoRuss Cox2016-11-10
| | | | | | | Change-Id: Ie5f89b8763f473d38e9dc83e0793a9e161aa546d Reviewed-on: https://go-review.googlesource.com/33023 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix HTTP/2 link in 7yearsRuss Cox2016-11-10
| | | | | | | | | Don't know why, but the video starts 12 minutes in otherwise. Change-Id: I43922710d6774df80ef2f1aeb686e419054fe0ea Reviewed-on: https://go-review.googlesource.com/33022 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: add 7years.articleRuss Cox2016-11-10
| | | | | | | Change-Id: Ifa117d9d8c6514f598a944f02d11f60c6afc6bc5 Reviewed-on: https://go-review.googlesource.com/33021 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: update to new favicon.icoMartin Bertschler2016-10-16
| | | | | | | | Change favicon.ico to newer high resolution version from main project. Change-Id: If865190c36f26094d8149d3592fd79249b69681e Reviewed-on: https://go-review.googlesource.com/31183 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/http-tracing: fix the OMIT tagsJaana Burcu Dogan2016-10-04
| | | | | | | | Display only a small section of the trace.go example. Change-Id: I8fd1334a41324392f0c252a444b89e12955ab1fe Reviewed-on: https://go-review.googlesource.com/30351 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/http-tracing: remove Dave CheneyJaana Burcu Dogan2016-10-04
| | | | | | | | | He mentioned that the project is a group effort, hence we should not single out his name. Change-Id: I775a37fa8d7a231942642809c85652e58d0edb08 Reviewed-on: https://go-review.googlesource.com/30352 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: fix more links in tracing blog postAndrew Gerrand2016-10-04
| | | | | | Change-Id: I2aec5e9b4f4daec15f724f386eb57bbd34fba6f6 Reviewed-on: https://go-review.googlesource.com/30331 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: fix httpstat link in tracing blog postAndrew Gerrand2016-10-04
| | | | | | Change-Id: I7b9aa56a5c81b8cb31fc5625bf0561a7ebdebab2 Reviewed-on: https://go-review.googlesource.com/30330 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: add introducing http tracing postJaana Burcu Dogan2016-10-04
| | | | | | | | | Updates golang/go#17152. Change-Id: I08d4174ba62f6dc4028bd17a911b92fc373b81e4 Reviewed-on: https://go-review.googlesource.com/29685 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/subtests: fix dateRuss Cox2016-10-03
| | | | | | | Change-Id: I8697175cc59480425d8b192d121a7683b70c1b30 Reviewed-on: https://go-review.googlesource.com/30139 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/subtests: new blogMarcel van Lohuizen2016-10-03
| | | | | | | | Change-Id: I6071d67688fa11b5f0b50c0485045b9c5ae756d1 Reviewed-on: https://go-review.googlesource.com/26853 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* Fix link to the Bug section of pkg/bytes godocareski2016-10-03
| | | | | | | | Correct link should point to http://golang.org/pkg/bytes/#pkg-note-BUG Change-Id: I6b493fd49f43103c507c3ff61ff1f5b9b780f171 Reviewed-on: https://go-review.googlesource.com/1953 Reviewed-by: Russ Cox <rsc@golang.org>
* content: update context article to use stdlib import pathEmmanuel Odeke2016-09-26
| | | | | | | | | | | | | Updated context article to use stdlib import path. Updated package-names article to reflect that context is now in stdlib, and added x/time/rate as an example for a longer package name. Fixes golang/go#15562 Change-Id: I58d495527037f5201897825ca11f484561997277 Reviewed-on: https://go-review.googlesource.com/29759 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/go1.7-binary-size: fix typosChris Broadfoot2016-08-18
| | | | | | Change-Id: Ia2d9c9101959d53ff4139b0adffe15c4cabb8e1c Reviewed-on: https://go-review.googlesource.com/27355 Reviewed-by: David Crawshaw <crawshaw@golang.org>
* content: add 1.7 binary size blog postDavid Crawshaw2016-08-18
| | | | | | Change-Id: Iab3d359c997b5e981f46182021dcc60f84dbbad2 Reviewed-on: https://go-review.googlesource.com/27071 Reviewed-by: Rob Pike <r@golang.org>
* content: don't link to mobile version of WikipediaCixtor2016-08-16
| | | | | | | | Fixes golang/go#16734 Change-Id: I33998aa68673015432cbfc754aca02b015427f1d Reviewed-on: https://go-review.googlesource.com/27082 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add download link to Go 1.7 postChris Broadfoot2016-08-15
| | | | | | Change-Id: Ic1d23176f9c0bb205bc51da3c8a94a738e185ddb Reviewed-on: https://go-review.googlesource.com/27074 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add go1.7 postChris Broadfoot2016-08-15
| | | | | | | | Change-Id: I750093784ceeadf6a50886eee30031fe95f81240 Reviewed-on: https://go-review.googlesource.com/27053 Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: David Crawshaw <crawshaw@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix broken link in blog.golang.org/json-rpc-tale-of-interfacesPaulo Casaretto2016-06-01
| | | | | | | | | The link to the source of the referred changelog was not correct anymore. This change updates it to the github commit view. Change-Id: Ifdd92914841672ab6062ebf1b96d8bb15ba82892 Reviewed-on: https://go-review.googlesource.com/23541 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/constants.article: fix typoRob Pike2016-05-28
| | | | | | | | Delete duplicate "has". Change-Id: I7f21b4347702962f7ac2f26c235eae642b290166 Reviewed-on: https://go-review.googlesource.com/23553 Reviewed-by: Rob Pike <r@golang.org>
* content: fix links in turkey blog postAndrew Gerrand2016-05-27
| | | | | | | | Fixes golang/go#6908 Change-Id: I8ba9f975cce3aff5cd8c0fc610f47e3d6bd78bff Reviewed-on: https://go-review.googlesource.com/23467 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: remove scheme from iframe URLsAndrew Gerrand2016-05-17
| | | | | | | | | | | This prevents mixed content errors preventing iframes with HTTP URLs from loading on the blog site, which is served by HTTPS. Fixes golang/go#15683 Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28 Reviewed-on: https://go-review.googlesource.com/23180 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add disclaimers to context example packagesAndrew Gerrand2016-05-05
| | | | | | Change-Id: I22fb0964e794cb98be572ef2d48a2c995652f6b0 Reviewed-on: https://go-review.googlesource.com/22781 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: set Strict-Transport-Security headerAndrew Gerrand2016-05-02
| | | | | | Change-Id: I06942c139689d3bc50da5fc367963fe01801518c Reviewed-on: https://go-review.googlesource.com/22675 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: redirect from HTTP to HTTPS on App EngineAndrew Gerrand2016-04-27
| | | | | | Change-Id: I2ef91551ba253e4972a8656a1589239beea78c29 Reviewed-on: https://go-review.googlesource.com/22364 Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
* content: fix broken link in blog.golang.org/error-handling-and-goMathias Leppich2016-04-25
| | | | | | | | | | In the section about `json.SyntaxError` the link to the source of `jsonconfig/eval.go` of the camlistore project was not correct anymore. This change updates it to the github source view. Change-Id: I097a423c3325acb1e6d229774757b22367e444a0 Reviewed-on: https://go-review.googlesource.com/22414 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix spellingkortschak2016-04-15
| | | | | | Change-Id: Ia93eb978c76fbbe082b46d07b5cb954e8d3c57a8 Reviewed-on: https://go-review.googlesource.com/22009 Reviewed-by: Nigel Tao <nigeltao@golang.org>
* content: update link in Docker articleAndrew Gerrand2016-02-26
| | | | | | | | Fixes golang/go#14506 Change-Id: Ib1534a9641cccaa2693932a9b55c6367dcce35a4 Reviewed-on: https://go-review.googlesource.com/19875 Reviewed-by: Rob Pike <r@golang.org>
* content: add AMA link to Go 1.6 blog postAndrew Gerrand2016-02-17
| | | | | | Change-Id: Ie50a8f9d19bc15143f4b3be308f778887ee76f27 Reviewed-on: https://go-review.googlesource.com/19537 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* blog: add go1.6 postRuss Cox2016-02-17
| | | | | | | | | By Andrew but added by me. Change-Id: I691657dd8464f47985d1235a0afa7fba12f06675 Reviewed-on: https://go-review.googlesource.com/19581 Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>
* content: fix wording in slices articleAndrew Gerrand2016-02-16
| | | | | | Change-Id: I12e60070e6bdb0b0f1bd4bf203382c0e4b4de9e8 Reviewed-on: https://go-review.googlesource.com/19536 Reviewed-by: Rob Pike <r@golang.org>
* content: fix typo and add forward blog post referenceCaleb Spare2016-02-16
| | | | | | Change-Id: Id6eeddc79a55095af68ee5b452119ea488b12870 Reviewed-on: https://go-review.googlesource.com/19517 Reviewed-by: Andrew Gerrand <adg@golang.org>
* x/blog/content/matchlang: fix some type and style issuesMarcel van Lohuizen2016-02-13
| | | | | | Change-Id: I21cec2462b8f9dbc26dffdc19dbcb3a99ab691c0 Reviewed-on: https://go-review.googlesource.com/19467 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* content/matchlang: fixed typosMarcel van Lohuizen2016-02-11
| | | | | | Change-Id: Ifdc69c863f8569415b15fabd82c85680fd983ffe Reviewed-on: https://go-review.googlesource.com/19419 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* content/matchlang: disable .playMarcel van Lohuizen2016-02-10
| | | | | | | | text repo is not in yet. Change-Id: I76dcd2e86e9c2d1f98f08f233533b996a0cedf91 Reviewed-on: https://go-review.googlesource.com/19418 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* content/matchlang: another attempt at table cssRuss Cox2016-02-09
| | | | | | | Change-Id: Ic417ba9069c862691794ed78efa0d81b9847f448 Reviewed-on: https://go-review.googlesource.com/19423 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/matchlang: make table indented a bit more than paragraphRuss Cox2016-02-09
| | | | | | | | | | The default appears to be 0, but paragraphs are 20px, so right now it appears to the left of the paragraph text. Change-Id: Ied3b8ffc2f78a2cd6cdcca73997dfd2859432a30 Reviewed-on: https://go-review.googlesource.com/19422 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* go.blog/matchlang: new blog on language and locale matching in GoMarcel van Lohuizen2016-02-09
| | | | | | | Change-Id: Ibad519a792885b05e1e0c13a7021bdd7c2280735 Reviewed-on: https://go-review.googlesource.com/17806 Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>
* content: update references to code.google.com packagesChris Broadfoot2016-02-02
| | | | | | | | | Fixes golang/go#14182 Change-Id: Idaf4ef5a38b07fd100c7f869c07e680d148495b6 Reviewed-on: https://go-review.googlesource.com/19089 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: documented godoc's "Deprecated:" convention in the godoc postAndrew Gerrand2016-01-27
| | | | | | | | Fixes golang/go#10909 Change-Id: Ie2553bc2f6983cbcaf7398366c21dc175e1f5453 Reviewed-on: https://go-review.googlesource.com/18956 Reviewed-by: Rob Pike <r@golang.org>