You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/18 16:39:49 UTC

svn commit: r766329 - in /ofbiz/site: css/home.css index.html

Author: jleroux
Date: Sat Apr 18 14:39:49 2009
New Revision: 766329

URL: http://svn.apache.org/viewvc?rev=766329&view=rev
Log:
Reminder for ASF logo images ownership

Modified:
    ofbiz/site/css/home.css
    ofbiz/site/index.html

Modified: ofbiz/site/css/home.css
URL: http://svn.apache.org/viewvc/ofbiz/site/css/home.css?rev=766329&r1=766328&r2=766329&view=diff
==============================================================================
--- ofbiz/site/css/home.css (original)
+++ ofbiz/site/css/home.css Sat Apr 18 14:39:49 2009
@@ -1,85 +1,90 @@
 #wrap-out {
-	position: relative;
-	background: #fff url(../images/home-wrapper.jpg) top center no-repeat;
-	width: 945px;
-	margin: 0 auto;
-	text-align: left;
+    position: relative;
+    background: #fff url(../images/home-wrapper.jpg) top center no-repeat;
+    width: 945px;
+    margin: 0 auto;
+    text-align: left;
 }
 
 #header {
-	position: relative;
-	width: 945px;
-	height: 403px;
-	padding: 0;
-	margin: 0 auto;
-	background: transparent;
+    position: relative;
+    width: 945px;
+    height: 403px;
+    padding: 0;
+    margin: 0 auto;
+    background: transparent;
 }
 
 #header #slides {
-	position: absolute;
-	top: 128px;
-	left: 10px;
-	background: url(../images/slideshow-bg.jpg) top center no-repeat;
-	width: 923px;
-	height: 260px;
+    position: absolute;
+    top: 128px;
+    left: 10px;
+    background: url(../images/slideshow-bg.jpg) top center no-repeat;
+    width: 923px;
+    height: 260px;
 }
 
 #header #slides .callout {
-	position: absolute;
-	top: 35px;
-	left: 30px;
-	font-size: 30px;
-	line-height: 30px;
-	color: #2b1f48;
+    position: absolute;
+    top: 35px;
+    left: 30px;
+    font-size: 30px;
+    line-height: 30px;
+    color: #2b1f48;
 }
 
 #header #slides .description {
-	position: absolute;
-	top: 175px;
-	left: 30px;
-	font-size: 14px;
-	line-height: 15px;
-	color: #e0e0e0;
-	width: 350px;
+    position: absolute;
+    top: 175px;
+    left: 30px;
+    font-size: 14px;
+    line-height: 15px;
+    color: #e0e0e0;
+    width: 350px;
 }
 
 #header #slides .slidenav {
-	width: 200px;
-	position: absolute;
-	top: 10px;
-	left: 800px;
+    width: 200px;
+    position: absolute;
+    top: 10px;
+    left: 800px;
 }
 
 #header #slides .slidenav a {
-	margin-right: 20px;
-	border: none;
-	background: none;
+    margin-right: 20px;
+    border: none;
+    background: none;
 }
 
 #header #slides .slidenav a img {
-	background: none;
-	border: none;
-	cursor: pointer;
+    background: none;
+    border: none;
+    cursor: pointer;
 }
 
 #header #slides .mantle{
-	position:absolute;
-	top:58px;
-	left:385px;
+    position:absolute;
+    top:58px;
+    left:385px;
 }
 
+#footer_logo-msg {
+    text-align: center;
+}
+
+
 .downloadNow {
-	margin:30px 0 10px 0;
+    margin:30px 0 10px 0;
 }
 
 .downloadLinks span.docs {
-	float:left;
-	margin:0px 0px 0 0;
-	display:inline;
+    float:left;
+    margin:0px 0px 0 0;
+    display:inline;
 }
 
 .downloadLinks span.previousVersions {
-	float:right;
-	margin:0px 20px 0 0;
-	display:inline;
-}
\ No newline at end of file
+    float:right;
+    margin:0px 20px 0 0;
+    display:inline;
+}

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=766329&r1=766328&r2=766329&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Sat Apr 18 14:39:49 2009
@@ -276,7 +276,7 @@
                 <li><a href="http://docs.ofbiz.org/display/OFBIZ/Alternative+Demo+Servers">Alternative Demo Servers<br /><span>Trunk and releases alternative demo servers.</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>Service Providers</h3>
             <ul class="sidemenu">
                 <li><a href="http://docs.ofbiz.org/x/JAM" target="_blank">Complete Listing on Wiki</a></li>
