File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > ReSpec.js — W3C Specification Writing Tool</ title >
5
5
< 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 >
7
7
< script class ='remove '>
8
8
var respecConfig = {
9
9
// document info
14
14
// previousPublishDate: "2009-03-15",
15
15
// previousURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",
16
16
copyrightStart : "2009" ,
17
- edDraftURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html " ,
17
+ edDraftURI : "http://darobin.github.com/respec/docs/ " ,
18
18
// lcEnd: "2010-08-06",
19
- // extraCSS: ["../css/respec.css"],
20
- extraCSS : [ "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css" ] ,
21
19
22
20
// editors
23
21
editors : [
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< 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 >
12
7
< script class ='remove '>
13
8
var respecConfig = {
14
9
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
39
34
// if this is a LCWD, uncomment and set the end of its review period
40
35
// lcEnd: "2009-08-05",
41
36
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
-
46
37
// editors, add as many as you like
47
38
// only "name" is required
48
39
editors : [
You can’t perform that action at this time.
0 commit comments