Author: jonesde
Date: Tue Jan 22 11:24:09 2008 New Revision: 614289 URL: http://svn.apache.org/viewvc?rev=614289&view=rev Log: More cleanups based on feedback from Adrian; cleaned up the CSS file; made the site look more like other Apache top level sites 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=614289&r1=614288&r2=614289&view=diff ============================================================================== --- ofbiz/site/images/ofbws.css (original) +++ ofbiz/site/images/ofbws.css Tue Jan 22 11:24:09 2008 @@ -1,4 +1,6 @@ +/* Apache general header color R:G:B 82:93:118, #525D76 */ + BODY { font-family: Arial, Verdana, Helvetica, sans-serif; background: white; @@ -8,14 +10,19 @@ margin-left: 0px; } -a { +A { color: #2D4362; } -a:hover { +A:hover { color: #934000; } +UL { +margin-top: 0; +margin-bottom: 0; +} + DIV.endcolumns { clear: both; font-size: 1px; @@ -26,98 +33,29 @@ border: 0; } -.tab-button { - height: 15px; - width: 10px; - border: 0; -} - -.centerarea { +DIV.centerarea { margin-left: 2px; margin-right: 2px; margin-top: 2px; } -.contentarea, .whitearea { -background: #FFFFFF; -} - -.blackarea { -background: #000000; -} - -.mainblock { -background-color: #BFCBCE; -vertical-align: top; -} - -.tabdownblock { -background-color: #A7B2B7; -} - -.tabdowncenter { -font-family: Arial, Verdana, Helvetica, sans-serif; -background-image: url(tabs/tab_down_fill.gif); -background-color: #A7B2B7; -font-size: 15pt; -text-align: center; -vertical-align: middle; -color: #000000; -} - -.tabdownleft { -background-image: url(tabs/tab_down_left.gif); -background-color: #A7B2B7; -} - -.tabdownright { -background-image: url(tabs/tab_down_right.gif); -background-color: #A7B2B7; -} - -.tabupcenter { -font-family: Arial, Verdana, Helvetica, sans-serif; -background-image: url(tabs/tab_up_fill.gif); -background-color: #BFCBCE; -font-size: 15pt; -text-align: center; -vertical-align: middle; -color: #000000; -} - -.tabupleft { -background-image: url(tabs/tab_up_left.gif); -background-color: #BFCBCE; -border-width: 0px; -padding: 0px; -} - -.tabupright { -background-image: url(tabs/tab_up_right.gif); -background-color: #BFCBCE; +DIV.contentarea { +margin-top: 10px; +padding: 10px; } -A.tablink,A.tablink:hover,A.tablinkselected,A.tablinkselected:hover { +#footer { +font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10pt; -font-weight: bold; -text-align: center; -text-decoration: none; color: #2D4362; } -A.tablink:hover,A.tablink:active,A.tablinkselected { -color: #934000; -} - .headerboxoutside { -background: #FFFFFF; padding: 0; width: 100%; } .headerboxtop { -background: #FFFFFF; padding-top: 10px; } @@ -136,73 +74,25 @@ } .headerboxbottom { -background: #FFFFFF; padding: 0; } -.boxoutside { -background: #FFFFFF; -padding: 0px; -border-color: #999999; -border-style: dotted; -border-width: 1px 1px 1px 1px; -} - -.boxtop { -background: #CDDADC; -padding-top: 1px; -padding-bottom: 1px; -padding-right: 4px; -padding-left: 4px; -} - -.boxbottom { -background: #E2E7EC; -padding: 2px; -} - -.boxhead { -margin: 0px; -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 12px; -font-weight: bold; -text-decoration: none; -color: #934000; -} - -A.boxheadbutton { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 8pt; -font-weight: bold; -text-decoration: none; -color: #FFFFFF; -} - -A.boxheadbutton:hover { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 8pt; -font-weight: bold; -text-decoration: none; -color: red; -} - /* ===== link-column Styles ===== */ #link-column { float: left; width: 210px; -background: #E2E7EC; -border: #999999 dotted 1px; +background: white; +/*background: #E2E7EC;*/ +/*border: #999999 dotted 1px; padding-bottom: 8px;*/ } #link-column h2 { margin: 0px 0px 0px 0px; -padding: 1px 4px 1px 4px; -background: #CDDADC; -color: #934000; +padding: 6px 4px 6px 4px; +/*background: #CDDADC;*/ +color: black; font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 12px; +font-size: 14px; font-weight: bold; } #link-column h3 { @@ -263,11 +153,13 @@ margin-left: 222px; } #detail-column h2 { -margin: 0px 0px 2px 0px; +margin: 0px 0px 0px 0px; font-size: 12pt; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; -color: #934000; +background: #525D76; +color: white; +padding: 2px 0px 2px 4px; } #detail-column h2 a { display: inline; @@ -334,192 +226,5 @@ margin: 0px 0px 10px 0px; padding: 5px; border: #999999 dotted 1px; -} -#special { -background: #E2E7EC; -} -#intro { -background: #E2E7EC; -} -#users { -background: #E2E7EC; -} -#announcements { -background: #E2E7EC; -} -#inthenews { -background: #E2E7EC; -} -#testimonials { -background: #E2E7EC; -} -#projects-standards { -background: #E2E7EC; -} - -/* ===== Other Styles ===== */ -.apptitle { -font-family: Arial, Verdana, Helvetica, sans-serif; -background: #0068B1; -line-height: 2; -font-size: 8pt; -font-weight: bold; -color: #FFFFFF; -} - -DIV.row { -background: #B4B0AA; -margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; -padding: 0; text-align: center; -} - -DIV.col { -border: none; float: left; margin: 0; padding: 0; width: auto; -} - -DIV.col-fill { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10px; font-weight: bold; text-decoration: none; -background: #B4B0AA; color: #0068B1; -margin: 0; padding: 0; border: none; width: 0; -} - -DIV.col-right { -border: none; float: right; margin: 0; padding: 0; width: auto; -} - -DIV.contentarea { -background: #FFFFFF; -margin-top: 10px; -padding: 10px; -} - -div.spacer { -clear: both; -} - -FORM { -margin: 0px; -} - -UL { -margin-top: 0; -margin-bottom: 0; -} - -.head1 { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 12pt; -font-weight: bold; -color: #0068B1; -} - -.head2 { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 10pt; -font-weight: bold; -color: #000000; -} - -.head3 { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 8pt; -font-weight: bold; -color: #000000; -} - -.info { -font-family: Arial, Verdana, Helvetica, sans-serif; -margin: 0px; -font-size: 10px; -font-style: normal; -color: #000000; -} - -.tabletext { -font-size: 10px; -font-family: Arial, Verdana, Helvetica, sans-serif; -color: #2D4362; -} - -.contenttext { -font-size: 10pt; -font-family: Arial, Verdana, Helvetica, sans-serif; -} - -A.buttontext { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 11px; -font-weight: bold; -text-decoration: none; -color: #2D4362; -} - -A.buttontext:hover { -color: #934000; -text-decoration: underline; -} - -A.headerbuttontext { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10px; -font-weight: bold; -text-decoration: none; -color: #0068B1; -} - - -A.headerbuttontext:hover { -color: black; -text-decoration: underline; -} - -.buttontextdisabled { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10px; -font-weight: bold; -text-decoration: none; -color: #333333; -} - -A.lightbuttontext { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10px; -font-weight: bold; -text-decoration: none; -color: #c90; -} - -A.lightbuttontext:hover { -color: yellow; -text-decoration: underline; -} - -.lightbuttontextdisabled { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10px; -font-weight: bold; -text-decoration: none; -color: #CCCCCC; -} - -A.buttontextbig { -font-family: Arial, Verdana, Helvetica, sans-serif; -font-size: 10pt; -font-weight: bold; -text-decoration: none; -color: #0068B1; -} - -A.buttontextbig:hover { -color: red; -} - -A IMG.imageborder { -border-style: solid; -border-width: 1px; -border-color: #999999; +/*background: #E2E7EC;*/ } Modified: ofbiz/site/index.html URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=614289&r1=614288&r2=614289&view=diff ============================================================================== --- ofbiz/site/index.html (original) +++ ofbiz/site/index.html Tue Jan 22 11:24:09 2008 @@ -32,6 +32,7 @@ </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> </div> <div class="endcolumns"><span> </span></div> </div> @@ -43,7 +44,7 @@ <!-- content start --> <div id="link-column"> - <h2>What is OFBiz?</h2> + <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> @@ -56,7 +57,7 @@ <a href="VideosConf.html">Conference Videos</a> <a href="http://docs.ofbiz.org/x/PQM">Framework Intro Videos</a> - <h2>Demo Site</h2> + <h2>Demo Sites</h2> <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&PASSWORD=ofbiz" target="_blank">Management Apps</a> @@ -81,6 +82,7 @@ <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> @@ -88,10 +90,11 @@ <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> - <h3><a href="http://osofbiz.blogspot.com">Open Source Business and Open For Business</a> by David E. Jones</h3> - <h3><a href="http://ofbiz-new.blogspot.com">What's New in OFBiz</a> by Si Chen</h3> + <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> @@ -125,7 +128,7 @@ <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> + <a href="http://www.apache.org/foundation/thanks.html" target="_blank"><b>Sponsors</b></a> </div> <div id="detail-column"> @@ -229,9 +232,28 @@ </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="announcements"> - <h2>Announcements</h2> - + <div id="inthenews"> + <h2>Apache OFBiz in the News</h2> + <p>2007-10-15 "<a href="http://www.techworld.com/storage/features/index.cfm?featureid=3729&pagtype=all" target="_blank">Using open source to give you what you want</a>" on <a href="http://www.techworld.com" target="_blank">Techworld</a></p> + <p>2007-09-24 "<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>" on <a href="http://www.computerweekly.com/" target="_blank">ComputerWeekly</a></p> + <p>2007-09-10 "<a href="http://www.infoworld.com/article/07/09/10/37FE-boss-applications_1.html" target="_blank">Best of open source applications</a>" on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p> + <p>2007-02-26 "<a href="http://www.crn.com/sections/software/software.jhtml?articleId=197008228" target="_blank">6 Key Players In ERP</a>" on <a href="http://www.crn.com/" target="_blank">CRN</a></p> + <p>2007-02-22 "<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9011649" target="_blank">More midmarket firms choose open-source ERP</a>" on <a href="http://www.computerworld.com/" target="_blank">ComputerWorld</a></p> + <p>2006-12-06 "<a href="http://feathercast.org/?p=37" target="_blank">Feathercast Episode 22: OFBiz</a>" on <a href="http://feathercast.org/" target="_blank">FeatherCast</a></p> + <p>2006-11-30 "<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>" on <a href="http://www.linuxworld.com/" target="_blank">LinuxWorld</a></p> + <p>2006-10-25 "<a href="http://www.sema.org/main/semaorghome.aspx?id=56095" target="_blank">SEMA Technology: Open Source Explained</a>" on <a href="http://www.sema.org/main/semaorghome.aspx?ID=/content/SEMAorg/HomePage" target="_blank">SEMA.org</a></p> + <p>2006-10-02 "<a href="http://joss4biz.interition.net/roller/page/joss4biz/20061002" target="_blank">JOSS4BIZ Episode 5 - David E Jones and Apache OfBiz</a>" on <a href="http://joss4biz.interition.net/" target="_blank">JOSS4BIZ Podcast</a></p> + <p>2006-09-30 "<a href="http://dev.mysql.com/tech-resources/interviews/si-chen-opentaps.html" target="_blank">Interview with Si Chen by Colin Charles</a>" on <a href="http://dev.mysql.com" target="_blank">Mysql Developer Zone</a></p> + <p>2006-08-28 "<a href="http://blogs.zdnet.com/service-oriented/?p=698" target="_blank">AMR: SOA will kill ERP</a>" on <a href="http://www.zdnet.com/" target="_blank">ZDNet</a></p> + <p>2006-06-23 "<a href="http://www.crn.com/sections/special/reports/sellingsmb.jhtml?articleId=189600063" target="_blank">ERP Enters Open-Source Renaissance</a>" on <a href="http://www.crn.com/" target="_blank">CRN</a></p> + <p>2006-06-10 "<a href="http://software.newsforge.com/article.pl?sid=06/06/10/0325247&tid=132&tid=15" target="_blank">Why Enterprises are Adopting Open Source Apps</a>" on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p> + <p>2006-03-13 "<a href="http://www.thechannelinsider.com/article/ERP+Share+and+Share+Alike/173029_1.aspx" target="_blank">ERP: Share and Share Alike</a>" 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&ilg=english&isort=&isort_type=&is=yes&icriteria1=+&icriteria2=+&icriteria7=+&icriteria9=TS-7900&icriteria8=&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> @@ -286,39 +308,23 @@ discussion and presentation of new and stable features in OFBiz. For more information, see the <a href="services.html#Videos">Services</a> page. </p> + + <h3>News</h3> + <p>2005-11-18 "<a href="http://www.thechannelinsider.com/article/The+Case+for+OpenSource+ERP/165733_1.aspx" target="_blank">The Case for Open-Source ERP</a>" on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p> + <p>2005-09-06 "<a href="http://www.thechannelinsider.com/article/Open+Source+Offers+ERP+Alternative/159460_1.aspx" target="_blank">Open Source Offers ERP Alternative</a>" on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p> + <p>2005-09/10 "Gaining Acceptance: Real-World Experiences with Open Source Business Applications (Vol 1, Num 2, Page 40)" on <a href="http://www.eosj.com/" target="_blank">Enterprise Open Source Journal</a></p> + <p>2005-08-08 "<a href="http://www.infoworld.com/article/05/08/08/32FEosscrm_1.html?s=feature" target="_blank">Open Source CRM</a>" on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p> + <p>2005-06-16 "<a href="http://searchenterpriselinux.techtarget.com/originalContent/0,289142,sid39_gci1098875,00.html" target="_blank">SMBs no longer shut out of ERP</a>" on <a href="http://searchenterpriselinux.techtarget.com/" target="_blank">SearchEnterpriseLinux.com</a></p> + <p>2005-01-26 "<a href="http://newsvac.newsforge.com/article.pl?sid=05/01/26/1648214" target="_blank">ObjectWeb announces Winners of Best Use Cases Award</a>" on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p> + <p>2004-09-11 "<a href="http://www.cio.com.au/index.php?id=318248421" target="_blank">Open For Business</a>" on <a href="http://www.cio.com.au/index.php" target="_blank">CIO Australia</a></p> + <p>2004-09-07 "<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>" on <a href="http://www.technology-evaluation.com/" target="_blank">Technology Evaluation Centers</a></p> + <p>2004-06-01 "<a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">java.net Success Story: Open For Business</a>" on <a href="http://www.java.net/" target="_blank">java.net</a></p> + <p>2004-03-10 "<a href="http://www.ecsforum.org/ecsforum.asp?page=AnnualConf2004" target="_blank">The Open Source Alternative for Direct Commerce (presentation)</a>" on <a href="http://www.ecsforum.org/home.asp" target="_blank">eCSForum</a></p> + <p>2003-06-01 "<a href="http://www.connect-utah.com/article.asp?r=39&iid=4&sid=1" target="_blank">A New Business Model for Web Services</a>" on <a href="http://www.connect-utah.com/" target="_blank">Connect Magazine</a></p> + <p>2003-03-01 "<a href="http://www.internetretailer.com/article.asp?id=8731" target="_blank">They Did It Their Way</a>" on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p> + <p>2003-01-27 "<a href="http://www.internetretailer.com/dailyNews.asp?id=8499" target="_blank">ReturnBuy.comâs open source platform saves big off the bat</a>" on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p> </div> - <div id="inthenews"> - <h2>Apache OFBiz in the News</h2> - <p>2007-10-15 "<a href="http://www.techworld.com/storage/features/index.cfm?featureid=3729&pagtype=all" target="_blank">Using open source to give you what you want</a>" on <a href="http://www.techworld.com" target="_blank">Techworld</a></p> - <p>2007-09-24 "<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>" on <a href="http://www.computerweekly.com/" target="_blank">ComputerWeekly</a></p> - <p>2007-09-10 "<a href="http://www.infoworld.com/article/07/09/10/37FE-boss-applications_1.html" target="_blank">Best of open source applications</a>" on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p> - <p>2007-02-26 "<a href="http://www.crn.com/sections/software/software.jhtml?articleId=197008228" target="_blank">6 Key Players In ERP</a>" on <a href="http://www.crn.com/" target="_blank">CRN</a></p> - <p>2007-02-22 "<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9011649" target="_blank">More midmarket firms choose open-source ERP</a>" on <a href="http://www.computerworld.com/" target="_blank">ComputerWorld</a></p> - <p>2006-12-06 "<a href="http://feathercast.org/?p=37" target="_blank">Feathercast Episode 22: OFBiz</a>" on <a href="http://feathercast.org/" target="_blank">FeatherCast</a></p> - <p>2006-11-30 "<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>" on <a href="http://www.linuxworld.com/" target="_blank">LinuxWorld</a></p> - <p>2006-10-25 "<a href="http://www.sema.org/main/semaorghome.aspx?id=56095" target="_blank">SEMA Technology: Open Source Explained</a>" on <a href="http://www.sema.org/main/semaorghome.aspx?ID=/content/SEMAorg/HomePage" target="_blank">SEMA.org</a></p> - <p>2006-10-02 "<a href="http://joss4biz.interition.net/roller/page/joss4biz/20061002" target="_blank">JOSS4BIZ Episode 5 - David E Jones and Apache OfBiz</a>" on <a href="http://joss4biz.interition.net/" target="_blank">JOSS4BIZ Podcast</a></p> - <p>2006-09-30 "<a href="http://dev.mysql.com/tech-resources/interviews/si-chen-opentaps.html" target="_blank">Interview with Si Chen by Colin Charles</a>" on <a href="http://dev.mysql.com" target="_blank">Mysql Developer Zone</a></p> - <p>2006-08-28 "<a href="http://blogs.zdnet.com/service-oriented/?p=698" target="_blank">AMR: SOA will kill ERP</a>" on <a href="http://www.zdnet.com/" target="_blank">ZDNet</a></p> - <p>2006-06-23 "<a href="http://www.crn.com/sections/special/reports/sellingsmb.jhtml?articleId=189600063" target="_blank">ERP Enters Open-Source Renaissance</a>" on <a href="http://www.crn.com/" target="_blank">CRN</a></p> - <p>2006-06-10 "<a href="http://software.newsforge.com/article.pl?sid=06/06/10/0325247&tid=132&tid=15" target="_blank">Why Enterprises are Adopting Open Source Apps</a>" on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p> - <p>2006-03-13 "<a href="http://www.thechannelinsider.com/article/ERP+Share+and+Share+Alike/173029_1.aspx" target="_blank">ERP: Share and Share Alike</a>" on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p> - <p>2005-11-18 "<a href="http://www.thechannelinsider.com/article/The+Case+for+OpenSource+ERP/165733_1.aspx" target="_blank">The Case for Open-Source ERP</a>" on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p> - <p>2005-09-06 "<a href="http://www.thechannelinsider.com/article/Open+Source+Offers+ERP+Alternative/159460_1.aspx" target="_blank">Open Source Offers ERP Alternative</a>" on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p> - <p>2005-09/10 "Gaining Acceptance: Real-World Experiences with Open Source Business Applications (Vol 1, Num 2, Page 40)" on <a href="http://www.eosj.com/" target="_blank">Enterprise Open Source Journal</a></p> - <p>2005-08-08 "<a href="http://www.infoworld.com/article/05/08/08/32FEosscrm_1.html?s=feature" target="_blank">Open Source CRM</a>" on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p> - <p>2005-06-16 "<a href="http://searchenterpriselinux.techtarget.com/originalContent/0,289142,sid39_gci1098875,00.html" target="_blank">SMBs no longer shut out of ERP</a>" on <a href="http://searchenterpriselinux.techtarget.com/" target="_blank">SearchEnterpriseLinux.com</a></p> - <p>2005-01-26 "<a href="http://newsvac.newsforge.com/article.pl?sid=05/01/26/1648214" target="_blank">ObjectWeb announces Winners of Best Use Cases Award</a>" on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p> - <p>2004-09-11 "<a href="http://www.cio.com.au/index.php?id=318248421" target="_blank">Open For Business</a>" on <a href="http://www.cio.com.au/index.php" target="_blank">CIO Australia</a></p> - <p>2004-09-07 "<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>" on <a href="http://www.technology-evaluation.com/" target="_blank">Technology Evaluation Centers</a></p> - <p>2004-06-01 "<a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">java.net Success Story: Open For Business</a>" on <a href="http://www.java.net/" target="_blank">java.net</a></p> - <p>2004-03-10 "<a href="http://www.ecsforum.org/ecsforum.asp?page=AnnualConf2004" target="_blank">The Open Source Alternative for Direct Commerce (presentation)</a>" on <a href="http://www.ecsforum.org/home.asp" target="_blank">eCSForum</a></p> - <p>2003-06-01 "<a href="http://www.connect-utah.com/article.asp?r=39&iid=4&sid=1" target="_blank">A New Business Model for Web Services</a>" on <a href="http://www.connect-utah.com/" target="_blank">Connect Magazine</a></p> - <p>2003-03-01 "<a href="http://www.internetretailer.com/article.asp?id=8731" target="_blank">They Did It Their Way</a>" on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p> - <p>2003-01-27 "<a href="http://www.internetretailer.com/dailyNews.asp?id=8499" target="_blank">ReturnBuy.comâs open source platform saves big off the bat</a>" on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p> - </div> - </div> <div class="endcolumns"><span> </span></div> @@ -332,8 +338,8 @@ <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 class="tabletext" align="center"> - <div class="tabletext">Copyright (c) 2001-2007 The Apache Software Foundation - <a href="http://www.apache.org/" class="tabletext" target="_blank">www.apache.org</a></div> +<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/> |
Free forum by Nabble | Edit this page |