You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/09/01 15:59:54 UTC

svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

Posted by Stefano Bagnara <io...@bago.org>.
2009/9/2 Robert Burrell Donkin
> On Wed, Sep 2, 2009 at 10:00 AM, Robert Burrell
> Donkin<ro...@gmail.com> wrote:
> > On Wed, Sep 2, 2009 at 9:37 AM, Robert Burrell
> > Donkin<ro...@gmail.com> wrote:
> >> On Tue, Sep 1, 2009 at 3:13 PM, Stefano Bagnara<ap...@bago.org> wrote:
> >>> Doesn't this break navigation from local stages and from
> >>> http://svn.apache.org/repos/asf/james/site/trunk/www/index.html ?
> >>
> >> yes
> >>
> >>> Is this something broken by the newest site plugin or is there any other
> >>> explaination for this change?
> >>
> >> the site plugin specified in the apache release pom missed up the top link urls
> >>
> >> i wanted to be able to announce the 2.3.2 release and a stuffed up
> >> site was holding this up. i'll take a look and see whether i can find
> >> a better solution...
> >
> > upgrading to 2.0.1 doesn't work either: the URLs are screwed for the
> > images as well. the website's pretty stuffed ATM.
>
> it's the staging that's broken for me. upgrading to 2.0.1 generates
> fine for the local target but stuffs up the relative URL rewriting for
> staging in a local directory :-/

ok, now I remember. I had the same issue and I always did manual
copies for each subproject.

> i think that the breadcrumbs at the top of the page are better as
> absolute URLs but i'll switch the relative URLs back and go back to
> using manual copying (rather than staging) unless anyone has any ideas
> how to fix this issue...

I think that until we'll remove the www folder in svn we should better
make sure that the www folder is browsable so to check it before
deploying, otherwise svn/site/www will loose all of its uses.

FWIW I'm fine with removing svn/site/www and starting deploying to www
directly with maven.

I don't remember much about my site plugin investigations but I argued
with it for a while. I have this list of unresolved bugs in my watches
(3 of them reported by me), I just checked they are still unresolved.
Not sure what is the one you are hitting now, but maybe it worth
updating the issue with a comment (unlikely, but someone may notice
it).

Absolute URI rendered as relative URI if absolute URI related to
domain of POM URI
http://jira.codehaus.org/browse/MSITE-159

Site generation broken with multi-module property inheritence
http://jira.codehaus.org/browse/MSITE-307

Maven skin / version as plugin parameters
http://jira.codehaus.org/browse/MSITE-234

Try and unable to resolve
org.apache.maven.skins:maven-default-skin:jar:RELEASE when another
skin is specified
http://jira.codehaus.org/browse/MSITE-228

Deployed site xml does not preserve license header (and much more)
http://jira.codehaus.org/browse/MRELEASE-289

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Wed, Sep 2, 2009 at 10:00 AM, Robert Burrell
Donkin<ro...@gmail.com> wrote:
> On Wed, Sep 2, 2009 at 9:37 AM, Robert Burrell
> Donkin<ro...@gmail.com> wrote:
>> On Tue, Sep 1, 2009 at 3:13 PM, Stefano Bagnara<ap...@bago.org> wrote:
>>> Doesn't this break navigation from local stages and from
>>> http://svn.apache.org/repos/asf/james/site/trunk/www/index.html ?
>>
>> yes
>>
>>> Is this something broken by the newest site plugin or is there any other
>>> explaination for this change?
>>
>> the site plugin specified in the apache release pom missed up the top link urls
>>
>> i wanted to be able to announce the 2.3.2 release and a stuffed up
>> site was holding this up. i'll take a look and see whether i can find
>> a better solution...
>
> upgrading to 2.0.1 doesn't work either: the URLs are screwed for the
> images as well. the website's pretty stuffed ATM.

it's the staging that's broken for me. upgrading to 2.0.1 generates
fine for the local target but stuffs up the relative URL rewriting for
staging in a local directory :-/

i think that the breadcrumbs at the top of the page are better as
absolute URLs but i'll switch the relative URLs back and go back to
using manual copying (rather than staging) unless anyone has any ideas
how to fix this issue...

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Wed, Sep 2, 2009 at 9:37 AM, Robert Burrell
Donkin<ro...@gmail.com> wrote:
> On Tue, Sep 1, 2009 at 3:13 PM, Stefano Bagnara<ap...@bago.org> wrote:
>> Doesn't this break navigation from local stages and from
>> http://svn.apache.org/repos/asf/james/site/trunk/www/index.html ?
>
> yes
>
>> Is this something broken by the newest site plugin or is there any other
>> explaination for this change?
>
> the site plugin specified in the apache release pom missed up the top link urls
>
> i wanted to be able to announce the 2.3.2 release and a stuffed up
> site was holding this up. i'll take a look and see whether i can find
> a better solution...

upgrading to 2.0.1 doesn't work either: the URLs are screwed for the
images as well. the website's pretty stuffed ATM.

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Tue, Sep 1, 2009 at 3:13 PM, Stefano Bagnara<ap...@bago.org> wrote:
> Doesn't this break navigation from local stages and from
> http://svn.apache.org/repos/asf/james/site/trunk/www/index.html ?

yes

> Is this something broken by the newest site plugin or is there any other
> explaination for this change?

the site plugin specified in the apache release pom missed up the top link urls

i wanted to be able to announce the 2.3.2 release and a stuffed up
site was holding this up. i'll take a look and see whether i can find
a better solution...

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r810059 - /james/project/trunk/project/src/site/site.xml

Posted by Stefano Bagnara <ap...@bago.org>.
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  <rd...@apache.org>:
> 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: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>