You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Niall Pemberton <ni...@blueyonder.co.uk> on 2004/06/12 18:27:06 UTC

How To Refresh Strust Web Site

I just committed a small change to the Validator User Guide - whats the process to refresh the Struts Web site so that it shows the latest version of the docs?

I saw this is the apache guide, but didn't make much sense to me.

http://www.apache.org/dev/committers.html#web

Niall

Re: How To Refresh Strust Web Site

Posted by Martin Cooper <mf...@gmail.com>.
The method I use, which I believe is also what Craig uses, is to build
and test the documentation war locally, upload it to www.a.o using
scp, log on to www, and then explode it in place on the Jakarta web
site using unzip. You'll need to make sure your umask is set properly
(002), so that others can modify the files later.

--
Martin Cooper


On Sat, 12 Jun 2004 17:27:06 +0100, Niall Pemberton
<ni...@blueyonder.co.uk> wrote:
> 
> I just committed a small change to the Validator User Guide - whats the process to refresh the Struts Web site so that it shows the latest version of the docs?
> 
> I saw this is the apache guide, but didn't make much sense to me.
> 
> http://www.apache.org/dev/committers.html#web
> 
> Niall

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


Re: How To Refresh Strust Web Site

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
Thanks for the info...again.

Niall
----- Original Message ----- 
From: "Steve Raeburn" <sr...@apache.org>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Sunday, June 13, 2004 2:48 AM
Subject: RE: How To Refresh Strust Web Site


> We don't keep the generated HTML files under CVS, so that doesn't apply.
> 
> Basically, you need to generate the site locally, then upload it to
> /www/jakarta.apache.org/struts on cvs.apache.org. (You should have
> access as you're a member of the Jakarta group). You can do that via a
> secure FTP client (I've used CuteFTP Pro which has SSH2 support) or
> using SCP.
> 
> If you upload new pages, make sure to set the Group access to +R+W
> 
> I know others have used a command line approach - tar, scp, untar etc. I
> prefer the easy GUI approach ;-)
> 
> We ought to look at moving the site files to the struts.apache.org
> directory and redirecting the old Jakarta site. Does anyone know if it's
> just a matter of changing the .htaccess files? I guess we'd have to
> create an new one under /www/jakarta.apache.org/struts to point to the
> strust directory.
> 
> 
> Steve
> 
> > -----Original Message-----
> > From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
> > Sent: June 12, 2004 9:27 AM
> > To: Struts Developers List
> > Subject: How To Refresh Strust Web Site
> >
> >
> > I just committed a small change to the Validator User Guide -
> > whats the process to refresh the Struts Web site so that it
> > shows the latest version of the docs?
> >
> > I saw this is the apache guide, but didn't make much sense to me.
> >
> > http://www.apache.org/dev/committers.html#web
> >
> > Niall
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
> 

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


Re: s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by James Mitchell <jm...@apache.org>.
+1 for moving before reorging


Is "reorging" even a word?  ;)



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message -----
From: "Ted Husted" <hu...@apache.org>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Wednesday, June 23, 2004 7:42 AM
Subject: Re: s.a.o Repository (was Re: How To Refresh Strust Web site)


OK, which of the existing Committers are volunteering to do the
reorganization under CVS?

I am volunteering to do it under Subversion.

Subversion is meant as a replacement for CVS, and the learning curve is
practically nill, especially for everyday commits and updates. It does offer
features like directory moves and file renames that will be very useful in a
reorganization. If we are going to move Subversion, and it seems obvious
that at some point we will, there might be no better time.

-Ted.

