David Crossley wrote:
> Gav... wrote:
> > 
> > Ok, but still, I'm confused as to why 0.8 version plugins, i.e. 
> > most of them, are appearing in the 0.7 and 0.9 versions of 
> > the plugins page. That's what I see as broken.
> 
> Ah, sorry i misread your question.
> 
> Yes, i too think that there is something wrong with that
> "Plugins Index".
> 
> Each is a generated page.
> 
> cd site-author/build/forrest-docs
> diff pluginDocs/plugins_0_80/index.html pluginDocs/plugins_0_70/index.html
> shows that they are essentially the same.
> 
> I agree that this is confusing.

We should investigate this ASAP.

Each of the three "Plugins Index" pages do
still need to be re-generated. For example,
a new plugin could be added tomorrow that
only requires 0.8 Forrest, so it would still
need to be listed on those pages.

Perhaps the pipeline that generates these pages
could consider the URI, e.g. seeing .../plugins_0_80/...
it should know not to overwrite those that have
been upgraded to now use 0.9 forrest.

Perhaps the plugins descriptor files need a "since"
attribute to assist with that.

-David