Re: [Catalyst] Trapping exit/respawning FastCgiExternalServer

2007-06-28 Thread Gavin Henry
quote who=Matt S Trout On Thu, Jun 07, 2007 at 05:11:50PM -0700, Andrew Peebles wrote: Running a production Catalyst app as a FastCgiExternalServer. Occasionally it crashes. As in the process exits? We've had this twict this week. Fastcgi daemon just disappears. Whats the best way to debug

[Catalyst] displaying email addresses

2007-06-28 Thread Octavian Rasnita
Hi, Do you know if there are any Catalyst plugins, or TT filters, or perl modules that can find all the email addresses in a text and convert them into a Javascript code that prints that email address (possibly as a link)? I want to do something like this for avoiding robots that harvest

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Chisel Wright
On Thu, Jun 28, 2007 at 02:22:24PM +0300, Octavian Rasnita wrote: Do you know if there are any Catalyst plugins, or TT filters, or perl modules that can find all the email addresses in a text and convert them into a Javascript code that prints that email address (possibly as a link)? Why do

RE: [Catalyst] displaying email addresses

2007-06-28 Thread Marc Logghe
Do you know if there are any Catalyst plugins, or TT filters, or perl modules that can find all the email addresses in a text and convert them into a Javascript code that prints that email address (possibly as a link)? Don't know about plugins or something. But I guess you can easily

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Jon Schutz
On Thu, 2007-06-28 at 14:22 +0300, Octavian Rasnita wrote: Hi, Do you know if there are any Catalyst plugins, or TT filters, or perl modules that can find all the email addresses in a text and convert them into a Javascript code that prints that email address (possibly as a link)? I

Re: [Catalyst] html::prototype syntax in new Cat version

2007-06-28 Thread vb
HTML::Prototype is the Matt's Script Archive of javascript. possible, but don't confuse with prototype.js. (The engaged by a professional opinions is very important for my, but...) I having prob with Html::Prototype with Catalyst. A solution: use prototype.js as is, and not from

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Octavian Rasnita
Ok, thank you all. I think I will use this method and the Email::Find module to do what I want. Octavian - Original Message - From: Marc Logghe [EMAIL PROTECTED] To: The elegant MVC web framework catalyst@lists.rawmode.org Sent: Thursday, June 28, 2007 3:05 PM Subject: RE: [Catalyst]

[Catalyst] apache2/mod_perl virtualhost misfire --

2007-06-28 Thread Dwalu Z. Khasu
Hi, I'm hoping someone with more sleep than I, can help me spot what seems to be a simple nasty misconfiguration :s I've followed the instructions to setup apache/modperl for my new cat application as described in the cookbook and on restart, I can see the debug output in the default

Re: [Catalyst] displaying email addresses

2007-06-28 Thread vb
a module for finding IP addresses in plain text: NetAddr::IP::Find --vb On 6/28/07, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, Do you know if there are any Catalyst plugins, or TT filters, or perl modules that can find all the email addresses in a text and convert them into a Javascript

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Wade . Stuart
Octavian Rasnita [EMAIL PROTECTED] wrote on 06/28/2007 07:41:59 AM: Ok, thank you all. I think I will use this method and the Email::Find module to do what I want. Octavian Octavian, This is really your best bet, as a popular module or method to do this would most certainly

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Octavian Rasnita
Those harversters should have a Javascript interpreter that will compile the js code and extract the results, and I think most of them don't have such a thing. I have never used a JS interpreter in perl, but I want to try a few modules that could run JS code, and I hope I will find a way of

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Wade . Stuart
Chisel Wright [EMAIL PROTECTED] wrote on 06/28/2007 10:54:00 AM: On Thu, Jun 28, 2007 at 06:31:28PM +0300, Octavian Rasnita wrote: Those harversters should have a Javascript interpreter that will compile the js code and extract the results, and I think most of them don't have such a

Re: [Catalyst] displaying email addresses

2007-06-28 Thread Octavian Rasnita
Oh, I understand what you mean, but no, my site won't be so popular to worth creating a special parser for finding the email addresses from it. I am thinking to something like a perl code that splits the email address into its parts, then a JS code that joins together those parts. Octavian

Re: [Catalyst] apache2/mod_perl virtualhost misfire --

2007-06-28 Thread Perrin Harkins
On 6/28/07, Dwalu Z. Khasu [EMAIL PROTECTED] wrote: I'm hoping someone with more sleep than I, can help me spot what seems to be a simple nasty misconfiguration :s I don't think you've shown enough of the config file to help you. You could look at the examples in the apache docs:

[Catalyst] Form::Processor::Model::DBIx?

2007-06-28 Thread Dennis Daupert
In the recent discussion of forms, MVC, and were things belong, http://www.gossamer-threads.com/lists/catalyst/users/14664, I notice Form::Processor has a Form::Processor::Model::CDBI class. Is anyone working on a Form::Processor::Model::DBIx, perchance? /dennis

[Catalyst] Re: displaying email addresses

2007-06-28 Thread A. Pagaltzis
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2007-06-28 16:30]: This is really your best bet, as a popular module or method to do this would most certainly already be known by those harvesters and have extracting code for them. In theory. In practice, even just entity-encoded email addresses seem to

[Catalyst] Re: Form::Processor::Model::DBIx?

2007-06-28 Thread A. Pagaltzis
* Dennis Daupert [EMAIL PROTECTED] [2007-06-28 22:40]: Is anyone working on a Form::Processor::Model::DBIx, perchance? That would be difficult. DBIx is a namespace for all manner of different modules; making an adapter that can deal with all of them would be quite a feat. Do you mean