On Tue, 22 Jun 2004 22:24:26 -0700 (PDT), Martin Cooper wrote:
>
>
> On Mon, 21 Jun 2004, Ted Husted wrote:
>
>
>> I'd be very much in favor of moving to Subversion at any time and
>> then doing the reorganization.
>>
>
> I'd be OK with moving to SVN at some point, but I don't feel a need
> to do so before moving or reorganising the site. In particular, the
> latter can be done without acquiring a new skill set, which means
> by any existing committer. ;-)
>
>> Like some others here, I'm using Subversion at my day job. It's
>> been working like a charm for us. I think infrastructure would
>> also like to see more Apache projects under Subversion, since it
>> relieves some of the administration burdens.
>>
>
> I like the idea of moving to SVN. Unfortunately, as I'm sure is
> fairly obvious, I've had very little time to spend on Apache
> projects recently, and certainly none to spend on learning a new
> SCM system. ;-(
>
> --
> Martin Cooper
>
>
>> -Ted.
>>
>>
>> On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
>>
>>> On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
>>> <sr...@apache.org> wrote:
>>>
>>>>
>>>> We don't keep the generated HTML files under CVS, so that
>>>> doesn't apply.
>>>>
>>>>
>>>> Basically, you need to generate the site locally, then upload
>>>> it to /www/jakarta.apache.org/struts on cvs.apache.org. (You
>>>> should have access as you're a member of the Jakarta group).
>>>> You can do that via a secure FTP client (I've used CuteFTP
>>>> Pro which has SSH2 support) or using SCP.
>>>>
>>>> If you upload new pages, make sure to set the Group access to
>>>> +R+W
>>>>
>>>>
>>>> I know others have used a command line approach - tar, scp,
>>>> untar etc. I prefer the easy GUI approach ;-)
>>>>
>>>> We ought to look at moving the site files to the
>>>> struts.apache.org directory and redirecting the old Jakarta
>>>> site. Does anyone know if it's just a matter of changing the
>>>> .htaccess files? I guess we'd have to create an new one under
>>>> /www/jakarta.apache.org/struts to point to the strust
>>>> directory.
>>>>
>>>
>>> The reason we haven't moved the site yet is because Ted had
>>> wanted to do some reorganising first. However, it's been a
>>> while, so at this point we might want to go ahead and do the
>>> move, and do any restructuring afterwards.
>>>
>>> The main issue with leaving the site where it is now is that
>>> the mbox archives for the mailing lists are not accessible,
>>> because of the redirect. Obviously, it would be better, too, to
>>> have the site under our new domain. ;-)
>>>
>>> As I understsand it, the move involves cloning the site into
>>> the struts.a.o location, removing the redirect from s.a.o to
>>> j.a.o/s, and adding a redirect from j.a.o/s to s.a.o. I'm not
>>> sure if there's anything else, but I don't think so.
>>>
>>> --
>>> Martin Cooper
>>>
>>>>
>>>> Steve
>>>>
>>>>
>>>>> -----Original Message-----
>>>>> From: Niall Pemberton
>>>>> [mailto:niall.pemberton@blueyonder.co.uk] Sent: June 12,
>>>>> 2004 9:27 AM To: Struts Developers List Subject: How To
>>>>> Refresh Strust Web Site
>>>>>
>>>>>
>>>>> I just committed a small change to the Validator User Guide
>>>>> - whats the process to refresh the Struts Web site so that
>>>>> it shows the latest version of the docs?
>>>>>
>>>>> I saw this is the apache guide, but didn't make much sense
>>>>> to me.
>>>>>
>>>>>
>>>>> http://www.apache.org/dev/committers.html#web
>>>>>
>>>>>
>>>>> Niall


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





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


Re: s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by Ted Husted <hu...@apache.org>.
OK, which of the existing Committers are volunteering to do the reorganization under CVS?

I am volunteering to do it under Subversion.

Subversion is meant as a replacement for CVS, and the learning curve is practically nill, especially for everyday commits and updates. It does offer features like directory moves and file renames that will be very useful in a reorganization. If we are going to move Subversion, and it seems obvious that at some point we will, there might be no better time. 

-Ted.

On Tue, 22 Jun 2004 22:24:26 -0700 (PDT), Martin Cooper wrote:
>
>
> On Mon, 21 Jun 2004, Ted Husted wrote:
>
>
>> I'd be very much in favor of moving to Subversion at any time and
>> then doing the reorganization.
>>
>
> I'd be OK with moving to SVN at some point, but I don't feel a need
> to do so before moving or reorganising the site. In particular, the
> latter can be done without acquiring a new skill set, which means
> by any existing committer. ;-)
>
>> Like some others here, I'm using Subversion at my day job. It's
>> been working like a charm for us. I think infrastructure would
>> also like to see more Apache projects under Subversion, since it
>> relieves some of the administration burdens.
>>
>
> I like the idea of moving to SVN. Unfortunately, as I'm sure is
> fairly obvious, I've had very little time to spend on Apache
> projects recently, and certainly none to spend on learning a new
> SCM system. ;-(
>
> --
> Martin Cooper
>
>
>> -Ted.
>>
>>
>> On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
>>
>>> On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
>>> <sr...@apache.org> wrote:
>>>
>>>>
>>>> We don't keep the generated HTML files under CVS, so that
>>>> doesn't apply.
>>>>
>>>>
>>>> Basically, you need to generate the site locally, then upload
>>>> it to /www/jakarta.apache.org/struts on cvs.apache.org. (You
>>>> should have access as you're a member of the Jakarta group).
>>>> You can do that via a secure FTP client (I've used CuteFTP
>>>> Pro which has SSH2 support) or using SCP.
>>>>
>>>> If you upload new pages, make sure to set the Group access to
>>>> +R+W
>>>>
>>>>
>>>> I know others have used a command line approach - tar, scp,
>>>> untar etc. I prefer the easy GUI approach ;-)
>>>>
>>>> We ought to look at moving the site files to the
>>>> struts.apache.org directory and redirecting the old Jakarta
>>>> site. Does anyone know if it's just a matter of changing the
>>>> .htaccess files? I guess we'd have to create an new one under
>>>> /www/jakarta.apache.org/struts to point to the strust
>>>> directory.
>>>>
>>>
>>> The reason we haven't moved the site yet is because Ted had
>>> wanted to do some reorganising first. However, it's been a
>>> while, so at this point we might want to go ahead and do the
>>> move, and do any restructuring afterwards.
>>>
>>> The main issue with leaving the site where it is now is that
>>> the mbox archives for the mailing lists are not accessible,
>>> because of the redirect. Obviously, it would be better, too, to
>>> have the site under our new domain. ;-)
>>>
>>> As I understsand it, the move involves cloning the site into
>>> the struts.a.o location, removing the redirect from s.a.o to
>>> j.a.o/s, and adding a redirect from j.a.o/s to s.a.o. I'm not
>>> sure if there's anything else, but I don't think so.
>>>
>>> --
>>> Martin Cooper
>>>
>>>>
>>>> Steve
>>>>
>>>>
>>>>> -----Original Message-----
>>>>> From: Niall Pemberton
>>>>> [mailto:niall.pemberton@blueyonder.co.uk] Sent: June 12,
>>>>> 2004 9:27 AM To: Struts Developers List Subject: How To
>>>>> Refresh Strust Web Site
>>>>>
>>>>>
>>>>> I just committed a small change to the Validator User Guide
>>>>> - whats the process to refresh the Struts Web site so that
>>>>> it shows the latest version of the docs?
>>>>>
>>>>> I saw this is the apache guide, but didn't make much sense
>>>>> to me.
>>>>>
>>>>>
>>>>> http://www.apache.org/dev/committers.html#web
>>>>>
>>>>>
>>>>> Niall


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


