You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/10/12 01:57:04 UTC

svn commit: r1397378 - in /lucene/cms/trunk/templates: core-simple.html core.html footer.html openrelevance-simple.html openrelevance.html pylucene-simple.html pylucene.html solr-simple.html solr.html

Author: rmuir
Date: Thu Oct 11 23:57:03 2012
New Revision: 1397378

URL: http://svn.apache.org/viewvc?rev=1397378&view=rev
Log:
fix broken privacy policy links

Modified:
    lucene/cms/trunk/templates/core-simple.html
    lucene/cms/trunk/templates/core.html
    lucene/cms/trunk/templates/footer.html
    lucene/cms/trunk/templates/openrelevance-simple.html
    lucene/cms/trunk/templates/openrelevance.html
    lucene/cms/trunk/templates/pylucene-simple.html
    lucene/cms/trunk/templates/pylucene.html
    lucene/cms/trunk/templates/solr-simple.html
    lucene/cms/trunk/templates/solr.html

Modified: lucene/cms/trunk/templates/core-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-simple.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-simple.html (original)
+++ lucene/cms/trunk/templates/core-simple.html Thu Oct 11 23:57:03 2012
@@ -37,5 +37,5 @@
 {% block sidebar %}
     {% include "core-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
-{% endextends %}
\ No newline at end of file
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
+{% endextends %}

Modified: lucene/cms/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core.html (original)
+++ lucene/cms/trunk/templates/core.html Thu Oct 11 23:57:03 2012
@@ -36,6 +36,6 @@
 {% block sidebar %}
   {% include "core-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
 {% endextends %}
 

Modified: lucene/cms/trunk/templates/footer.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/footer.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/footer.html (original)
+++ lucene/cms/trunk/templates/footer.html Thu Oct 11 23:57:03 2012
@@ -2,11 +2,11 @@
   <div class="copyright">
     <p>
       Copyright &copy; 2011-2012 The Apache Software Foundation, Licensed under
-      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  {% block privacy %}<a href="privacy.html">Privacy Policy</a>{% endblock %}
+      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  {% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
       <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
       for more information.
     </p>
   </div>
-</div>
\ No newline at end of file
+</div>

Modified: lucene/cms/trunk/templates/openrelevance-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/openrelevance-simple.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/openrelevance-simple.html (original)
+++ lucene/cms/trunk/templates/openrelevance-simple.html Thu Oct 11 23:57:03 2012
@@ -23,5 +23,5 @@
 {% block sidebar %}
   {% include "orp-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
-{% endextends %}
\ No newline at end of file
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
+{% endextends %}

Modified: lucene/cms/trunk/templates/openrelevance.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/openrelevance.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/openrelevance.html (original)
+++ lucene/cms/trunk/templates/openrelevance.html Thu Oct 11 23:57:03 2012
@@ -27,5 +27,5 @@
 {% block sidebar %}
   {% include "orp-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
-{% endextends %}
\ No newline at end of file
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
+{% endextends %}

Modified: lucene/cms/trunk/templates/pylucene-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/pylucene-simple.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/pylucene-simple.html (original)
+++ lucene/cms/trunk/templates/pylucene-simple.html Thu Oct 11 23:57:03 2012
@@ -32,5 +32,5 @@
 {% block sidebar %}
   {% include "py-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/pylucene.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/pylucene.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/pylucene.html (original)
+++ lucene/cms/trunk/templates/pylucene.html Thu Oct 11 23:57:03 2012
@@ -34,5 +34,5 @@
 {% block sidebar %}
   {% include "py-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/solr-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-simple.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-simple.html (original)
+++ lucene/cms/trunk/templates/solr-simple.html Thu Oct 11 23:57:03 2012
@@ -36,5 +36,5 @@
 {% block sidebar %}
     {% include "solr-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/solr.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr.html?rev=1397378&r1=1397377&r2=1397378&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr.html (original)
+++ lucene/cms/trunk/templates/solr.html Thu Oct 11 23:57:03 2012
@@ -37,5 +37,5 @@
 {% block sidebar %}
     {% include "solr-sidebar.html" %}
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
-{% endextends %}
\ No newline at end of file
+{% block privacy %}<a href="/privacy.html">Privacy Policy</a>{% endblock %}
+{% endextends %}