You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2008/06/18 09:54:58 UTC

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

Thanks David,

I like it, nice background color. I wondered about keeping the blogs, but finally it seems they are sufficiently updated

Jacques

> Author: jonesde
> Date: Mon Jun 16 21:24:40 2008
> New Revision: 668389
>
> URL: http://svn.apache.org/viewvc?rev=668389&view=rev
> Log:
> Added nightly build link; a bunch of look and feel changes to be more consistent with the latest www.apache.org site, with crazy
> colors and all
>
> 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=668389&r1=668388&r2=668389&view=diff
> ==============================================================================
> --- ofbiz/site/images/ofbws.css (original)
> +++ ofbiz/site/images/ofbws.css Mon Jun 16 21:24:40 2008
> @@ -3,7 +3,7 @@
>
> BODY {
> font-family: Arial, Verdana, Helvetica, sans-serif;
> -background: white;
> +background-color: #F9F7ED;
> margin-top: 0px;
> margin-right: 0px;
> margin-bottom: 0px;
> @@ -11,11 +11,12 @@
> }
>
> A {
> -color: #2D4362;
> +color: #4B107E;
> }
>
> A:hover {
> -color: #934000;
> +color: #000000;
> +text-decoration: underline;
> }
>
> UL {
> @@ -65,6 +66,13 @@
> padding-left: 10px;
> }
>
> +.headerboxtop .left a img {
> +margin: 0;
> +padding: 4px;
> +background-color: #FFFFFF;
> +border: #999999 solid 1px;
> +}
> +
> .headerboxtop .right {
> float: right;
> width: 500px;
> @@ -79,9 +87,9 @@
>
> /* ===== link-column Styles ===== */
> #link-column {
> -float: left;
> +float: right;
> width: 210px;
> -background: white;
> +/*background: white;*/
> /*background: #E2E7EC;*/
> /*border: #999999 dotted 1px; padding-bottom: 8px;*/
> }
> @@ -101,10 +109,10 @@
> font-family: Arial, Verdana, Helvetica, sans-serif;
> font-size: 11px;
> font-weight: bold;
> -color: #934000;
> +color: #4B107E;
> }
> #link-column h3 a {
> -color: #934000;
> +color: #4B107E;
> margin: 0px;
> padding: 0px;
> display: inline;
> @@ -123,12 +131,12 @@
> font-family: Arial, Verdana, Helvetica, sans-serif;
> font-size: 11px;
> font-weight: bold;
> -color: #2D4362;
> +color: #C9123F;
> text-decoration: none;
> }
> #link-column a:hover {
> background: #CDDADC;
> -color: #934000;
> +color: #000000;
> }
> #link-column a.sub-link {
> padding: 0px 2px 0px 2px;
> @@ -150,15 +158,15 @@
>
> /* ===== detail-column Styles ===== */
> #detail-column {
> -margin-left: 222px;
> +margin-right: 222px;
> }
> #detail-column h2 {
> margin: 0px 0px 0px 0px;
> font-size: 12pt;
> font-family: Arial, Verdana, Helvetica, sans-serif;
> font-weight: bold;
> -background: #525D76;
> -color: white;
> +/*background: #525D76;*/
> +color: #000000;
> padding: 2px 0px 2px 4px;
> }
> #detail-column h2 a {
> @@ -199,12 +207,12 @@
> padding-left: 2px;
> padding-right: 2px;
> display: inline;
> -color: #2D4362;
> -text-decoration: underline;
> +color: #4B107E;
> +text-decoration: none;
> font-weight: bold;
> }
> #detail-column p a:hover {
> -color: #934000;
> +color: #000000;
> text-decoration: underline;
> background: transparent;
> }
>
> Modified: ofbiz/site/index.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=668389&r1=668388&r2=668389&view=diff
> ==============================================================================
> --- ofbiz/site/index.html (original)
> +++ ofbiz/site/index.html Mon Jun 16 21:24:40 2008
> @@ -64,14 +64,15 @@
>         <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>
> +        <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/mgM">Source Access (Recommended)</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.hotwaxmedia.com/">Nightly Builds</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>
> @@ -117,11 +118,11 @@
>
>         <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.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.antwebsystems.com" target="_blank"><b>Ant Websystems</b></a>
>         <a href="http://www.automationgroups.com" target="_blank"><b>Automation Groups International</b></a>
>         <a href="http://www.openequal.com/" target="_blank"><b>Open Equal Ltd</b></a>
>         <a href="http://www.opentrends.net/web/english/philosophy.html" target="_blank"><b>openTrends</b></a>
> @@ -132,12 +133,15 @@
>         <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>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>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.
>
>


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Jacopo,