Re: s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by Martin Cooper <ma...@apache.org>.

On Mon, 21 Jun 2004, Ted Husted wrote:

> I'd be very much in favor of moving to Subversion at any time and then doing the reorganization.

I'd be OK with moving to SVN at some point, but I don't feel a need to do 
so before moving or reorganising the site. In particular, the latter can 
be done without acquiring a new skill set, which means by any existing 
committer. ;-)

> Like some others here, I'm using Subversion at my day job. It's been working like a charm for us. I think infrastructure would also like to see more Apache projects under Subversion, since it relieves some of the administration burdens.

I like the idea of moving to SVN. Unfortunately, as I'm sure is fairly 
obvious, I've had very little time to spend on Apache projects recently, 
and certainly none to spend on learning a new SCM system. ;-(

--
Martin Cooper


> -Ted.
>
>
> On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
>> On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
>> <sr...@apache.org> wrote:
>>
>>>
>>> We don't keep the generated HTML files under CVS, so that doesn't
>>> apply.
>>>
>>>
>>> Basically, you need to generate the site locally, then upload it
>>> to /www/jakarta.apache.org/struts on cvs.apache.org. (You should
>>> have access as you're a member of the Jakarta group). You can do
>>> that via a secure FTP client (I've used CuteFTP Pro which has
>>> SSH2 support) or using SCP.
>>>
>>> If you upload new pages, make sure to set the Group access to +R+W
>>>
>>>
>>> I know others have used a command line approach - tar, scp, untar
>>> etc. I prefer the easy GUI approach ;-)
>>>
>>> We ought to look at moving the site files to the
>>> struts.apache.org directory and redirecting the old Jakarta site.
>>> Does anyone know if it's just a matter of changing the .htaccess
>>> files? I guess we'd have to create an new one under
>>> /www/jakarta.apache.org/struts to point to the strust directory.
>>>
>>
>> The reason we haven't moved the site yet is because Ted had wanted
>> to do some reorganising first. However, it's been a while, so at
>> this point we might want to go ahead and do the move, and do any
>> restructuring afterwards.
>>
>> The main issue with leaving the site where it is now is that the
>> mbox archives for the mailing lists are not accessible, because of
>> the redirect. Obviously, it would be better, too, to have the site
>> under our new domain. ;-)
>>
>> As I understsand it, the move involves cloning the site into the
>> struts.a.o location, removing the redirect from s.a.o to j.a.o/s,
>> and adding a redirect from j.a.o/s to s.a.o. I'm not sure if
>> there's anything else, but I don't think so.
>>
>> --
>> Martin Cooper
>>
>>>
>>> Steve
>>>
>>>
>>>> -----Original Message-----
>>>> From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
>>>> Sent: June 12, 2004 9:27 AM To: Struts Developers List Subject:
>>>> How To Refresh Strust Web Site
>>>>
>>>>
>>>> I just committed a small change to the Validator User Guide -
>>>> whats the process to refresh the Struts Web site so that it
>>>> shows the latest version of the docs?
>>>>
>>>> I saw this is the apache guide, but didn't make much sense to
>>>> me.
>>>>
>>>>
>>>> http://www.apache.org/dev/committers.html#web
>>>>
>>>>
>>>> Niall
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

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


RE: s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by Steve Raeburn <sr...@apache.org>.
I don't feel any need to change - CVS does everything I need for now -
but I'm not averse to Subversion, providing the Eclipse plug-in is as
good as the Eclipse CVS integration. I've heard it is pretty good, but
if anyone knows for sure, please share your experience.

A firm +0, then ;-)

Steve

