You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Luca Toscano <el...@apache.org> on 2018/01/03 18:35:32 UTC

Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Hi everybody!

2018-01-03 19:24 GMT+01:00 <el...@apache.org>:

> Author: elukey
> Date: Wed Jan  3 18:24:57 2018
> New Revision: 1819994
>
> URL: http://svn.apache.org/viewvc?rev=1819994&view=rev
> Log:
> common.xsl: update year to 2018 in the footer
>
> Modified:
>     httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>
> Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/
> style/xsl/common.xsl?rev=1819994&r1=1819993&r2=1819994&view=diff
> ============================================================
> ==================
> --- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
> +++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Wed Jan  3
> 18:24:57 2018
> @@ -418,7 +418,7 @@ var comments_identifier = 'http://httpd.
>  </xsl:choose>
>  <div id="footer">&lf;
>      <p class="apache">
> -        <xsl:text>Copyright 2017 The Apache Software
> Foundation.</xsl:text><br />
> +        <xsl:text>Copyright 2018 The Apache Software
> Foundation.</xsl:text><br />
>          <xsl:if test="normalize-space($message[@id='before-license'])">
>              <xsl:value-of select="$message[@id='before-license']"/>
>              <xsl:text> </xsl:text>
>


I'd tried a ./build.sh all and all our docs seem to get the new year value
correctly, but before committing the docs update I am wondering if this is
the correct procedure or not (especially for translations) since I've never
done it.

Luca

Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Rich Bowen <rb...@rcbowen.com>.
Go for it!

On 01/03/2018 01:35 PM, Luca Toscano wrote:
> Hi everybody!
> 
> 2018-01-03 19:24 GMT+01:00 <elukey@apache.org <ma...@apache.org>>:
> 
>     Author: elukey
>     Date: Wed Jan  3 18:24:57 2018
>     New Revision: 1819994
> 
>     URL: http://svn.apache.org/viewvc?rev=1819994&view=rev
>     <http://svn.apache.org/viewvc?rev=1819994&view=rev>
>     Log:
>     common.xsl: update year to 2018 in the footer
> 
>     Modified:
>          httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
> 
>     Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>     URL:
>     http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/common.xsl?rev=1819994&r1=1819993&r2=1819994&view=diff
>     <http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/common.xsl?rev=1819994&r1=1819993&r2=1819994&view=diff>
>     ==============================================================================
>     --- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
>     +++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Wed Jan  3
>     18:24:57 2018
>     @@ -418,7 +418,7 @@ var comments_identifier = 'http://httpd.
>       </xsl:choose>
>       <div id="footer">&lf;
>           <p class="apache">
>     -        <xsl:text>Copyright 2017 The Apache Software
>     Foundation.</xsl:text><br />
>     +        <xsl:text>Copyright 2018 The Apache Software
>     Foundation.</xsl:text><br />
>               <xsl:if
>     test="normalize-space($message[@id='before-license'])">
>                   <xsl:value-of select="$message[@id='before-license']"/>
>                   <xsl:text> </xsl:text>
> 
> 
> 
> I'd tried a ./build.sh all and all our docs seem to get the new year 
> value correctly, but before committing the docs update I am wondering if 
> this is the correct procedure or not (especially for translations) since 
> I've never done it.
> 
> Luca


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Luca Toscano <to...@gmail.com>.
Thanks William,

hopefully done in r1821511 and r1821512.

Luca

2018-01-11 21:15 GMT+01:00 William A Rowe Jr <wr...@rowe-clan.net>:

