File tree Expand file tree Collapse file tree 18 files changed +31
-31
lines changed Expand file tree Collapse file tree 18 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 7
7
8
8
% .html : % .src.html
9
9
@echo " Calling post-processor to generate $@ ..."
10
- @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
10
+ @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
11
11
% .err : % .src.html
12
12
@echo " Calling post-processor to check $<..."
13
- @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
13
+ @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
14
14
15
15
16
16
Original file line number Diff line number Diff line change 7
7
8
8
% .html : % .src.html
9
9
@echo " Calling post-processor to generate $@ ..."
10
- @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
10
+ @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
11
11
% .err : % .src.html
12
12
@echo " Calling post-processor to check $<..."
13
- @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
13
+ @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
14
14
15
15
16
16
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ cdate = $(shell date +%Y%m%d)
12
12
@echo " Calling post-processor to generate $@ ..."
13
13
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
14
14
-F date=$(cdate ) \
15
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
15
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
16
16
% .err : % .src.html
17
17
@echo " Calling post-processor to check $<..."
18
18
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
19
19
-F date=$(cdate ) \
20
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
20
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
21
21
22
22
23
23
Original file line number Diff line number Diff line change 7
7
8
8
% .html : % .src.html
9
9
@echo " Calling post-processor to generate $@ ..."
10
- @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
10
+ @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
11
11
% .err : % .src.html
12
12
@echo " Calling post-processor to check $<..."
13
- @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
13
+ @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
14
14
15
15
16
16
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
17
17
@echo " Calling post-processor to generate $@ ..."
18
18
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
19
19
-F date=$(cdate ) -F status=$(status ) \
20
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
20
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
21
21
% .err : % .src.html
22
22
@echo " Calling post-processor to check $<..."
23
23
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
24
24
-F date=$(cdate ) -F status=$(status ) \
25
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
25
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
26
26
27
27
# For Dispositions of Comments in css3-background:
28
28
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
20
20
@echo " Calling post-processor to generate $@ ..."
21
21
@curl -K ~ /.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
22
22
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
23
- https://cgi .w3.org/member-bin /process.cgi
23
+ https://www .w3.org/Style/Group /process.cgi
24
24
% .err : % .src.html
25
25
@echo " Calling post-processor to check $<..."
26
26
@curl -K ~ /.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
27
27
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
28
- https://cgi .w3.org/member-bin /process.cgi
28
+ https://www .w3.org/Style/Group /process.cgi
29
29
30
30
# For Dispositions of Comments in css3-background:
31
31
% .html : % .txt; awk -f issues-txt-to-html.awk $< >$@
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
20
20
@echo " Calling post-processor to generate $@ ..."
21
21
@curl -K ~ /.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
22
22
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
23
- https://cgi .w3.org/member-bin /process.cgi
23
+ https://www .w3.org/Style/Group /process.cgi
24
24
% .err : % .src.html
25
25
@echo " Calling post-processor to check $<..."
26
26
@curl -K ~ /.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
27
27
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
28
- https://cgi .w3.org/member-bin /process.cgi
28
+ https://www .w3.org/Style/Group /process.cgi
29
29
30
30
# For Dispositions of Comments in css3-background:
31
31
% .html : % .txt; awk -f issues-txt-to-html.awk $< >$@
Original file line number Diff line number Diff line change 24
24
25
25
SOURCEFILE =Exclusions.src.html
26
26
OUTPUTFILE =Overview.html
27
- PROCESSCGI =https://cgi .w3.org/member-bin /process.cgi
27
+ PROCESSCGI =https://www .w3.org/Style/Group /process.cgi
28
28
CURL =curl
29
29
CURLFLAGS =
30
30
Original file line number Diff line number Diff line change 7
7
8
8
% .html : % .src.html
9
9
@echo " Calling post-processor to generate $@ ..."
10
- @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
10
+ @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
11
11
% .err : % .src.html
12
12
@echo " Calling post-processor to check $<..."
13
- @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
13
+ @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
14
14
15
15
16
16
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ cdate = $(shell date +%Y%m%d)
12
12
@echo " Calling post-processor to generate $@ ..."
13
13
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
14
14
-F date=$(cdate ) \
15
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
15
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
16
16
% .err : % .src.html
17
17
@echo " Calling post-processor to check $<..."
18
18
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
19
19
-F date=$(cdate ) \
20
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
20
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
21
21
22
22
23
23
Original file line number Diff line number Diff line change 7
7
8
8
% .html : % .src.html
9
9
@echo " Calling post-processor to generate $@ ..."
10
- @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
10
+ @curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
11
11
% .err : % .src.html
12
12
@echo " Calling post-processor to check $<..."
13
- @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
13
+ @curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
14
14
15
15
16
16
Original file line number Diff line number Diff line change 24
24
25
25
SOURCEFILE =Overview.src.html
26
26
OUTPUTFILE =Overview.html
27
- PROCESSCGI =https://cgi .w3.org/member-bin /process.cgi
27
+ PROCESSCGI =https://www .w3.org/Style/Group /process.cgi
28
28
CURL =curl
29
29
CURLFLAGS =
30
30
Original file line number Diff line number Diff line change 24
24
25
25
SOURCEFILE =Overview.src.html
26
26
OUTPUTFILE =Overview.html
27
- PROCESSCGI =https://cgi .w3.org/member-bin /process.cgi
27
+ PROCESSCGI =https://www .w3.org/Style/Group /process.cgi
28
28
CURL =curl
29
29
CURLFLAGS =
30
30
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
17
17
@echo " Calling post-processor to generate $@ ..."
18
18
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
19
19
-F date=$(cdate ) -F status=$(status ) \
20
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
20
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
21
21
% .err : % .src.html
22
22
@echo " Calling post-processor to check $<..."
23
23
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
24
24
-F date=$(cdate ) -F status=$(status ) \
25
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
25
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
26
26
27
27
28
28
Original file line number Diff line number Diff line change 24
24
25
25
SOURCEFILE =Transforms.src.html
26
26
OUTPUTFILE =Overview.html
27
- PROCESSCGI =http ://cgi .w3.org/member-bin /process.cgi
27
+ PROCESSCGI =https ://www .w3.org/Style/Group /process.cgi
28
28
CURL =curl
29
29
CURLFLAGS =
30
30
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
17
17
@echo " Calling post-processor to generate $@ ..."
18
18
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
19
19
-F date=$(cdate ) -F status=$(status ) \
20
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
20
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
21
21
% .err : % .src.html
22
22
@echo " Calling post-processor to check $<..."
23
23
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
24
24
-F date=$(cdate ) -F status=$(status ) \
25
- -K ~ /.curl-w3.org http ://cgi .w3.org/member-bin /process.cgi > $@
25
+ -K ~ /.curl-w3.org https ://www .w3.org/Style/Group /process.cgi > $@
26
26
27
27
28
28
Original file line number Diff line number Diff line change 24
24
25
25
SOURCEFILE =Overview.src.html
26
26
OUTPUTFILE =Overview.html
27
- PROCESSCGI =https://cgi .w3.org/member-bin /process.cgi
27
+ PROCESSCGI =https://www .w3.org/Style/Group /process.cgi
28
28
CURL =curl
29
29
CURLFLAGS =
30
30
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
20
20
@echo " Calling post-processor to generate $@ ..."
21
21
@curl -K ~ /.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
22
22
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
23
- https://cgi .w3.org/member-bin /process.cgi
23
+ https://www .w3.org/Style/Group /process.cgi
24
24
% .err : % .src.html
25
25
@echo " Calling post-processor to check $<..."
26
26
@curl -K ~ /.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
27
27
-F method=file -F date=$(cdate ) -F status=$(status ) $(opts ) -o $@ \
28
- https://cgi .w3.org/member-bin /process.cgi
28
+ https://www .w3.org/Style/Group /process.cgi
29
29
30
30
# For Dispositions of Comments in css3-background:
31
31
% .html : % .txt; awk -f issues-txt-to-html.awk $< >$@
You can’t perform that action at this time.
0 commit comments