On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >> > I don't want either, but ATM Ivy site is not integrated to
> >incubator
> >> > site, and Ivy is reachable at incubator.apache.org/ivy/. So why not
> >> > take the same approach here?
> >>
> >> We can do that as a first step and think about an integrated solution
> >> later.  If you check in your site into svn somewhere under
> >ant/ivy any
> >> person with an Unix account in the Ant group can check it out to
> >> people.apache.org and the site would go live.
> >
> >
> >We used to have our site in svn, but now we generate it and
> >publish it using
> >ssh. We have a build.xml for that, so we only need to change
> >the destination
> >location in the build.xml and publish the site, this should be
> >pretty easy.
> >
> >One question: How do we handle relocation for people having
> >bookmarked pages
> >@ incubator.apache.org/ivy/?
>
>
> Not sure if this is possible.
> But maybe Apache httpd URL-rewrite could help...


Indeed, it seems to be possible. Here's what wicket guys use:
.htaccess
-------------------------------------------------------------------------------
RewriteEngine on

RewriteRule ^(.*)$ http://wicket.apache.org/$1 [R,L]
-------------------------------------------------------------------------------
Pretty easy to adapt to our needs :-)

So I will move Ivy site if nobody objects.

Xavier


Jan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://incubator.apache.org/ivy/
http://www.xoocode.org/

Reply via email to