Skip to content

Commit

Permalink
client-side redirect, remove bikeshed file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyroman committed Oct 22, 2024
1 parent b09b653 commit 7645fb7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 356 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
no-vary-search.html
prefetch.html
prerendering.html
speculation-rules.html
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHELL=/bin/bash

bikeshed_files = no-vary-search.bs prefetch.bs prerendering.bs speculation-rules.bs
bikeshed_files = prefetch.bs prerendering.bs speculation-rules.bs
html_files = index.html no-vary-search.html

.PHONY: ci clean local remote

Expand All @@ -9,7 +10,7 @@ local: $(bikeshed_files)

remote: $(bikeshed_files:.bs=.html)

ci: index.html $(bikeshed_files:.bs=.html)
ci: $(html_files) $(bikeshed_files:.bs=.html)
mkdir -p out
cp $^ out/

Expand Down
353 changes: 0 additions & 353 deletions no-vary-search.bs

This file was deleted.

5 changes: 5 additions & 0 deletions no-vary-search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<title>Moved to ITEF</title>
<meta http-equiv="refresh" content="3; url=https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html">
<h1>Moved to IETF</h1>
<p>This work has moved to the IETF HTTP working group. You will be redirected to the <a href="https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html">latest revision</a> shortly.</p>

0 comments on commit 7645fb7

Please sign in to comment.