link to product homepages from logos on generated index.html pages

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-09-20 23:26:08 +00:00
parent 07831ff3df
commit e046d5f4bd
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<title><xsl:text>Apache Lucene </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></title> <title><xsl:text>Apache Lucene </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></title>
</head> </head>
<body> <body>
<div><img src="lucene_green_300.gif"/></div> <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><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, <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 but rather a code library and API that can easily be used to add search capabilities

View File

@ -36,7 +36,7 @@
<title><xsl:text>Apache Solr </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></title> <title><xsl:text>Apache Solr </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text></title>
</head> </head>
<body> <body>
<div><img src="solr.png"/></div> <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> <h1><xsl:text>Apache Solr </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. <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, Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering,