You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/02/20 03:06:58 UTC

svn commit: r1291118 - in /lucene/cms/trunk/templates: core-nav.html core.html solr-nav.html solr.html

Author: markrmiller
Date: Mon Feb 20 02:06:57 2012
New Revision: 1291118

URL: http://svn.apache.org/viewvc?rev=1291118&view=rev
Log:
LUCENE-3804: Swap Features and News on the website.

Modified:
    lucene/cms/trunk/templates/core-nav.html
    lucene/cms/trunk/templates/core.html
    lucene/cms/trunk/templates/solr-nav.html
    lucene/cms/trunk/templates/solr.html

Modified: lucene/cms/trunk/templates/core-nav.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-nav.html?rev=1291118&r1=1291117&r2=1291118&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-nav.html (original)
+++ lucene/cms/trunk/templates/core-nav.html Mon Feb 20 02:06:57 2012
@@ -1,7 +1,7 @@
 {% block corenav %}
 <ul>
   <li><a href="index.html">Core</a></li>
-  <li><a href="features.html">Features</a></li>
+  <li><a href="corenews.html">News</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="documentation.html">Documentation</a></li>
   <li><a href="quickstart.html">Tutorials</a></li>

Modified: lucene/cms/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core.html?rev=1291118&r1=1291117&r2=1291118&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core.html (original)
+++ lucene/cms/trunk/templates/core.html Mon Feb 20 02:06:57 2012
@@ -30,7 +30,7 @@
 {% endblock %}
 
 {% block news %}
-<div>{% filter markdown %}{% include "../content/core/corenews.mdtext" %}{% endfilter %}</div>
+<div>{% filter markdown %}{% include "../content/core/features.mdtext" %}{% endfilter %}</div>
 {% endblock %}
 {% block sidebar %}
   {% include "core-sidebar.html" %}

Modified: lucene/cms/trunk/templates/solr-nav.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-nav.html?rev=1291118&r1=1291117&r2=1291118&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-nav.html (original)
+++ lucene/cms/trunk/templates/solr-nav.html Mon Feb 20 02:06:57 2012
@@ -1,6 +1,6 @@
 <ul>
   <li><a href="index.html">Solr</a></li>
-  <li><a href="features.html">Features</a></li>
+  <li><a href="solrnews.html">News</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: lucene/cms/trunk/templates/solr.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr.html?rev=1291118&r1=1291117&r2=1291118&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr.html (original)
+++ lucene/cms/trunk/templates/solr.html Mon Feb 20 02:06:57 2012
@@ -32,7 +32,7 @@
 {% endblock %}
 
 {% block news %}
-<div>{% filter markdown %}{% include "../content/solr/solrnews.mdtext" %}{% endfilter %}</div>
+<div>{% filter markdown %}{% include "../content/solr/features.mdtext" %}{% endfilter %}</div>
 {% endblock %}
 {% block sidebar %}
     {% include "solr-sidebar.html" %}