You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2013/03/06 17:30:31 UTC

[SITE] more broken links - menu items in LHS for proper components

There are yet more broken links on the commons site for all components.

Most of the stuff below "Project Reports" is broken; the only links
that aren't are the external ones, i.e. those that don't point to
commons.apache.org.

This is presumably because the components are now under proper/ rather
than at the top level.

Now the dormant and sandbox sites look OK.
This is because their POMs have URLs of the form:

<url>http://commons.apache.org/sandbox/flatfile/</url>
and
 <url>http://commons.apache.org/dormant/cache/</url>

So we presumably need to update all the proper pom.xml with URLs of the form

 <url>http://commons.apache.org/proper/xyz/</url>

Note: there's another issue here, which is that the Sandbox and
Dormant <url> entries are wrong, because the directories have been
renamed to add a commons- prefix.

So:
do we have to fix all the dormant and sandbox poms as well?
Or should the directories lose their commons-prefix?

Whatever happens we'll need to fix the proper POMS to add the /proper/
path element to the <url>.

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


Re: [SITE] more broken links - menu items in LHS for proper components

Posted by sebb <se...@gmail.com>.
On 6 March 2013 16:30, sebb <se...@gmail.com> wrote:
> There are yet more broken links on the commons site for all components.
>
> Most of the stuff below "Project Reports" is broken; the only links
> that aren't are the external ones, i.e. those that don't point to
> commons.apache.org.
>
> This is presumably because the components are now under proper/ rather
> than at the top level.
>
> Now the dormant and sandbox sites look OK.
> This is because their POMs have URLs of the form:
>
> <url>http://commons.apache.org/sandbox/flatfile/</url>
> and
>  <url>http://commons.apache.org/dormant/cache/</url>
>
> So we presumably need to update all the proper pom.xml with URLs of the form
>
>  <url>http://commons.apache.org/proper/xyz/</url>
>
> Note: there's another issue here, which is that the Sandbox and
> Dormant <url> entries are wrong, because the directories have been
> renamed to add a commons- prefix.

Actually, just found out that the dormant sites don't have the commons- prefix.

I suspect the prefix should be dropped for sandbox and proper too.

> So:
> do we have to fix all the dormant and sandbox poms as well?
> Or should the directories lose their commons-prefix?
>
> Whatever happens we'll need to fix the proper POMS to add the /proper/
> path element to the <url>.

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


Re: [SITE] more broken links - menu items in LHS for proper components

Posted by Olivier Lamy <ol...@apache.org>.
2013/3/6 sebb <se...@gmail.com>:
> There are yet more broken links on the commons site for all components.
>
> Most of the stuff below "Project Reports" is broken; the only links
> that aren't are the external ones, i.e. those that don't point to
> commons.apache.org.
>
> This is presumably because the components are now under proper/ rather
> than at the top level.
>
> Now the dormant and sandbox sites look OK.
> This is because their POMs have URLs of the form:
>
> <url>http://commons.apache.org/sandbox/flatfile/</url>
> and
>  <url>http://commons.apache.org/dormant/cache/</url>
>
> So we presumably need to update all the proper pom.xml with URLs of the form
>
>  <url>http://commons.apache.org/proper/xyz/</url>
>
> Note: there's another issue here, which is that the Sandbox and
> Dormant <url> entries are wrong, because the directories have been
> renamed to add a commons- prefix.
>
> So:
> do we have to fix all the dormant and sandbox poms as well?
I agree we must use similar pattern.
> Or should the directories lose their commons-prefix?
Will need a new parent release.
And take care of
http://svn.apache.org/repos/asf/commons/cms-site/trunk/content/resources/.htaccess

>
> Whatever happens we'll need to fix the proper POMS to add the /proper/
> path element to the <url>.
+1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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