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 2009/04/08 12:39:05 UTC

svn commit: r763172 - /ofbiz/site/index.html

Author: jonesde
Date: Wed Apr  8 10:39:05 2009
New Revision: 763172

URL: http://svn.apache.org/viewvc?rev=763172&view=rev
Log:
New design for the site from Jira #OFBIZ-2261

Modified:
    ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=763172&r1=763171&r2=763172&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Apr  8 10:39:05 2009
@@ -1,159 +1,158 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-Licensed under the Apache License, Version 2.0 (the "License"); you may not
-use this file except in compliance with the License. You may obtain a copy of
-the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-License for the specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
-    <title>OFBiz, The Apache Open For Business Project - Open Source E-Business / E-Commerce, ERP, CRM, POS</title>
-    <link rel="stylesheet" href="images/ofbws.css" type="text/css"/>
-    <meta name="keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content management,customer,inventory"/>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <link rel="shortcut icon" href="images/ofbiz.ico"/>    
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+	<meta name="Distribution" content="Global" />
+	<meta name="Author" content="Hotwax Media, Brainfood" />
+	<meta name="Robots" content="index,follow" />
+        <title>OFBiz, The Apache Open For Business Project - Open Source E-Business / E-Commerce, ERP, CRM, POS</title>
+        <meta name="keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content management,customer,inventory"/>
+	<link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
+	<link rel="stylesheet" href="css/global.css" type="text/css" />
+	<link rel="stylesheet" href="css/home.css" type="text/css" />
+	<script type="text/javascript" src="js/prototype.js"></script>
+	<script type="text/javascript" src="js/scriptaculous.js"></script>
+	<script type="text/javascript" src="js/effects.js"></script>
+	<script type="text/javascript" src="js/slideshow.js"></script>
+	<script type="text/javascript" src="js/search.js"></script>	
+	<!--[if IE 6]> 
+	    <script type="text/javascript" src="js/pngFix.js"></script>
+	    <script type="text/javascript" src="js/global.js"></script>
+	<![endif]-->
 </head>
 
 <body>
-
-<!-- start header -->
-<div class="headerboxoutside">
-    <div class="headerboxtop">
-        <div class="left">
-            <a href="http://ofbiz.apache.org/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a>
+<!-- wrap starts here -->
+<div id="wrap-out">
+  <div id="wrap">
+  
+	<!--header -->
+	<div id="header">
+        <div id="logo">
+            <a href="#"><img src="images/logo.gif" /></a>
         </div>
-        <div class="right">
-            <a href="http://ofbiz.apache.org/"><img class="main-logo" src="images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a>
-            <a href="http://www.apache.org/"><img class="main-logo" src="images/apache-feather.png" alt="Apache Software Foundation"/></a>
+        <!-- Coming Soon... 
+        <div id="language">
+            Language: English
+        </div>
+        <div id="controls">
+            <a href="#">Login | </a> <a href="#">Register | </a> <a href="#">Settings</a>
+        </div>
+		-->
+        <div id="nav">
+			<ul>
+				<li id="current"><a href="http://ofbiz.apache.org/">Home</a></li>
+				<li><a href="http://docs.ofbiz.org/x/lQM">About</a></li>
+				<li><a href="http://docs.ofbiz.org/x/-Qs">Features</a></li>
+				<li><a href="http://docs.ofbiz.org/">Documentation</a></li>
+				<li><a href="http://build.ofbiz.org">Download</a></li>
+				<li><a href="http://docs.ofbiz.org/x/yAk">Community</a></li>		
+			</ul>
+        </div>
+        <div id="search">
+           <form method="POST" action="http://docs.ofbiz.org/dosearchsite.action" name="searchForm" style="padding: 1px; margin: 1px">
+               <input type="hidden" name="quickSearch" value="true" />
+               <input type="hidden" name="searchQuery.spaceKey" value="conf_global" />
+       	       <input type="text" id="name" class="class1 class2" accessKey="s" name="searchQuery.queryString" />
+           </form>
+        </div>
+        <div id="slides">
+            <div class="slideshow">
+                <div id="slide1">
+                    <div class="callout">
+                        The best things in life<br />
+                        are FREE.<br />
+                    </div>
+                    <div class="description">
+                        Apache Open For Business (OFBiz) is a community-driven open source project. That means, no licensing fees.
+                        For many, OFBiz is also the best e-commerce and enterprise resource planning (ERP) software available.
+                    </div>
+                    <div class="mantle">
+            			<img src="images/mantle.png" />
+            		</div>
+                </div>
+                <div id="slide2" style="display:none">
+                    <div class="callout">
+                        Lower Costs,<br />
+                        Higher Margins.<br />
+                    </div>
+                    <div class="description">
+                        Achieve a system that is as good or better than those available 
+                        from major proprietary ERPs at a significantly lower total project cost. 
+                        You can budget for custom features and added value rather than license and maintenance fees. 
+                    </div>
+                    <div class="mantle">
+            			<img src="images/mantle2.png" />
+            		</div>
+                </div>
+                <div id="slide3" style="display:none">
+                    <div class="callout">
+                        OPEN yourself up to all<br />
+                        of the possibilities<br />
+                    </div>
+                    <div class="description">
+                        Enjoy freedom from indefinite vendor lock; with OFBiz, you can fully leverage internal 
+                        resources and/or any of the dozens of organizations offering quality OFBiz 
+                        implementation and support services. 
+                    </div>
+                    <div class="mantle">
+            			<img src="images/mantle3.png" />
+            		</div>
+                </div>
+                <div id="slide4" style="display:none">
+                    <div class="callout">
+                        We have<br />
+                        street cred.<br />
+                    </div>
+                    <div class="description">
+                       OFBiz users can rely on the organizational, legal, and financial stability 
+                       that comes with OFBiz being a top-level project at the Apache Software Foundation (ASF).
+                    </div>
+                    <div class="mantle">
+            			<img src="images/mantle4.png" />
+            		</div>
+                </div>
+                <div id="slide5" style="display:none">
+                    <div class="callout">
+                        Just like muscles,<br />
+                        e-commerce should<br />
+                        be flexible.
+                    </div>
+                    <div class="description">
+                        Because you will have complete access to source code, you will eliminate "proprietary system" limitations. 
+                        The entire open source community benefits from making OFBiz as clear, flexible, and reusable as possible.
+                    </div>
+                    <div class="mantle">
+            			<img src="images/mantle5.png" />
+            		</div>
+                </div>
+            </div>
+            <div class="slidenav">
+                <a onclick="slideprevious()"><img src="images/backward.gif" alt="previous" id="previous" /></a> 
+                <a onclick="slidenext()"><img src="images/forward.gif" alt="next" id="next" /></a>
+            </div>
+            
+            
         </div>
