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" <jacques.le.r...@les7arts.com>
>> 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 via email to