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/08 20:23:58 UTC

svn commit: r1637590 - in /lucene/cms/branches/solr_6058: content/solr/assets/styles/base.css content/solr/features.mdtext content/solr/news.mdtext content/solr/resources.mdtext templates/solr-index.html templates/solr-resources.html

Author: sarowe
Date: Sat Nov  8 19:23:58 2014
New Revision: 1637590

URL: http://svn.apache.org/r1637590
Log:
SOLR-6058: trademarks

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
    lucene/cms/branches/solr_6058/content/solr/features.mdtext
    lucene/cms/branches/solr_6058/content/solr/news.mdtext
    lucene/cms/branches/solr_6058/content/solr/resources.mdtext
    lucene/cms/branches/solr_6058/templates/solr-index.html
    lucene/cms/branches/solr_6058/templates/solr-resources.html

Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css?rev=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css Sat Nov  8 19:23:58 2014
@@ -929,7 +929,6 @@ img.float-right {
   background: inherit;
 }
 
-
 .ref-guide-badge {
   background-color: #D9411E;
   color: #fff;
@@ -944,4 +943,9 @@ img.float-right {
 }
 .wrappable-btn:hover .ref-guide-badge, .wrappable-btn:focus .ref-guide-badge {
   background-color: #ff833d;
+}
+
+.trademark {
+  vertical-align: super; 
+  font-size: 0.25em;
 }
\ No newline at end of file

Modified: lucene/cms/branches/solr_6058/content/solr/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/features.mdtext?rev=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/features.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/features.mdtext Sat Nov  8 19:23:58 2014
@@ -3,6 +3,9 @@ Title: Features
 <section class="hero alternate">
   <div class="row">
     <div class="large-12 columns">
+      <div class="annotation">
+        Apache Solr<span class="trademark">TM</span> {% include "../content/latestversion.mdtext" %}
+      </div>
       <h1>
         Solr Features
       </h1>
@@ -23,7 +26,7 @@ Title: Features
           <div class="img"><img src="/solr/assets/images/Solr_Icons_advanced_full-text_search.svg"/></div>
           <div class="content">
             <h3>Advanced Full-Text Search Capabilities</h3>
-            <p>Powered by Lucene, Solr enables powerful matching capabilities including phrases, wildcards, joins, grouping and much more across any data type</p>
+            <p>Powered by Lucene<span class="trademark">TM</span>, Solr enables powerful matching capabilities including phrases, wildcards, joins, grouping and much more across any data type</p>
           </div>
         </div>
       </li>
@@ -113,7 +116,7 @@ Title: Features
         Everything but the kitchen sink.
       </h1>
       <p>
-        Solr uses the Lucene&trade; search library and extends it.
+        Solr uses the Lucene search library and extends it.
       </p>
       <div class="down-arrow"><a data-scroll href="#more"><i class="fa fa-angle-down fa-2x red"></i></a></div>
     </div>

Modified: lucene/cms/branches/solr_6058/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/news.mdtext?rev=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/news.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/news.mdtext Sat Nov  8 19:23:58 2014
@@ -1,6 +1,6 @@
 Title: News
 
-# Solr<span style="vertical-align: super; font-size: xx-small">TM</span> News
+# Solr<span class="trademark">TM</span> News
 
 ## 31 October 2014 - Apache Solr 4.10.2 Available
 

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=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/resources.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/resources.mdtext Sat Nov  8 19:23:58 2014
@@ -58,7 +58,7 @@ There are two primary IRC channels dedic
 
 • #solr-dev -- Hangout for discussion of Solr development
 
-The IRC channel can be used for online discussion about Lucene/Solr related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.
+The IRC channel can be used for online discussion about Lucene<span class="trademark">TM</span>/Solr related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.
 
 ### Issue tracker ###
 
@@ -80,7 +80,7 @@ Unsubscribe: [solr-user-unsubscribe](mai
 
 #### Developer List: dev@lucene ####
 
-This is the list where participating developers of the LuceneTM and Solr projects meet and discuss issues concerning Lucene/Solr internals, code changes/additions, etc.
+This is the list where participating developers of the Lucene and Solr projects meet and discuss issues concerning Lucene/Solr internals, code changes/additions, etc.
 
 NOTE: Please do not send mail to this list with usage questions or configuration questions and problems, that is what the solr-user mailing list is for.
 

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=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-index.html Sat Nov  8 19:23:58 2014
@@ -19,10 +19,10 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> {% include "../content/latestversion.mdtext" %}
+            Apache Solr<span class="trademark">TM</span> {% include "../content/latestversion.mdtext" %}
           </div>
           <h1>
-            Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
+            Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene<span class="trademark">TM</span>.
           </h1>
 
           <div class="down-arrow"><a class="smooth-scroll" href="#learn-more" target="_self"><i class="fa fa-angle-down fa-2x red"></i></a></div>

Modified: lucene/cms/branches/solr_6058/templates/solr-resources.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-resources.html?rev=1637590&r1=1637589&r2=1637590&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-resources.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-resources.html Sat Nov  8 19:23:58 2014
@@ -20,7 +20,7 @@
     <div class="row">
       <div class="small-12 text-center columns">
       	<h1>Resources<br/>
-   		  <small>Find everything you need about Solr here.</small></h1>
+   		  <small>Find everything you need about Solr<span class="trademark">TM</span> here.</small></h1>
    		</div>
    	</div>
     <div class="sub-nav-container">