Skip to content

Commit 18ac331

Browse files
committed
doc changes
1 parent b82edbb commit 18ac331

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>ReSpec.js — W3C Specification Writing Tool</title>
55
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
6-
<script src='js/respec.js' class='remove'></script>
6+
<script src='http://darobin.github.com/respec/builds/respec-w3c-common.js' class='remove'></script>
77
<script class='remove'>
88
var respecConfig = {
99
// document info
@@ -14,10 +14,8 @@
1414
// previousPublishDate: "2009-03-15",
1515
// previousURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",
1616
copyrightStart: "2009",
17-
edDraftURI: "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",
17+
edDraftURI: "http://darobin.github.com/respec/docs/",
1818
// lcEnd: "2010-08-06",
19-
// extraCSS: ["../css/respec.css"],
20-
extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
2119

2220
// editors
2321
editors: [

docs/template.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
<html>
33
<head>
44
<title>This Is The Name Of Your Specification</title>
5-
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
6-
<!--
7-
=== NOTA BENE ===
8-
For the three scripts below, if your spec resides on dev.w3 you can check them
9-
out in the same tree and use relative links so that they'll work offline,
10-
-->
11-
<script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
5+
<meta charset='utf-8'>
6+
<script src='http://darobin.github.com/respec/builds/respec-w3c-common.js' class='remove'></script>
127
<script class='remove'>
138
var respecConfig = {
149
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
@@ -39,10 +34,6 @@
3934
// if this is a LCWD, uncomment and set the end of its review period
4035
// lcEnd: "2009-08-05",
4136

42-
// if you want to have extra CSS, append them to this list
43-
// it is recommended that the respec.css stylesheet be kept
44-
extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
45-
4637
// editors, add as many as you like
4738
// only "name" is required
4839
editors: [

0 commit comments

Comments
 (0)