Gavin (JIRA) wrote:
> 
>     [ 
> https://issues.apache.org/jira/browse/FOR-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507846
>  ] 
> 
> Gavin commented on FOR-980:
> ---------------------------
> 
> There is a bit of misunderstanding as to the URIs needed .
> I actually contributed to it with my comment yesterday so apologies.
> 
> The word 'current' is being looked for AFTER changes, as is the version 
> number.

Yes the sitemap detects the "changes_" first, then takes
the stuff following into the stylesheet where it expects
either the token "current" or a version number.

> running site-author locally :-
> 
> changes.html and changes.rss work fine
> changes_current.html and changes_current.rss work fine
> changes_0.90.html and changes_0.90.rss work fine
> changes_0.80.html and changes_0.80.rss works fine
> 
> etc...
> 
> When I refer to 0.1 I mean when testing the projectinfo plugin on itself, 
> which has 0.1 and 0.2.

Ah, now i understand. Sorry.

> These also now work fine, it seems my change was needed.
> 
> Locally run the projectInfo plugin ....
> 
> changes.html and changes.rss work fine
> changes_current.html and changes_current.rss work fine
> changes_0.2.html and changes_0.2.rss work fine
> changes_0.1.html and changes_0.1.rss work fine
> 
> Please test again.

This all seems to work as advertised. People just
need to use the correct URIs.

> Note that I don't think we have it set up this way on the published website 
> as only changes.* is a valid URI , I get 404 errors for all variations of 
> changes_*.*

Correct. See site-author/content/xdocs/site.xml

I sometimes wonder if we should have specific changes_*
for each set of past docs, but it has not bothered me enough.

-David