On Fri May 06 18:15:01 2011, DOHERTY wrote:
Show quoted text> I think valid alternatives to a real date are:
> - it wasn't released => m/(?:not|un-?)released/i or something
> - release date unknown, or estimated => Allow estimates as coarse as
> one year, and also allow m/unknown/i or maybe even blank. I would
> probably say that *something* has to go there, and you should provide
> some information if you can. So, if you don't know the release date,
> then say "unknown" at a minimum or "unknown; estimated: June 1997" if
> you can make a guess. The estimated date should follow the same format
> as an exact release date, save the lack of precision.
Release dates are already in W3CDTF, so you can put just "1997-06" if
you don't know the exact day -- even just the year is acceptable per the
specification.
With that in mind, I think this addition to the spec needs to be limited
to releases that were either
A) Not released (or publicly released for whatever reason) or
B) released but the date is totally unknown
To that end, I've decided to do the following:
* release date will be optional
* textual equivalents for having no release date will be: "unknown",
"unknown release date", "not released", "development release"
This should cover the most common situations.