Skip to content

Commit

Permalink
Moved legacy WebVR spec out to it's own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
toji committed Dec 12, 2017
1 parent 6e6ffcc commit 9002052
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 4,141 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing guidelines for the WebVR Community Group
# Contributing guidelines for the Immersive Web Community Group

This repository is being used for work in the W3C WebVR Community Group, governed by the [W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the CG.
This repository is being used for work in the W3C Immersive Web Community Group, governed by the [W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the CG.

If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment.

Expand Down
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
.PHONY: all spec/latest/index.html spec/1.1/index.html
.PHONY: all spec/latest/index.html

all: latest 1.1
all: latest

latest: spec/latest/index.html

1.1: spec/1.1/index.html

spec/latest/index.html: spec/latest/index.bs
curl https://api.csswg.org/bikeshed/ -F file=@spec/latest/index.bs -F output=err
curl https://api.csswg.org/bikeshed/ -F file=@spec/latest/index.bs -F force=1 > spec/latest/index.html | tee

spec/1.1/index.html: spec/1.1/index.bs
curl https://api.csswg.org/bikeshed/ -F file=@spec/1.1/index.bs -F output=err
curl https://api.csswg.org/bikeshed/ -F file=@spec/1.1/index.bs -F force=1 > spec/1.1/index.html | tee
23 changes: 10 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,33 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<title>WebVR Spec Version List</title>
<title>WebXR Device API Specification</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<body class="h-entry">
<div class="head">
<h1 class="p-name no-ref" id="title">WebVR Spec</h1>
<h1 class="p-name no-ref" id="title">WebXR Device API Specification</h1>
</div>
<main>
<p>
The WebVR API provides interfaces to VR hardware to allow developers to build compelling, comfortable VR experiences on the web. The specification is currently under active developement. Version numbers are to aid in communication about the spec only and are not indicitive of support status.
The WebXR Device API provides interfaces to VR and AR hardware to allow developers to build compelling, comfortable VR/AR experiences on the web. The specification is currently under active developement.
</p>
<h2 class="heading settled" id="prerelease"><span class="content">
Tagged versions
Latest Draft
</h2>
<p>
This variant of the spec does not represent the final shape of the API but
may still be available in some browsers.
The latest draft of the API is incomplete and changing rapidly. Browsers should not attempt to implement it at this time.
</p>
<ul>
<li><a href="spec/1.1/">Pre-release v1.1</a></li>
<li><a href="https://github.com/w3c/webvr/blob/master/explainer.md">Explainer</a></li>
<li><a href="spec/latest/">Latest Spec Draft</a></li>
</ul>

<h2 class="heading settled" id="prerelease"><span class="content">
Latest Draft
Legacy WebVR API
</h2>
<p>
The latest draft of the API is incomplete and changing rapidly. Browsers should not attempt to implement it at this time.
The WebXR Device API is intended to completely replace the legacy <a href="https://immersive-web.github.io/legacy-webvr/spec/1.1/">WebVR specification</a> when finalized. In the meantime multiple browsers will continue to expose the older API.
</p>
<ul>
<li><a href="https://github.com/w3c/webvr/blob/master/explainer.md">Explainer</a></li>
<li><a href="spec/latest/">Latest Spec Draft - "v2.0"</a></li>
</ul>
</main>
</body>
</html>
109 changes: 0 additions & 109 deletions migration.md

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webvr",
"description": "WebVR Community Group & Specification",
"version": "2.0.0",
"name": "webxr",
"description": "WebXR Device API Specification",
"version": "0.0.1",
"devDependencies": {
"browser-sync": "^2.18.8",
"shelljs": "^0.7.7"
Expand Down
108 changes: 0 additions & 108 deletions scripts/browsersync-config.js

This file was deleted.

39 changes: 0 additions & 39 deletions scripts/deploy.sh

This file was deleted.

Loading

0 comments on commit 9002052

Please sign in to comment.