> -----Original Message-----
> From: Ted Husted [mailto:husted@apache.org]
> Sent: June 21, 2004 7:55 PM
> To: Struts Developers List
> Subject: s.a.o Repository (was Re: How To Refresh Strust Web site)
>
>
> I'd be very much in favor of moving to Subversion at any time
> and then doing the reorganization.
>
> Like some others here, I'm using Subversion at my day job.
> It's been working like a charm for us. I think infrastructure
> would also like to see more Apache projects under Subversion,
> since it relieves some of the administration burdens.
>
> -Ted.
>
>
> On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
> > On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
> > <sr...@apache.org> wrote:
> >
> >>
> >> We don't keep the generated HTML files under CVS, so that doesn't
> >> apply.
> >>
> >>
> >> Basically, you need to generate the site locally, then upload it
> >> to /www/jakarta.apache.org/struts on cvs.apache.org. (You should
> >> have access as you're a member of the Jakarta group). You can do
> >> that via a secure FTP client (I've used CuteFTP Pro which has
> >> SSH2 support) or using SCP.
> >>
> >> If you upload new pages, make sure to set the Group access to +R+W
> >>
> >>
> >> I know others have used a command line approach - tar, scp, untar
> >> etc. I prefer the easy GUI approach ;-)
> >>
> >> We ought to look at moving the site files to the
> >> struts.apache.org directory and redirecting the old Jakarta site.
> >> Does anyone know if it's just a matter of changing the .htaccess
> >> files? I guess we'd have to create an new one under
> >> /www/jakarta.apache.org/struts to point to the strust directory.
> >>
> >
> > The reason we haven't moved the site yet is because Ted had wanted
> > to do some reorganising first. However, it's been a while, so at
> > this point we might want to go ahead and do the move, and do any
> > restructuring afterwards.
> >
> > The main issue with leaving the site where it is now is that the
> > mbox archives for the mailing lists are not accessible, because of
> > the redirect. Obviously, it would be better, too, to have the site
> > under our new domain. ;-)
> >
> > As I understsand it, the move involves cloning the site into the
> > struts.a.o location, removing the redirect from s.a.o to j.a.o/s,
> > and adding a redirect from j.a.o/s to s.a.o. I'm not sure if
> > there's anything else, but I don't think so.
> >
> > --
> > Martin Cooper
> >
> >>
> >> Steve
> >>
> >>
> >>> -----Original Message-----
> >>> From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
> >>> Sent: June 12, 2004 9:27 AM To: Struts Developers List Subject:
> >>> How To Refresh Strust Web Site
> >>>
> >>>
> >>> I just committed a small change to the Validator User Guide -
> >>> whats the process to refresh the Struts Web site so that it
> >>> shows the latest version of the docs?
> >>>
> >>> I saw this is the apache guide, but didn't make much sense to
> >>> me.
> >>>
> >>>
> >>> http://www.apache.org/dev/committers.html#web
> >>>
> >>>
> >>> Niall
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



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


RE: s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by James Holmes <ja...@jamesholmes.com>.
+1 for subversion

-----Original Message-----
From: Ted Husted [mailto:husted@apache.org] 
Sent: Monday, June 21, 2004 9:55 PM
To: Struts Developers List
Subject: s.a.o Repository (was Re: How To Refresh Strust Web site)

I'd be very much in favor of moving to Subversion at any time and then doing
the reorganization. 

Like some others here, I'm using Subversion at my day job. It's been working
like a charm for us. I think infrastructure would also like to see more
Apache projects under Subversion, since it relieves some of the
administration burdens. 

-Ted.


On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
> On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
> <sr...@apache.org> wrote:
>
>>
>> We don't keep the generated HTML files under CVS, so that doesn't
>> apply.
>>
>>
>> Basically, you need to generate the site locally, then upload it
>> to /www/jakarta.apache.org/struts on cvs.apache.org. (You should
>> have access as you're a member of the Jakarta group). You can do
>> that via a secure FTP client (I've used CuteFTP Pro which has
>> SSH2 support) or using SCP.
>>
>> If you upload new pages, make sure to set the Group access to +R+W
>>
>>
>> I know others have used a command line approach - tar, scp, untar
>> etc. I prefer the easy GUI approach ;-)
>>
>> We ought to look at moving the site files to the
>> struts.apache.org directory and redirecting the old Jakarta site.
>> Does anyone know if it's just a matter of changing the .htaccess
>> files? I guess we'd have to create an new one under
>> /www/jakarta.apache.org/struts to point to the strust directory.
>>
>
> The reason we haven't moved the site yet is because Ted had wanted
> to do some reorganising first. However, it's been a while, so at
> this point we might want to go ahead and do the move, and do any
> restructuring afterwards.
>
> The main issue with leaving the site where it is now is that the
> mbox archives for the mailing lists are not accessible, because of
> the redirect. Obviously, it would be better, too, to have the site
> under our new domain. ;-)
>
> As I understsand it, the move involves cloning the site into the
> struts.a.o location, removing the redirect from s.a.o to j.a.o/s,
> and adding a redirect from j.a.o/s to s.a.o. I'm not sure if
> there's anything else, but I don't think so.
>
> --
> Martin Cooper
>
>>
>> Steve
>>
>>
>>> -----Original Message-----
>>> From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
>>> Sent: June 12, 2004 9:27 AM To: Struts Developers List Subject:
>>> How To Refresh Strust Web Site
>>>
>>>
>>> I just committed a small change to the Validator User Guide -
>>> whats the process to refresh the Struts Web site so that it
>>> shows the latest version of the docs?
>>>
>>> I saw this is the apache guide, but didn't make much sense to
>>> me.
>>>
>>>
>>> http://www.apache.org/dev/committers.html#web
>>>
>>>
>>> Niall



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


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