You understood me under the words

Jacques

From: "Jacopo Cappellato" <ja...@gmail.com>
> This is a good point Jacques.
> We may want to move them to a less official area; I am more worried  
> about Si Chen's blog that is not exactly what its title would suggest:  
> it doesn't really record all the significant news in the OFBiz world  
> but probably just the ones that are of interest for OSS/Opentaps.
> 
> Jacopo
> 
> On Jun 18, 2008, at 9:54 AM, Jacques Le Roux wrote:
> 
>> Thanks David,
>>
>> I like it, nice background color. I wondered about keeping the  
>> blogs, but finally it seems they are sufficiently updated
>>
>> Jacques
>>
>>> Author: jonesde
>>> Date: Mon Jun 16 21:24:40 2008
>>> New Revision: 668389
>>>
>>> URL: http://svn.apache.org/viewvc?rev=668389&view=rev
>>> Log:
>>> Added nightly build link; a bunch of look and feel changes to be  
>>> more consistent with the latest www.apache.org site, with crazy
>>> colors and all
>>>
>>> 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=668389&r1=668388&r2=668389&view=diff
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> =====================================================================
>>> --- ofbiz/site/images/ofbws.css (original)
>>> +++ ofbiz/site/images/ofbws.css Mon Jun 16 21:24:40 2008
>>> @@ -3,7 +3,7 @@
>>>
>>> BODY {
>>> font-family: Arial, Verdana, Helvetica, sans-serif;
>>> -background: white;
>>> +background-color: #F9F7ED;
>>> margin-top: 0px;
>>> margin-right: 0px;
>>> margin-bottom: 0px;
>>> @@ -11,11 +11,12 @@
>>> }
>>>
>>> A {
>>> -color: #2D4362;
>>> +color: #4B107E;
>>> }
>>>
>>> A:hover {
>>> -color: #934000;
>>> +color: #000000;
>>> +text-decoration: underline;
>>> }
>>>
>>> UL {
>>> @@ -65,6 +66,13 @@
>>> padding-left: 10px;
>>> }
>>>
>>> +.headerboxtop .left a img {
>>> +margin: 0;
>>> +padding: 4px;
>>> +background-color: #FFFFFF;
>>> +border: #999999 solid 1px;
>>> +}
>>> +
>>> .headerboxtop .right {
>>> float: right;
>>> width: 500px;
>>> @@ -79,9 +87,9 @@
>>>
>>> /* ===== link-column Styles ===== */
>>> #link-column {
>>> -float: left;
>>> +float: right;
>>> width: 210px;
>>> -background: white;
>>> +/*background: white;*/
>>> /*background: #E2E7EC;*/
>>> /*border: #999999 dotted 1px; padding-bottom: 8px;*/
>>> }
>>> @@ -101,10 +109,10 @@
>>> font-family: Arial, Verdana, Helvetica, sans-serif;
>>> font-size: 11px;
>>> font-weight: bold;
>>> -color: #934000;
>>> +color: #4B107E;
>>> }
>>> #link-column h3 a {
>>> -color: #934000;
>>> +color: #4B107E;
>>> margin: 0px;
>>> padding: 0px;
>>> display: inline;
>>> @@ -123,12 +131,12 @@
>>> font-family: Arial, Verdana, Helvetica, sans-serif;
>>> font-size: 11px;
>>> font-weight: bold;
>>> -color: #2D4362;
>>> +color: #C9123F;
>>> text-decoration: none;
>>> }
>>> #link-column a:hover {
>>> background: #CDDADC;
>>> -color: #934000;
>>> +color: #000000;
>>> }
>>> #link-column a.sub-link {
>>> padding: 0px 2px 0px 2px;
>>> @@ -150,15 +158,15 @@
>>>
>>> /* ===== detail-column Styles ===== */
>>> #detail-column {
>>> -margin-left: 222px;
>>> +margin-right: 222px;
>>> }
>>> #detail-column h2 {
>>> margin: 0px 0px 0px 0px;
>>> font-size: 12pt;
>>> font-family: Arial, Verdana, Helvetica, sans-serif;
>>> font-weight: bold;
>>> -background: #525D76;
>>> -color: white;
>>> +/*background: #525D76;*/
>>> +color: #000000;
>>> padding: 2px 0px 2px 4px;
>>> }
>>> #detail-column h2 a {
>>> @@ -199,12 +207,12 @@
>>> padding-left: 2px;
>>> padding-right: 2px;
>>> display: inline;
>>> -color: #2D4362;
>>> -text-decoration: underline;
>>> +color: #4B107E;
>>> +text-decoration: none;
>>> font-weight: bold;
>>> }
>>> #detail-column p a:hover {
>>> -color: #934000;
>>> +color: #000000;
>>> text-decoration: underline;
>>> background: transparent;
>>> }
>>>
>>> Modified: ofbiz/site/index.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=668389&r1=668388&r2=668389&view=diff
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> =====================================================================
>>> --- ofbiz/site/index.html (original)
>>> +++ ofbiz/site/index.html Mon Jun 16 21:24:40 2008
>>> @@ -64,14 +64,15 @@
>>>        <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>
>>> +        <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/mgM">Source Access  
>>> (Recommended)</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.hotwaxmedia.com/">Nightly Builds</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>
>>> @@ -117,11 +118,11 @@
>>>
>>>        <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.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.antwebsystems.com"  
>>> target="_blank"><b>Ant Websystems</b></a>
>>>        <a href="http://www.automationgroups.com"  
>>> target="_blank"><b>Automation Groups International</b></a>
>>>        <a href="http://www.openequal.com/" target="_blank"><b>Open  
>>> Equal Ltd</b></a>
>>>        <a href="http://www.opentrends.net/web/english/ 
>>> philosophy.html" target="_blank"><b>openTrends</b></a>
>>> @@ -132,12 +133,15 @@
>>>        <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>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>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.
>>>
>>>
>>
>

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

