You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/css3-ui/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ General steps in rough order:
41
41
-https://www.w3.org/wiki/CSS3-UI
42
42
- Make spec edits for resolved issues, then move them to https://www.w3.org/wiki/CSS3-UI
43
43
- edit /dvcs.w3.org/csswg/css-ui/Overview.bs
44
-
- use https://api.csswg.org/bikeshed/ per [instructions](https://wiki.csswg.org/tools/bikeshed#using-the-web-form) to generate spec view HTML
44
+
- use https://www.w3.org/publications/spec-generator/ per [instructions](https://wiki.csswg.org/tools/bikeshed#using-the-web-form) to generate spec view HTML
45
45
- “Save Page as…” “Web page, HTML only” Overview.html
46
46
47
47
- For Tantek: process/do all of https://wiki.mozilla.org/Tantek-Mozilla-Projects#CSS3_UI tasks (including moving them here as issues if possible)
Copy file name to clipboardExpand all lines: tools/bikeshed/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Bikeshed is a spec preprocessor, allowing you to write specs in a much more conv
8
8
9
9
[Bikeshed is maintained on GitHub](https://github.com/tabatkins/bikeshed), and the documentation there describes the full suite of features, which are very useful.
10
10
11
-
Bikeshed can be easily installed and run locally (requiring no network access unless you're updating the processor or its databases), or accessed as a CGI without any installation at all: https://api.csswg.org/bikeshed/
11
+
Bikeshed can be easily installed and run locally (requiring no network access unless you're updating the processor or its databases), or accessed as a CGI without any installation at all: https://www.w3.org/publications/spec-generator/
12
12
13
13
See https://github.com/tabatkins/bikeshed#bikeshed-a-spec-preprocessor for more details.
14
14
@@ -49,14 +49,14 @@ Further instructions and tips can be found in the [Bikeshed docs](https://speced
49
49
If you're on a system with [curl](http://curl.haxx.se/) on it, just save the following line to a file somewhere in your executable path:
Mark the file as executable, then just run it from within the folder of the spec you're working on. It will automatically submit `Overview.bs` to the post-processor and save the results to `Overview.html`.
56
56
57
57
### Using the web form
58
58
59
-
1. Go to: https://api.csswg.org/bikeshed/
59
+
1. Go to: https://www.w3.org/publications/spec-generator/
60
60
1. Click (Choose File) and select the `Overview.bs` file on your local machine that you want to post-process (you should do this when you're ready to check it in). (Alternately, paste in your source text, or enter the URL of the source file, if it's already been committed.)
61
61
1. Click the (Process) button. You'll get errors and warnings (if any) in one frame, and the processed spec in the other.
62
62
1. Save the page (e.g. in Firefox, choose the "Save Page as..." menu item from the "File" menu, be sure to choose "Web page, HTML only" from the "Save as" popup), name the file `Overview.html` (without the quotes), and save it right next your `Overview.bs` - you'll likely be replacing an older version, that's ok, go ahead and confirm (command-R in the replace dialog).
@@ -69,7 +69,7 @@ If you get an error:
69
69
70
70
```
71
71
Error running preprocessor, returned code: 1.
72
-
[1;31mFATAL ERROR:[0m The document requires at least one metadata block.
72
+
FATAL ERROR: The document requires at least one metadata block.
73
73
```
74
74
75
75
See https://web.archive.org/web/20160402124506/https://github.com/tabatkins/bikeshed/blob/master/docs/metadata.md for how to create a metadata block for your spec.
0 commit comments