You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2012/02/10 01:24:54 UTC

[lucy-commits] svn commit: r1242619 - in /incubator/lucy/branches/0.3: ./ INSTALL README devel/bin/release_commands.pl perl/lib/Lucy.pod

Author: marvin
Date: Fri Feb 10 00:24:53 2012
New Revision: 1242619

URL: http://svn.apache.org/viewvc?rev=1242619&view=rev
Log:
Use "Apache Lucy" as an adjective.

Modified:
    incubator/lucy/branches/0.3/   (props changed)
    incubator/lucy/branches/0.3/INSTALL
    incubator/lucy/branches/0.3/README
    incubator/lucy/branches/0.3/devel/bin/release_commands.pl
    incubator/lucy/branches/0.3/perl/lib/Lucy.pod

Propchange: incubator/lucy/branches/0.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Feb 10 00:24:53 2012
@@ -1 +1 @@
-/incubator/lucy/trunk:1225600-1225601,1226190-1226191,1226199,1226310,1226462-1226463,1227324,1229862-1229867,1232278
+/incubator/lucy/trunk:1225600-1225601,1226190-1226191,1226199,1226310,1226462-1226463,1227324,1229862-1229867,1232278,1242618

Modified: incubator/lucy/branches/0.3/INSTALL
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/INSTALL?rev=1242619&r1=1242618&r2=1242619&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/INSTALL (original)
+++ incubator/lucy/branches/0.3/INSTALL Fri Feb 10 00:24:53 2012
@@ -1,8 +1,8 @@
 Build Instructions
 ==================
 
-Apache Lucy is a C library targeted at dynamic languages.  Currently it is
-available via Perl bindings.
+The Apache Lucy search engine library provides full-text search for dynamic
+programming languages.  Currently it is available via Perl bindings.
 
 To build Lucy with Perl bindings, chdir to the "perl" subdirectory underneath
 the "lucy" top level and follow the instructions in the INSTALL document

Modified: incubator/lucy/branches/0.3/README
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/README?rev=1242619&r1=1242618&r2=1242619&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/README (original)
+++ incubator/lucy/branches/0.3/README Fri Feb 10 00:24:53 2012
@@ -3,8 +3,8 @@ Apache Lucy
 
 OVERVIEW
 
-Apache Lucy is a fulltext search engine library, written in C and targeted at
-dynamic language users.
+The Apache Lucy search engine library provides full-text search for dynamic
+programming languages.
 
 DISCLAIMER
 

Modified: incubator/lucy/branches/0.3/devel/bin/release_commands.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/devel/bin/release_commands.pl?rev=1242619&r1=1242618&r2=1242619&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/devel/bin/release_commands.pl (original)
+++ incubator/lucy/branches/0.3/devel/bin/release_commands.pl Fri Feb 10 00:24:53 2012
@@ -310,9 +310,9 @@ Greetings,
 The Apache Lucy team is pleased to announce the release of version $x_y_z_version
 from the Apache Incubator!
 
-Apache Lucy is full-text search engine library written in C and targeted at
-dynamic languages.  For a list of issues resolved in this version, please see
-the release notes:
+The Apache Lucy search engine library provides full-text search for dynamic
+programming languages.  For a list of issues resolved in this version, please
+see the release notes:
 
   http://www.apache.org/dist/incubator/lucy/CHANGES-$x_y_z_version.txt
 

Modified: incubator/lucy/branches/0.3/perl/lib/Lucy.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/perl/lib/Lucy.pod?rev=1242619&r1=1242618&r2=1242619&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/perl/lib/Lucy.pod (original)
+++ incubator/lucy/branches/0.3/perl/lib/Lucy.pod Fri Feb 10 00:24:53 2012
@@ -73,7 +73,8 @@ Then, search the index:
 
 =head1 DESCRIPTION
 
-Apache Lucy is a high-performance, modular search engine library.
+The Apache Lucy search engine library delivers high-performance, modular
+full-text search.
 
 =head2 Features