-        <div class="endcolumns"><span>&nbsp;</span></div>
-    </div>
-</div>
-<!-- end header -->
 
-<div class="centerarea">
-  <div class="contentarea">
-<!-- content start -->
-
-    <div id="link-column">
-        <h2>What is Apache 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="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>
-        <a href="http://docs.ofbiz.org/x/Swg">Documentation</a>
-        <a href="VideosConf.html">Conference Videos</a>
-        <a href="http://docs.ofbiz.org/x/PQM">Framework Intro Videos</a>
-        
-        <h2>Demo Sites</h2>
-        <p>Temporary note: for the moment we use a self-certified certificate. No worries:  it's safe.</p>
-        <h3>Trunk Demo</h3>
-        <a href="http://demo.ofbiz.org/ecommerce/control/main" target="_blank">eCommerce Demo</a>
-        <a href="https://demo.ofbiz.org/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.ofbiz.org/ecommerce/control/main" target="_blank">eCommerce Demo</a>
-        <a href="https://demo40.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz" target="_blank">Management Apps</a>
-        <h3>Other Demos</h3>
-        <a href="http://docs.ofbiz.org/x/yg4" target="_blank">Alternative Demo Servers</a>
-      
-        <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/mAM">Copyright &amp; License</a>
-        <a href="http://docs.ofbiz.org/x/mgM">Source Access (Recommended)</a>
-        <a href="http://build.ofbiz.org/">Nightly Builds (Ready to use)</a>
-        
-        <h2>Resources &amp; Tools</h2>
-        <a href="http://docs.ofbiz.org/x/Swg">Main Documentation Page</a>
-        <a href="http://docs.ofbiz.org/x/yAk">Mailing Lists</a>
-        <a href="https://issues.apache.org/jira/browse/OFBIZ">Issue Tracker (Jira)</a>
-        <a href="http://docs.ofbiz.org/x/mgM">Source Repository (SVN)</a>
-        <a href="http://fisheye6.cenqua.com/browse/ofbiz">Source Browse and Stats (Fisheye)</a>
-        <!-- no RSS feed any more... <a href="http://www.ofbiz.org/rss/svnlog.rss">SVN Commit RSS Feed</a> -->
-        <a href="http://api.ofbiz.org/">API Reference (Javadoc)</a>
-        <a href="http://docs.ofbiz.org/display/OFBIZ">Documentation Site: Wiki</a>
-        <a href="VideosConf.html">Conference Videos</a>
-        <a href="http://docs.ofbiz.org/x/QQg">Books</a>
-        <a href="http://docs.ofbiz.org/x/SgU">Open Source Projects, Standards</a>
-
-        <!-- DEJ20080122 commenting these out, may want to totally remove eventually as they are only of interest for historical purposes
-        <h2>Old Resources</h2>
-        <a href="http://lists.ofbiz.org">Old Mailing Lists</a>
-        <a href="http://jira.ofbiz.org">Old Issue Tracker (Jira)</a>
-        <a href="http://ofbizwiki.go-integral.com">Old Wiki</a>
-        <a href="https://ofbiz.dev.java.net/">The Old Java.net Site</a>
-        <a href="http://sourceforge.net/projects/ofbiz">The Old SourceForge.net Site</a>
-        <a href="http://incubator.apache.org/projects/ofbiz.html">Apache Incubator Status</a>
-        -->
-        
-        <h2>Apache OFBiz Related Blogs</h2>
-        <a href="http://osofbiz.blogspot.com">Open Source Business and Open For Business by David E. Jones</a>
-        <a href="http://ofbiz-new.blogspot.com">What's New in OFBiz by Si Chen</a>
-        
-        <h2>Apache OFBiz Communities</h2>
-        <h3>Locales</h3>
-  <!-- not really a community?
-        <a href="http://www.nereide.biz/rubrique.php3?id_rubrique=5">France</a> -->
-        <a href="http://www.ofbiz.de" target="_blank">Germany</a>
-        <a href="http://www.ofbiz.in.th" target="_blank">Thailand</a>
-        <a href="http://www.ofbiz.nl" target="_blank">Netherlands</a>
-  <!-- currently not available
-        <a href="http://www.ofbiz.co.uk" target="_blank">United Kingdom</a>
-        <a href="http://www.ofbizchina.com">China</a> -->
-        <a href="http://www.ofbiz.it" target="_blank">Italy</a>
-        <!-- <div>NOTE: These sites are not official parts of OFBiz.org but are maintained by users and enthusiasts of OFBiz in different parts of the world and provide valuable resources and localized information.</div> -->
-        <h3>Industries</h3>
-        <a href="http://opentravelsystem.org">Travel</a>
-        <a href="http://www.openegovernment.org">Government</a>
-
-        <h2>Service Providers</h2>
-        <a href="http://docs.ofbiz.org/x/JAM" target="_blank"><b>Complete Listing on Wiki</b></a>
-        <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank"><b>Hotwax Media</b></a>
-        <a href="http://www.antwebsystems.com" target="_blank"><b>Ant Websystems</b></a>
-        <a href="http://www.opensourcestrategies.com/ofbiz/" target="_blank"><b>Open Source Strategies, Inc.</b></a>
-        <a href="http://www.go-integral.com" target="_blank"><b>Integral Business Solutions</b></a>
-        <a href="http://www.brainfood.com" target="_blank"><b>Brainfood</b></a>
-        <a href="http://www.automationgroups.com" target="_blank"><b>Automation Groups International</b></a>
-        <a href="http://openplus.co.uk" target="_blank"><b>Open Plus Ltd</b></a>
-        <a href="http://www.opentrends.net/web/english/philosophy.html" target="_blank"><b>openTrends</b></a>
-        <a href="http://www.nereide.biz" target="_blank"><b>Nereide</b></a>
-        <a href="mailto:dirk.osterkamp@agrenon.com" target="_blank"><b>Agrenon GmbH</b></a>
-        
-        <h2>Apache Software Foundation</h2>
-        <a href="http://www.apache.org" target="_blank"><b>Apache Software Foundation</b></a>  
-        <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank"><b>Sponsorship</b></a>  
-        <a href="http://www.apache.org/foundation/thanks.html" target="_blank"><b>Sponsors</b></a>
-        
-        <h2>OFBiz Infra Sponsorship</h2>
-        <h3>Demos, Nightly Builds, API Site, and Docs Site 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>
-    </div>
-    
-    <div id="detail-column">
-      <div id="special">
-        <h2>What's new?</h2>
-        <p><a href="http://us.apachecon.com/c/acus2008/"><img src="http://www.apache.org/ads/ApacheCon/2008-usa-125x125.png" alt="ApacheCon US 2008" align="left"/></a>
-        <b>CHECK IT OUT!</b> There is a special <a href="http://us.apachecon.com/c/acus2008/schedule/ofbiz-symposium">OFBiz Symposium</a> at <a href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a> in New Orleans on Novemver 3-7. This event includes 2 days of training sessions, 2 days of conference presentations, and BOF sessions in the evening after the conference. Because it is a part of ApacheCon attendees can also enjoy other ApacheCon training and conference sessions and participate in other events including the Hackathon, Barcamp Apache (wiki driven unconference), and the Expo (show floor) which will include companies using OFBiz as well as others. See <a href="http://us.apachecon.com/c/acus2008/schedule/ofbiz-symposium">schedule details here</a>, and <a href="http://guest.cvent.com/i.aspx?4W,M3,e057feb1-c5f1-4430-a0ce-c4d78049759e">register here</a>.</p>
-        <p>There are new features every day in OFBiz. For a summary <a href="http://docs.ofbiz.org/x/-Qs">see new feature summary here</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">
-        <h2>Introduction: What is Apache OFBiz?</h2>
-        <p>The Apache Open For Business Project is an open source enterprise 
+        <script type="text/javascript">
+            var slides = ['slide1','slide2','slide3','slide4','slide5']; 
+			initslideshow(slides);
+		</script>
+
+	</div>
+	<!--header ends-->	
+	
+
+	<!-- content-wrap starts -->
+	<div id="content-wrap" class="clearfix">
+		<div id="main">
+			
+			<h2>What is Apache OFBiz?</h2>
+			<h3>Learn more about the project</h3>
+
+			<p>The Apache Open For Business Project is an open source enterprise 
         automation software project licensed under the Apache License Version 2.0. By open source enterprise automation we mean:
         Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, 
         Open Source CMMS/EAM, and so on.</p>
