You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/02/20 18:07:04 UTC

svn commit: r1291375 - in /lucene/cms/trunk/content: core/downloads.mdtext core/index.mdtext images/downloadbutton.png solr/downloads.mdtext solr/index.mdtext

Author: markrmiller
Date: Mon Feb 20 17:07:03 2012
New Revision: 1291375

URL: http://svn.apache.org/viewvc?rev=1291375&view=rev
Log:
LUCENE-3806: Add a Download button to the Download webpage.

Added:
    lucene/cms/trunk/content/images/downloadbutton.png   (with props)
Modified:
    lucene/cms/trunk/content/core/downloads.mdtext
    lucene/cms/trunk/content/core/index.mdtext
    lucene/cms/trunk/content/solr/downloads.mdtext
    lucene/cms/trunk/content/solr/index.mdtext

Modified: lucene/cms/trunk/content/core/downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/downloads.mdtext?rev=1291375&r1=1291374&r2=1291375&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/downloads.mdtext (original)
+++ lucene/cms/trunk/content/core/downloads.mdtext Mon Feb 20 17:07:03 2012
@@ -1,5 +1,7 @@
 ## Downloads
 
+<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/3.5.0"><img border="0" src="../images/downloadbutton.png" alt="Download"/></a>
+
 Official releases are usually created when the [developers](whoweare.html) feel there are
             sufficient changes, improvements and bug fixes to warrant a release.
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed

Modified: lucene/cms/trunk/content/core/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/index.mdtext?rev=1291375&r1=1291374&r2=1291375&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/index.mdtext (original)
+++ lucene/cms/trunk/content/core/index.mdtext Mon Feb 20 17:07:03 2012
@@ -1,5 +1,7 @@
 Title: Apache Lucene Core
 
+<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/3.5.0"><img border="0" src="../images/downloadbutton.png" alt="Download"/></a>
+
 Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
 
 Apache Lucene is an open source project available for free download. Please use the links on the right to access Lucene.
\ No newline at end of file

Added: lucene/cms/trunk/content/images/downloadbutton.png
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/images/downloadbutton.png?rev=1291375&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/cms/trunk/content/images/downloadbutton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lucene/cms/trunk/content/solr/downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/downloads.mdtext?rev=1291375&r1=1291374&r2=1291375&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/downloads.mdtext (original)
+++ lucene/cms/trunk/content/solr/downloads.mdtext Mon Feb 20 17:07:03 2012
@@ -1,5 +1,7 @@
 ## Downloads
 
+<a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/3.5.0"><img border="0" src="../images/downloadbutton.png" alt="Download"/></a>
+
 Official releases are usually created when the [developers](../whoweare.html) feel there are
             sufficient changes, improvements and bug fixes to warrant a release.
             Due to the voluntary nature of Solr, no releases are scheduled in advance.

Modified: lucene/cms/trunk/content/solr/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/index.mdtext?rev=1291375&r1=1291374&r2=1291375&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/index.mdtext (original)
+++ lucene/cms/trunk/content/solr/index.mdtext Mon Feb 20 17:07:03 2012
@@ -1,5 +1,7 @@
 Title: Apache Solr
 
+<a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/3.5.0"><img border="0" src="../images/downloadbutton.png" alt="Download"/></a>
+
 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, providing distributed search and index replication, and it powers the search and navigation features of many of the world's largest internet sites.
 
 Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Tomcat. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive plugin architecture when more advanced customization is required.