Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Daniel Shahaf
Gabriela Gibson wrote on Wed, Feb 20, 2013 at 21:03:58 +: > On 20/02/13 18:54, Daniel Shahaf wrote: >> Gabriela Gibson wrote on Wed, Feb 20, 2013 at 16:22:36 +: >>> +Putting it all together, an example VirtualHost configuration is: >>> + >>> + >>> +ServerAdmin we

Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Gabriela Gibson
On 20/02/13 18:54, Daniel Shahaf wrote: Gabriela Gibson wrote on Wed, Feb 20, 2013 at 16:22:36 +: On 20/02/13 15:28, Gabriela Gibson wrote: +++ publish/.htaccess (working copy) @@ -1,7 +1,6 @@ # duplicated in httpd.conf in r795618 Options +Includes -XBitHack On RedirectMatch ^/build

Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Feb 20, 2013 at 20:54:31 +0200: > Gabriela Gibson wrote on Wed, Feb 20, 2013 at 16:22:36 +: > > +++ publish/.htaccess (working copy) > > @@ -1,7 +1,6 @@ > > # duplicated in httpd.conf in r795618 > > Options +Includes > > > > -XBitHack On > > RedirectMatch

Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Daniel Shahaf
Gabriela Gibson wrote on Wed, Feb 20, 2013 at 16:22:36 +: > On 20/02/13 15:28, Gabriela Gibson wrote: >> On 20/02/13 07:24, Daniel Shahaf wrote: >>> >> >> Thank you :) >> >> The patch and log are attached. > Sorry, I'm just hooked on phonics at the moment (and the virus I'm still > wrestling

Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Gabriela Gibson
On 20/02/13 15:28, Gabriela Gibson wrote: On 20/02/13 07:24, Daniel Shahaf wrote: Thank you :) The patch and log are attached. Sorry, I'm just hooked on phonics at the moment (and the virus I'm still wrestling is probably innocent), a correction is attached. I added the log file again and

Re: [PATCH] Procedure for making web page changes

2013-02-20 Thread Gabriela Gibson
On 20/02/13 07:24, Daniel Shahaf wrote: Thank you :) The patch and log are attached. [[[ Addition of section to Community Guide describing procedure for obtaining the source for the Subversion web site. Addition of navigation links to new page within community guide. Add three html files

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Daniel Shahaf
Gabriela Gibson wrote on Tue, Feb 19, 2013 at 22:37:35 +: > On 19/02/13 13:06, Daniel Shahaf wrote: >> I see. The interesting part is that I asked about >> AddOutputFilter INCLUDES .html >> because httpd.conf has it enabled for us specifically. I Also tested by >> hand and confirmed that

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Gabriela Gibson
On 19/02/13 13:06, Daniel Shahaf wrote: I see. The interesting part is that I asked about AddOutputFilter INCLUDES .html because httpd.conf has it enabled for us specifically. I Also tested by hand and confirmed that /www/subversion.apache.org/index2.html has SSI directives parsed even if

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Ben Reser
On Tue, Feb 19, 2013 at 5:06 AM, Daniel Shahaf wrote: > I see. The interesting part is that I asked about > AddOutputFilter INCLUDES .html > because httpd.conf has it enabled for us specifically. I Also tested by > hand and confirmed that /www/subversion.apache.org/index2.html has SSI > dire

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Daniel Shahaf
Gabriela Gibson wrote on Sun, Jan 20, 2013 at 11:57:13 +: > On 20/01/13 05:17, Daniel Shahaf wrote: >> Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: >>> On 03/01/13 04:34, Daniel Shahaf wrote: > + Enable Server Side Includes for the relevant DocumentRoot. The > +

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Gabriela Gibson
(this is a test, I hope this does not make it's own, new thread!) On 1/20/13, Gabriela Gibson wrote: > On 20/01/13 05:17, Daniel Shahaf wrote: >> Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: >>> On 03/01/13 04:34, Daniel Shahaf wrote: > + Enable Server Side Includes for the

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Daniel Shahaf
Gabriela Gibson wrote on Tue, Feb 19, 2013 at 12:35:16 +: > Sorry for the reply mess, I wish I could reply to my last post to the > thread, but I can't -- as Brane informs me, Google is discarding my > emails, so I have to see about another email account that isn't as > 'helpful' :) > I

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Branko Čibej
On 19.02.2013 13:35, Gabriela Gibson wrote: > On 20/01/13 05:17, Daniel Shahaf wrote: >> Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: >>> On 03/01/13 04:34, Daniel Shahaf wrote: > + Enable Server Side Includes for the relevant DocumentRoot. > The > + relevant Ap

Re: [PATCH] Procedure for making web page changes

2013-02-19 Thread Gabriela Gibson
On 20/01/13 05:17, Daniel Shahaf wrote: Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: On 03/01/13 04:34, Daniel Shahaf wrote: + Enable Server Side Includes for the relevant DocumentRoot. The + relevant Apache directive is: + Options +Include What about:

Re: [PATCH] Procedure for making web page changes

2013-01-20 Thread Gabriela Gibson
On 20/01/13 05:17, Daniel Shahaf wrote: Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: On 03/01/13 04:34, Daniel Shahaf wrote: + Enable Server Side Includes for the relevant DocumentRoot. The + relevant Apache directive is: + Options +Include What about:

Re: [PATCH] Procedure for making web page changes

2013-01-19 Thread Daniel Shahaf
Gabriela Gibson wrote on Sun, Jan 20, 2013 at 00:15:46 +: > On 03/01/13 04:34, Daniel Shahaf wrote: >>> + Enable Server Side Includes for the relevant DocumentRoot. The >>> + relevant Apache directive is: >>> + Options +Include >> >> What about: >> >>AddOutputFilter IN

Re: [PATCH] Procedure for making web page changes

2013-01-19 Thread Gabriela Gibson
On 03/01/13 04:34, Daniel Shahaf wrote: I'm a bit surprised that this wasn't already documented... also, perhaps add a README (in publish/ or its parent) pointing to this new doc? Done. + Check your Apache server includes mod_include.so + Is this for httpd 2.2, 2.4, or both? Tested fo

Re: [PATCH] Procedure for making web page changes

2013-01-02 Thread Daniel Shahaf
Gabriela Gibson wrote on Mon, Dec 31, 2012 at 22:17:14 +: > Index: publish/docs/community-guide/web.part.html > === > --- publish/docs/community-guide/web.part.html(revision 0) > +++ publish/docs/community-guide/web.part.ht

[PATCH] Procedure for making web page changes

2012-12-31 Thread Gabriela Gibson
This is a first cut, there is room for improvement, please let me know what you think. Because of the size of the changes, I considered attaching the resulting web page -- would that be appropriate in future? Happy New Year! Gabriela [[[ Addition of section describing procedure for obtaining