You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2008/01/22 19:20:24 UTC

svn commit: r614280 - in /ofbiz/site: images/ofbws.css index.html

Author: jonesde
Date: Tue Jan 22 10:20:20 2008
New Revision: 614280

URL: http://svn.apache.org/viewvc?rev=614280&view=rev
Log:
Updated home page to clean up various things, move old news down, and add/update demo links

Modified:
    ofbiz/site/images/ofbws.css
    ofbiz/site/index.html

Modified: ofbiz/site/images/ofbws.css
URL: http://svn.apache.org/viewvc/ofbiz/site/images/ofbws.css?rev=614280&r1=614279&r2=614280&view=diff
==============================================================================
--- ofbiz/site/images/ofbws.css (original)
+++ ofbiz/site/images/ofbws.css Tue Jan 22 10:20:20 2008
@@ -1,7 +1,6 @@
 
 BODY {
 font-family: Arial, Verdana, Helvetica, sans-serif;
-//background: #BFCBCE;
 background: white;
 margin-top: 0px;
 margin-right: 0px;
@@ -19,11 +18,11 @@
 
 DIV.endcolumns {
   clear: both;
-  font-size: 4px;
+  font-size: 1px;
 }  
 
-.tag-button { 
-  height: 31px;
+.main-logo { 
+  height: 30px;
   border: 0;
 }
 
@@ -34,9 +33,9 @@
 }
 
 .centerarea {
-margin-left: 10px;
-margin-right: 10px;
-margin-top: 10px;
+margin-left: 2px;
+margin-right: 2px;
+margin-top: 2px;
 }
 
 .contentarea, .whitearea {
@@ -119,12 +118,13 @@
 
 .headerboxtop {
 background: #FFFFFF;
-padding: 4px;
+padding-top: 10px;
 }
 
 .headerboxtop .left {
 float: left;
 width: 300px;
+padding-left: 10px;
 }
 
 .headerboxtop .right {
@@ -132,7 +132,7 @@
 width: 500px;
 text-align: right;
 padding-top: 10px;
-padding-right: 10px;
+padding-right: 12px;
 }
 
 .headerboxbottom {
@@ -211,17 +211,17 @@
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
-color: #2D4362;
+color: #934000;
 }
 #link-column h3 a {
+color: #934000;
 margin: 0px;
 padding: 0px;
 display: inline;
-color: #2D4362;
 text-decoration: underline;
 }
 #link-column h3 a:hover {
-color: #934000;
+color: #2D4362;
 text-decoration: underline;
 background: transparent;
 border: #000000 none 0px;
@@ -364,7 +364,7 @@
 line-height: 2;
 font-size: 8pt;
 font-weight: bold;
-color: #FFFFFF;	
+color: #FFFFFF;
 }
 
 DIV.row {  

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=614280&r1=614279&r2=614280&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Tue Jan 22 10:20:20 2008
@@ -31,7 +31,7 @@
             <a href="http://ofbiz.apache.org/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a>
         </div>
         <div class="right">
-            <a href="http://ofbiz.apache.org/"><img class="tag-button" src="images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a>
+            <a href="http://ofbiz.apache.org/"><img class="main-logo" src="images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a>
         </div>
         <div class="endcolumns"><span>&nbsp;</span></div>
     </div>
@@ -46,9 +46,9 @@
         <h2>What is OFBiz?</h2>
         <a href="http://docs.ofbiz.org/x/lQM">Project Overview</a>
         <a href="http://docs.ofbiz.org/x/hgM">Is OFBiz for Me?</a>
-        <a href="feature-list.html">Feature List</a>
         <a href="http://docs.ofbiz.org/x/-Qs">Main New Features</a>
         <a href="comingsoon.html">Features Coming Soon</a>
+        <a href="feature-list.html">Feature List</a>
         <a href="http://docs.ofbiz.org/x/ZQM">User List</a>
         <a href="http://docs.ofbiz.org/x/UwM">User Stories</a>
         <a href="http://docs.ofbiz.org/x/jQM">Brochures, etc</a>
@@ -57,14 +57,17 @@
         <a href="http://docs.ofbiz.org/x/PQM">Framework Intro Videos</a>
         
         <h2>Demo Site</h2>
-        <h3>Stock Demo by <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a> and <a href="http://www.contegix.com/" target="_blank">Contegix</a></h3>
+        <h3>Trunk Demo</h3>
         <a href="http://demo.hotwaxmedia.com/ecommerce/control/main" target="_blank">eCommerce Demo</a>
         <a href="https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz" target="_blank">Management Apps</a>
-
+        <h3>Release 4.0 Branch Demo</h3>
+        <a href="http://demo40.hotwaxmedia.com/ecommerce/control/main" target="_blank">eCommerce Demo</a>
+        <a href="https://demo40.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz" target="_blank">Management Apps</a>
+        <h3>Demos Provided by <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a> and <a href="http://www.contegix.com/" target="_blank">Contegix</a></h3>
+      
         <h2>Download OFBiz</h2>
         <a href="http://docs.ofbiz.org/x/rwM">Getting Started (Read this first)</a>
         <a href="http://docs.ofbiz.org/x/mgM">Source Access (Recommended)</a>
-        <a href="http://www.opensourcestrategies.com/ofbiz/downloads.php">Weekly Builds</a>
         <a href="http://docs.ofbiz.org/x/mAM">Copyright &amp; License</a>
       
         <h2>Resources &amp; Tools</h2>
@@ -128,58 +131,11 @@
     <div id="detail-column">
       <div id="special">
         <h2>What's new?</h2>
-          <p>Check out the presentation on <b>Apache OFBiz at JavaOne</b> by Ean Scheussler of <a href="http://www.brainfood.com" target="_blank">Brainfood</a> and David Jones of <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">HotWax Media</a>:
-              <a href="http://www28.cplan.com/cc158/sessions_catalog.jsp?ilc=158-1&amp;ilg=english&amp;isort=&amp;isort_type=&amp;is=yes&amp;icriteria1=+&amp;icriteria2=+&amp;icriteria7=+&amp;icriteria9=TS-7900&amp;icriteria8=&amp;icriteria3=" target="_blank">Session TS-7900, Apache OFBiz: Real-World Open Source Java Platform ERP</a>. It is on Wednesday May 9th at 4:10 PM.</p>
-          
-          <p><b>Apache OFBiz is now officially a TLP (top level project) at the Apache Software Foundation!</b>
-                See the details <a href="http://incubator.apache.org/projects/ofbiz.html">here</a>.</p>
-
-          <p>The 2006 OFBiz Users Conference turned out Great! The video recordings are available <a href="VideosConf.html">here</a>.</p>
-          
-          <p>Free Training Videos are now available that offer an introduction to the Apache OFBiz Framework, based on the example component.
-              They can be downloaded <a href="http://docs.ofbiz.org/x/PQM">here</a>.</p>
-          <h3>Main new features (additional information <a href="http://docs.ofbiz.org/x/-Qs"><u>here</u></a>).</h3>
-            <ul>
-              <li><b>Accounting</b>
-                <ul>
-                  <li>The accounting component is quickly improving. It should be complete soon...</li>
-                  <li>Trial Balance report</li>
-                </ul>
-              </li>
-              <li><b>POS</b>
-                <ul>
-                  <li>Password entry is now hidden</li>
-                  <li>You can now enter a promo code to be applied to the current sale via the promo menu</li>
-                  <li>You can now buy a configurable item (work in progress)</li>                                    
-                </ul>
-              </li>
-              <li><b>Framework</b>
-                <ul>
-                  <li>New integration with the Apache DBCP connection pool that is now the default connection pool manager in OFBiz (replacing Minerva)</li>
-                  <li>Several enhancements : code cleanups for Java 1.5, Java 1.5 markups, optimizations, improvements to memory usage etc...</li>
-                </ul>
-              </li>  
-              <li><b>Ecommerce</b>
-                <ul><li>New special purpose component for integration with Google Checkout</li></ul>
-              </li>
-              <li><b>Catalog</b>
-                <ul><li>New special purpose component for integration with Google Base</li></ul>
-                <ul><li>New special purpose component for integration with eBay</li></ul>
-                <ul><li>Enhanced support for manual promotions (i.e. promotions that are associated to a store but are applied only if the order entry clerk explicitly selects them)</li></ul>                
-                <ul><li>New data model elements, crud services, screens and seed data for modeling vendor-specific store settings and order with ship group per vendor</li></ul>
-              <li><b>Business Intelligence</b>
-                <ul><li>New component and framework for an integrated Business Intelligence application</li></ul>
-              </li>
-              <li><b>Project Management</b>
-                <ul><li>Template function created to enable the creation of new project from templates</li></ul>
-                <ul><li>Project copy function added</li></ul>
-                <ul><li>GanttChart now available for phases and tasks.</li></ul>
-                <ul><li>Added a resource manager, resource assignment to project and tasks</li></ul>
-                <ul><li>Timesheet for one week for easy entry</li></ul>
-                <ul><li>Project and phases information now show planned and actual data from the lower levels</li></ul>
-                <ul><li>Added demo data to be loaded with ant run-install</li></ul>                
-              </li>              
-            </ul>
+        <p>There are new features every day in OFBiz. For a summary <a href="http://docs.ofbiz.org/x/-Qs"><u>see new feature summary here</u></a>.</p>
+        <p>&nbsp;-&nbsp;Accounting: auto-posting services in testing and reports in build-out</p>
+        <p>&nbsp;-&nbsp;Project Management: extension of the WorkEffort and other base components, initially complete and being refined</p>
+        <p>Free Training Videos are now available that offer an introduction to the Apache OFBiz Framework, based on the example component.
+          They can be <a href="http://docs.ofbiz.org/x/PQM">downloaded here</a>.</p>
       </div>
 
       <div id="intro">
@@ -276,6 +232,9 @@
     <div id="announcements">        
         <h2>Announcements</h2>
 
+        <p>Check out the presentation on <b>Apache OFBiz at JavaOne</b> by Ean Scheussler of <a href="http://www.brainfood.com" target="_blank">Brainfood</a> and David Jones of <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">HotWax Media</a>:
+        <a href="http://www28.cplan.com/cc158/sessions_catalog.jsp?ilc=158-1&amp;ilg=english&amp;isort=&amp;isort_type=&amp;is=yes&amp;icriteria1=+&amp;icriteria2=+&amp;icriteria7=+&amp;icriteria9=TS-7900&amp;icriteria8=&amp;icriteria3=" target="_blank">Session TS-7900, Apache OFBiz: Real-World Open Source Java Platform ERP</a>. It was on Wednesday May 9th, 2007 at 4:10 PM.</p>
+      
         <p>Apache OFBiz is now officially a TLP (top level project) at the Apache Software Foundation!
            See the details <a href="http://incubator.apache.org/projects/ofbiz.html">here</a>.
         </p>