[css3-overflow] Add change log link and make a little easier to preprocess.

Wed, 13 Feb 2013 16:55:00 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 13 Feb 2013 16:55:00 -0800
changeset 7461
63b605c570e4
parent 7460
4a64a80a24d5
child 7462
fe284c178d6d

[css3-overflow] Add change log link and make a little easier to preprocess.

css3-overflow/Makefile file | annotate | diff | comparison | revisions
css3-overflow/Overview.html file | annotate | diff | comparison | revisions
css3-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-overflow/Makefile	Wed Feb 13 16:46:43 2013 -0800
     1.2 +++ b/css3-overflow/Makefile	Wed Feb 13 16:55:00 2013 -0800
     1.3 @@ -1,16 +1,29 @@
     1.4  # Calling the post-processor with file-upload. Assumes the username
     1.5 -# and password are in ~/.curl-w3.org
     1.6 +# and password are in ~/.curl-w3.org (user = USER:PASS)
     1.7  #
     1.8 -# Possible other options:
     1.9 -# -F date=YYYY-MM-DD
    1.10 +# To set a date other than today, use: make cdate=YYYYMMDD
    1.11 +#
    1.12 +# To set the status, modify one of the "this version" URLs:
    1.13 +# http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]/
    1.14 +# Or set that URL to [VERSION] and call Make as: make status=CR
    1.15 +#
    1.16 +#
    1.17 +# Possible other options to add to the curl command below:
    1.18  # -F ids=on
    1.19  
    1.20 +cdate = $(shell date +%Y%m%d)
    1.21 +status = ED
    1.22 +
    1.23  %.html: %.src.html
    1.24  	@echo "Calling post-processor to generate $@..."
    1.25 -	@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 >$@
    1.26 +	@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
    1.27 +	-F date=$(cdate) -F status=$(status) \
    1.28 +	-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.29  %.err: %.src.html
    1.30  	@echo "Calling post-processor to check $<..."
    1.31 -	@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 >$@
    1.32 +	@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
    1.33 +	-F date=$(cdate) -F status=$(status) \
    1.34 +	-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.35  
    1.36  
    1.37  
    1.38 @@ -25,15 +38,9 @@
    1.39  
    1.40  # A handy shortcut:
    1.41  
    1.42 -commit: update clean all
    1.43 -	cvs commit -m 'Generated. Do not edit!' Overview.html
    1.44 -
    1.45 -update:
    1.46 -	cvs update
    1.47 -
    1.48  clean:
    1.49  	rm Overview.html
    1.50  
    1.51  
    1.52  
    1.53 -.PHONY: check commit update clean
    1.54 +.PHONY: check clean
     2.1 --- a/css3-overflow/Overview.html	Wed Feb 13 16:46:43 2013 -0800
     2.2 +++ b/css3-overflow/Overview.html	Wed Feb 13 16:55:00 2013 -0800
     2.3 @@ -11,11 +11,11 @@
     2.4  
     2.5    <meta content="CSS Overflow Module Level 3" name=dcterms.title>
     2.6    <meta content=text name=dcterms.type>
     2.7 -  <meta content=2013-02-14 name=dcterms.issued>
     2.8 +  <meta content=2013-02-13 name=dcterms.issued>
     2.9    <meta content="http://dev.w3.org/csswg/css3-overflow/"
    2.10     name=dcterms.creator>
    2.11    <meta content=W3C name=dcterms.publisher>
    2.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-overflow-20130214/"
    2.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-overflow-20130213/"
    2.14     name=dcterms.identifier>
    2.15    <link href="#contents" rel=contents>
    2.16    <link href="#index" rel=index>
    2.17 @@ -128,14 +128,14 @@
    2.18  
    2.19     <h1>CSS Overflow Module Level 3</h1>
    2.20  
    2.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
    2.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
    2.23      2013</h2>
    2.24  
    2.25     <dl>
    2.26      <dt>This version:
    2.27  
    2.28      <dd><a
    2.29 -     href="http://www.w3.org/TR/2013/ED-css3-overflow-20130214/">http://www.w3.org/TR/2013/ED-css3-overflow-20130214/</a>
    2.30 +     href="http://www.w3.org/TR/2013/ED-css3-overflow-20130213/">http://www.w3.org/TR/2013/ED-css3-overflow-20130213/</a>
    2.31  
    2.32      <dt>Latest version:
    2.33  
    2.34 @@ -146,6 +146,9 @@
    2.35  
    2.36      <dd><a
    2.37       href="http://dev.w3.org/csswg/css3-overflow/">http://dev.w3.org/csswg/css3-overflow/</a>
    2.38 +     (<a
    2.39 +     href="https://dvcs.w3.org/hg/csswg/log/tip/css3-overflow/Overview.src.html">change
    2.40 +     log</a>)
    2.41  
    2.42      <dt>Previous version:
    2.43  
     3.1 --- a/css3-overflow/Overview.src.html	Wed Feb 13 16:46:43 2013 -0800
     3.2 +++ b/css3-overflow/Overview.src.html	Wed Feb 13 16:55:00 2013 -0800
     3.3 @@ -116,13 +116,14 @@
     3.4  <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
     3.5  <dl>
     3.6    <dt>This version:
     3.7 -    <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/ED-css3-overflow-[CDATE]/</a>
     3.8 +    <dd><a href="[VERSION]">[VERSION]</a>
     3.9  
    3.10    <dt>Latest version:
    3.11 -    <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
    3.12 +    <dd><a href="http://www.w3.org/TR/css3-overflow/">http://www.w3.org/TR/css3-overflow/</a>
    3.13  
    3.14    <dt>Editor's draft:
    3.15      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
    3.16 +    (<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>)
    3.17  
    3.18    <dt>Previous version:
    3.19      <dd>none

mercurial