Development

Changeset 10081

You must first sign up to be able to contribute.

Changeset 10081

Show
Ignore:
Timestamp:
07/03/08 07:42:18 (5 months ago)
Author:
Carl.Vondrick
Message:

sfSearch: updated README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSearchPlugin/trunk/README

    r9714 r10081  
    33 
    44== Requirements == 
    5 sfSearch is only available for symfony 1.1 at this time. 
     5sfSearch is only available for symfony 1.1 at this time.  Additionally, it has only be tested on PHP 5.2. 
    66 
    77== Stability == 
    8 Warning: sfSearch is currently alpha software and may be unsuitable for production applications. 
     8Warning: sfSearch is currently alpha software and may be unsuitable for production applications. Use at your own risk. 
    99 
    1010== Documentation == 
    11 The documentation is currently contained in four chapters: 
     11Consult the documentation to explore sfSearch and its features. If you are anxious to get started right away, see [wiki:sfSearchPlugin/QuickStart the quick start guide] to have a working search engine in 10 minutes. 
    1212 
    13   * [wiki:sfSearchPlugin/QuickStart Quick Start Guide] 
     13=== Book === 
     14The book is contained in four chapters: 
    1415  * [wiki:sfSearchPlugin/Chapter1 Chapter 1 - Introduction] 
    1516  * [wiki:sfSearchPlugin/Chapter2 Chapter 2 - Creating An Index] 
     
    1718  * [wiki:sfSearchPlugin/Chapter4 Chapter 4 - Generating An Interface] 
    1819 
     20=== Cookbook === 
     21The cookbook has useful hints and tips: 
     22  * [wiki:sfSearchPlugin/QuickStart Quick Start Guide]