RFC - HTTP::DAVServer

2003-04-04 Thread Jay Lawrence
WebDAV - RFC 2518 - is a protocol which allows clients to manipulate files on a remote server using HTTP. There are two client libraries for Perl - HTTP::DAV and HTTP::Webdav. The first is an all-Perl implementation whereas the latter interfaces with the neon library. To the best of my knowled

Re: RFC - vCard and vCalendar - dependancies or not

2003-01-08 Thread Jay Lawrence
Thanks for the note Wizard. First I must admit and apologize for having cited the wrong module dependancy. In fact it is Class::MethodMapper not Class::MethodMaker. In the past I had evaluated class generation tools such as these and generally understand their purpose and advantages. In this c

Re: RFC - vCard and vCalendar - Data::vFiles, etc.

2003-01-06 Thread Jay Lawrence
$calendar = File::vCalendar->new; my $calendar = Class::vCalendar->new; As a side note Data::vFiles should be easy to expand to include support for XML and RDF formats. Pending any strong preferences to something else I will proceed under this naming. Thanks, J On Friday, January 3, 2003, at

Re: RFC - vCard and vCalendar - parse & generate

2003-01-03 Thread Jay Lawrence
::Simple! ;-) J On Friday, January 3, 2003, at 12:23 PM, Chris Josephes wrote: On Fri, 3 Jan 2003, Jay Lawrence wrote: I am thinking more along the line of: Business::vFile:: VCALENDAR VFILE Isn't there an XML equivelant of the vCard specification? I know Jabber uses an XML fo

Re: RFC - vCard and vCalendar - parse & generate

2003-01-03 Thread Jay Lawrence
ter rule). :) Thanks for the note, J On Friday, January 3, 2003, at 11:00 AM, darren chamberlain wrote: * Jay Lawrence <[EMAIL PROTECTED]> [2003-01-03 10:48]: I have the basics of a v* file parser/generator underway. This stemmed from my initial need to parse vCard files (because Apple&#x

RFC - vCard and vCalendar - parse & generate

2003-01-03 Thread Jay Lawrence
I have the basics of a v* file parser/generator underway. This stemmed from my initial need to parse vCard files (because Apple's Address Book can't print and I needed my xmas card labels! *** ) and ultimately vCalendar files. These modules will also be able to write v(Calendar|Card|\w+) files

Re: howto "mirror" subset of CPAN?

2002-05-26 Thread Jay Lawrence
On May 25, 2002 03:24 pm, you wrote: > On Sat, May 25, 2002 at 10:13:20AM -0400, Jay Lawrence wrote: > > Using Rsync and a bit o' Perl I have developed a latest version only > > mirror of CPAN. Its very crude but if people are interested I could clean > > it up a bit an

Re: howto "mirror" subset of CPAN?

2002-05-25 Thread Jay Lawrence
Using Rsync and a bit o' Perl I have developed a latest version only mirror of CPAN. Its very crude but if people are interested I could clean it up a bit and let you have it. I still find that its hard to strip CPAN down to fit on a CD ... but I am certain that there is some stuff in there t

Re: repost: RFC: CPAN::Grab

2002-03-08 Thread Jay Lawrence
From: "Sam Vilain" <[EMAIL PROTECTED]> > You can specify package dependancies with MakeMaker, including version > numbers of required packages. Surely that is enough information to build > up necessary depends: relationships? The *only* beef I have about PREREQ_PM is that it "use"es the prereq m

Re: [ANNOUNCE] Module::Info 0.11

2002-02-03 Thread Jay Lawrence
> On Sun, Feb 03, 2002 at 10:58:00AM -0500, Jay Lawrence wrote: > > : > > Method to return list of properties or methods in a class. Method to return > > detailed information about a property. We do this and we can make the > > creation of much more interesting r

Re: [ANNOUNCE] Module::Info 0.11

2002-02-03 Thread Jay Lawrence
Hi Michael, I just had a quick look at your module - looks cool! I'll give this a whirl sometime soon. On a tangential note - something I've been bringing up here 'n there is the notion that it would be really interesting if classes would supply this and more class/module-related info. In other

I want to release some modules - what do I do?

2002-01-03 Thread Jay Lawrence
Hey all,   I am in the midst of building an "Yet Another Perl Application Server" package.  This is really a condensation of my experience and code thus far - ideally packaged so that others can use it as a basis for building their own apps.   At this point I am agonizing over what to call it