Doesn't this break navigation from local stages and from http://svn.apache.org/repos/asf/james/site/trunk/www/index.html ?
Is this something broken by the newest site plugin or is there any other explaination for this change? Stefano 2009/9/1 <[email protected]>: > Author: rdonkin > Date: Tue Sep 1 13:59:53 2009 > New Revision: 810059 > > URL: http://svn.apache.org/viewvc?rev=810059&view=rev > Log: > Use absolute URLs > > Modified: > james/project/trunk/project/src/site/site.xml > > Modified: james/project/trunk/project/src/site/site.xml > URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=810059&r1=810058&r2=810059&view=diff > ============================================================================== > --- james/project/trunk/project/src/site/site.xml (original) > +++ james/project/trunk/project/src/site/site.xml Tue Sep 1 13:59:53 2009 > @@ -39,33 +39,33 @@ > > <body> > <links> > - <item name="JAMES Project" href="/index.html" /> > - <item name="IMAP" href="/imap/index.html" /> > - <item name="JSieve" href="/jsieve/index.html" /> > - <item name="jSPF" href="/jspf/index.html" /> > - <item name="Mime4J" href="/mime4j/index.html" /> > - <item name="Mailets" href="/mailet/index.html" /> > - <item name="MPT" href="/mpt/index.html" /> > - <item name="Server" href="/server/index.html" /> > - <item name="Postage" href="/postage/index.html" /> > + <item name="JAMES Project" href="http://james.apache.org/index.html" /> > + <item name="IMAP" href="http://james.apache.org/imap/index.html" /> > + <item name="JSieve" href="http://james.apache.org/jsieve/index.html" /> > + <item name="jSPF" href="http://james.apache.org/jspf/index.html" /> > + <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" /> > + <item name="Mailets" href=" http://james.apache.org/mailet/index.html" /> > + <item name="MPT" href="http://james.apache.org/mpt/index.html" /> > + <item name="Server" href="http://james.apache.org/server/index.html" /> > + <item name="Postage" href=" http://james.apache.org/postage/index.html" /> > </links> > > <menu name="Download" inherit="bottom"> > <item name='License' href=' http://www.apache.org/licenses/LICENSE-2.0.txt'/> > - <item name="Releases" href="/download.cgi"/> > + <item name="Releases" href="http://james.apache.org/download.cgi"/> > <item name="Nightly builds" href=" http://people.apache.org/builds/james/nightly/"/> > <item name='Latest (Continuous)' href=' http://hudson.zones.apache.org/hudson/view/James/'/> > </menu> > > <menu name="About James " inherit='bottom'> > - <item name="Overview" href="/index.html" /> > - <item name="News" href="/newsarchive.html" /> > - <item name="Mailing Lists" href="/mail.html" /> > - <item name="Contributing" href="/contribute.html" /> > - <item name="Project Guidelines" href="/guidelines.html" /> > + <item name="Overview" href="http://james.apache.org/index.html" /> > + <item name="News" href="http://james.apache.org/newsarchive.html" /> > + <item name="Mailing Lists" href="http://james.apache.org/mail.html" /> > + <item name="Contributing" href=" http://james.apache.org/contribute.html" /> > + <item name="Project Guidelines" href=" http://james.apache.org/guidelines.html" /> > <item name="Wiki" href="http://wiki.apache.org/james" /> > - <item name="Who We Are" href="/weare.html" /> > - <item name="License" href="/license.html" /> > + <item name="Who We Are" href="http://james.apache.org/weare.html" /> > + <item name="License" href="http://james.apache.org/license.html" /> > </menu> > > <menu name="Apache Software Foundation" inherit="bottom"> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
