You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2009/08/26 00:04:38 UTC

svn commit: r807825 - in /lucene/solr/trunk: site/ site/images/ src/site/src/documentation/ src/site/src/documentation/content/xdocs/images/

Author: hossman
Date: Tue Aug 25 22:04:37 2009
New Revision: 807825

URL: http://svn.apache.org/viewvc?rev=807825&view=rev
Log:
for reasosn that make no sense to me, forrest/cocoon seem to have been freaking out with an error of 'images/solr_FC.jpg    BROKEN: null' ever since r730648 when i added solr_FC.svg.  aparently they don't like jpg files and svg files haven't the same root name.  renaming this file (so something more seo friendly) seems to fix that problem.  NOTE: there are still other broken link problems, but those seem to be unrelated due to a bug in the theme we are using

Added:
    lucene/solr/trunk/site/images/solr.jpg
      - copied unchanged from r807819, lucene/solr/trunk/site/images/solr_FC.jpg
    lucene/solr/trunk/src/site/src/documentation/content/xdocs/images/solr.jpg
      - copied unchanged from r807819, lucene/solr/trunk/src/site/src/documentation/content/xdocs/images/solr_FC.jpg
Removed:
    lucene/solr/trunk/site/images/solr_FC.jpg
    lucene/solr/trunk/src/site/src/documentation/content/xdocs/images/solr_FC.jpg
Modified:
    lucene/solr/trunk/site/broken-links.xml
    lucene/solr/trunk/site/features.html
    lucene/solr/trunk/site/index.html
    lucene/solr/trunk/site/issue_tracking.html
    lucene/solr/trunk/site/linkmap.html
    lucene/solr/trunk/site/mailing_lists.html
    lucene/solr/trunk/site/tutorial.html
    lucene/solr/trunk/site/version_control.html
    lucene/solr/trunk/site/who.html
    lucene/solr/trunk/src/site/src/documentation/skinconf.xml

Modified: lucene/solr/trunk/site/broken-links.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/broken-links.xml?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/broken-links.xml (original)
+++ lucene/solr/trunk/site/broken-links.xml Tue Aug 25 22:04:37 2009
@@ -1,15 +1,14 @@
 <broken-links>
-  <link message="null" uri="images/solr_FC.jpg">
-    <referrer uri="linkmap.html"/>
-    <referrer uri="index.html"/>
-    <referrer uri="mailing_lists.html"/>
-    <referrer uri="features.html"/>
-    <referrer uri="issue_tracking.html"/>
-    <referrer uri="who.html"/>
-    <referrer uri="tutorial.html"/>
-    <referrer uri="version_control.html"/>
+  <link message="/opt/forrest/forrest-0.8/main/webapp/. (Is a directory)" uri="skin/images/current.gif">
+    <referrer uri="skin/screen.css"/>
   </link>
   <link message="/home/hossman/lucene/solr/src/site/src/documentation/content/xdocs/images.instruction_arrow.png (No such file or directory)" uri="images/instruction_arrow.png">
     <referrer uri="skin/screen.css"/>
   </link>
+  <link message="/opt/forrest/forrest-0.8/main/webapp/. (Is a directory)" uri="skin/images/chapter.gif">
+    <referrer uri="skin/screen.css"/>
+  </link>
+  <link message="/opt/forrest/forrest-0.8/main/webapp/. (Is a directory)" uri="skin/images/page.gif">
+    <referrer uri="skin/screen.css"/>
+  </link>
 </broken-links>

Modified: lucene/solr/trunk/site/features.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/features.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/features.html (original)
+++ lucene/solr/trunk/site/features.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/index.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/index.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/index.html (original)
+++ lucene/solr/trunk/site/index.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/issue_tracking.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/issue_tracking.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/issue_tracking.html (original)
+++ lucene/solr/trunk/site/issue_tracking.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/linkmap.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/linkmap.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/linkmap.html (original)
+++ lucene/solr/trunk/site/linkmap.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/mailing_lists.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/mailing_lists.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/mailing_lists.html (original)
+++ lucene/solr/trunk/site/mailing_lists.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/tutorial.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/tutorial.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/tutorial.html (original)
+++ lucene/solr/trunk/site/tutorial.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/version_control.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/version_control.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/version_control.html (original)
+++ lucene/solr/trunk/site/version_control.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/site/who.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/who.html?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/site/who.html (original)
+++ lucene/solr/trunk/site/who.html Tue Aug 25 22:04:37 2009
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_FC.jpg" title="Solr Description"></a>
+<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.jpg" title="Solr Description"></a>
 </div>
 <!--+
     |end Project Logo

Modified: lucene/solr/trunk/src/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/site/src/documentation/skinconf.xml?rev=807825&r1=807824&r2=807825&view=diff
==============================================================================
--- lucene/solr/trunk/src/site/src/documentation/skinconf.xml (original)
+++ lucene/solr/trunk/src/site/src/documentation/skinconf.xml Tue Aug 25 22:04:37 2009
@@ -74,7 +74,7 @@
   <project-name>Solr</project-name>
   <project-description>Solr Description</project-description>
   <project-url>http://lucene.apache.org/solr/</project-url>
-  <project-logo>images/solr_FC.jpg</project-logo>
+  <project-logo>images/solr.jpg</project-logo>
   <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->