s.a.o Repository (was Re: How To Refresh Strust Web site)

Posted by Ted Husted <hu...@apache.org>.
I'd be very much in favor of moving to Subversion at any time and then doing the reorganization. 

Like some others here, I'm using Subversion at my day job. It's been working like a charm for us. I think infrastructure would also like to see more Apache projects under Subversion, since it relieves some of the administration burdens. 

-Ted.


On Sat, 12 Jun 2004 21:45:12 -0700, Martin Cooper wrote:
> On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn
> <sr...@apache.org> wrote:
>
>>
>> We don't keep the generated HTML files under CVS, so that doesn't
>> apply.
>>
>>
>> Basically, you need to generate the site locally, then upload it
>> to /www/jakarta.apache.org/struts on cvs.apache.org. (You should
>> have access as you're a member of the Jakarta group). You can do
>> that via a secure FTP client (I've used CuteFTP Pro which has
>> SSH2 support) or using SCP.
>>
>> If you upload new pages, make sure to set the Group access to +R+W
>>
>>
>> I know others have used a command line approach - tar, scp, untar
>> etc. I prefer the easy GUI approach ;-)
>>
>> We ought to look at moving the site files to the
>> struts.apache.org directory and redirecting the old Jakarta site.
>> Does anyone know if it's just a matter of changing the .htaccess
>> files? I guess we'd have to create an new one under
>> /www/jakarta.apache.org/struts to point to the strust directory.
>>
>
> The reason we haven't moved the site yet is because Ted had wanted
> to do some reorganising first. However, it's been a while, so at
> this point we might want to go ahead and do the move, and do any
> restructuring afterwards.
>
> The main issue with leaving the site where it is now is that the
> mbox archives for the mailing lists are not accessible, because of
> the redirect. Obviously, it would be better, too, to have the site
> under our new domain. ;-)
>
> As I understsand it, the move involves cloning the site into the
> struts.a.o location, removing the redirect from s.a.o to j.a.o/s,
> and adding a redirect from j.a.o/s to s.a.o. I'm not sure if
> there's anything else, but I don't think so.
>
> --
> Martin Cooper
>
>>
>> Steve
>>
>>
>>> -----Original Message-----
>>> From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
>>> Sent: June 12, 2004 9:27 AM To: Struts Developers List Subject:
>>> How To Refresh Strust Web Site
>>>
>>>
>>> I just committed a small change to the Validator User Guide -
>>> whats the process to refresh the Struts Web site so that it
>>> shows the latest version of the docs?
>>>
>>> I saw this is the apache guide, but didn't make much sense to
>>> me.
>>>
>>>
>>> http://www.apache.org/dev/committers.html#web
>>>
>>>
>>> Niall



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


RE: How To Refresh Strust Web Site

Posted by Steve Raeburn <sr...@apache.org>.
I'm not sure that symbolic links would solve the problem, since it's not
the physical location of the files that matter, but the URL they're
served at.

Any request to http://jakarta.apache.org/struts/dtds would be redirected
to http://struts.apache.org/dtds

What I *think* we need is to redirect everything except /struts/dtds.
I'm no httpd expert, but I think something like a RedirectMatch
directive might do the trick. Another option might be an Alias, but I
have to check how that would interact with a Redirect.

I can try out a few combinations if no one has an easy solution.

Steve


