Skip to content

Commit

Permalink
bs编译不了
Browse files Browse the repository at this point in the history
  • Loading branch information
web3d committed Jun 13, 2015
1 parent 614c18f commit cf86bc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

all: webvr.html

webvr.html: webvr.bs
curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > webvr.html
webvr.html: webvr-zh_CN.bs
curl https:https://api.csswg.org/bikeshed/ -F file=@webvr-zh_CN.bs -F force=1 > webvr-zh_CN.html
17 changes: 9 additions & 8 deletions webvr.bs → webvr-zh_CN.bs
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<h1>WebVR</h1>

<pre class='metadata'>
状态: ED
Status: ED
ED: https://github.com/MozVR/webvr-spec/blob/master/webvr.html
简称: webvr
级别: 1
作者: Vladimir Vukicevic, Mozilla http:https://mozilla.com/, [email protected]
作者: Brandon Jones, Google http:https://google.com/, [email protected]
摘要: This specification describes support for accessing virtual reality devices, including sensors and head-mounted displays on the Web.
邮件列表: [email protected]
邮件列表归档: https://mail.mozilla.org/pipermail/web-vr-discuss/
Shortname: webvr
Level: 1
Editor: Vladimir Vukicevic, Mozilla http:https://mozilla.com/, [email protected]
Editor: Brandon Jones, Google http:https://google.com/, [email protected]
Abstract: This specification describes support for accessing virtual reality devices, including sensors and head-mounted displays on the Web.
Mailing List: [email protected]
Mailing List Archives: https://mail.mozilla.org/pipermail/web-vr-discuss/
</pre>

# 简介 # {#intro}
Expand Down
Empty file added webvr-zh_CN.html
Empty file.
File renamed without changes.

0 comments on commit cf86bc0

Please sign in to comment.