Re: [Catalyst] Re: [OT] Search Solution

2007-11-09 Thread David Morel
Le 9 nov. 07 à 05:13, Fayland Lam a écrit : David Morel wrote: Le 8 nov. 07 à 10:25, Felix Antonius Wilhelm Ostmann a écrit : Other solution is Xapian Catalyst::Model::Xapian There was a discussion on this topic not so long ago. I suggest to have a look at the list archive, some

[Catalyst] Re: Search Solution

2007-11-09 Thread Adam Sjøgren
On Fri, 09 Nov 2007 04:13:59 +, Fayland wrote: Other solution is Xapian Catalyst::Model::Xapian I searched http://lists.scsys.co.uk/pipermail/catalyst/, but don't find anything. could u tell me which month is it talked? Another place to try searching the list is here:

Re: [Catalyst] [OT] Search Solution

2007-11-09 Thread Jon Schutz
On Thu, 2007-11-08 at 13:48 +0200, Octavian Rasnita wrote: What do you think about e-swish, Kinosearch and Lucene? As it has been years since I have reviewed these (swish-e and lucene), it wouldn't be fair for me to comment. Lots of detail and links at

[Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Jason Tang
Hi I'm just about to embark on reviewing Catalyst as a framework for our web developments. I've done small amounts of Catalyst playing around in my spare time but not a massive amount. I'm probably going through the same hoops other people are going through with regards of its production

Re: [Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Jason Tang
On Fri Nov 09, 2007 at 12:45:43PM +, Jason Tang wrote: I'm just about to embark on reviewing Catalyst as a framework for our web developments. I've done small amounts of Catalyst playing around in my spare time but not a massive amount. I'm probably going through the same hoops other

[Catalyst] Save as...

2007-11-09 Thread Octavian Rasnita
Hi, I try to print a file to the browser using: $c-res-content_type('Application/Octet-Stream'); $c-res-header(Content-Disposition = attachment;filename=\$file\); # $c-res-header('Content-Length' = length($content)); $c-res-body($content); If I try to save the file pressing enter on the link

Re: [Catalyst] Save as...

2007-11-09 Thread Ash Berlin
Octavian Rasnita wrote: Hi, I try to print a file to the browser using: $c-res-content_type('Application/Octet-Stream'); $c-res-header(Content-Disposition = attachment;filename=\$file\); # $c-res-header('Content-Length' = length($content)); $c-res-body($content); If I try to save the file

Re: [Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Matt S Trout
On Fri, Nov 09, 2007 at 12:45:43PM +, Jason Tang wrote: Hi I'm just about to embark on reviewing Catalyst as a framework for our web developments. I've done small amounts of Catalyst playing around in my spare time but not a massive amount. I'm probably going through the same hoops

Re: [Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Matt S Trout
On Fri, Nov 09, 2007 at 01:02:28PM +, Jason Tang wrote: On Fri Nov 09, 2007 at 12:45:43PM +, Jason Tang wrote: I'm just about to embark on reviewing Catalyst as a framework for our web developments. I've done small amounts of Catalyst playing around in my spare time but not a

Re: [Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Daniel Hulme
On Fri, Nov 09, 2007 at 03:01:52PM +, Matt S Trout wrote: then add http://debian.pkgs.cpan.org/ Just a quick note to avoid any confusion later: the above repo has binary deb files for i386 only. If you're running an AMD64 box with the AMD64 Debian, or if you're running some other

[Catalyst] Credential::HTTP vs. Controller::REST

2007-11-09 Thread Christopher H. Laco
I'm working with the REST action/controller to expose my app to browsers and to any remote client (json/xml, etc). For the browser stuff, I just use the regular Auth plugins with a database store tied to a user/pass login form. For remote clients, I wanted to tack on HTTP Auth using Basic/Digest.

[Catalyst] Meta::Interpolate - caching weirdness

2007-11-09 Thread Randy Moore
Hi all, Newbie here with my first big project under Catalyst. I'm trying to use a TT plugin for Catalyst that allows template variables to be used in [% META %] tags. I found this on Tony Bowden's page here (http://nothing.tmtm.com/archives/201) and he credits Jonas Liljegren, so I'm

[Catalyst] request uri under lighttpd/fastcgi contains extra slash

2007-11-09 Thread Jim Spath
When I run Catalyst out of a non root webserver location, e.g. /myapp, $c-request-uri has an extra slash after the base url. http://mydomain.com/myapp// http://mydomain.com/myapp//some/action Catalyst::Engine::CGI::prepare_path() is setting $base_path to /myapp/, which is correct, but

Re: [Catalyst] Ubuntu / Catalyst

2007-11-09 Thread Matt S Trout
On Fri, Nov 09, 2007 at 03:27:50PM +, Daniel Hulme wrote: On Fri, Nov 09, 2007 at 03:01:52PM +, Matt S Trout wrote: then add http://debian.pkgs.cpan.org/ Just a quick note to avoid any confusion later: the above repo has binary deb files for i386 only. If you're running an AMD64 box

Re: [Catalyst] request uri under lighttpd/fastcgi contains extra slash

2007-11-09 Thread Andy Grundman
On Nov 9, 2007, at 11:26 AM, Jim Spath wrote: When I run Catalyst out of a non root webserver location, e.g. / myapp, $c-request-uri has an extra slash after the base url. http://mydomain.com/myapp// http://mydomain.com/myapp//some/action Catalyst::Engine::CGI::prepare_path() is setting

Re: [Catalyst] Re: [OT] Search Solution

2007-11-09 Thread Peter Karman
On 11/09/2007 02:00 AM, David Morel wrote: have a look there: http://www.gossamer-threads.com/lists/catalyst/users/ and search for lucene, plucene, xapian, swish-e, etc actually the threads I found seem shorter than I remember, but I just had a very quick look. I posted this link

[Catalyst] ANNOUNCE: Rose::DBx::Garden::Catalyst

2007-11-09 Thread Peter Karman
I've just uploaded Rose::DBx::Garden::Catalyst 0.01 to CPAN. http://search.cpan.org/dist/Rose-DBx-Garden-Catalyst/ This is an alternative to the Catalyst::Example::InstantCRUD app. The main differences are: * uses Rose::DB::Object and Rose::HTML::Objects instead of DBIx::Class and

Re: [Catalyst] Catalyst::Plugin::Prototype

2007-11-09 Thread Will Smith
Hi, Have you been successfully used HTML::Prototype in Cat? Could you help me with a working example? I could not fix all the syntax in the new version of Cat. Thanks Stefan Kühn [EMAIL PROTECTED] wrote: The documentation of Catalyst::Plugin::Prototype is a rather thin. Only one example of a

Re: [Catalyst] Catalyst::Plugin::Prototype

2007-11-09 Thread J. Shirley
See quote below. On Nov 9, 2007 11:25 AM, Will Smith [EMAIL PROTECTED] wrote: Hi, Have you been successfully used HTML::Prototype in Cat? Could you help me with a working example? I could not fix all the syntax in the new version of Cat. Thanks ** Ash Berlin already responded to this

Re: [Catalyst] Re: [OT] Search Solution

2007-11-09 Thread Peter Karman
On 11/09/2007 03:47 PM, Octavian Rasnita wrote: Do you have a recommendation for a good perl module that can be used easyly for creating a spider that should index a web site? If you don't need UTF-8, check out Swish-e. It has a spider and parser. -- Peter Karman . [EMAIL PROTECTED] .