- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jun 2010 02:52:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv22610
Modified Files:
Makefile Overview.html spec.html
Log Message:
update formats list for mike
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.929
retrieving revision 1.930
diff -u -d -r1.929 -r1.930
--- Overview.html 3 Jun 2010 01:18:21 -0000 1.929
+++ Overview.html 3 Jun 2010 02:52:31 -0000 1.930
@@ -306,7 +306,7 @@
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
- <a href="Overview.html">multipage HTML</a>,
+ <a href="Overview.html">multipage HTML</a>.
<a href="author/">author edition</a>.
This is revision 1.4097.
</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.937
retrieving revision 1.938
diff -u -d -r1.937 -r1.938
--- spec.html 3 Jun 2010 01:18:21 -0000 1.937
+++ spec.html 3 Jun 2010 02:52:32 -0000 1.938
@@ -304,7 +304,7 @@
<dd><a href=mailto:ian@hixie.ch>Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
- <a href=Overview.html>multipage HTML</a>,
+ <a href=Overview.html>multipage HTML</a>.
<a href=author/>author edition</a>.
This is revision 1.4097.
</p>
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile 26 Jan 2010 04:49:42 -0000 1.17
+++ Makefile 3 Jun 2010 02:52:31 -0000 1.18
@@ -30,6 +30,8 @@
$(PYTHON) anolis/anolis --parser=lxml.html --filter=.impl \
$(HTML5)/Overview.html $@
$(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' $@
+ $(PERL) $(PERLFLAGS) -pi -e 's/multipage HTML<\/a>,/multipage HTML<\/a>./g' $@
+ $(PERL) $(PERLFLAGS) -pi -e 's/<a href="author\/">author edition<\/a>.//g' $@
$(PERL) $(PERLFLAGS) -pi -e 's/<a href=Overview.html>/<a href=CHANGEMETOSPEC>/' $@
$(PERL) $(PERLFLAGS) -pi -e 's/<a href=spec.html>/<a href=Overview.html>/' $@
$(PERL) $(PERLFLAGS) -pi -e 's/<a href=CHANGEMETOSPEC>/<a href=spec.html>/' $@
Received on Thursday, 3 June 2010 02:52:36 UTC