Skip to content

Commit e568aaa

Browse files
authored
Delete and redirect a demo using CGI
This is similar to whatwg/whatwg.org#113, and stands in the way of new hosting for HTML: whatwg/misc-server#7
1 parent ad88237 commit e568aaa

File tree

8 files changed

+3
-166
lines changed

8 files changed

+3
-166
lines changed

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ Redirect 301 /images/parsing-model-overview.png /images/parsing-model-overview.s
5555
Redirect 301 /images/sample-email-1.png /images/sample-email-1.svg
5656
Redirect 301 /images/sample-email-2.png /images/sample-email-2.svg
5757
Redirect 301 /images/sample-url.png /images/sample-url.svg
58+
59+
# Deleted demo using CGI:
60+
RedirectMatch 301 ^/(demos/workers/stocks/.*)$ https://github.com/whatwg/html/tree/1332efd5e4c27ae859bf2316c6b477d77cf93716/$1

demos/workers/stocks/io.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

demos/workers/stocks/page.html

Lines changed: 0 additions & 58 deletions
This file was deleted.

demos/workers/stocks/search.cgi

Lines changed: 0 additions & 33 deletions
This file was deleted.

demos/workers/stocks/searcher.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

demos/workers/stocks/stock.cgi

Lines changed: 0 additions & 21 deletions
This file was deleted.

demos/workers/stocks/ticker.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

source

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -96226,33 +96226,6 @@ function showLogout() {
9622696226
<p><a href="/demos/workers/primes/page.html">View this example online</a>.</p>
9622796227

9622896228

96229-
<h5>Worker used for background I/O</h5>
96230-
96231-
<!-- NON-NORMATIVE SECTION -->
96232-
96233-
<p>In this example, the main document uses two workers, one for fetching stock updates at regular
96234-
intervals, and one for performing search queries that the user requests.</p>
96235-
96236-
<p>The main page is as follows:</p>
96237-
96238-
<pre>EXAMPLE workers/stocks/page.html</pre>
96239-
96240-
<p>The two workers use a common library for performing the actual network calls. This library is
96241-
as follows:</p>
96242-
96243-
<pre>EXAMPLE workers/stocks/io.js</pre>
96244-
96245-
<p>The stock updater worker is as follows:</p>
96246-
96247-
<pre>EXAMPLE workers/stocks/ticker.js</pre>
96248-
96249-
<p>The search query worker is as follows:</p>
96250-
96251-
<pre>EXAMPLE workers/stocks/searcher.js</pre>
96252-
96253-
<p><a href="/demos/workers/stocks/page.html">View this example online</a>.</p>
96254-
96255-
9625696229
<h5 id="module-worker-example">Using a JavaScript module as a worker</h5>
9625796230

9625896231
<!-- NON-NORMATIVE SECTION -->

0 commit comments

Comments
 (0)