aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Model-Xapian
Commit message (Collapse)AuthorAgeFilesLines
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+2
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* This model class wraps Search::Xapian to provide a friendly, pagedSergey Matveychuk2006-03-284-0/+51
interface to Xapian (www.xapian.org) indexes. This class adds a little extra convenience on top of the Search::Xapian class. It expects you to use the QueryParser, and sets up some keywords based on the standard omega keywords (id, host, date, month, year,title), so that you can do searches like 'fubar site:microsoft.com' WWW: http://search.cpan.org/dist/Catalyst-Model-Xapian/ PR: ports/93713 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=158339