Skip to content

Commit 70d30b4

Browse files
committed
_content: add AUTHORS page, and CONTRIBUTORS redirect
Now that there's no AUTHORS file, go.dev/AUTHORS will become a dead link as of Go 1.19, and tip.golang.org/AUTHORS is already one. Write a page to keep those links not 404-ing. Same is true for CONTRIBUTORS; redirect to AUTHORS. For golang/go#53961. Change-Id: I17cc932f3f870bf4b9970151ead4b5e72a94845b Reviewed-on: https://go-review.googlesource.com/c/website/+/418932 Run-TryBot: Russ Cox <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 3768cf1 commit 70d30b4

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

_content/AUTHORS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Authors of Go"
3+
layout: article
4+
date: 2022-07-25T10:15:00-04:00
5+
---
6+
7+
The Go project formerly maintained AUTHORS and CONTRIBUTORS files
8+
listing the authors of commits in the Go project repositories.
9+
The source control history is now the authoritative source for
10+
this information.
11+
12+
Go's Gerrit instance can search for changes by specific authors.
13+
For example \[[is:merged author:"Russ Cox"](https://go-review.googlesource.com/q/is:merged+author:%2522Russ+Cox%2522)\].
14+

_content/CONTRIBUTORS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect: /AUTHORS
3+
---

cmd/golangorg/testdata/web.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,9 @@ redirect == /doc/#references
428428

429429
GET https://go.dev/ref/
430430
redirect == /doc/#references
431+
432+
GET https://go.dev/AUTHORS
433+
body contains is:merged author:
434+
435+
GET https://go.dev/CONTRIBUTORS
436+
redirect == /AUTHORS

0 commit comments

Comments
 (0)