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 2010/11/09 22:37:22 UTC

svn commit: r1033245 - in /lucene/site: publish/index.html publish/index.pdf src/documentation/content/xdocs/index.xml

Author: rmuir
Date: Tue Nov  9 21:37:21 2010
New Revision: 1033245

URL: http://svn.apache.org/viewvc?rev=1033245&view=rev
Log:
use the trademark symbol for TM

Modified:
    lucene/site/publish/index.html
    lucene/site/publish/index.pdf
    lucene/site/src/documentation/content/xdocs/index.xml

Modified: lucene/site/publish/index.html
URL: http://svn.apache.org/viewvc/lucene/site/publish/index.html?rev=1033245&r1=1033244&r2=1033245&view=diff
==============================================================================
--- lucene/site/publish/index.html (original)
+++ lucene/site/publish/index.html Tue Nov  9 21:37:21 2010
@@ -250,24 +250,24 @@ document.write("Last Published: " + docu
 <h2 class="h3">What Is Apache Lucene?</h2>
 <div class="section">
 <p>
-      The Apache Lucene(TM) project develops open-source search software,
+      The Apache Lucene&trade; project develops open-source search software,
       including:
       </p>
 <ul>
       
 <li>
-<a href="http://lucene.apache.org/java/"><strong>Apache Lucene Java</strong></a>(TM), our
+<a href="http://lucene.apache.org/java/"><strong>Apache Lucene Java</strong></a>&trade;, our
       flagship sub-project, provides a Java-based indexing and search
       implementation, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.</li>
       
 <li>
-<a href="http://lucene.apache.org/solr/"><strong>Apache Solr</strong></a>(TM) is our
+<a href="http://lucene.apache.org/solr/"><strong>Apache Solr</strong></a>&trade; is our
 	high performance enterprise search server, with XML/HTTP and JSON/Python/Ruby
 	APIs, hit highlighting, faceted search, caching, replication, distributed search, database integration, 
   web admin and search interfaces.</li>
   
 <li>
-<a href="http://incubator.apache.org/lucene.net/"><strong>Apache Lucene.Net</strong></a>(TM)
+<a href="http://incubator.apache.org/lucene.net/"><strong>Apache Lucene.Net</strong></a>&trade;
 	    is a source code, class-per-class, API-per-API and algorithmatic 
         port of the <a href="http://lucene.apache.org/java/"><strong>Lucene Java</strong></a> 
         search engine to the C# and .NET platform utilizing Microsoft .NET 
@@ -275,22 +275,22 @@ document.write("Last Published: " + docu
       </li>
      
 <li>
-<a href="http://lucene.apache.org/pylucene/"><strong>Apache PyLucene</strong></a>(TM) is a Python port of the
+<a href="http://lucene.apache.org/pylucene/"><strong>Apache PyLucene</strong></a>&trade; is a Python port of the
 the <a href="http://lucene.apache.org/java/">Lucene Java</a> project.</li>
    	
 <li>
-<a href="http://lucene.apache.org/openrelevance/"><strong>Apache Open Relevance Project</strong></a>(TM) is a subproject with the aim of collecting and distributing free materials for
+<a href="http://lucene.apache.org/openrelevance/"><strong>Apache Open Relevance Project</strong></a>&trade; is a subproject with the aim of collecting and distributing free materials for
 	relevance testing and performance.</li>
  
       
 <li>
-<a href="http://incubator.apache.org/lucy/"><strong>Apache Lucy</strong></a>(TM) is a loose C 
+<a href="http://incubator.apache.org/lucy/"><strong>Apache Lucy</strong></a>&trade; is a loose C 
       port of <a href="http://lucene.apache.org/java/">Lucene Java</a>, with Perl and Ruby 
       bindings, currently in incubation.</li>
 
     	
 <li>
-<a href="http://incubator.apache.org/droids/"><strong>Apache Droids</strong></a>(TM) is an intelligent robot crawling framework currently in incubation.</li>
+<a href="http://incubator.apache.org/droids/"><strong>Apache Droids</strong></a>&trade; is an intelligent robot crawling framework currently in incubation.</li>
       
 </ul>
 </div>

Modified: lucene/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/lucene/site/publish/index.pdf?rev=1033245&r1=1033244&r2=1033245&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/site/src/documentation/content/xdocs/index.xml?rev=1033245&r1=1033244&r2=1033245&view=diff
==============================================================================
--- lucene/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/site/src/documentation/content/xdocs/index.xml Tue Nov  9 21:37:21 2010
@@ -15,34 +15,34 @@
       <title>What Is Apache Lucene?</title>
 
       <p>
-      The Apache Lucene(TM) project develops open-source search software,
+      The Apache Lucene™ project develops open-source search software,
       including:
       </p>
 
       <ul>
-      <li><a href="ext:java"><strong>Apache Lucene Java</strong></a>(TM), our
+      <li><a href="ext:java"><strong>Apache Lucene Java</strong></a>™, our
       flagship sub-project, provides a Java-based indexing and search
       implementation, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.</li>
-      <li><a href="ext:solr"><strong>Apache Solr</strong></a>(TM) is our
+      <li><a href="ext:solr"><strong>Apache Solr</strong></a>™ is our
 	high performance enterprise search server, with XML/HTTP and JSON/Python/Ruby
 	APIs, hit highlighting, faceted search, caching, replication, distributed search, database integration, 
   web admin and search interfaces.</li>
-  <li><a href="ext:lucene.net"><strong>Apache Lucene.Net</strong></a>(TM)
+  <li><a href="ext:lucene.net"><strong>Apache Lucene.Net</strong></a>™
 	    is a source code, class-per-class, API-per-API and algorithmatic 
         port of the <a href="ext:java"><strong>Lucene Java</strong></a> 
         search engine to the C# and .NET platform utilizing Microsoft .NET 
         Framework. Lucene.Net is currently under incubation.
       </li>
-     <li><a href="ext:pylucene"><strong>Apache PyLucene</strong></a>(TM) is a Python port of the
+     <li><a href="ext:pylucene"><strong>Apache PyLucene</strong></a>™ is a Python port of the
 the <a href="ext:java">Lucene Java</a> project.</li>
-   	<li><a href="ext:orp"><strong>Apache Open Relevance Project</strong></a>(TM) is a subproject with the aim of collecting and distributing free materials for
+   	<li><a href="ext:orp"><strong>Apache Open Relevance Project</strong></a>™ is a subproject with the aim of collecting and distributing free materials for
 	relevance testing and performance.</li>
  
-      <li><a href="ext:lucy"><strong>Apache Lucy</strong></a>(TM) is a loose C 
+      <li><a href="ext:lucy"><strong>Apache Lucy</strong></a>™ is a loose C 
       port of <a href="ext:java">Lucene Java</a>, with Perl and Ruby 
       bindings, currently in incubation.</li>
 
-    	<li><a href="ext:droids"><strong>Apache Droids</strong></a>(TM) is an intelligent robot crawling framework currently in incubation.</li>
+    	<li><a href="ext:droids"><strong>Apache Droids</strong></a>™ is an intelligent robot crawling framework currently in incubation.</li>
       </ul>
 
     </section>