> You can contrast
>
>   http://httpd.apache.org/docs/2.0/
>
> with
>
>   http://httpd.apache.org/docs/2.2/
>
> Looks like a straightforward one paragraph change, and rebuild.
>
>
>
> On Sun, Jan 7, 2018 at 8:23 AM, Luca Toscano <to...@gmail.com>
> wrote:
> > Hi everybody,
> >
> > 2018-01-06 12:43 GMT+01:00 Rainer Jung <ra...@kippdata.de>:
> >>
> >> Am 05.01.2018 um 20:34 schrieb Ruediger Pluem:
> >>>
> >>>
> >>>
> >>> On 01/05/2018 07:29 PM, William A Rowe Jr wrote:
> >>>>
> >>>> Not sure 18mons after EOL whether we want to declare httpd 2.2 docs
> >>>> "closed/archived" much like 1.3 and 2.0, in which
> >>>> case there is no reason to refresh the copyright date.
> >>>>
> >>>> Thoughts?
> >>>
> >>>
> >>> IMHO it should be at least the last copyright update for 2.2. And lets
> >>> move it to closed/archived like 1.3 and 2.0.
> >>
> >>
> >> +1
> >
> >
> > The copyright update has been committed, what are the next steps for
> moving
> > 2.2 docs to closed/archived? Not sure if there is an action to take or
> it is
> > simply a "let's not update the docs anymore".
> >
> > Thanks!
> >
> > Luca
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: docs-help@httpd.apache.org
>
>

Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
You can contrast

  http://httpd.apache.org/docs/2.0/

with

  http://httpd.apache.org/docs/2.2/

Looks like a straightforward one paragraph change, and rebuild.



On Sun, Jan 7, 2018 at 8:23 AM, Luca Toscano <to...@gmail.com> wrote:
> Hi everybody,
>
> 2018-01-06 12:43 GMT+01:00 Rainer Jung <ra...@kippdata.de>:
>>
>> Am 05.01.2018 um 20:34 schrieb Ruediger Pluem:
>>>
>>>
>>>
>>> On 01/05/2018 07:29 PM, William A Rowe Jr wrote:
>>>>
>>>> Not sure 18mons after EOL whether we want to declare httpd 2.2 docs
>>>> "closed/archived" much like 1.3 and 2.0, in which
>>>> case there is no reason to refresh the copyright date.
>>>>
>>>> Thoughts?
>>>
>>>
>>> IMHO it should be at least the last copyright update for 2.2. And lets
>>> move it to closed/archived like 1.3 and 2.0.
>>
>>
>> +1
>
>
> The copyright update has been committed, what are the next steps for moving
> 2.2 docs to closed/archived? Not sure if there is an action to take or it is
> simply a "let's not update the docs anymore".
>
> Thanks!
>
> Luca
>

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Luca Toscano <to...@gmail.com>.
Hi everybody,

2018-01-06 12:43 GMT+01:00 Rainer Jung <ra...@kippdata.de>:

> Am 05.01.2018 um 20:34 schrieb Ruediger Pluem:
>
>>
>>
>> On 01/05/2018 07:29 PM, William A Rowe Jr wrote:
>>
>>> Not sure 18mons after EOL whether we want to declare httpd 2.2 docs
>>> "closed/archived" much like 1.3 and 2.0, in which
>>> case there is no reason to refresh the copyright date.
>>>
>>> Thoughts?
>>>
>>
>> IMHO it should be at least the last copyright update for 2.2. And lets
>> move it to closed/archived like 1.3 and 2.0.
>>
>
> +1


The copyright update has been committed, what are the next steps for moving
2.2 docs to closed/archived? Not sure if there is an action to take or it
is simply a "let's not update the docs anymore".

Thanks!

Luca

Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Rainer Jung <ra...@kippdata.de>.
Am 05.01.2018 um 20:34 schrieb Ruediger Pluem:
> 
> 
> On 01/05/2018 07:29 PM, William A Rowe Jr wrote:
>> Not sure 18mons after EOL whether we want to declare httpd 2.2 docs "closed/archived" much like 1.3 and 2.0, in which
>> case there is no reason to refresh the copyright date.
>>
>> Thoughts?
> 
> IMHO it should be at least the last copyright update for 2.2. And lets move it to closed/archived like 1.3 and 2.0.

+1

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/05/2018 07:29 PM, William A Rowe Jr wrote:
> Not sure 18mons after EOL whether we want to declare httpd 2.2 docs "closed/archived" much like 1.3 and 2.0, in which
> case there is no reason to refresh the copyright date.
> 
> Thoughts?

