Re: [Catalyst] DB2 Connection string problem

2012-03-28 Thread Cosimo Streppone
On Tue, 27 Mar 2012 21:32:12 +0200, Kenneth S Mclane ksmcl...@us.ibm.com wrote: am able to connect from Perl directly with a quick test file I wrote. Ok, then you're 99% done. I just cannot figure out how Catalyst passes/parses the arguments. Maybe you could start by posting your

Re: [Catalyst] DB2 Connection string problem

2012-03-27 Thread Cosimo Streppone
On Tue, 27 Mar 2012 20:49:41 +0200, Gianni Ceccarelli dak...@thenautilus.net wrote: On 2012-03-27 Kenneth S Mclane ksmcl...@us.ibm.com wrote: [IBM][CLI Driver] SQL1031N The database directory cannot be found on the indicated file system. SQLSTATE=58031 This is the result I get from that

Re: [Catalyst] Job Queue recommendation

2011-01-21 Thread Cosimo Streppone
In data 22 gennaio 2011 alle ore 07:13:49, Bill Moseley mose...@hank.org ha scritto: On Fri, Jan 21, 2011 at 7:30 AM, Alexander Hartmaier alexander.hartma...@t-systems.at wrote: t0m created CatalystX::JobServer which is currently only available on github:

Re: [Catalyst] Creating HTML docs from POD

2010-10-30 Thread Cosimo Streppone
In data 30 ottobre 2010 alle ore 16:29:34, Octavian Rasnita orasn...@gmail.com ha scritto: Is there a tool that can be used to extract the POD from all the modules of a Catalyst app and create an HTML version of that documentation? Hi Octavian, I'm trying to build on

Re: [Catalyst] I18N with variables

2010-08-06 Thread Cosimo Streppone
On Mon, 02 Aug 2010 07:08:04 +0200, Julien Sobrier jul...@sobrier.net wrote: Also, writing [% c.loc(foo) %] does not create an entry in messages.po when running xgettext.pl, like [% c.loc('foo') %] does. To make that work, I think you'd have to actually *run* your templates for all possible

Re: [Catalyst] I18N with variables

2010-08-06 Thread Cosimo Streppone
On Fri, 06 Aug 2010 16:57:42 +0200, Bill Moseley mose...@hank.org wrote: I've been arguing with work about how to key our text. So far we continue to use the English in the loc() tags in the templates, and then the I18N team uses a script to pull out this text which gets sent to

Re: [Catalyst] I18N with quotation marks

2009-07-08 Thread Cosimo Streppone
Gunnar Strand gunnarstr...@yahoo.com wrote: Ton Voon skrev: Final question: How do you internationalise a bit of text that does want some markup within it? For instance, I want something that outputs: Click a href=/abouthere/a for the about page. Wouldn't you need to send every part of the

Re: [Catalyst] Serving static content from DB

2009-06-07 Thread Cosimo Streppone
Mihai Bazon mi...@bazon.net wrote: I wrote some tests, since you ask me about numbers. You can download it here to run it yourself: http://mihai.bazon.net/Static-VS-DBI.tar.bz2 Excellent! Thanks for this. Will look into it. 1. is the file cached? - If not, retrieve from DB then

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-19 Thread Cosimo Streppone
In data 19 februar 2009 alle ore 16:12:36, Matt Pitts mpi...@a3its.com ha scritto: I think that the success of other languages, especially Python is also due to the fact that they support better Windows than Perl. [...] Sad to say, but I completely agree with this. It's quite ironic how the

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-16 Thread Cosimo Streppone
In data 15 februar 2009 alle ore 15:05:33, Octavian Râsnita orasn...@gmail.com ha scritto: From: David Wright dave-catal...@dexy.org I can't say much because of confidentiality, but from the Catalyst survey late last year, I can say that there are some pretty high profile places using

Re: [Catalyst] Proper ngettext with Catalyst

2009-02-01 Thread Cosimo Streppone
In data 31 gennaio 2009 alle ore 17:29:39, Nikolai Prokoschenko niko...@prokoschenko.de ha scritto: Locale::Maketext::Lexicon, which C::P::I18n bases on, doesn't support standard plural forms. I worked on implementing i18n/l10n for a fairly big non-catalyst web site, and that's based on

Re: [Catalyst] PDF creation in Catalyst?

2008-10-22 Thread Cosimo Streppone
In data 22 ottobre 2008 alle ore 20:08:45, Kirby Krueger [EMAIL PROTECTED] ha scritto: PDF::ReportWriter. Some time ago I did an evaluation of all different PDF creation Perl modules, to build our own internal solution, and I chose this one. Then I worked with the original author to extend

Re: [Catalyst] CGI.pm and Catalyst?

2008-03-07 Thread Cosimo Streppone
Alex Povolotsky wrote: Martin Ellison wrote: Is there anything attached to Catalyst similar to the CGI.pm module? That is, creating the HTML by a series of procedure calls rather than by instantiating a template? Creating HTML inside the code is the best way to make unreadable,