Links to demos on main page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Links to demos on main page

Jacques Le Roux
Administrator
Hi,

Here is a patch to change links to demo on main page.

Index: index.html
===================================================================
--- index.html (revision 1331704)
+++ index.html (working copy)
@@ -225,13 +225,19 @@
             </ul>
             <h3>Demo Sites</h3>
             <ul class="sidemenu">
-                <li>Latest Trunk:
+                <!-- li>Latest Trunk:
                     <ul>
                         <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
                         <li><a
href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>
                     </ul>
+                </li-->
+                <li>10.04 Stable Release:
+                    <ul>
+                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
+                        <li><a
href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>
+                    </ul>
                 </li>
-                <li>09.04 Stable Release:
+                <li>09.04 Old (Frozen) Release:
                     <ul>
                         <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
                         <li><a
href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>

Soon we will release 11.04 (maybe named 11.05, who cares). We can run "only" 3 intances at the same time. I want to keep trunk
running (it's very convenient for commiters and contributors to exchange on the same basis), even if not publicly accessible. So
only 2 slots remain available and we will rotate in favor of the lastest released branch (ie 11.04 will push 09.04 out).

Let me know your thoughts if you disagree

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: Links to demos on main page

Jacques Le Roux
Administrator
Mmm, there is an ambiguity. I think we should make more clear that we are running evolving  branches (with last bug fixes
backported) and not lastest official releases (with maybe less bug fixes backported)

Rather something like:

Index: index.html
===================================================================
--- index.html (revision 1331704)
+++ index.html (working copy)
@@ -224,14 +224,21 @@
                 <li><a href="https://cwiki.apache.org/OFBIZ/in-the-news.html" target="_blank">In The News</a></li>
             </ul>
             <h3>Demo Sites</h3>
+            <h6>(running evolving branches, not official releases)</h6>
             <ul class="sidemenu">
-                <li>Latest Trunk:
+                <!-- li>Latest Trunk:
                     <ul>
                         <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
                         <li><a
href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>
                     </ul>
+                </li-->
+                <li>10.04 Stable Release:
+                    <ul>
+                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
+                        <li><a
href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>
+                    </ul>
                 </li>
-                <li>09.04 Stable Release:
+                <li>09.04 Old (Frozen) Release:
                     <ul>
                         <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
                         <li><a
href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
Apps</a></li>

OK?

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Hi,
>
> Here is a patch to change links to demo on main page.
>
> Index: index.html
> ===================================================================
> --- index.html (revision 1331704)
> +++ index.html (working copy)
> @@ -225,13 +225,19 @@
>             </ul>
>             <h3>Demo Sites</h3>
>             <ul class="sidemenu">
> -                <li>Latest Trunk:
> +                <!-- li>Latest Trunk:
>                     <ul>
>                         <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>                         <li><a
> href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
> Apps</a></li>
>                     </ul>
> +                </li-->
> +                <li>10.04 Stable Release:
> +                    <ul>
> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
> +                        <li><a
> href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
> Apps</a></li>
> +                    </ul>
>                 </li>
> -                <li>09.04 Stable Release:
> +                <li>09.04 Old (Frozen) Release:
>                     <ul>
>                         <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>                         <li><a
> href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
> Apps</a></li>
>
> Soon we will release 11.04 (maybe named 11.05, who cares). We can run "only" 3 intances at the same time. I want to keep trunk
> running (it's very convenient for commiters and contributors to exchange on the same basis), even if not publicly accessible. So
> only 2 slots remain available and we will rotate in favor of the lastest released branch (ie 11.04 will push 09.04 out).
>
> Let me know your thoughts if you disagree
>
> Jacques
Reply | Threaded
Open this post in threaded view
|

Re: Links to demos on main page

Jacopo Cappellato-4
I personally don't like "evolving branches"; "branches" or "release branches" is enough.
I also don't think we should use "10.04 Stable Release" because it is not a release.
So see below what I would do:

On Apr 28, 2012, at 10:35 AM, Jacques Le Roux wrote:

> Mmm, there is an ambiguity. I think we should make more clear that we are running evolving  branches (with last bug fixes backported) and not lastest official releases (with maybe less bug fixes backported)
>
> Rather something like:
>
> Index: index.html
> ===================================================================
> --- index.html (revision 1331704)
> +++ index.html (working copy)
> @@ -224,14 +224,21 @@
>                <li><a href="https://cwiki.apache.org/OFBIZ/in-the-news.html" target="_blank">In The News</a></li>
>            </ul>
>            <h3>Demo Sites</h3>
> +            <h6>(running evolving branches, not official releases)</h6>

The above line can be suppressed.

>            <ul class="sidemenu">
> -                <li>Latest Trunk:
> +                <!-- li>Latest Trunk:

I would remove "latest" and only leave "Trunk"

>                    <ul>
>                        <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>                        <li><a href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
>                    </ul>
> +                </li-->
> +                <li>10.04 Stable Release:

The above can be: "10.04 Branch"

Kind regards,

Jacopo

> +                    <ul>
> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
> +                        <li><a href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
> +                    </ul>
>                </li>
> -                <li>09.04 Stable Release:
> +                <li>09.04 Old (Frozen) Release:
>                    <ul>
>                        <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>                        <li><a href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
>
> OK?
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Hi,
>>
>> Here is a patch to change links to demo on main page.
>>
>> Index: index.html
>> ===================================================================
>> --- index.html (revision 1331704)
>> +++ index.html (working copy)
>> @@ -225,13 +225,19 @@
>>            </ul>
>>            <h3>Demo Sites</h3>
>>            <ul class="sidemenu">
>> -                <li>Latest Trunk:
>> +                <!-- li>Latest Trunk:
>>                    <ul>
>>                        <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>                        <li><a href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
>>                    </ul>
>> +                </li-->
>> +                <li>10.04 Stable Release:
>> +                    <ul>
>> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>> +                        <li><a href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
>> +                    </ul>
>>                </li>
>> -                <li>09.04 Stable Release:
>> +                <li>09.04 Old (Frozen) Release:
>>                    <ul>
>>                        <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>                        <li><a href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
>>
>> Soon we will release 11.04 (maybe named 11.05, who cares). We can run "only" 3 intances at the same time. I want to keep trunk running (it's very convenient for commiters and contributors to exchange on the same basis), even if not publicly accessible. So only 2 slots remain available and we will rotate in favor of the lastest released branch (ie 11.04 will push 09.04 out).
>>
>> Let me know your thoughts if you disagree
>>
>> Jacques

Reply | Threaded
Open this post in threaded view
|

Re: Links to demos on main page

Jacopo Cappellato-4
In reply to this post by Jacques Le Roux

On Apr 28, 2012, at 10:35 AM, Jacques Le Roux wrote:

> -                <li>09.04 Stable Release:
> +                <li>09.04 Old (Frozen) Release:

Also this in my opinion can simply be: "09.04 Branch"

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Links to demos on main page

Jacques Le Roux
Administrator
In reply to this post by Jacopo Cappellato-4
Jacopo you missed a point: we discussed about removing trunk link from main page, because it's not a release. This was Pierre's
objection (see what I wrote below, here c/P)
> I want to keep trunk running (it's very convenient for commiters and contributors to exchange on the same basis), even if not
> publicly accessible

10.04 Branch and 09.04 Branch are ok with me

Jacques

From: "Jacopo Cappellato" <[hidden email]>

>I personally don't like "evolving branches"; "branches" or "release branches" is enough.
> I also don't think we should use "10.04 Stable Release" because it is not a release.
> So see below what I would do:
>
> On Apr 28, 2012, at 10:35 AM, Jacques Le Roux wrote:
>
>> Mmm, there is an ambiguity. I think we should make more clear that we are running evolving  branches (with last bug fixes
>> backported) and not lastest official releases (with maybe less bug fixes backported)
>>
>> Rather something like:
>>
>> Index: index.html
>> ===================================================================
>> --- index.html (revision 1331704)
>> +++ index.html (working copy)
>> @@ -224,14 +224,21 @@
>>                <li><a href="https://cwiki.apache.org/OFBIZ/in-the-news.html" target="_blank">In The News</a></li>
>>            </ul>
>>            <h3>Demo Sites</h3>
>> +            <h6>(running evolving branches, not official releases)</h6>
>
> The above line can be suppressed.
>
>>            <ul class="sidemenu">
>> -                <li>Latest Trunk:
>> +                <!-- li>Latest Trunk:
>
> I would remove "latest" and only leave "Trunk"
>
>>                    <ul>
>>                        <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>                        <li><a
>> href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>> Apps</a></li>
>>                    </ul>
>> +                </li-->
>> +                <li>10.04 Stable Release:
>
> The above can be: "10.04 Branch"
>
> Kind regards,
>
> Jacopo
>
>> +                    <ul>
>> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>> +                        <li><a
>> href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>> Apps</a></li>
>> +                    </ul>
>>                </li>
>> -                <li>09.04 Stable Release:
>> +                <li>09.04 Old (Frozen) Release:
>>                    <ul>
>>                        <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>                        <li><a
>> href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>> Apps</a></li>
>>
>> OK?
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Hi,
>>>
>>> Here is a patch to change links to demo on main page.
>>>
>>> Index: index.html
>>> ===================================================================
>>> --- index.html (revision 1331704)
>>> +++ index.html (working copy)
>>> @@ -225,13 +225,19 @@
>>>            </ul>
>>>            <h3>Demo Sites</h3>
>>>            <ul class="sidemenu">
>>> -                <li>Latest Trunk:
>>> +                <!-- li>Latest Trunk:
>>>                    <ul>
>>>                        <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>                        <li><a
>>> href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>>                    </ul>
>>> +                </li-->
>>> +                <li>10.04 Stable Release:
>>> +                    <ul>
>>> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>> +                        <li><a
>>> href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>> +                    </ul>
>>>                </li>
>>> -                <li>09.04 Stable Release:
>>> +                <li>09.04 Old (Frozen) Release:
>>>                    <ul>
>>>                        <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>                        <li><a
>>> href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>>
>>> Soon we will release 11.04 (maybe named 11.05, who cares). We can run "only" 3 intances at the same time. I want to keep trunk
>>> running (it's very convenient for commiters and contributors to exchange on the same basis), even if not publicly accessible. So
>>> only 2 slots remain available and we will rotate in favor of the lastest released branch (ie 11.04 will push 09.04 out).
>>>
>>> Let me know your thoughts if you disagree
>>>
>>> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Links to demos on main page

Jacopo Cappellato-4
Yes, sorry I didn't see the "comment"; it is fine, I was simply referring to the text to use.

Jacopo

On Apr 28, 2012, at 1:38 PM, Jacques Le Roux wrote:

> Jacopo you missed a point: we discussed about removing trunk link from main page, because it's not a release. This was Pierre's
> objection (see what I wrote below, here c/P)
>> I want to keep trunk running (it's very convenient for commiters and contributors to exchange on the same basis), even if not
>> publicly accessible
>
> 10.04 Branch and 09.04 Branch are ok with me
>
> Jacques
>
> From: "Jacopo Cappellato" <[hidden email]>
>> I personally don't like "evolving branches"; "branches" or "release branches" is enough.
>> I also don't think we should use "10.04 Stable Release" because it is not a release.
>> So see below what I would do:
>>
>> On Apr 28, 2012, at 10:35 AM, Jacques Le Roux wrote:
>>
>>> Mmm, there is an ambiguity. I think we should make more clear that we are running evolving  branches (with last bug fixes
>>> backported) and not lastest official releases (with maybe less bug fixes backported)
>>>
>>> Rather something like:
>>>
>>> Index: index.html
>>> ===================================================================
>>> --- index.html (revision 1331704)
>>> +++ index.html (working copy)
>>> @@ -224,14 +224,21 @@
>>>               <li><a href="https://cwiki.apache.org/OFBIZ/in-the-news.html" target="_blank">In The News</a></li>
>>>           </ul>
>>>           <h3>Demo Sites</h3>
>>> +            <h6>(running evolving branches, not official releases)</h6>
>>
>> The above line can be suppressed.
>>
>>>           <ul class="sidemenu">
>>> -                <li>Latest Trunk:
>>> +                <!-- li>Latest Trunk:
>>
>> I would remove "latest" and only leave "Trunk"
>>
>>>                   <ul>
>>>                       <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>                       <li><a
>>> href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>>                   </ul>
>>> +                </li-->
>>> +                <li>10.04 Stable Release:
>>
>> The above can be: "10.04 Branch"
>>
>> Kind regards,
>>
>> Jacopo
>>
>>> +                    <ul>
>>> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>> +                        <li><a
>>> href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>> +                    </ul>
>>>               </li>
>>> -                <li>09.04 Stable Release:
>>> +                <li>09.04 Old (Frozen) Release:
>>>                   <ul>
>>>                       <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>                       <li><a
>>> href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>> Apps</a></li>
>>>
>>> OK?
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Hi,
>>>>
>>>> Here is a patch to change links to demo on main page.
>>>>
>>>> Index: index.html
>>>> ===================================================================
>>>> --- index.html (revision 1331704)
>>>> +++ index.html (working copy)
>>>> @@ -225,13 +225,19 @@
>>>>           </ul>
>>>>           <h3>Demo Sites</h3>
>>>>           <ul class="sidemenu">
>>>> -                <li>Latest Trunk:
>>>> +                <!-- li>Latest Trunk:
>>>>                   <ul>
>>>>                       <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>>                       <li><a
>>>> href="https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>>> Apps</a></li>
>>>>                   </ul>
>>>> +                </li-->
>>>> +                <li>10.04 Stable Release:
>>>> +                    <ul>
>>>> +                        <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>> +                        <li><a
>>>> href="https://demo-stable.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>>> Apps</a></li>
>>>> +                    </ul>
>>>>               </li>
>>>> -                <li>09.04 Stable Release:
>>>> +                <li>09.04 Old (Frozen) Release:
>>>>                   <ul>
>>>>                       <li><a href="http://demo-old.ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
>>>>                       <li><a
>>>> href="https://demo-old.ofbiz.apache.org/catalog/control/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management
>>>> Apps</a></li>
>>>>
>>>> Soon we will release 11.04 (maybe named 11.05, who cares). We can run "only" 3 intances at the same time. I want to keep trunk
>>>> running (it's very convenient for commiters and contributors to exchange on the same basis), even if not publicly accessible. So
>>>> only 2 slots remain available and we will rotate in favor of the lastest released branch (ie 11.04 will push 09.04 out).
>>>>
>>>> Let me know your thoughts if you disagree
>>>>
>>>> Jacques
>>
>>