Skip to content
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

Helping visitors navigate CF #522

Open
JonathanGregory opened this issue Aug 28, 2024 · 1 comment
Open

Helping visitors navigate CF #522

JonathanGregory opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement Enhancements to the website's presentation or contents

Comments

@JonathanGregory
Copy link
Contributor

JonathanGregory commented Aug 28, 2024

Dear all

It has been pointed out by @DocOtak and others that it may not be clear enough where to start if you are new to CF and want to find something out or make a suggestion. If you go first to the CF website home page, I believe it should be obvious, and if it's not, we should make it so. On that page, or from that page, there is some background information, links to the documents which define the standard, resources for working with it, the CF GitHub organization, and the places to ask questions, make comments and propose changes. Rather than try to get all this clear and correct in more than one place, I propose we should try to direct all new arrivals to the home page. On the home page, new visitors will be particularly directed to Discussions if they want to ask a question.

In order to do that, I propose that

<head>
<meta http-equiv="refresh" content="0; url=https://cfconventions.org/">
</head>

Since that repo is exported to Pages to provide the CF website, its HTML version is https://cfconventions.org/testredirect.html, which redirects you immediately to https://cfconventions.org. Even neater (I think) is to make index.md a symlink to README.md, and put the redirection in README.md. I've tested that works in my own GitHub. This would mean that if you open https://cfconventions.org/cf-conventions, for instance, you will get the CF home page. At present, in that case, you get an index which is specific to the branch exported to Pages.

Would those things be useful? What else could we do to point visitors in the right direction?

Jonathan

@JonathanGregory JonathanGregory added the enhancement Enhancements to the website's presentation or contents label Aug 28, 2024
@ChrisBarker-NOAA
Copy link
Contributor

This all sounds grat, thanks!

One note:

make index.md a symlink to README.md

symlinks can be a bit wonky with git -- make sure to test carefully.

Alternatively, there must be a way to do a "Include" with md?

Sorry, I'm not that up to speed on md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements to the website's presentation or contents
Projects
None yet
Development

No branches or pull requests

2 participants