You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/11/04 15:27:18 UTC

svn commit: r1636583 - in /lucene/cms/branches/solr_6058: content/solr/documentation.mdtext content/solr/resources.mdtext lib/path.pm templates/solr-documentation.html templates/solr-index.html

Author: sarowe
Date: Tue Nov  4 14:27:17 2014
New Revision: 1636583

URL: http://svn.apache.org/r1636583
Log:
SOLR-6058: remove documentation page (content moved to resources page)

Removed:
    lucene/cms/branches/solr_6058/content/solr/documentation.mdtext
    lucene/cms/branches/solr_6058/templates/solr-documentation.html
Modified:
    lucene/cms/branches/solr_6058/content/solr/resources.mdtext
    lucene/cms/branches/solr_6058/lib/path.pm
    lucene/cms/branches/solr_6058/templates/solr-index.html

Modified: lucene/cms/branches/solr_6058/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/resources.mdtext?rev=1636583&r1=1636582&r2=1636583&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/resources.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/resources.mdtext Tue Nov  4 14:27:17 2014
@@ -7,7 +7,7 @@ Copies of the tutorial for the most rece
 
 * [Solr Tutorial](/solr/tutorials.html)
 
-Users who have completed the tutorial are encouraged to review the [other documentation available](/solr/documentation.html).
+Users who have completed the tutorial are encouraged to review the [other documentation available](#documentation).
 
 ***
 

Modified: lucene/cms/branches/solr_6058/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/lib/path.pm?rev=1636583&r1=1636582&r2=1636583&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/lib/path.pm (original)
+++ lucene/cms/branches/solr_6058/lib/path.pm Tue Nov  4 14:27:17 2014
@@ -53,9 +53,7 @@ our @patterns = (
   }],
   [qr!solr\/features\.mdtext$!, main => { template => "solr-full-width.html"}],
   [qr!solr\/resources\.mdtext$!, main => { template => "solr-resources.html"}],
-  [qr!solr\/documentation\.mdtext$!, main => { template => "solr-documentation.html"}],
   [qr!solr\/tutorials\.mdtext$!, main => { template => "solr-tutorials.html"}],  
-  [qr!solr\/mailing\.mdtext$!, main => { template => "solr-mail.html"}], 
     [qr@solr\/(?!index).*?\.mdtext$@, main => { template => "solr-page.html"}],
 
   [qr!pylucene/jcc/.*?\.mdtext$!, main => { template => "jcc-simple.html" }],

Modified: lucene/cms/branches/solr_6058/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-index.html?rev=1636583&r1=1636582&r2=1636583&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-index.html Tue Nov  4 14:27:17 2014
@@ -19,7 +19,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr {% include "_solr-version.html" %}
+            Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> {% include "_solr-version.html" %}
           </div>
           <h1>
             Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
@@ -153,7 +153,7 @@
               <div class="title">
                 <h3>Download Binary</h3>
               </div>
-                <p>Click here to download the Solr binary from the available mirrors.</p>
+              <p>Click here to download the Solr binary from the available mirrors.</p>
               <button>Download Solr</button>
             </div>
           </a>
@@ -165,7 +165,7 @@
               <div class="title">
                 <h3>Run Through the Tutorial</h3>
               </div>
-                <p>The Solr Getting Started tutorial will help you start working with Solr.</p>
+              <p>The Solr Getting Started tutorial will help you start working with Solr.</p>
               <button>Read the Tutorial</button>
             </div>
           </a>
@@ -177,7 +177,7 @@
               <div class="title">
                 <h3>Level Up</h3>
               </div>
-                <p>Once you've completed the tutorial, continue your mastery with the Solr resource library.</p>
+              <p>Once you've completed the tutorial, continue your mastery with the Solr resource library.</p>
               <button>More Resources</button>
             </div>
           </a>