-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/website: addressing inaccessible links on CN site #24457
Comments
This is not really a "proposal"
I've changed this to a plain issue and added a |
-1 |
I agree that it isn't a problem for developers. |
We'll be revamping our web site soon. Let's revisit this when that effort starts in earnest. |
Many of the external links on golang.google.cn are inaccessible from Mainland China (e.g.
*.golang.org
,*.blogspot.com
,*.googlesource.com
), which might cause some troubles for Chinese developers.Directly removing all inaccessible links would lead to situations like: "For more details, please check out this post" (while there isn't a link, nor is it clear which post it is). Instead, we can keep those links and automatically render a tooltip for blacklisted URLs that is shown if you put your mouse over it (a hover overlay, actually already implemented in the DevSite infrastructure. For instance tensorflow.google.cn, put mouse over the Google logo in the company list to test)
The other route we could take is to separate files, like
go_faq.zh.html
, and let them slowly be translated by the community. It would be nice to have Chinese translations in the future. We'd have to remember to add content to both in the future, though.See the discussion on https://go-review.googlesource.com/c/go/+/89215 for more context.
/cc @chenglu for checking CN site policies @andybons @bradfitz
The text was updated successfully, but these errors were encountered: