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 2013/04/18 03:45:56 UTC

svn commit: r1469128 - in /lucene/dev/branches/lucene_solr_4_3: ./ solr/ solr/CHANGES.txt solr/site/ solr/site/xsl/index.xsl

Author: rmuir
Date: Thu Apr 18 01:45:55 2013
New Revision: 1469128

URL: http://svn.apache.org/r1469128
Log:
SOLR-4730: make wiki link more prominent in release documentation

Modified:
    lucene/dev/branches/lucene_solr_4_3/   (props changed)
    lucene/dev/branches/lucene_solr_4_3/solr/   (props changed)
    lucene/dev/branches/lucene_solr_4_3/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/lucene_solr_4_3/solr/site/   (props changed)
    lucene/dev/branches/lucene_solr_4_3/solr/site/xsl/index.xsl

Modified: lucene/dev/branches/lucene_solr_4_3/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_3/solr/CHANGES.txt?rev=1469128&r1=1469127&r2=1469128&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_3/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_3/solr/CHANGES.txt Thu Apr 18 01:45:55 2013
@@ -230,6 +230,9 @@ Other Changes
   (that would be reported by CoreAdmin STATUS requests) now result in 500 
   error responses with the details about the init failure, instead of 404 
   error responses.  (hossman)
+
+* SOLR-4730: Make the wiki link more prominent in the release documentation.
+  (Uri Laserson via Robert Muir)
   
 
 ==================  4.2.1 ==================

Modified: lucene/dev/branches/lucene_solr_4_3/solr/site/xsl/index.xsl
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_3/solr/site/xsl/index.xsl?rev=1469128&r1=1469127&r2=1469128&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_3/solr/site/xsl/index.xsl (original)
+++ lucene/dev/branches/lucene_solr_4_3/solr/site/xsl/index.xsl Thu Apr 18 01:45:55 2013
@@ -50,11 +50,11 @@
         plugin architecture when more advanced customization is required.</p>
         <p>
           This is the official documentation for <b><xsl:text>Apache Solr </xsl:text>
-          <xsl:value-of select="$version"/></b>. Additional documentation is available in the
-          <a href="http://wiki.apache.org/solr">Wiki</a>.
+          <xsl:value-of select="$version"/></b>.
         </p>
         <h2>Reference Documents</h2>
           <ul>
+            <li><a href="http://wiki.apache.org/solr">Wiki</a>: Additional documentation, especially focused on using Solr.</li>
             <li><a href="changes/Changes.html">Changes</a>: List of changes in this release.</li>
             <li><a href="SYSTEM_REQUIREMENTS.html">System Requirements</a>: Minimum and supported Java versions.</li>
             <li><a href="tutorial.html">Solr Tutorial</a>: This document covers the basics of running Solr using an example schema, and some sample data.</li>