Hi All,
I'm going to take a look at re-organising the website structure a bit better
- and also to fix those things not working.
As a good start that will make the site 80% more useful right now can
someone make the following change and re-publish?
In /src/site/pom.xml :
Change:
<menu name="Modules">
<item name="RAT Core" href="apache-rat-core/index.html"/>
<item name="RAT ANT Tasks" href="apache-rat-tasks/index.html"/>
<item name="RAT Maven Plugin" href="apache-rat-plugin/index.html"/>
</menu>
To:
<menu name="Modules">
<item name="RAT Core" href="/apache-rat-core/index.html"/>
<item name="RAT ANT Tasks" href="/apache-rat-tasks/index.html"/>
<item name="RAT Maven Plugin" href="/apache-rat-plugin/index.html"/>
</menu>
That would be a good start, such a simple fix for a great gain.
Or, so you really want a svn diff patch for those forward slashes :)
Cheers
Gav...