@@ -313,6 +313,13 @@
             &copy; Copyright 2001-2009 The Apache Software Foundation - www.apache.org
 
         </div>
+        <div id="footer_logo-msg">
+          This is an important message to remind you that if you make available to public a "mirror" of Apache OFBiz web site
+          (http://ofbiz.apache.org/) or an instance of Apache OFBiz,  you should never use the original ofbiz.ico, ofbiz.gif and
+          ofbiz_logo.jpg files (any version of these files, old or present). These are strict ASF proprietary and should never be
+          used by site publicly available ouf of proper ASF infrastructure (the Contegix servers used by Apache OFBiz for that are
+          parts of ASF infra). Thanks for your attention
+        </div>
     </div>
     <div class="clearer"></div>
     <!-- footer ends here -->



Re: svn commit: r766329 - in /ofbiz/site: css/home.css index.html

Posted by Jacques Le Roux <ja...@les7arts.com>.
Sure, done completly at r766343 (including CSS)

Jacques

From: "Tim Ruppert" <ti...@hotwaxmedia.com>
> Please revert this Jacques until it can be talked thru more thoroughly.  Besides - it looks terrible where you put it - so let's 
> think about making it look pretty if we have to put this disclaimer all of the place.  Thanks.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
> ----- jleroux@apache.org wrote:
>
>> Author: jleroux
>> Date: Sat Apr 18 14:39:49 2009
>> New Revision: 766329
>>
>> URL: http://svn.apache.org/viewvc?rev=766329&view=rev
>> Log:
>> Reminder for ASF logo images ownership
>>
>> Modified:
>>     ofbiz/site/css/home.css
>>     ofbiz/site/index.html
>>
>> Modified: ofbiz/site/css/home.css
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/site/css/home.css?rev=766329&r1=766328&r2=766329&view=diff
>> ==============================================================================
>> --- ofbiz/site/css/home.css (original)
>> +++ ofbiz/site/css/home.css Sat Apr 18 14:39:49 2009
>> @@ -1,85 +1,90 @@
>>  #wrap-out {
>> - position: relative;
>> - background: #fff url(../images/home-wrapper.jpg) top center
>> no-repeat;
>> - width: 945px;
>> - margin: 0 auto;
>> - text-align: left;
>> +    position: relative;
>> +    background: #fff url(../images/home-wrapper.jpg) top center
>> no-repeat;
>> +    width: 945px;
>> +    margin: 0 auto;
>> +    text-align: left;
>>  }
>>
>>  #header {
>> - position: relative;
>> - width: 945px;
>> - height: 403px;
>> - padding: 0;
>> - margin: 0 auto;
>> - background: transparent;
>> +    position: relative;
>> +    width: 945px;
>> +    height: 403px;
>> +    padding: 0;
>> +    margin: 0 auto;
>> +    background: transparent;
>>  }
>>
>>  #header #slides {
>> - position: absolute;
>> - top: 128px;
>> - left: 10px;
>> - background: url(../images/slideshow-bg.jpg) top center no-repeat;
>> - width: 923px;
>> - height: 260px;
>> +    position: absolute;
>> +    top: 128px;
>> +    left: 10px;
>> +    background: url(../images/slideshow-bg.jpg) top center
>> no-repeat;
>> +    width: 923px;
>> +    height: 260px;
>>  }
>>
>>  #header #slides .callout {
>> - position: absolute;
>> - top: 35px;
>> - left: 30px;
>> - font-size: 30px;
>> - line-height: 30px;
>> - color: #2b1f48;
>> +    position: absolute;
>> +    top: 35px;
>> +    left: 30px;
>> +    font-size: 30px;
>> +    line-height: 30px;
>> +    color: #2b1f48;
>>  }
>>
>>  #header #slides .description {
>> - position: absolute;
>> - top: 175px;
>> - left: 30px;
>> - font-size: 14px;
>> - line-height: 15px;
>> - color: #e0e0e0;
>> - width: 350px;
>> +    position: absolute;
>> +    top: 175px;
>> +    left: 30px;
>> +    font-size: 14px;
>> +    line-height: 15px;
>> +    color: #e0e0e0;
>> +    width: 350px;
>>  }
>>
>>  #header #slides .slidenav {
>> - width: 200px;
>> - position: absolute;
>> - top: 10px;
>> - left: 800px;
>> +    width: 200px;
>> +    position: absolute;
>> +    top: 10px;
>> +    left: 800px;
>>  }
>>
>>  #header #slides .slidenav a {
>> - margin-right: 20px;
>> - border: none;
>> - background: none;
>> +    margin-right: 20px;
>> +    border: none;
>> +    background: none;
>>  }
>>
>>  #header #slides .slidenav a img {
>> - background: none;
>> - border: none;
>> - cursor: pointer;
>> +    background: none;
>> +    border: none;
>> +    cursor: pointer;
>>  }
>>
>>  #header #slides .mantle{
>> - position:absolute;
>> - top:58px;
>> - left:385px;
>> +    position:absolute;
>> +    top:58px;
>> +    left:385px;
>>  }
>>
>> +#footer_logo-msg {
>> +    text-align: center;
>> +}
>> +
>> +
>>  .downloadNow {
>> - margin:30px 0 10px 0;
>> +    margin:30px 0 10px 0;
>>  }
>>
>>  .downloadLinks span.docs {
>> - float:left;
>> - margin:0px 0px 0 0;
>> - display:inline;
>> +    float:left;
>> +    margin:0px 0px 0 0;
>> +    display:inline;
>>  }
>>
>>  .downloadLinks span.previousVersions {
>> - float:right;
>> - margin:0px 20px 0 0;
>> - display:inline;
>> -}
>> \ No newline at end of file
>> +    float:right;
>> +    margin:0px 20px 0 0;
>> +    display:inline;
>> +}
>>
>> Modified: ofbiz/site/index.html
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=766329&r1=766328&r2=766329&view=diff
>> ==============================================================================
>> --- ofbiz/site/index.html (original)
>> +++ ofbiz/site/index.html Sat Apr 18 14:39:49 2009
>> @@ -276,7 +276,7 @@
>>                  <li><a
>> href="http://docs.ofbiz.org/display/OFBIZ/Alternative+Demo+Servers">Alternative
>> Demo Servers<br /><span>Trunk and releases alternative demo
>> servers.</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>Service Providers</h3>
>>              <ul class="sidemenu">
>>                  <li><a href="http://docs.ofbiz.org/x/JAM"
>> target="_blank">Complete Listing on Wiki</a></li>
>> @@ -313,6 +313,13 @@
>>              &copy; Copyright 2001-2009 The Apache Software Foundation
>> - www.apache.org
>>
>>          </div>
>> +        <div id="footer_logo-msg">
>> +          This is an important message to remind you that if you make
>> available to public a "mirror" of Apache OFBiz web site
>> +          (http://ofbiz.apache.org/) or an instance of Apache OFBiz,
>> you should never use the original ofbiz.ico, ofbiz.gif and
>> +          ofbiz_logo.jpg files (any version of these files, old or
>> present). These are strict ASF proprietary and should never be
>> +          used by site publicly available ouf of proper ASF
>> infrastructure (the Contegix servers used by Apache OFBiz for that
>> are
>> +          parts of ASF infra). Thanks for your attention
>> +        </div>
>>      </div>
>>      <div class="clearer"></div>
>>      <!-- footer ends here -->
> 



Re: svn commit: r766329 - in /ofbiz/site: css/home.css index.html

Posted by Tim Ruppert <ti...@hotwaxmedia.com>.
Please revert this Jacques until it can be talked thru more thoroughly.  Besides - it looks terrible where you put it - so let's think about making it look pretty if we have to put this disclaimer all of the place.  Thanks.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

----- jleroux@apache.org wrote:

> Author: jleroux
> Date: Sat Apr 18 14:39:49 2009
> New Revision: 766329
> 
> URL: http://svn.apache.org/viewvc?rev=766329&view=rev
> Log:
> Reminder for ASF logo images ownership
> 
> Modified:
>     ofbiz/site/css/home.css
>     ofbiz/site/index.html
> 
> Modified: ofbiz/site/css/home.css
> URL:
> http://svn.apache.org/viewvc/ofbiz/site/css/home.css?rev=766329&r1=766328&r2=766329&view=diff
> ==============================================================================
> --- ofbiz/site/css/home.css (original)
> +++ ofbiz/site/css/home.css Sat Apr 18 14:39:49 2009
> @@ -1,85 +1,90 @@
>  #wrap-out {
> -	position: relative;
> -	background: #fff url(../images/home-wrapper.jpg) top center
> no-repeat;
> -	width: 945px;
> -	margin: 0 auto;
> -	text-align: left;
> +    position: relative;
> +    background: #fff url(../images/home-wrapper.jpg) top center
> no-repeat;
> +    width: 945px;
> +    margin: 0 auto;
> +    text-align: left;
>  }
>  
>  #header {
> -	position: relative;
> -	width: 945px;
> -	height: 403px;
> -	padding: 0;
> -	margin: 0 auto;
> -	background: transparent;
> +    position: relative;
> +    width: 945px;
> +    height: 403px;
> +    padding: 0;
> +    margin: 0 auto;
> +    background: transparent;
>  }
>  
>  #header #slides {
> -	position: absolute;
> -	top: 128px;
> -	left: 10px;
> -	background: url(../images/slideshow-bg.jpg) top center no-repeat;
> -	width: 923px;
> -	height: 260px;
> +    position: absolute;
> +    top: 128px;
> +    left: 10px;
> +    background: url(../images/slideshow-bg.jpg) top center
> no-repeat;
> +    width: 923px;
> +    height: 260px;
>  }
>  
>  #header #slides .callout {
> -	position: absolute;
> -	top: 35px;
> -	left: 30px;
> -	font-size: 30px;
> -	line-height: 30px;
> -	color: #2b1f48;
> +    position: absolute;
> +    top: 35px;
> +    left: 30px;
> +    font-size: 30px;
> +    line-height: 30px;
> +    color: #2b1f48;
>  }
>  
>  #header #slides .description {
> -	position: absolute;
> -	top: 175px;
> -	left: 30px;
> -	font-size: 14px;
> -	line-height: 15px;
> -	color: #e0e0e0;
> -	width: 350px;
> +    position: absolute;
> +    top: 175px;
> +    left: 30px;
> +    font-size: 14px;
> +    line-height: 15px;
> +    color: #e0e0e0;
> +    width: 350px;
>  }
>  
>  #header #slides .slidenav {
> -	width: 200px;
> -	position: absolute;
> -	top: 10px;
> -	left: 800px;
> +    width: 200px;
> +    position: absolute;
> +    top: 10px;
> +    left: 800px;
>  }
>  
>  #header #slides .slidenav a {
> -	margin-right: 20px;
> -	border: none;
> -	background: none;
> +    margin-right: 20px;
> +    border: none;
> +    background: none;
>  }
>  
>  #header #slides .slidenav a img {
> -	background: none;
> -	border: none;
> -	cursor: pointer;
> +    background: none;
> +    border: none;
> +    cursor: pointer;
>  }
>  
>  #header #slides .mantle{
> -	position:absolute;
> -	top:58px;
> -	left:385px;
> +    position:absolute;
> +    top:58px;
> +    left:385px;
>  }
>  
> +#footer_logo-msg {
> +    text-align: center;
> +}
> +
> +
>  .downloadNow {
> -	margin:30px 0 10px 0;
> +    margin:30px 0 10px 0;
>  }
>  
>  .downloadLinks span.docs {
> -	float:left;
> -	margin:0px 0px 0 0;
> -	display:inline;
> +    float:left;
> +    margin:0px 0px 0 0;
> +    display:inline;
>  }
>  
>  .downloadLinks span.previousVersions {
> -	float:right;
> -	margin:0px 20px 0 0;
> -	display:inline;
> -}
> \ No newline at end of file
> +    float:right;
> +    margin:0px 20px 0 0;
> +    display:inline;
> +}
> 
> Modified: ofbiz/site/index.html
> URL:
> http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=766329&r1=766328&r2=766329&view=diff
> ==============================================================================
> --- ofbiz/site/index.html (original)
> +++ ofbiz/site/index.html Sat Apr 18 14:39:49 2009
> @@ -276,7 +276,7 @@
>                  <li><a
> href="http://docs.ofbiz.org/display/OFBIZ/Alternative+Demo+Servers">Alternative
> Demo Servers<br /><span>Trunk and releases alternative demo
> servers.</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>Service Providers</h3>
>              <ul class="sidemenu">
>                  <li><a href="http://docs.ofbiz.org/x/JAM"
> target="_blank">Complete Listing on Wiki</a></li>
> @@ -313,6 +313,13 @@
>              &copy; Copyright 2001-2009 The Apache Software Foundation
> - www.apache.org
>  
>          </div>
> +        <div id="footer_logo-msg">
> +          This is an important message to remind you that if you make
> available to public a "mirror" of Apache OFBiz web site
> +          (http://ofbiz.apache.org/) or an instance of Apache OFBiz, 
> you should never use the original ofbiz.ico, ofbiz.gif and
> +          ofbiz_logo.jpg files (any version of these files, old or
> present). These are strict ASF proprietary and should never be
> +          used by site publicly available ouf of proper ASF
> infrastructure (the Contegix servers used by Apache OFBiz for that
> are
> +          parts of ASF infra). Thanks for your attention
> +        </div>
>      </div>
>      <div class="clearer"></div>
>      <!-- footer ends here -->