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&PASSWORD=ofbiz&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&PASSWORD=ofbiz&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&PASSWORD=ofbiz&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