FYI. Below is the current jakarta .htaccess file. I was just going to
add another Redirect (Redirect Permanent /struts
http://struts.apache.org) to this file. But now I think it will be a bit
more complicated. I don't think any of the other Redirects involved
dtds, or resources that had to stay at the original URL.

(Sorry if the wrapping messes this up a bit...)

RedirectMatch ^/bugs(.*)
http://jakarta.apache.org/site/bugs.html
RedirectMatch ^/credits/acknowledgements.html
http://jakarta.apache.org/site/acknowledgements.html
RedirectMatch ^/credits/whoweare.html
http://jakarta.apache.org/site/whoweare.html
RedirectMatch ^/downloads/binindex.html
http://jakarta.apache.org/site/binindex.cgi
RedirectMatch ^/downloads/sourceindex.html
http://jakarta.apache.org/site/sourceindex.cgi
RedirectMatch ^/site/binindex.html
http://jakarta.apache.org/site/binindex.cgi
RedirectMatch ^/site/sourceindex.html
http://jakarta.apache.org/site/sourceindex.cgi
RedirectMatch ^/faq/faqindex.html
http://jakarta.apache.org/site/faq.html
RedirectMatch ^/getinvolved/cvsindex.html
http://jakarta.apache.org/site/cvsindex.html
RedirectMatch ^/getinvolved/cvsonunix.html
http://jakarta.apache.org/site/cvsonunix.html
RedirectMatch ^/getinvolved/cvsonwin32.html
http://jakarta.apache.org/site/cvsonwin32.html
RedirectMatch ^/getinvolved/getinvolvedindex.html
http://jakarta.apache.org/site/getinvolved.html
RedirectMatch ^/getinvolved/library.html
http://jakarta.apache.org/site/library.html
RedirectMatch ^/getinvolved/mail.html
http://jakarta.apache.org/site/mail.html
RedirectMatch ^/getinvolved/dos_cvs.gif
http://jakarta.apache.org/images/dos_cvs.gif
RedirectMatch ^/getinvolved/mindterm_tunnel.gif
http://jakarta.apache.org/images/mindterm_tunnel.gif
RedirectMatch ^/getinvolved/scrt_ssh_adv_options.gif
http://jakarta.apache.org/images/scrt_ssh_adv_options.gif
RedirectMatch ^/getinvolved/scrt_ssh_session_prefs.gif
http://jakarta.apache.org/images/scrt_ssh_session_prefs.gif
RedirectMatch ^/getinvolved/wincvs_config.gif
http://jakarta.apache.org/images/wincvs_config.gif
RedirectMatch ^/guidelines/communication.html
http://jakarta.apache.org/site/communication.html
RedirectMatch ^/guidelines/decisions.html
http://jakarta.apache.org/site/decisions.html
RedirectMatch ^/guidelines(.*)
http://jakarta.apache.org/site/guidelines.html
RedirectMatch ^/guidelines/management.html
http://jakarta.apache.org/site/management.html
RedirectMatch ^/guidelines/source.html
http://jakarta.apache.org/site/source.html
RedirectMatch ^/mission(.*)
http://jakarta.apache.org/site/mission.html
RedirectMatch ^/news(.*)
http://jakarta.apache.org/site/news.html
RedirectMatch ^/logos(.*)
http://jakarta.apache.org/images/logos$1
RedirectMatch ^/legal.html
http://jakarta.apache.org/site/legal.html
RedirectMatch ^/contact.html
http://jakarta.apache.org/site/contact.html
RedirectMatch ^/torque(.*)
http://jakarta.apache.org/turbine/torque$1
#RedirectMatch ^/maven(.*)
http://jakarta.apache.org/turbine/maven$1

Redirect Permanent /ant http://ant.apache.org
Redirect Permanent /avalon http://avalon.apache.org
RedirectMatch Permanent /turbine/maven(.*) http://maven.apache.org$1

Redirect Permanent /gump http://gump.apache.org
Redirect Permanent /james http://james.apache.org

Redirect Permanent /log4j http://logging.apache.org/log4j

Redirect Permanent /pluto http://portals.apache.org/pluto
RedirectMatch Permanent /builds/jakarta-james/latest
http://cvs.apache.org/builds/james-server/test-build/
RedirectMatch Permanent /builds/jakarta-james/nightly
http://cvs.apache.org/builds/james-server/
RedirectMatch Permanent /builds/jakarta-james
http://www.apache.org/dist/jakarta/james

RedirectMatch Permanent ^/jetspeed(.*)
http://portals.apache.org/jetspeed-1


> -----Original Message-----
> From: Martin Cooper [mailto:martinc@apache.org]
> Sent: June 22, 2004 10:45 PM
> To: Struts Developers List
> Subject: RE: How To Refresh Strust Web Site
>
>
> I have my doubts that the redirect will work, but I really
> don't know for
> sure. However, there's another solution that will work. We can move
> everything to struts.a.o URLs, and then simply create
> symbolic links (ln
> -s) from the Jakarta URLs to the files in their new
> locations. I doubt the
> Jakarta folks would grudge us a few symbolic links. ;-)
>
> --
> Martin Cooper
>
>
> On Tue, 22 Jun 2004, Steve Raeburn wrote:
>
> > I haven't moved the site over yet to struts.apache.org,
> because I was
> > concerned about the URL of the DTDs being changed. Is
> anyone aware of
> > any problems with parsers in regard to this, or will the
> redirect work
> > just fine?
> >
> > I *hope* it won't be a problem because the problem with the
> DTD being
> > looked up online was fixed some time ago, but I though I'd
> better flag
> > it as a potential issue before making changes.
> >
> > If there's no noise to the contrary, I'll continue with the
> changeover
> > this week and try to test a couple of things before making
> any permanent
> > change.
> >
> > Steve
> >
> >
> >> -----Original Message-----
> >> From: Steve Raeburn [mailto:sraeburn@apache.org]
> >> Sent: June 13, 2004 11:08 PM
> >> To: Struts Developers List
> >> Subject: RE: How To Refresh Strust Web Site
> >>
> >>
> >>> The reason we haven't moved the site yet is because Ted had
> >> wanted to
> >>> do some reorganising first. However, it's been a while, so at this
> >>> point we might want to go ahead and do the move, and do any
> >>> restructuring afterwards.
> >>
> >> In think it's worth moving over now and worrying about the
> >> reorganization later.
> >> If there are no objections I can look at doing something this week.
> >>
> >>> The main issue with leaving the site where it is now is
> >> that the mbox
> >>> archives for the mailing lists are not accessible, because of the
> >>> redirect. Obviously, it would be better, too, to have the
> site under
> >>> our new domain. ;-)
> >>>
> >>> As I understsand it, the move involves cloning the site into the
> >>> struts.a.o location, removing the redirect from s.a.o to
> >> j.a.o/s, and
> >>> adding a redirect from j.a.o/s to s.a.o. I'm not sure if there's
> >>> anything else, but I don't think so.
> >>
> >> That's what I thought. Just wanted to check there was nothing
> >> that I was
> >> unaware of.
> >>
> >> Steve
> >>
> >>>
> >>> --
> >>> Martin Cooper
> >>
> >>
> >>
> >>
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> >> For additional commands, e-mail: dev-help@struts.apache.org
> >>
> >>
> >>
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



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