IMHO it should be at least the last copyright update for 2.2. And lets move it to closed/archived like 1.3 and 2.0.

Regards

Rüdiger


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Not sure 18mons after EOL whether we want to declare httpd 2.2 docs
"closed/archived" much like 1.3 and 2.0, in which case there is no reason
to refresh the copyright date.

Thoughts?

On Jan 4, 2018 5:03 AM, "Luca Toscano" <el...@apache.org> wrote:

>
>
> 2018-01-03 19:35 GMT+01:00 Luca Toscano <el...@apache.org>:
>
>> Hi everybody!
>>
>> 2018-01-03 19:24 GMT+01:00 <el...@apache.org>:
>>
>>> Author: elukey
>>> Date: Wed Jan  3 18:24:57 2018
>>> New Revision: 1819994
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1819994&view=rev
>>> Log:
>>> common.xsl: update year to 2018 in the footer
>>>
>>> Modified:
>>>     httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>>>
>>> Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>>> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/s
>>> tyle/xsl/common.xsl?rev=1819994&r1=1819993&r2=1819994&view=diff
>>> ============================================================
>>> ==================
>>> --- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
>>> +++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Wed Jan  3
>>> 18:24:57 2018
>>> @@ -418,7 +418,7 @@ var comments_identifier = 'http://httpd.
>>>  </xsl:choose>
>>>  <div id="footer">&lf;
>>>      <p class="apache">
>>> -        <xsl:text>Copyright 2017 The Apache Software
>>> Foundation.</xsl:text><br />
>>> +        <xsl:text>Copyright 2018 The Apache Software
>>> Foundation.</xsl:text><br />
>>>          <xsl:if test="normalize-space($message[@id='before-license'])">
>>>              <xsl:value-of select="$message[@id='before-license']"/>
>>>              <xsl:text> </xsl:text>
>>>
>>
>>
>> I'd tried a ./build.sh all and all our docs seem to get the new year
>> value correctly, but before committing the docs update I am wondering if
>> this is the correct procedure or not (especially for translations) since
>> I've never done it.
>>
>>
> Updated trunk with http://svn.apache.org/r1820055, I'll wait a bit to see
> if anybody comes up with any comment and if not I'll proceed with 2.4/2.2 :)
>
> Luca
>
>

Re: svn commit: r1819994 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Posted by Luca Toscano <el...@apache.org>.
2018-01-03 19:35 GMT+01:00 Luca Toscano <el...@apache.org>:

> Hi everybody!
>
> 2018-01-03 19:24 GMT+01:00 <el...@apache.org>:
>
>> Author: elukey
>> Date: Wed Jan  3 18:24:57 2018
>> New Revision: 1819994
>>
>> URL: http://svn.apache.org/viewvc?rev=1819994&view=rev
>> Log:
>> common.xsl: update year to 2018 in the footer
>>
>> Modified:
>>     httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>>
>> Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
>> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/s
>> tyle/xsl/common.xsl?rev=1819994&r1=1819993&r2=1819994&view=diff
>> ============================================================
>> ==================
>> --- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
>> +++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Wed Jan  3
>> 18:24:57 2018
>> @@ -418,7 +418,7 @@ var comments_identifier = 'http://httpd.
>>  </xsl:choose>
>>  <div id="footer">&lf;
>>      <p class="apache">
>> -        <xsl:text>Copyright 2017 The Apache Software
>> Foundation.</xsl:text><br />
>> +        <xsl:text>Copyright 2018 The Apache Software
>> Foundation.</xsl:text><br />
>>          <xsl:if test="normalize-space($message[@id='before-license'])">
>>              <xsl:value-of select="$message[@id='before-license']"/>
>>              <xsl:text> </xsl:text>
>>
>
>
> I'd tried a ./build.sh all and all our docs seem to get the new year value
> correctly, but before committing the docs update I am wondering if this is
> the correct procedure or not (especially for translations) since I've never
> done it.
>
>
Updated trunk with http://svn.apache.org/r1820055, I'll wait a bit to see
if anybody comes up with any comment and if not I'll proceed with 2.4/2.2 :)

Luca