mirror of https://github.com/apache/lucene.git
Add tradmmark signs in generated documentation pages for Lucene and Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1507224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c74f89adc4
commit
9e24e586bc
|
@ -36,7 +36,15 @@
|
|||
</head>
|
||||
<body>
|
||||
<div><a href="http://lucene.apache.org/core/"><img src="lucene_green_300.gif" title="Apache Lucene Logo" alt="Lucene" border="0"/></a></div>
|
||||
<h1><xsl:text>Apache Lucene </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></h1>
|
||||
<h1>
|
||||
<xsl:text>Apache Lucene</xsl:text>
|
||||
<span style="vertical-align: top; font-size: x-small">
|
||||
<xsl:text>TM</xsl:text>
|
||||
</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="$version"/>
|
||||
<xsl:text> Documentation</xsl:text>
|
||||
</h1>
|
||||
<p>Lucene is a Java full-text search engine. Lucene is not a complete application,
|
||||
but rather a code library and API that can easily be used to add search capabilities
|
||||
to applications.</p>
|
||||
|
|
|
@ -36,8 +36,23 @@
|
|||
<title><xsl:text>Apache Solr </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></title>
|
||||
</head>
|
||||
<body>
|
||||
<div><a href="http://lucene.apache.org/solr/"><img src="solr.png" title="Apache Solr Logo" alt="Solr" border="0"/></a></div>
|
||||
<h1><xsl:text>Apache Solr </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></h1>
|
||||
<div>
|
||||
<a href="http://lucene.apache.org/solr/">
|
||||
<img src="solr.png" title="Apache Solr Logo" alt="Solr" border="0"/>
|
||||
</a>
|
||||
<div style="z-index:100;position:absolute;top:25px;left:252px">
|
||||
<span style="font-size: x-small">TM</span>
|
||||
</div>
|
||||
</div>
|
||||
<h1>
|
||||
<xsl:text>Apache Solr</xsl:text>
|
||||
<span style="vertical-align: top; font-size: x-small">
|
||||
<xsl:text>TM</xsl:text>
|
||||
</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="$version"/>
|
||||
<xsl:text> Documentation</xsl:text>
|
||||
</h1>
|
||||
<p>Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project.
|
||||
Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering,
|
||||
database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable,
|
||||
|
|
Loading…
Reference in New Issue