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 2012/02/07 00:40:32 UTC

svn commit: r1241264 - in /lucene/cms/trunk: content/.htaccess content/images/favicon.ico content/images/lucene-favicon.ico content/images/solr-favicon.ico templates/head.html templates/solr.html

Author: gsingers
Date: Mon Feb  6 23:40:32 2012
New Revision: 1241264

URL: http://svn.apache.org/viewvc?rev=1241264&view=rev
Log:
LUCENE-2748: favicons and htaccess

Added:
    lucene/cms/trunk/content/images/lucene-favicon.ico   (contents, props changed)
      - copied, changed from r1241246, lucene/cms/trunk/content/images/favicon.ico
    lucene/cms/trunk/content/images/solr-favicon.ico   (props changed)
      - copied unchanged from r1241246, lucene/cms/trunk/content/images/favicon.ico
Removed:
    lucene/cms/trunk/content/images/favicon.ico
Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/templates/head.html
    lucene/cms/trunk/templates/solr.html

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1241264&r1=1241263&r2=1241264&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Feb  6 23:40:32 2012
@@ -4,7 +4,7 @@
 #
 
 #Core is the new Java!
-Redirect Permanent /java/(.*) http://lucene.apache.org/core/$1
+RedirectMatch Permanent /java/(.*) http://lucene.apache.org/core/$1
 
 Redirect Permanent /nutch/docs/en/bot.html http://lucene.apache.org/nutch/bot.html
 

Copied: lucene/cms/trunk/content/images/lucene-favicon.ico (from r1241246, lucene/cms/trunk/content/images/favicon.ico)
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/images/lucene-favicon.ico?p2=lucene/cms/trunk/content/images/lucene-favicon.ico&p1=lucene/cms/trunk/content/images/favicon.ico&r1=1241246&r2=1241264&rev=1241264&view=diff
==============================================================================
Binary files - no diff available.

Propchange: lucene/cms/trunk/content/images/lucene-favicon.ico
------------------------------------------------------------------------------
    svn:executable = *

Propchange: lucene/cms/trunk/content/images/lucene-favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: lucene/cms/trunk/content/images/solr-favicon.ico
------------------------------------------------------------------------------
    svn:executable = *

Propchange: lucene/cms/trunk/content/images/solr-favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lucene/cms/trunk/templates/head.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/head.html?rev=1241264&r1=1241263&r2=1241264&view=diff
==============================================================================
--- lucene/cms/trunk/templates/head.html (original)
+++ lucene/cms/trunk/templates/head.html Mon Feb  6 23:40:32 2012
@@ -25,7 +25,7 @@
   {% block metakeys %}<meta name="keywords"
         content="apache, apache lucene, apache solr, solr, lucene
         search, information retrieval, spell checking, faceting, inverted index, open source"/>{% endblock %}
-  {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>{% endblock %}
+  {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="images/lucene-favicon.ico"/>{% endblock %}
   {% include "javascript.html" %}
 </head>
 

Modified: lucene/cms/trunk/templates/solr.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr.html?rev=1241264&r1=1241263&r2=1241264&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr.html (original)
+++ lucene/cms/trunk/templates/solr.html Mon Feb  6 23:40:32 2012
@@ -8,6 +8,7 @@
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
 {% endblock %}
+{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="images/solr-favicon.ico"/>{% endblock %}
 {% block javascript %}
 <script type="text/javascript" src="../scripts/prototype.js"></script>
 <script type="text/javascript" src="../scripts/effects.js"></script>