@@ -171,33 +170,32 @@
           <a href="http://docs.ofbiz.org/x/hgM">Is Apache OFBiz for Me?</a>,
           <a href="feature-list.html">Feature List</a>, and
           <a href="comingsoon.html">Features Coming Soon</a>
+
         </p>
 
         <p>For more technical information, see the <a href="http://docs.ofbiz.org/x/Swg">Documentation</a> page.</p>
-        
-        <p>Apache OFBiz offers a great deal of functionality, including:</p>
+		<p>Apache OFBiz offers a great deal of functionality, including:</p>
         <ul>
          <li>advanced e-commerce</li>
+
          <li>catalog management</li>
          <li>promotion &amp; pricing management</li>
          <li>order management (sales &amp; purchase)</li>
          <li>customer management (part of general party management)</li>
          <li>warehouse management</li>
+
          <li>fulfillment (auto stock moves, batched pick, pack &amp; ship)</li>
          <li>accounting (invoice, payment &amp; billing accounts, fixed assets)</li>
          <li>manufacturing management</li>
          <li>general work effort management (events, tasks, projects, requests, etc)</li>
          <li>content management (for product content, web sites, general content, blogging, forums, etc)</li>
+
          <li>a maturing Point Of Sales (POS) module using <b><a href="http://www.xoetrope.com/xui" target="_blank">XUI</a></b> as rich client interface</li>
          <li>and much more all in an open source package!</li>
         </ul>
