Skip to content

Commit 0ed8f62

Browse files
kfranqueirosideshowbarker
authored andcommitted
Update api.csswg.org/bikeshed references to spec-generator
1 parent cadb7c1 commit 0ed8f62

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

spec/css3-ui/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ General steps in rough order:
4141
- https://www.w3.org/wiki/CSS3-UI
4242
- Make spec edits for resolved issues, then move them to https://www.w3.org/wiki/CSS3-UI
4343
- 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
4545
- “Save Page as…” “Web page, HTML only” Overview.html
4646

4747
- For Tantek: process/do all of https://wiki.mozilla.org/Tantek-Mozilla-Projects#CSS3_UI tasks (including moving them here as issues if possible)

tools/bikeshed/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bikeshed is a spec preprocessor, allowing you to write specs in a much more conv
88

99
[Bikeshed is maintained on GitHub](https://github.com/tabatkins/bikeshed), and the documentation there describes the full suite of features, which are very useful.
1010

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/
1212

1313
See https://github.com/tabatkins/bikeshed#bikeshed-a-spec-preprocessor for more details.
1414

@@ -49,14 +49,14 @@ Further instructions and tips can be found in the [Bikeshed docs](https://speced
4949
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:
5050

5151
```
52-
curl https://api.csswg.org/bikeshed/ -F file=@Overview.bs -F force=1 > Overview.html
52+
curl https://www.w3.org/publications/spec-generator/ -F type=bikeshed-spec -F file=@Overview.bs -F die-on=nothing > Overview.html
5353
```
5454

5555
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`.
5656

5757
### Using the web form
5858

59-
1. Go to: https://api.csswg.org/bikeshed/
59+
1. Go to: https://www.w3.org/publications/spec-generator/
6060
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.)
6161
1. Click the (Process) button. You'll get errors and warnings (if any) in one frame, and the processed spec in the other.
6262
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:
6969

7070
```
7171
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.
7373
```
7474

7575
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

Comments
 (0)