Re: [Catalyst] C::V::PDF? (Anybody have one?)

2007-01-09 Thread Marcello Romani
Dylan Vanderhoof ha scritto: I figured I'd ask here real quickly before I try to write one. Anybody made a Catalyst::View::PDF of some sort? It looks like I'm going to have to be dealing with some PDF output, so I figured I'd avoid reinventing the wheel if at all possible. Thanks, Dylan

Re: [Catalyst] Browser window/tab independent sessions

2007-01-09 Thread Carl Franks
On 08/01/07, Perrin Harkins [EMAIL PROTECTED] wrote: On Mon, 2007-01-08 at 23:34 +0200, Octavian Rasnita wrote: And I think this is what is wanted, because I can't see other needs for having 2 separate sessions on the same computer. Go back and read the original post again. The problem is

Re: [Catalyst] C::V::PDF? (Anybody have one?)

2007-01-09 Thread Karl . Moens
Marcello Romani wrote: From: Marcello Romani [EMAIL PROTECTED] Subject: Re: [Catalyst] C::V::PDF? (Anybody have one?) To: The elegant MVC web framework catalyst@lists.rawmode.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Dylan Vanderhoof ha

Re: [Catalyst] Browser window/tab independent sessions

2007-01-09 Thread Ian Docherty
Matija Grabnar wrote: Octavian Rasnita wrote: And I think this is what is wanted, because I can't see other needs for having 2 separate sessions on the same computer. There is no need for having two separate sessions if you can guarantee the user will ALWAYS be able to finish one task before

Re: [Catalyst] number of users

2007-01-09 Thread Ian Docherty
It depends what you mean by 'logged on'. For example, if a user logs into the system, reads a few pages, then goes to an external web site, or even closes their browser, how would you know? What if they come back before their session times out? The only definition that I would think you

Re: [Catalyst] Managing CPAN on Ubuntu [was: 'Installing under ...' on the wiki]

2007-01-09 Thread Thomas Hartman
and again from the README (sorry I'll stop spamming the list after this) step 3 or 4... Build external dependencies [EMAIL PROTECTED]:~/pimpmycat/install$ ./install.sh -- This is a very thorough install script; takes a long time (maybe hours) to complete It installs a local perl,

Re: [Catalyst] Managing CPAN on Ubuntu [was: 'Installing under ...' on the wiki]

2007-01-09 Thread Thomas Hartman
Just to plug (pimp?) (ubuntu installer) pimpmycat again: Basically, this is a collection of simple shell scripts. The main function is to install a collection of external dependencies organized around perl under a single top level directory. Along with this, there are user friendly backup and

Re: [Catalyst] Browser window/tab independent sessions

2007-01-09 Thread Perrin Harkins
Carl Franks wrote: Can you describe how to replicate this behaviour? You just did. You had two windows open, and both of them worked. When I clicked the View edit your browsing history link in each window, they both displayed all the books I had viewed in /both/ windows - which as far as I

Re: [Catalyst] C::V::PDF? (Anybody have one?)

2007-01-09 Thread Bill Moseley
On Mon, Jan 08, 2007 at 08:34:07PM -0800, Dylan Vanderhoof wrote: Mostly on the right side. Primarily for reports. The biggest gain is being able to do things like page breaks in PDF that don't really apply to an HTML medium. Again, take a look at htmldoc. I use it to generate a multi-page

Re: [Catalyst] Managing CPAN on Ubuntu [was: 'Installing under ...' on the wiki]

2007-01-09 Thread Kenny Gatdula
Richard Jolly wrote: I did look, but I'm afraid I didn't play with it. I was hoping to find a semi-standard solution rather than have to adopt a script that might involve it's own maintenance. I'm pretty sympathetic to the approach however. It's a kind of deliberate overkill to be sure

Re: [Catalyst] Browser window/tab independent sessions

2007-01-09 Thread Ian Docherty
Perrin Harkins wrote: Ian Docherty wrote: What is still not clear is how to generate (for all possible ways of opening a new window) a new URL encoded session value. e.g. cutting and pasting a URL from one window into another will also copy the URL encoded session so both windows would have

[Catalyst] Re: Binary Conversion

2007-01-09 Thread A. Pagaltzis
* Will Smith [EMAIL PROTECTED] [2007-01-08 18:50]: I want to conver a number to binary. my $binary = sprintf '%b', $number; What does Math::BigInt have to do with anything, and what does that have to do with Catalyst? Regards, -- Aristotle Pagaltzis // http://plasmasturm.org/

Re: [Catalyst] Managing CPAN on Ubuntu [was: 'Installing under ...' on the wiki]

2007-01-09 Thread Thomas Hartman
I actually tried to manage this from pimpmycat too. http://pimpmycat.googlecode.com/svn/trunk/install/apt-get-installs.sh (mentioned in the readme script) This is unfortunately a bit impure, as it installs some stuff that isnt' strictly necessary for catalyst... (eg emacs) so I wound up mixing

Re: [Catalyst] HTML to plain text conversion

2007-01-09 Thread Xavier Robin
On Monday 08 January 2007 20:19, Peter Karman wrote: Xavier Robin scribbled on 1/8/07 11:14 AM: Do you know a (catalyst plugin|perl module|external tool) that converts HTML to plain text? I mean, keeping some formatting (especially lists and links...), not just stripping HTML tags... I

[Catalyst] Re: Browser window/tab independent sessions

2007-01-09 Thread A. Pagaltzis
* Ian Docherty [EMAIL PROTECTED] [2007-01-09 17:12]: However, it also depends on the amount of information that has to be stored and there is a limit (but I can't remember what it is) in the length of a URL. It’s at least something like a kilobyte. That should be more than enough for any sane

Re: [Catalyst] HTML to plain text conversion

2007-01-09 Thread Brian
Unfortunately it doesn't print href attributes of links. I also tried HTML::Scrubber as proposed by Carl Franks, but basically it keeps some tags we chose to allow. In fact, I'm looking for something that could convert my html file to a plain text file, so that no markup is allowed at all.

Re: [Catalyst] HTML to plain text conversion

2007-01-09 Thread Wade . Stuart
Brian [EMAIL PROTECTED] wrote on 01/09/2007 12:17:14 PM: Unfortunately it doesn't print href attributes of links. I also tried HTML::Scrubber as proposed by Carl Franks, but basically it keeps some tags we chose to allow. In fact, I'm looking for something that could convert my

Re: [Catalyst] Re: Preferred Ajax framework

2007-01-09 Thread Kieren Diment
On 10/01/07, A. Pagaltzis [EMAIL PROTECTED] wrote: * John Napiorkowski [EMAIL PROTECTED] [2007-01-09 22:50]: I prefer Jquery. Another vote for jQuery. The docs for jquery are very good. See http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/JQChat for a very simple example.

Re: [Catalyst] Advent calendar - day 15

2007-01-09 Thread Kieren Diment
On 09/01/07, Marcello Romani [EMAIL PROTECTED] wrote: Hi, it's late for additions to the advent calendar, I know, anyway here I go. On day 15 Kieren Diment says I have been unable to get the range request output for this server, but would be interested to hear how. Using Winamp and

[Catalyst] Announce DBIx::Class 0.07004

2007-01-09 Thread Jess Robinson
This is mostly a fix to correct find_or problems. Changelog: 0.07004 2007-01-09 21:52:00 - fix find_related-based queries to correctly grep the unique key - fix InflateColumn to inflate/deflate all refs but scalar refs Jess ___