-      </div>
-
-        <div id="users">
-            <!-- NOTE DEJ20061231 Please leave this section here; it is duplicated information from the User List page on docs.ofbiz.org, but represents a selection of the best sites and is important to leave here as it is something always asked about -->
-            <h2>Who is Using Apache OFBiz?</h2>
-            
-            <p>It's hard to say who and how many organizations are using Apache OFBiz because you don't have to tell us when you use it, but there are lots of public sites and we've listed some of them for you here.</p>
+		
+		<h2>Who is Using Apache OFBiz?</h2>
+			<p>It's hard to say who and how many organizations are using Apache OFBiz because you don't have to tell us when you use it, but there are lots of public sites and we've listed some of them for you here.</p>
             
             <p>Products based on Apache OFBiz:
                 <a href="http://www.codesquare.com/products.html" target="_blank">Codesquare Helix</a>
@@ -208,7 +206,6 @@
                 <a href="http://sourcetapcrm.sourceforge.net" target="_blank">SourceTap CRM (GPL/Commercial)</a>
                 <a href="http://www.neulion.com" target="_blank">NeuLion SAVANNA</a>
                 <a href="http://www.mietta.info" target="_blank">XtraMind Mietta 2</a>
-                <!-- <a href="http://www.linux-at-business.com/article.php3?id_article=64" target="_blank">Linux@Business INF (French)</a> -->
             </p>
             
             <p>A selection of public sites (mostly, but not all, ecommerce) using Apache OFBiz:
@@ -216,8 +213,6 @@
                 <a href="http://www.actionenvelope.com/" target="_blank">***Action Envelope</a>
                 <a href="http://checkmark.heart.org/" target="_blank">***American Heart Association: Grocery List Builder</a>
                 <a href="http://www.ameniti.com/" target="_blank">***Ameniti Luxury Travel Club</a>
-                <!--a href="http://hello2.cellularone.com/" target="_blank">**CellularOne (flash front-end)</a>
-                <a href="http://www.chocolatesecrets.net/index.htm" target="_blank">**Chocolate Secrets</a-->
                 <a href="http://www.citydeals.com/deals/control/main" target="_blank">***City Deals</a>
                 <a href="http://www.complianceonline.com/ecommerce/control/main" target="_blank">**Compliance Online Store</a>
                 <a href="http://www.dkny.com/control/main" target="_blank">**DKNY</a>
@@ -229,134 +224,111 @@
                 <a href="http://www.parago.com" target="_blank">***Parago</a>
                 <a href="http://www.partnerhomes.com" target="_blank">**Partner Homes</a>
                 <a href="http://www.peacockalley.com/control/main" target="_blank">***Peacock Alley</a>
-                <!--a href="http://www.esalton.com/control/main" target="_blank">***Salton</a-->
                 <a href="http://www.shirtpainter.com/ecommerce/control/main" target="_blank">***Shirt Painter (German)</a>
                 <a href="https://www.silverwingsplus.com/swhome/control/swpHome" target="_blank">***Silver Wings Plus Club</a>
                 <a href="http://www.steinersports.com/ssm/control/home" target="_blank">***Steiner Sports</a>
-                <a href="http://www.totes-isotoner-sales.com/ecommerce/control/main" target="_blank">**totes >> ISOTONER</a>
+                <a href="http://www.totes-isotoner-sales.com/ecommerce/control/main" target="_blank">**totes &gt;&gt; ISOTONER</a>
                 <a href="http://www.ulta.com/control/main" target="_blank">***Ulta</a>
                 <a href="http://www.undersunconsulting.com/control/home.html" target="_blank">**Undersun Consulting</a>
                 <a href="http://store.xinit.com/ecommerce/control/main" target="_blank">***Xinit Systems</a>
-                <!--a href="http://www.worldfranchisecouncil.org/control/cpview?contentId=WFC_HOME" target="_blank">**World Franchise Council</a-->
             </p>
             <p>For a more complete list of sites see the <a href="http://docs.ofbiz.org/x/ZQM">Apache OFBiz User List</a> page.</p>
