You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2010/11/08 18:56:50 UTC

svn commit: r1032652 - in /lucene/site: ./ publish/ publish/images/ publish/skin/

Author: gsingers
Date: Mon Nov  8 17:56:50 2010
New Revision: 1032652

URL: http://svn.apache.org/viewvc?rev=1032652&view=rev
Log:
LUCENE-2746: image updates

Modified:
    lucene/site/forrest.properties
    lucene/site/publish/images/lucene_green_300.gif
    lucene/site/publish/index.html
    lucene/site/publish/index.pdf
    lucene/site/publish/linkmap.html
    lucene/site/publish/linkmap.pdf
    lucene/site/publish/mail.html
    lucene/site/publish/mail.pdf
    lucene/site/publish/skin/screen.css
    lucene/site/publish/who.html
    lucene/site/publish/who.pdf

Modified: lucene/site/forrest.properties
URL: http://svn.apache.org/viewvc/lucene/site/forrest.properties?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/forrest.properties (original)
+++ lucene/site/forrest.properties Mon Nov  8 17:56:50 2010
@@ -67,7 +67,7 @@ project.skin=lucene
 # e.g. if forrest.validate=false then all others are false unless set to true.
 #forrest.validate=true
 #forrest.validate.xdocs=${forrest.validate}
-#forrest.validate.skinconf=${forrest.validate}
+forrest.validate.skinconf=false
 #forrest.validate.sitemap=${forrest.validate}
 #forrest.validate.stylesheets=${forrest.validate}
 #forrest.validate.skins=${forrest.validate}

Modified: lucene/site/publish/images/lucene_green_300.gif
URL: http://svn.apache.org/viewvc/lucene/site/publish/images/lucene_green_300.gif?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/site/publish/index.html
URL: http://svn.apache.org/viewvc/lucene/site/publish/index.html?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/publish/index.html (original)
+++ lucene/site/publish/index.html Mon Nov  8 17:56:50 2010
@@ -786,8 +786,9 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
+<div class="trademark">Apache Lucene, Apache Solr, Apache Lucene.NET, Apache PyLucene, Apache Open Relevance Project, Apache Lucy and Apache Droids and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
 <div id="logos"></div>
 <!--+
     |end bottomstrip

Modified: lucene/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/lucene/site/publish/index.pdf?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/lucene/site/publish/linkmap.html?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/publish/linkmap.html (original)
+++ lucene/site/publish/linkmap.html Mon Nov  8 17:56:50 2010
@@ -340,8 +340,9 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
+<div class="trademark">Apache Lucene, Apache Solr, Apache Lucene.NET, Apache PyLucene, Apache Open Relevance Project, Apache Lucy and Apache Droids and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: lucene/site/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/lucene/site/publish/linkmap.pdf?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/site/publish/mail.html
URL: http://svn.apache.org/viewvc/lucene/site/publish/mail.html?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/publish/mail.html (original)
+++ lucene/site/publish/mail.html Mon Nov  8 17:56:50 2010
@@ -295,8 +295,9 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
+<div class="trademark">Apache Lucene, Apache Solr, Apache Lucene.NET, Apache PyLucene, Apache Open Relevance Project, Apache Lucy and Apache Droids and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: lucene/site/publish/mail.pdf
URL: http://svn.apache.org/viewvc/lucene/site/publish/mail.pdf?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/site/publish/skin/screen.css
URL: http://svn.apache.org/viewvc/lucene/site/publish/skin/screen.css?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/publish/skin/screen.css (original)
+++ lucene/site/publish/skin/screen.css Mon Nov  8 17:56:50 2010
@@ -420,6 +420,13 @@ img.cornersmall {
     margin: 0;
     width: 45%;
 }
+#footer .trademark {
+    position: relative; /* IE bugfix cont'd */
+    padding: 5px;
+    margin: 0;
+    width: 100%;
+}
+
 #footer .lastmodified {
     position: relative; /* IE bugfix cont'd */
     float: right;

Modified: lucene/site/publish/who.html
URL: http://svn.apache.org/viewvc/lucene/site/publish/who.html?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
--- lucene/site/publish/who.html (original)
+++ lucene/site/publish/who.html Mon Nov  8 17:56:50 2010
@@ -331,8 +331,9 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2009 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
+<div class="trademark">Apache Lucene, Apache Solr, Apache Lucene.NET, Apache PyLucene, Apache Open Relevance Project, Apache Lucy and Apache Droids and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: lucene/site/publish/who.pdf
URL: http://svn.apache.org/viewvc/lucene/site/publish/who.pdf?rev=1032652&r1=1032651&r2=1032652&view=diff
==============================================================================
Binary files - no diff available.