Posted by Jacopo Cappellato <ja...@gmail.com>.
This is a good point Jacques.
We may want to move them to a less official area; I am more worried  
about Si Chen's blog that is not exactly what its title would suggest:  
it doesn't really record all the significant news in the OFBiz world  
but probably just the ones that are of interest for OSS/Opentaps.

Jacopo

On Jun 18, 2008, at 9:54 AM, Jacques Le Roux wrote:

> Thanks David,
>
> I like it, nice background color. I wondered about keeping the  
> blogs, but finally it seems they are sufficiently updated
>
> Jacques
>
>> Author: jonesde
>> Date: Mon Jun 16 21:24:40 2008
>> New Revision: 668389
>>
>> URL: http://svn.apache.org/viewvc?rev=668389&view=rev
>> Log:
>> Added nightly build link; a bunch of look and feel changes to be  
>> more consistent with the latest www.apache.org site, with crazy
>> colors and all
>>
>> 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=668389&r1=668388&r2=668389&view=diff
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- ofbiz/site/images/ofbws.css (original)
>> +++ ofbiz/site/images/ofbws.css Mon Jun 16 21:24:40 2008
>> @@ -3,7 +3,7 @@
>>
>> BODY {
>> font-family: Arial, Verdana, Helvetica, sans-serif;
>> -background: white;
>> +background-color: #F9F7ED;
>> margin-top: 0px;
>> margin-right: 0px;
>> margin-bottom: 0px;
>> @@ -11,11 +11,12 @@
>> }
>>
>> A {
>> -color: #2D4362;
>> +color: #4B107E;
>> }
>>
>> A:hover {
>> -color: #934000;
>> +color: #000000;
>> +text-decoration: underline;
>> }
>>
>> UL {
>> @@ -65,6 +66,13 @@
>> padding-left: 10px;
>> }
>>
>> +.headerboxtop .left a img {
>> +margin: 0;
>> +padding: 4px;
>> +background-color: #FFFFFF;
>> +border: #999999 solid 1px;
>> +}
>> +
>> .headerboxtop .right {
>> float: right;
>> width: 500px;
>> @@ -79,9 +87,9 @@
>>
>> /* ===== link-column Styles ===== */
>> #link-column {
>> -float: left;
>> +float: right;
>> width: 210px;
>> -background: white;
>> +/*background: white;*/
>> /*background: #E2E7EC;*/
>> /*border: #999999 dotted 1px; padding-bottom: 8px;*/
>> }
>> @@ -101,10 +109,10 @@
>> font-family: Arial, Verdana, Helvetica, sans-serif;
>> font-size: 11px;
>> font-weight: bold;
>> -color: #934000;
>> +color: #4B107E;
>> }
>> #link-column h3 a {
>> -color: #934000;
>> +color: #4B107E;
>> margin: 0px;
>> padding: 0px;
>> display: inline;
>> @@ -123,12 +131,12 @@
>> font-family: Arial, Verdana, Helvetica, sans-serif;
>> font-size: 11px;
>> font-weight: bold;
>> -color: #2D4362;
>> +color: #C9123F;
>> text-decoration: none;
>> }
>> #link-column a:hover {
>> background: #CDDADC;
>> -color: #934000;
>> +color: #000000;
>> }
>> #link-column a.sub-link {
>> padding: 0px 2px 0px 2px;
>> @@ -150,15 +158,15 @@
>>
>> /* ===== detail-column Styles ===== */
>> #detail-column {
>> -margin-left: 222px;
>> +margin-right: 222px;
>> }
>> #detail-column h2 {
>> margin: 0px 0px 0px 0px;
>> font-size: 12pt;
>> font-family: Arial, Verdana, Helvetica, sans-serif;
>> font-weight: bold;
>> -background: #525D76;
>> -color: white;
>> +/*background: #525D76;*/
>> +color: #000000;
>> padding: 2px 0px 2px 4px;
>> }
>> #detail-column h2 a {
>> @@ -199,12 +207,12 @@
>> padding-left: 2px;
>> padding-right: 2px;
>> display: inline;
>> -color: #2D4362;
>> -text-decoration: underline;
>> +color: #4B107E;
>> +text-decoration: none;
>> font-weight: bold;
>> }
>> #detail-column p a:hover {
>> -color: #934000;
>> +color: #000000;
>> text-decoration: underline;
>> background: transparent;
>> }
>>
>> Modified: ofbiz/site/index.html
>> URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=668389&r1=668388&r2=668389&view=diff
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- ofbiz/site/index.html (original)
>> +++ ofbiz/site/index.html Mon Jun 16 21:24:40 2008
>> @@ -64,14 +64,15 @@
>>        <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>
>> +        <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/mgM">Source Access  
>> (Recommended)</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.hotwaxmedia.com/">Nightly Builds</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>
>> @@ -117,11 +118,11 @@
>>
>>        <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.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.antwebsystems.com"  
>> target="_blank"><b>Ant Websystems</b></a>
>>        <a href="http://www.automationgroups.com"  
>> target="_blank"><b>Automation Groups International</b></a>
>>        <a href="http://www.openequal.com/" target="_blank"><b>Open  
>> Equal Ltd</b></a>
>>        <a href="http://www.opentrends.net/web/english/ 
>> philosophy.html" target="_blank"><b>openTrends</b></a>
>> @@ -132,12 +133,15 @@
>>        <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>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>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.
>>
>>
>