[Fwd: Making preprocessor default to better URLs for MO/ED drafts?]

I should have cc:ed this to www-archive to start with.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Forwarded message 1

  • From: L. David Baron <dbaron@dbaron.org>
  • Date: Fri, 8 Feb 2013 13:35:15 -0800
  • Subject: Making preprocessor default to better URLs for MO/ED drafts?
  • To: Bert Bos <bert@w3.org>
  • Cc: w3c-css-wg@w3.org
  • Message-ID: <20130208213515.GA1478@crum.dbaron.org>
  • Archived-At: <http://www.w3.org/mid/20130208213515.GA1478@crum.dbaron.org>
Bert,

Is it ok if I land this patch to the preprocessor to make the "This
version" generate dev.w3.org URLs for EDs and css3-src URLs for MO
drafts?

It should make it easier to switch between MO/WD or ED/WD status
(i.e., make it so there's less that requires manual editing).  (That
said, it's only useful if there's something left to indicate the
status; I prefer having that in the Makefile, though that could be
in the draft as well.)

(I did a quick test of the Makefile patch; I haven't actually tested
the process.cgi test, but I would do so immediately after landing.)

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Forwarded message 2

  • From: L. David Baron <dbaron@dbaron.org>
  • Date: Sat, 9 Feb 2013 10:28:37 -0800
  • Subject: Re: Making preprocessor default to better URLs for MO/ED drafts?
  • To: "Tab Atkins Jr." <jackalmage@gmail.com>
  • Cc: Bert Bos <bert@w3.org>, w3c-css-wg <w3c-css-wg@w3.org>
  • Message-ID: <20130209182837.GA19133@crum.dbaron.org>
  • Archived-At: <http://www.w3.org/mid/20130209182837.GA19133@crum.dbaron.org>
On Saturday 2013-02-09 10:00 -0700, Tab Atkins Jr. wrote:
> On Fri, Feb 8, 2013 at 2:35 PM, L. David Baron <dbaron@dbaron.org> wrote:
> > Bert,
> >
> > Is it ok if I land this patch to the preprocessor to make the "This
> > version" generate dev.w3.org URLs for EDs and css3-src URLs for MO
> > drafts?
> >
> > It should make it easier to switch between MO/WD or ED/WD status
> > (i.e., make it so there's less that requires manual editing).  (That
> > said, it's only useful if there's something left to indicate the
> > status; I prefer having that in the Makefile, though that could be
> > in the draft as well.)
> >
> > (I did a quick test of the Makefile patch; I haven't actually tested
> > the process.cgi test, but I would do so immediately after landing.)
> 
> Most of us don't use Makefiles in spec editting.  For example, I just
> run a curl command.

The Makefiles currently on dev.w3.org currently just run curl
commands that invoke process.cgi, and thus would be affected by the
process.cgi patch but not the Makefile patch, which affects people
who run make inside Style/Group/css3-src/.

The process.cgi patch would allow you to switch your curl command
between "-F status=ED" (which is the default, so can be omitted) and
"-F status=WD" and get the same results (i.e., dev.w3.org "This
version" URLs for status=ED, and TR-style "This version" URLs for
status=WD).

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Thursday, 14 February 2013 22:01:09 UTC