RE: How To Refresh Strust Web Site

Posted by Martin Cooper <ma...@apache.org>.
I have my doubts that the redirect will work, but I really don't know for 
sure. However, there's another solution that will work. We can move 
everything to struts.a.o URLs, and then simply create symbolic links (ln 
-s) from the Jakarta URLs to the files in their new locations. I doubt the 
Jakarta folks would grudge us a few symbolic links. ;-)

--
Martin Cooper


On Tue, 22 Jun 2004, Steve Raeburn wrote:

> I haven't moved the site over yet to struts.apache.org, because I was
> concerned about the URL of the DTDs being changed. Is anyone aware of
> any problems with parsers in regard to this, or will the redirect work
> just fine?
>
> I *hope* it won't be a problem because the problem with the DTD being
> looked up online was fixed some time ago, but I though I'd better flag
> it as a potential issue before making changes.
>
> If there's no noise to the contrary, I'll continue with the changeover
> this week and try to test a couple of things before making any permanent
> change.
>
> Steve
>
>
>> -----Original Message-----
>> From: Steve Raeburn [mailto:sraeburn@apache.org]
>> Sent: June 13, 2004 11:08 PM
>> To: Struts Developers List
>> Subject: RE: How To Refresh Strust Web Site
>>
>>
>>> The reason we haven't moved the site yet is because Ted had
>> wanted to
>>> do some reorganising first. However, it's been a while, so at this
>>> point we might want to go ahead and do the move, and do any
>>> restructuring afterwards.
>>
>> In think it's worth moving over now and worrying about the
>> reorganization later.
>> If there are no objections I can look at doing something this week.
>>
>>> The main issue with leaving the site where it is now is
>> that the mbox
>>> archives for the mailing lists are not accessible, because of the
>>> redirect. Obviously, it would be better, too, to have the site under
>>> our new domain. ;-)
>>>
>>> As I understsand it, the move involves cloning the site into the
>>> struts.a.o location, removing the redirect from s.a.o to
>> j.a.o/s, and
>>> adding a redirect from j.a.o/s to s.a.o. I'm not sure if there's
>>> anything else, but I don't think so.
>>
>> That's what I thought. Just wanted to check there was nothing
>> that I was
>> unaware of.
>>
>> Steve
>>
>>>
>>> --
>>> Martin Cooper
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

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


RE: How To Refresh Strust Web Site

Posted by Steve Raeburn <sr...@apache.org>.
I haven't moved the site over yet to struts.apache.org, because I was
concerned about the URL of the DTDs being changed. Is anyone aware of
any problems with parsers in regard to this, or will the redirect work
just fine?

I *hope* it won't be a problem because the problem with the DTD being
looked up online was fixed some time ago, but I though I'd better flag
it as a potential issue before making changes.

If there's no noise to the contrary, I'll continue with the changeover
this week and try to test a couple of things before making any permanent
change.

Steve


> -----Original Message-----
> From: Steve Raeburn [mailto:sraeburn@apache.org]
> Sent: June 13, 2004 11:08 PM
> To: Struts Developers List
> Subject: RE: How To Refresh Strust Web Site
>
>
> > The reason we haven't moved the site yet is because Ted had
> wanted to
> > do some reorganising first. However, it's been a while, so at this
> > point we might want to go ahead and do the move, and do any
> > restructuring afterwards.
>
> In think it's worth moving over now and worrying about the
> reorganization later.
> If there are no objections I can look at doing something this week.
>
> > The main issue with leaving the site where it is now is
> that the mbox
> > archives for the mailing lists are not accessible, because of the
> > redirect. Obviously, it would be better, too, to have the site under
> > our new domain. ;-)
> >
> > As I understsand it, the move involves cloning the site into the
> > struts.a.o location, removing the redirect from s.a.o to
> j.a.o/s, and
> > adding a redirect from j.a.o/s to s.a.o. I'm not sure if there's
> > anything else, but I don't think so.
>
> That's what I thought. Just wanted to check there was nothing
> that I was
> unaware of.
>
> Steve
>
> >
> > --
> > Martin Cooper
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



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


