Thanks for sharing your thoughts Jacques.

I thought, when user is on download page (
https://ofbiz.apache.org/download.html), s/he will read the Security
Vulnerabilities section.

Indeed, what you saying is also making sense to me, feel free to keep the
things as it.

Thanks again for your contribution :-)

- Best Regards,
Swapnil M Mane

On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Yes but we would then loose our security information in the download page
> which are the most important for OFBiz users
>
> Jacques
>
>
>
> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>
>> :)
>>
>> Apache Security page already exist at http://www.apache.org/security
>>
>>
>> We can simply change this link in the footer section
>>
>> <li><a href="download.html#security">Security</a></li>
>>
>> to
>>
>> <li><a href="http://www.apache.org/security/";>Security</a></li>
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>>>
>>> Hello Jacques,
>>>>
>>>> I think instead of creating a new page, we should simply change the
>>>> *Security* link in the footer, from
>>>> *https://ofbiz.apache.org/download.html#security
>>>> <https://ofbiz.apache.org/download.html#security>*  to
>>>> *http://www.apache.org/security/
>>>> <http://www.apache.org/security/>*
>>>> Like other Apache Projects do it.
>>>>
>>>> This should work for us. WDYT.
>>>>
>>>> Mmm, but how will you link to http://www.apache.org/security w/o
>>> creating
>>> a new page?
>>>
>>> Jacques
>>>
>>>
>>> - Best Regards,
>>>> Swapnil M Mane
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Dec 7, 2017 at 4:20 PM, Jacques Le Roux <
>>>> jacques.le.r...@les7arts.com> wrote:
>>>>
>>>> Hi Swapnil,
>>>>
>>>>> The site is now up to date (was not one hour ago) but not the check
>>>>> page
>>>>> yet.
>>>>>
>>>>> I agree with you. We shoud create a new security page and link it from
>>>>> the
>>>>> download page.
>>>>>
>>>>> Will you handle it?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>>>>> Le 07/12/2017 à 06:13, Swapnil Mane a écrit :
>>>>>
>>>>> Interesting, thank you Jacques!
>>>>>
>>>>>> I think, we should also change the Security link from
>>>>>> download.html#security to http://www.apache.org/security/
>>>>>> Since, Whimsy is showing it in yellow color which means 'Sites with
>>>>>> link,
>>>>>> but not an expected ASF one', WDYT.
>>>>>>
>>>>>> Here are some Apache TLP using correct security link as per Whimsy,
>>>>>>
>>>>>> http://lucene.apache.org/
>>>>>> http://cassandra.apache.org/
>>>>>>
>>>>>>
>>>>>> - Best Regards,
>>>>>> Swapnil M Mane
>>>>>>
>>>>>> On Wed, Dec 6, 2017 at 8:33 PM, <jler...@apache.org> wrote:
>>>>>>
>>>>>> Author: jleroux
>>>>>>
>>>>>> Date: Wed Dec  6 15:03:31 2017
>>>>>>> New Revision: 1817301
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?rev=1817301&view=rev
>>>>>>> Log:
>>>>>>> Adds an "Events" link and proper link to "The Apache Software
>>>>>>> Foundation"
>>>>>>> as was required (or suggested?) by https://whimsy.apache.org/
>>>>>>> site/project/ofbiz (now up to date I guess)
>>>>>>>
>>>>>>> Modified:
>>>>>>>        ofbiz/site/404.html
>>>>>>>        ofbiz/site/about-ofbiz.html
>>>>>>>        ofbiz/site/business-users.html
>>>>>>>        ofbiz/site/developers.html
>>>>>>>        ofbiz/site/download.html
>>>>>>>        ofbiz/site/faqs.html
>>>>>>>        ofbiz/site/getting-involved.html
>>>>>>>        ofbiz/site/index.html
>>>>>>>        ofbiz/site/mailing-lists.html
>>>>>>>        ofbiz/site/ofbiz-demos.html
>>>>>>>        ofbiz/site/release-notes-13.07.03.html
>>>>>>>        ofbiz/site/release-notes-16.11.03.html
>>>>>>>        ofbiz/site/service-providers.html
>>>>>>>        ofbiz/site/source-repositories.html
>>>>>>>        ofbiz/site/template/region/footer.tpl.php
>>>>>>>        ofbiz/site/user-stories.html
>>>>>>>
>>>>>>> Modified: ofbiz/site/404.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=
>>>>>>> 1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/404.html (original)
>>>>>>> +++ ofbiz/site/404.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -155,6 +155,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -168,7 +169,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/about-ofbiz.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?
>>>>>>> rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/about-ofbiz.html (original)
>>>>>>> +++ ofbiz/site/about-ofbiz.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -190,6 +190,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -203,7 +204,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/business-users.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.
>>>>>>> html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/business-users.html (original)
>>>>>>> +++ ofbiz/site/business-users.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -351,6 +351,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -364,7 +365,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/developers.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?
>>>>>>> rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/developers.html (original)
>>>>>>> +++ ofbiz/site/developers.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -290,6 +290,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -303,7 +304,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/download.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=
>>>>>>> 1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/download.html (original)
>>>>>>> +++ ofbiz/site/download.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -241,6 +241,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -254,7 +255,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/faqs.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/faqs.html?rev=
>>>>>>> 1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/faqs.html (original)
>>>>>>> +++ ofbiz/site/faqs.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -197,6 +197,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -210,7 +211,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/getting-involved.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/getting-involved.
>>>>>>> html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/getting-involved.html (original)
>>>>>>> +++ ofbiz/site/getting-involved.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -248,6 +248,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -261,7 +262,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/index.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=
>>>>>>> 1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/index.html (original)
>>>>>>> +++ ofbiz/site/index.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -350,6 +350,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -363,7 +364,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/mailing-lists.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?
>>>>>>> rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/mailing-lists.html (original)
>>>>>>> +++ ofbiz/site/mailing-lists.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -207,6 +207,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -220,7 +221,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/ofbiz-demos.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/ofbiz-demos.html?
>>>>>>> rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/ofbiz-demos.html (original)
>>>>>>> +++ ofbiz/site/ofbiz-demos.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -214,6 +214,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -227,7 +228,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/release-notes-13.07.03.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/release-notes-13.
>>>>>>> 07.03.html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/release-notes-13.07.03.html (original)
>>>>>>> +++ ofbiz/site/release-notes-13.07.03.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -263,6 +263,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -276,7 +277,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/release-notes-16.11.03.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/release-notes-16.
>>>>>>> 11.03.html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/release-notes-16.11.03.html (original)
>>>>>>> +++ ofbiz/site/release-notes-16.11.03.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -174,6 +174,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -187,7 +188,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/service-providers.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/service-providers.
>>>>>>> html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/service-providers.html (original)
>>>>>>> +++ ofbiz/site/service-providers.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -322,6 +322,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -335,7 +336,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/source-repositories.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-
>>>>>>> repositories.html?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/source-repositories.html (original)
>>>>>>> +++ ofbiz/site/source-repositories.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -212,6 +212,7 @@ This file should replace, or be merged w
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -225,7 +226,7 @@ This file should replace, or be merged w
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/template/region/footer.tpl.php
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/
>>>>>>> footer.tpl.php?rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/template/region/footer.tpl.php (original)
>>>>>>> +++ ofbiz/site/template/region/footer.tpl.php Wed Dec  6 15:03:31
>>>>>>> 2017
>>>>>>> @@ -44,6 +44,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -57,7 +58,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>> Modified: ofbiz/site/user-stories.html
>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/user-stories.html?
>>>>>>> rev=1817301&r1=1817300&r2=1817301&view=diff
>>>>>>> ============================================================
>>>>>>> ==================
>>>>>>> --- ofbiz/site/user-stories.html (original)
>>>>>>> +++ ofbiz/site/user-stories.html Wed Dec  6 15:03:31 2017
>>>>>>> @@ -199,6 +199,7 @@
>>>>>>>             <div class="divider"><span></span></div>
>>>>>>>             <ul>
>>>>>>>               <li><a href="//www.apache.org/foundation/"
>>>>>>> target="external">Apache Software Foundation</a></li>
>>>>>>> +          <li><a href="//www.apache.org/foundat
>>>>>>> ion/events/current-event
>>>>>>> "
>>>>>>> target="external">Events</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundat
>>>>>>> ion/sponsorship.html
>>>>>>> "
>>>>>>> target="external">Sponsorship</a></li>
>>>>>>>               <li><a href="//www.apache.org/foundation/thanks.html"
>>>>>>> target="external">Thanks</a></li>
>>>>>>>               <li><a href="download.html#security">Security</a></li>
>>>>>>> @@ -212,7 +213,7 @@
>>>>>>>         <div class="row">
>>>>>>>           <div class="span12">
>>>>>>>             <p>
>>>>>>> -          Copyright © 2017 The Apache Software Foundation.
>>>>>>> +          Copyright © 2017 <a href="//www.apache.org"
>>>>>>> target="external">The Apache Software Foundation.</a>
>>>>>>>               <a href="//www.apache.org/licenses/"
>>>>>>> target="external">Licensed under the  Apache License, Version
>>>>>>> 2.0</a>.</br>
>>>>>>>               Apache OFBiz, OFBiz, the project logo and the Apache
>>>>>>> feather
>>>>>>> logo are trademarks of The Apache Software Foundation.
>>>>>>>             </p>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>

Reply via email to