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

Move the FAQ here #36

Merged
merged 2 commits into from
Aug 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ redirect permanent /x https://xhr.spec.whatwg.org/
redirect permanent /xhr https://xhr.spec.whatwg.org/

redirect permanent /newbug https://github.com/whatwg/html/issues/new
redirect permanent /faq https://wiki.whatwg.org/wiki/FAQ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh. Given cached redirects, we may need a new URL...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User agents tend not to cache them long so I think we should be fine. We could go with frequently-asked-questions though if we wanted to. Would be consistent with code-of-conduct and working-mode.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hoping that /faq it was rarely linked, but https://html.spec.whatwg.org/ does. But, I'd still like to use the shorter URL, any breakage will be transient.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shorter URL is nice. If you all aren't worried then I guess I am not either.


# redirect permanent /) https://whatwg.org/
redirect permanent /mailing-list) https://whatwg.org/mailing-list
Expand Down
1 change: 1 addition & 0 deletions src/code-of-conduct
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<li><a href="https://spec.whatwg.org/">Standards</a></li>
<li><a href="/working-mode">Working Mode</a></li>
<li class="this"><strong>Code of Conduct</strong></li>
<li><a href="/faq">FAQ</a></li>
</ul>

<h2>Code of Conduct</h2>
Expand Down
Loading