From: Jesse Sheidlower Date: Mon, 8 May 2006 01:01:06 +0000 (+0000) Subject: swapped Xapian for Plucene in About.pod X-Git-Tag: 5.7099_04~600 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=182e344a6d10c2368da275e3fab209e2c2dfb9f9;p=catagits%2FCatalyst-Runtime.git swapped Xapian for Plucene in About.pod --- diff --git a/lib/Catalyst/Manual/About.pod b/lib/Catalyst/Manual/About.pod index 74603c0..40eec28 100644 --- a/lib/Catalyst/Manual/About.pod +++ b/lib/Catalyst/Manual/About.pod @@ -213,10 +213,10 @@ well. In most Catalyst applications, each branch of MVC will be made of up of several Perl modules that can handle different needs in your application. -The purpose of the B is to access and modify data. Typically -the Model will interact with a relational database, but it's also -common to use other data sources, such as the L search -engine or an LDAP server. +The purpose of the B is to access and modify data. Typically the +Model will interact with a relational database, but it's also common to +use other data sources, such as the L +search engine or an LDAP server. The purpose of the B is to present data to the user. Typical Views use a templating module to generate HTML code, using L