-      </div>
-        <div id="inthenews">        
-            <h2>Apache OFBiz in the News</h2>
-            <p>2009-03-26 &quot;<a href="http://opensourceerpguru.com/2009/03/01/open-source-erp-e-commerce-with-apache-ofbiz" target="_blank">Open Source ERP E-commerce With Apache OfBiz.</a>&quot; on <a href="http://opensourceerpguru.com/" target="_blank">Open source ERP Guru</a></p>
-            <p>2009-02-17 &quot;<a href="http://www.itbusinessedge.com/cm/community/features/articles/blog/what-do-you-want-from-your-erp-supplier-in-2009/?cs=30549" target="_blank">What Do You Want from Your ERP Supplier in 2009?</a>&quot; on <a href="http://www.itbusinessedge.com/" target="_blank">IT Business Edge</a></p>
-            <p>2009-02-16 &quot;<a href="http://www.itbusinessedge.com/cm/community/features/articles/blog/despite-criticism-erp-vendors-satisfying-their-customers/?cs=30524&page=1" target="_blank">Despite Criticism, ERP Vendors Satisfying Their Customers</a>&quot; on <a href="http://www.itbusinessedge.com/" target="_blank">IT Business Edge</a></p>
-            <p>2009-02-07 &quot;<a href="http://wooga.drbacchus.com/apache-ofbiz-development" target="_blank">A review of 'Apache OFBiz Development: The Beginner's Tutorial'.</a>&quot; on <a href="http://www.rcbowen.com/" target="_blank">DrBacchus' Journal (aka Richard Bowen, Richard is a member of the Apache Software Foundation)</a></p>
-            <p>2008-11-09 &quot;<a href="http://www.packtpub.com/apache-ofbiz-development-beginners-tutorial/book" target="_blank">Apache OFBiz Development: The Beginner's Tutorial (a new book from Packt Publishing, cover only release 4.0).</a>&quot; on <a href="http://www.packtpub.com/" target="_blank">Packt Publishing</a></p>
-            <p>2008-02-19 &quot;<a href="http://www.ebizq.net/hot_topics/open_source/features/8926.html" target="_blank">Can OSS ERP Projects Meet User Demand? (registration required)</a>&quot; on <a href="http://www.ebizq.net" target="_blank">ebizQ</a></p>
-            <p>2007-10-15 &quot;<a href="http://www.techworld.com/storage/features/index.cfm?featureid=3729&amp;pagtype=all" target="_blank">Using open source to give you what you want</a>&quot; on <a href="http://www.techworld.com" target="_blank">Techworld</a></p>
-            <p>2007-09-24 &quot;<a href="http://www.computerweekly.com/Articles/2007/09/24/226987/e-tailer-cuts-licensing-costs-with-linux-server.htm" target="_blank">E-tailer cuts licensing costs with Linux server</a>&quot; on <a href="http://www.computerweekly.com/" target="_blank">ComputerWeekly</a></p>
-            <p>2007-09-10 &quot;<a href="http://www.infoworld.com/article/07/09/10/37FE-boss-applications_1.html" target="_blank">Best of open source applications</a>&quot; on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p>
-            <p>2007-02-26 &quot;<a href="http://www.crn.com/software/197008228" target="_blank">6 Key Players In ERP</a>&quot; on <a href="http://www.crn.com/" target="_blank">CRN</a></p>
-            <p>2007-02-22 &quot;<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9011649" target="_blank">More midmarket firms choose open-source ERP</a>&quot; on <a href="http://www.computerworld.com/" target="_blank">ComputerWorld</a></p>
-            <p>2006-12-06 &quot;<a href="http://feathercast.org/?p=37" target="_blank">Feathercast Episode 22: OFBiz</a>&quot; on <a href="http://feathercast.org/" target="_blank">FeatherCast</a></p>
-            <p>2006-11-30 &quot;<a href="http://www.linuxworld.com/podcasts/linux/ean_schuessler_on_apache_open.html" target="_blank">LinuxWorld LinuxCast: Ean Schuessler on Apache Open For Business</a>&quot; on <a href="http://www.linuxworld.com/" target="_blank">LinuxWorld</a></p>
-            <p>2006-10-25 &quot;<a href="http://www.sema.org/main/semaorghome.aspx?id=56095" target="_blank">SEMA Technology: Open Source Explained</a>&quot; on <a href="http://www.sema.org/main/semaorghome.aspx?ID=/content/SEMAorg/HomePage" target="_blank">SEMA.org</a></p>
-            <p>2006-10-02 &quot;<a href="http://joss4biz.interition.net/roller/page/joss4biz/20061002" target="_blank">JOSS4BIZ Episode 5 - David E Jones and Apache OfBiz</a>&quot; on <a href="http://joss4biz.interition.net/" target="_blank">JOSS4BIZ Podcast</a></p>
-            <p>2006-09-30 &quot;<a href="http://dev.mysql.com/tech-resources/interviews/si-chen-opentaps.html" target="_blank">Interview with Si Chen by Colin Charles</a>&quot; on <a href="http://dev.mysql.com" target="_blank">Mysql Developer Zone</a></p>
-            <p>2006-08-28 &quot;<a href="http://blogs.zdnet.com/service-oriented/?p=698" target="_blank">AMR: SOA will kill ERP</a>&quot; on <a href="http://www.zdnet.com/" target="_blank">ZDNet</a></p>
-            <p>2006-06-23 &quot;<a href="http://www.crn.com/sections/special/reports/sellingsmb.jhtml?articleId=189600063" target="_blank">ERP Enters Open-Source Renaissance</a>&quot; on <a href="http://www.crn.com/" target="_blank">CRN</a></p>
-            <!--p>2006-06-10 &quot;<a href="http://software.newsforge.com/article.pl?sid=06/06/10/0325247&amp;tid=132&amp;tid=15" target="_blank">Why Enterprises are Adopting Open Source Apps</a>&quot; on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p-->
-            <p>2006-03-13 &quot;<a href="http://www.eweek.com/c/a/Enterprise-Apps/ERP-Share-and-Share-Alike/" target="_blank">ERP: Share and Share Alike</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
-        </div>
-        
-      <div id="announcements">        
-        <h2>Old Announcements and News</h2>
-        <h3>Announcements</h3>
-          
-        <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>
-          
-        <p>The 2006 OFBiz Users Conference turned out Great! The video recordings are available <a href="VideosConf.html">here</a>.</p>
-        <p>The <b>2006 Open For Business Users Conference</b> was held in Ephraim, UT, USA on the 3rd and 4th of November, 2006.
-              Special thanks to <a href="http://www.automationgroups.com" target="_blank">Automation Groups</a> for hosting the conference this year.
-        </p>
-          
-        <p>Apache OFBiz had an exhibit booth and BoF session at the upcoming OSCON show in Portland, OR on 26-28 July 2006. For details see the mailing list announcement
-            <a href="http://lists.ofbiz.org/pipermail/users/2006-June/012727.html">here</a>.</p>
-
-        <p>OFBiz is in the Apache Incubator. See the status here: <a href="http://incubator.apache.org/projects/ofbiz.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>
-          
-        <p>The 2005 OFBiz Users Conference turned out Great! The video recordings are available <a href="VideosConf.html">here</a>.</p>
-          
-        <p>The <b>2005 Open For Business Users Conference</b> was held in St. Louis, MO, USA on the 21st and 22nd of July, 2005.
-        Special thanks to <a href="http://www.contegix.com" target="_blank">Contegix</a> for hosting the conference this year.
-         <a href="http://www.hotwaxmedia.com/?atc=OFB">Hotwax Media</a> teamed up with Contegix to offer 2 days of training prior to the conference (on July 19-20). 
-        For details and registration information please see the <a href="http://lists.ofbiz.org/pipermail/users/2005-May/007887.html" target="_blank">official announcement</a> on the OFBiz Users mailing list, 
-        and the <a href="http://lists.ofbiz.org/pipermail/users/2005-May/007926.html" target="_blank">preview/update</a> with more information about what you'll see there.
-        </p>
-        <p>Also see the <a href="http://lists.ofbiz.org/pipermail/users/2005-July/008161.html" target="_blank">latest update on the 2005 OFBiz Users Conference</a> with detailed session information and everything you need to know to attend.</p>
-          
-        <p>New Case Study from Integral Business Solutions about their projects
-          based on Apache OFBiz, especially recent work they have done for the US Air Force. <a href="IntegralAirForceCaseStudy.pdf">Download the complete document here.</a></p>
-        
-        <p>Apache OFBiz Basic Production Setup document Now Available: <a href="http://docs.ofbiz.org/x/j">Apache OFBiz Production Setup Guide</a>.
-        This is a free download meant to help you get going with Apache OFBiz. It is sponsored by 
-         <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a> and 
-        <a href="http://www.go-integral.com" target="_blank">Integral Business Solutions</a>.
-        </p>
-        
-        <p>New Success Story Article about OFBiz on java.net:
-        <a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">Read it here.</a>
-        </p>
-        
-        <p>The <b>2004 Open For Business Users Conference</b> was
-        held in Minneapolis, MN, USA on the 27th and 28th of May, 2004. It was
-        hosted by <a href="http://www.go-integral.com" target="_blank">Integral Business Solutions</a>
-        and held in a contributed room on the new Best Buy campus. Just like
-        the 2003 conference hosted by <a href="http://www.automationgroups.com" target="_blank">Automation Groups</a>
-        this conference turned out great, and was well attended. We did a recording
-        of the conference again this year, but this time it is DVD quality, and requires
-        2 DVDs even though it is compressed with DivX. Includes about 14 hours of high quality
-        discussion and presentation of new and stable features in OFBiz.
-        For more information, see the <a href="VideosConf.html">Conference Videos</a> page.
-        </p>
-          
-        <h3>News</h3>
-        <p>2005-11-18 &quot;<a href="http://www.thechannelinsider.com/article/The+Case+for+OpenSource+ERP/165733_1.aspx" target="_blank">The Case for Open-Source ERP</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
-        <p>2005-09-06 &quot;<a href="http://www.thechannelinsider.com/article/Open+Source+Offers+ERP+Alternative/159460_1.aspx" target="_blank">Open Source Offers ERP Alternative</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
-        <p>2005-09/10 &quot;Gaining Acceptance: Real-World Experiences with Open Source Business Applications (Vol 1, Num 2, Page 40)&quot; on <a href="http://www.eosj.com/" target="_blank">Enterprise Open Source Journal</a></p>
-        <p>2005-08-08 &quot;<a href="http://www.infoworld.com/article/05/08/08/32FEosscrm_1.html?s=feature" target="_blank">Open Source CRM</a>&quot; on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p>
-        <p>2005-06-16 &quot;<a href="http://searchenterpriselinux.techtarget.com/originalContent/0,289142,sid39_gci1098875,00.html" target="_blank">SMBs no longer shut out of ERP</a>&quot; on <a href="http://searchenterpriselinux.techtarget.com/" target="_blank">SearchEnterpriseLinux.com</a></p>
-        <!--p>2005-01-26 &quot;<a href="http://newsvac.newsforge.com/article.pl?sid=05/01/26/1648214" target="_blank">ObjectWeb announces Winners of Best Use Cases Award</a>&quot; on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p-->
-        <p>2004-09-11 &quot;<a href="http://www.cio.com.au/index.php?id=318248421" target="_blank">Open For Business</a>&quot; on <a href="http://www.cio.com.au/index.php" target="_blank">CIO Australia</a></p>
-        <p>2004-09-07 &quot;<a href="http://www.technology-evaluation.com/Research/ResearchHighlights/FreeOpenSource/2004/09/research_notes/prn_VN_FS_JC_09_07_04_1.asp" target="_blank">TEC Talks to the Open For Business Project - Free and Open Source Software Business Models Part One: OFBiz</a>&quot; on <a href="http://www.technology-evaluation.com/" target="_blank">Technology Evaluation Centers</a></p>
-        <p>2004-06-01 &quot;<a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">java.net Success Story: Open For Business</a>&quot; on <a href="http://www.java.net/" target="_blank">java.net</a></p>
-        <p>2004-03-10 &quot;<a href="http://www.ecsforum.org/ecsforum.asp?page=AnnualConf2004" target="_blank">The Open Source Alternative for Direct Commerce (presentation)</a>&quot; on <a href="http://www.ecsforum.org/home.asp" target="_blank">eCSForum</a></p>
-        <p>2003-06-01 &quot;<a href="http://www.connect-utah.com/article.asp?r=39&amp;iid=4&amp;sid=1" target="_blank">A New Business Model for Web Services</a>&quot; on <a href="http://www.connect-utah.com/" target="_blank">Connect Magazine</a></p>
-        <p>2003-03-01 &quot;<a href="http://www.internetretailer.com/article.asp?id=8731" target="_blank">They Did It Their Way</a>&quot; on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p>
-        <p>2003-01-27 &quot;<a href="http://www.internetretailer.com/dailyNews.asp?id=8499" target="_blank">ReturnBuy.com’s open source platform saves big off the bat</a>&quot; on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p>
-      </div>
 
