Skip to content

Commit 5b19add

Browse files
committed
[module template] Require changes in fewer places in order to publish a draft.
This depends on the module preprocessor changes described in http://lists.w3.org/Archives/Public/www-archive/2013Feb/0057.html
1 parent 6c602a3 commit 5b19add

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

css-module/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# -F ids=on
1313

1414
cdate = $(shell date +%Y%m%d)
15+
status = ED
1516

1617
%.html: %.src.html
1718
@echo "Calling post-processor to generate $@..."

css-module/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
5555
<dl>
5656
<dt>This version:
5757

58-
<dd><a class="u-url replaceme"
59-
href="http://dev.w3.org/csswg/cssN-FIXME/">http://www.w3.org/TR/2013/ED-cssN-FIXME-20130214/</a>
58+
<dd><a class=u-url
59+
href="http://dev.w3.org/csswg/cssN-FIXME/">http://dev.w3.org/csswg/cssN-FIXME/</a>
6060

6161
<dt>Latest version:
6262

63-
<dd><a
63+
<dd><a class=replaceme
6464
href="http://www.w3.org/TR/cssN-FIXME/">http://www.w3.org/TR/cssN-FIXME/</a>
6565

6666
<dt>Editor's draft:

css-module/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ <h1 class="p-name">CSS <var class="replaceme">TEMPLATE</var> Module Level <var c
3838
<h2 class="no-num no-toc">[LONGSTATUS] <time class="dt-updated" datetime="[CDATE]">[DATE]</time></h2>
3939
<dl>
4040
<dt>This version:
41-
<dd><a href="[VERSION]" class="u-url replaceme">http://www.w3.org/TR/[YEAR]/ED-cssN-FIXME-[CDATE]/</a>
41+
<dd><a href="[VERSION]" class="u-url">[VERSION]</a>
4242

4343
<dt>Latest version:
44-
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
44+
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/" class="replaceme">http://www.w3.org/TR/cssN-FIXME/</a>
4545

4646
<dt>Editor's draft:
4747
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>

0 commit comments

Comments
 (0)