RE: How To Refresh Strust Web Site

Posted by Steve Raeburn <sr...@apache.org>.
> The reason we haven't moved the site yet is because Ted had wanted to
> do some reorganising first. However, it's been a while, so at this
> point we might want to go ahead and do the move, and do any
> restructuring afterwards.

In think it's worth moving over now and worrying about the
reorganization later.
If there are no objections I can look at doing something this week.

> The main issue with leaving the site where it is now is that the mbox
> archives for the mailing lists are not accessible, because of the
> redirect. Obviously, it would be better, too, to have the site under
> our new domain. ;-)
>
> As I understsand it, the move involves cloning the site into the
> struts.a.o location, removing the redirect from s.a.o to j.a.o/s, and
> adding a redirect from j.a.o/s to s.a.o. I'm not sure if there's
> anything else, but I don't think so.

That's what I thought. Just wanted to check there was nothing that I was
unaware of.

Steve

>
> --
> Martin Cooper



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


Re: How To Refresh Strust Web Site

Posted by Martin Cooper <mf...@gmail.com>.
On Sat, 12 Jun 2004 18:48:42 -0700, Steve Raeburn <sr...@apache.org> wrote:
> 
> We don't keep the generated HTML files under CVS, so that doesn't apply.
> 
> Basically, you need to generate the site locally, then upload it to
> /www/jakarta.apache.org/struts on cvs.apache.org. (You should have
> access as you're a member of the Jakarta group). You can do that via a
> secure FTP client (I've used CuteFTP Pro which has SSH2 support) or
> using SCP.
> 
> If you upload new pages, make sure to set the Group access to +R+W
> 
> I know others have used a command line approach - tar, scp, untar etc. I
> prefer the easy GUI approach ;-)
> 
> We ought to look at moving the site files to the struts.apache.org
> directory and redirecting the old Jakarta site. Does anyone know if it's
> just a matter of changing the .htaccess files? I guess we'd have to
> create an new one under /www/jakarta.apache.org/struts to point to the
> strust directory.

The reason we haven't moved the site yet is because Ted had wanted to
do some reorganising first. However, it's been a while, so at this
point we might want to go ahead and do the move, and do any
restructuring afterwards.

The main issue with leaving the site where it is now is that the mbox
archives for the mailing lists are not accessible, because of the
redirect. Obviously, it would be better, too, to have the site under
our new domain. ;-)

As I understsand it, the move involves cloning the site into the
struts.a.o location, removing the redirect from s.a.o to j.a.o/s, and
adding a redirect from j.a.o/s to s.a.o. I'm not sure if there's
anything else, but I don't think so.

--
Martin Cooper


> 
> Steve
> 
> 
> 
> > -----Original Message-----
> > From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
> > Sent: June 12, 2004 9:27 AM
> > To: Struts Developers List
> > Subject: How To Refresh Strust Web Site
> >
> >
> > I just committed a small change to the Validator User Guide -
> > whats the process to refresh the Struts Web site so that it
> > shows the latest version of the docs?
> >
> > I saw this is the apache guide, but didn't make much sense to me.
> >
> > http://www.apache.org/dev/committers.html#web
> >
> > Niall
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

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


RE: How To Refresh Strust Web Site

Posted by Steve Raeburn <sr...@apache.org>.
We don't keep the generated HTML files under CVS, so that doesn't apply.

Basically, you need to generate the site locally, then upload it to
/www/jakarta.apache.org/struts on cvs.apache.org. (You should have
access as you're a member of the Jakarta group). You can do that via a
secure FTP client (I've used CuteFTP Pro which has SSH2 support) or
using SCP.

If you upload new pages, make sure to set the Group access to +R+W

I know others have used a command line approach - tar, scp, untar etc. I
prefer the easy GUI approach ;-)

We ought to look at moving the site files to the struts.apache.org
directory and redirecting the old Jakarta site. Does anyone know if it's
just a matter of changing the .htaccess files? I guess we'd have to
create an new one under /www/jakarta.apache.org/struts to point to the
strust directory.


Steve

> -----Original Message-----
> From: Niall Pemberton [mailto:niall.pemberton@blueyonder.co.uk]
> Sent: June 12, 2004 9:27 AM
> To: Struts Developers List
> Subject: How To Refresh Strust Web Site
>
>
> I just committed a small change to the Validator User Guide -
> whats the process to refresh the Struts Web site so that it
> shows the latest version of the docs?
>
> I saw this is the apache guide, but didn't make much sense to me.
>
> http://www.apache.org/dev/committers.html#web
>
> Niall



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