-    </div>
 
-    <div class="endcolumns"><span>&nbsp;</span></div>    
 
-<!-- content end -->
+            <h2>In the News</h2>
+              <ul>
+                <li><a href="http://opensourceerpguru.com/2009/03/01/open-source-erp-e-com
+merce-with-apache-ofbiz" target="_blank">Open Source ERP E-commerce With Apache OfBiz.</a> on <a href="htt
+p://opensourceerpguru.com/" target="_blank">Open source ERP Guru</a></li>
+                <li><a href="http://www.itbusinessedge.com/cm/community/features/articles/blog/what-do-you-want-from-your-erp-supplier-in-2009/?cs=30549" target="_blank">What Do You Want from Your ERP Supplier in 2009?</a> on <a href="http://www.itbusinessedge.com/" target="_blank">IT Business Edge</a></li>
+                <li><a href="http://www.itbusinessedge.com/cm/community/features/articles/blog/despite-criticism-erp-vendors-satisfying-their-customers/?cs=30524&amp;page=1" target="_blank">Despite Criticism, ERP Vendors Satisfying Their Customers</a> on <a href="http://www.itbusinessedge.com/" target="_blank">IT Business Edge</a></li>
+                <li><a href="http://wooga.drbacchus.com/apache-ofbiz-development" target="_blank">A review of 'Apache OFBiz Development: The Beginner's Tutorial'.</a> on <a href="http://www.rcbowen.com/" target="_blank">DrBacchus' Journal (aka Richard Bowen, Richard is a member of the Apache Software Foundation)</a></li>
+                <li><a href="http://www.packtpub.com/apache-ofbiz-development-beginners-tutorial/book" target="_blank">Apache OFBiz Development: The Beginner's Tutorial (a new book from Packt Publishing, cover only release 4.0).</a> on <a href="http://www.packtpub.com/" target="_blank">Packt Publishing</a></li>
+                <li><a href="http://www.ebizq.net/hot_topics/open_source/features/8926.html" target="_blank">Can OSS ERP Projects Meet User Demand? (registration required)</a> on <a href="http://www.ebizq.net" target="_blank">ebizQ</a></li>
+
+              </ul>
+	</div>
+		<!-- main ends -->
+		
+
+		<!-- sidebar starts -->
+		<div id="sidebar">
+			
+			<div class="downloadNow"><a href="http://build.ofbiz.org/builds/ofbiz-trunk-current.zip"><img src="images/download.jpg" /></a></div>		
+			<div class="downloadLinks clearfix"><span class="docs"><a href="http://docs.ofbiz.org">Documentation</a></span><span class="previousVersions"><a href="http://build.ofbiz.org">Previous Versions</a></span></div>	
+			<h3>Service Providers</h3>
+			<ul class="sidemenu">
+				<li><a href="http://docs.ofbiz.org/x/JAM" target="_blank">Complete Listing on Wiki</a></li>
+        		<li><a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a></li>
+        		<li><a href="http://www.antwebsystems.com" target="_blank">Ant Websystems</a></li>
+        		<li><a href="http://www.brainfood.com" target="_blank">Brainfood</a></li>
+        		<li><a href="http://www.alexanderinteractive.com" target="_blank">Alexander Interactive</a></li>
+        		<li><a href="http://www.opensourcestrategies.com/ofbiz/" target="_blank">Open Source Strategies, Inc.</a></li>
+        		<li><a href="http://www.go-integral.com" target="_blank">Integral Business Solutions</a></li>
+        		<li><a href="http://www.automationgroups.com" target="_blank">Automation Groups International</a></li>
+        		<li><a href="http://openplus.co.uk" target="_blank">Open Plus Ltd</a></li>
+        		<li><a href="http://www.opentrends.net/web/english/philosophy.html" target="_blank">openTrends</a></li>
+        		<li><a href="http://www.nereide.biz" target="_blank">Nereide</a></li>
+        		<li><a href="mailto:dirk.osterkamp@agrenon.com" target="_blank">Agrenon GmbH</a></li>
+			</ul>	
+
+			<h3>Demo Sites</h3>
+			<ul class="sidemenu">
+				<li><a href="http://demo.ofbiz.org/ecommerce/control/main">Front-End Store <br /><span>this demo is based on the current svn trunk</span></a></li>
+				<li><a href="https://demo.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz">Management Apps<br /><span>this demo is based on the current svn trunk</span></a></li>
+				<li><a href="http://demo40.ofbiz.org/ecommerce/control/main">4.0 Front-End Store <br /><span>this demo is based on the 4.0 Release branch</span></a></li>
+				<li><a href="https://demo40.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz">4.0 Management Apps <br /><span>this demo is based on the 4.0 Release branch</span></a></li>
+				<li><a href="http://log.ofbiz.org/">Daily Log Files<br /><span>trunk and release demo log files.</span></a></li>
+			</ul>
+			
+			<h3>Resources &amp; Tools</h3>
+			<ul class="sidemenu">
+				<li><a href="http://docs.ofbiz.org/x/Swg">Main Documentation Page</a></li>
+        		<li><a href="http://docs.ofbiz.org/x/yAk">Mailing Lists</a></li>
+        		<li><a href="https://issues.apache.org/jira/browse/OFBIZ">Issue Tracker (Jira)</a></li>
+        		<li><a href="http://docs.ofbiz.org/x/mgM">Source Repository (SVN)</a></li>
+        		<li><a href="http://fisheye6.cenqua.com/browse/ofbiz">Source Browse and Stats (Fisheye)</a></li>
+        		<li><a href="http://api.ofbiz.org/">API Reference (Javadoc)</a></li>
+        		<li><a href="http://docs.ofbiz.org/display/OFBIZ">Documentation Site: Wiki</a></li>
+        		<li><a href="VideosConf.html">Conference Videos</a></li>
+        		<li><a href="http://docs.ofbiz.org/x/QQg">Books</a></li>
+        		<li><a href="http://docs.ofbiz.org/x/SgU">Open Source Projects, Standards</a></li>
+			</ul>
+			
+			<h3>Apache OFBiz Related Blogs</h3>
+			<ul class="sidemenu">
+				<li><a href="http://osofbiz.blogspot.com">Open Source Business and Open For Business<br /><span>by David E. Jones</span></a></li>
+        		<li><a href="http://ofbiz-new.blogspot.com">What's New in OFBiz<br /><span>by Si Chen</span></a></li>
+			</ul>
+			
+
+                        <h3>OFBiz Infra Sponsorship</h3>
+                        <ul class="sidemenu">
+                          <li>Demos, Nightly Builds, Nightly Demo Logs, API Site, and Docs Site 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></li>
+                        </ul>
+
+		</div>
+		<!-- sidebar ends -->
+		
+	</div>
+	<!-- content-wrap ends-->
+		
+
+	<!-- footer starts here -->	
+	<div id="footer-wrap">
+        <div id="footer-content">
+
+            &copy; Copyright 2001-2008 The Apache Software Foundation - www.apache.org
+
+        </div>
+    </div>
+	<div class="clearer"></div>
+	<!-- footer ends here -->
+
   </div>
 </div>
-<br/>
-<div align="center">
-    <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://ofbiz.apache.org/"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/></a>
-    <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!"/></a>
-</div>
-<br/>
-<div id="footer" align="center">
-  <div>Copyright (c) 2001-2008 The Apache Software Foundation - <a href="http://www.apache.org/" class="tabletext" target="_blank">www.apache.org</a></div>
-</div>
-<br/>
+<!-- wrap ends here -->
 
 </body>
 </html>