ANNOUNCE: HTML::Mason 0.85

2000-05-08 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.85.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.85.tar.gz size: 256559 bytes md5: 430067fc80d7194292b4e5c00f01da2b Mason is a component-based web site development system with caching, debuggin

ANNOUNCE: HTML::Mason 0.86

2000-05-18 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.86.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.86.tar.gz size: 258867 bytes md5: 12faa995f62c4e76b2e14637c9f5eaca Mason is a component-based web site development system with caching, debugging, and p

[Mason]ANNOUNCE: HTML::Mason 0.87

2000-05-24 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.87.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.87.tar.gz size: 258934 bytes md5: d5cffa74a749b2530daaca6a4ab7caf6 This fixes a multiple GET/POST argument glitch introduced in 0.86, reported by Matt

[JOBS] web development at AvantGo

2000-07-03 Thread Jonathan Swartz
The web technology group at AvantGo (http://avantgo.com) is looking for a few killer engineers. AvantGo develops mobile applications, most notably delivering internet/intranet content to handheld devices and cell phones. Our group is responsible for the technologies underlying AvantGo's web si

Re: template kit.....

2000-08-01 Thread Jonathan Swartz
Hi Denton -- Many Masonites have successfully used sessions with Mason. It takes about five lines of code in the handler.pl to integrate with Apache::Session, which will give you all the fancy session handling you need. Take a look at: http://www.masonhq.com/docs/manual/Admin.html#persist

Re: Templating System

2000-08-01 Thread Jonathan Swartz
Yup, there wasn't nearly enough time at the conference. I don't think I'll be able to make ApacheCon Europe :( but I'm still interested in working together. Jon On Thu, 27 Jul 2000, Matt Sergeant wrote: > >Jonathan and I spoke briefly at the conference about working together on a >combined effor

Re: Feature sets [was Re: Templating System]

2000-08-02 Thread Jonathan Swartz
Randal Schwartz <[EMAIL PROTECTED]> writes: >One brief serious note: I think the fact that there are SO MANY is a >tribute to just how easy it is to process text in Perl. I don't think >there are 47 templating system for Java. :) > Couldn't agree more. Sometimes Perl is too easy/powerful for its

Re: Feature sets [was Re: Templating System]

2000-08-02 Thread Jonathan Swartz
Drew Taylor wrote: >Ken Williams wrote: >> >> I suggest having not just a simple checkmark, but a 3-way check. A >> system either supports a feature, or it doesn't, or it *optionally* >> supports it (can be switched on and off). This is often very helpful to >> know, and might let one get a go

ANNOUNCE: HTML::Mason 0.88

2000-08-30 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.88.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.88.tar.gz size: 261334 bytes md5: bee596df529e4b405c223d5bdfb8bd3a Mason is a component-based web site development system with caching, debugging, and

ANNOUCE: HTML::Mason 0.89

2000-09-15 Thread Jonathan Swartz
The URL http://masonhq.com/download/HTML-Mason-0.89.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.89.tar.gz size: 258824 bytes md5: d03e77cd42b6995eefeeccb3a0d0b541 This fixes a fatal argument processing bug and system logging bug in 0.88. We believe th

ANNOUNCE: HTML::Mason 0.72

1999-10-15 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.72.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.72.tar.gz size: 217526 bytes md5: cdfa8719773da3fcced56c6bd580e3d2 Mason is a component-based web site development system with caching, debugging, a

Re: [Mason] Re: Well, I'm dumb...

2000-01-19 Thread Jonathan Swartz
Alex -- you've definitely cut it down a lot, but have you tried cutting out the Mason stuff and just making it a regular mod_perl handler that prints a few lines? I'm fairly sure the problem is independent of Mason (although it may be related to the structure of handler.pl). Try it and see if

ANNOUNCE: HTML::Mason 0.8

2000-01-23 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.8.tar.gz has entered CPAN and should soon be available at a mirror near you. Mason is a component-based web site development system with caching, debugging, and previewing facilities. Check out http://www.masonhq.com/ for more informatio

Re: ANNOUNCE: HTML::Mason 0.8

2000-01-26 Thread Jonathan Swartz
get around to it at some point I'll cleanup and post the test program. Jon At 01:46 PM 1/24/00 -0800, Perrin Harkins wrote: >On Sun, 23 Jan 2000, Jonathan Swartz wrote: >> - New in-memory code cache keeps track of component usage, and >> discards the most infrequentl

overriding document root dynamically?

2000-01-28 Thread Jonathan Swartz
I have an application where I want the effective DocumentRoot to change based on dynamic properties in the request. In particular, we are creating a number of domain aliases, pointing to the same IP address, so that each user can view their own version of the web site. e.g. joe.dev.mysite.

Re: overriding document root dynamically?

2000-01-28 Thread Jonathan Swartz
Sure, but then index.html files won't get found, Alias directives won't get processed. etc. Basically I don't want to have to reimplement Apache's entire default file handler in Perl. At 12:43 PM 1/28/00 -0800, Randal L. Schwartz wrote: >I think you can get the same effect by *ignoring* the doc

Re: overriding document root dynamically?

2000-01-31 Thread Jonathan Swartz
At 02:09 PM 1/28/00 -0800, you wrote: >Uh, why not? No module after the Trans phase looks at document root, >that I'm aware of. index.html is handled by mod_autoindex during the >content phase upon noticing that it's a MAGIC_DIR_TYPE, causing an >internal (or external, if no slash) redirect. An

Re: Embperl vs. Mason

2000-02-14 Thread Jonathan Swartz
Nothing really to add here, except that since this seems to be a FAQ, perhaps Stas would be willing to add a section about it that we could just point to whenever this question comes up? A non-partisan page with a focus on similarities and links to each site would be ideal. At 12:39 AM 2/14/00 -0

RE: [Mason-devel] Re: ANNOUNCE: Mason 1.12

2002-08-03 Thread Jonathan Swartz
> > "DR" == Dave Rolsky <[EMAIL PROTECTED]> writes: > > DR> See, that's the problem. We're up in the hundreds. Maybe we > should've > DR> started formatting these with '%04d' way back when but that certainly > DR> wouldn't help now. > > How 'bout removing Mason 1.05 from CPAN? Or are there

ANNOUCE: HTML::Mason 0.895

2000-12-13 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.895.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.895.tar.gz size: 257835 bytes md5: ac1804eca31bb3c1f563e727dff725e5 This release fixes a slew of bugs and documentation glitches. It also introduces a

ANNOUCE: HTML::Mason 0.896

2001-01-05 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-0.896.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.896.tar.gz size: 258678 bytes md5: 5b9d0f654066137ec0d05862c06ccbcc This release fixes a few minor bugs and documentation glitches, and is our latest

ANNOUCE: HTML::Mason 1.0

2001-01-31 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-1.0.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.0.tar.gz size: 258678 bytes md5: b3c06efcfe5612d4ac0cdef7e992d2f4 Mason is a component-based web site development system with caching, debugging, and pr

ANNOUCE: HTML::Mason 1.01

2001-03-28 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-1.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.01.tar.gz size: 272936 bytes md5: 6275b2717355dfb2f09c46d38135de93 Most notably, this release introduces the ability to configure Mason entirely from t

ANNOUCE: HTML::Mason 1.015

2001-04-03 Thread Jonathan Swartz
The URL http://masonhq.com/download/HTML-Mason-1.015.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.015.tar.gz size: 273604 bytes md5: a4e92af6963184b820dd39ddfdaafa8c Mason is a component-based web site development system with caching, debugging, and pr

errors installing Apache 1.3.19/mod_perl 1.25 on RedHat 6.1

2001-04-10 Thread Jonathan Swartz
I am trying to install mod_perl with APACI, exactly as written in mod_perl/INSTALL.apaci under "The flexible way". I get the warnings and fatal errors below. My system: Apache 1.3.19 mod_perl 1.25 Perl 5.005_03 RedHat 6.1 (Linux 2.2.12-20) % perl Makefile.PL APACHE_SRC=../apache_1.3.19/s

ANNOUCE: HTML::Mason 1.02

2001-04-18 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-1.02.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.02.tar.gz size: 279249 bytes md5: 47a64b6c6f7885fa7192c7a9382fa998 Mason is a component-based web site development system with caching, debugging, and

ANNOUCE: HTML::Mason 1.03

2001-05-17 Thread Jonathan Swartz
The URL http://www.masonhq.com/download/HTML-Mason-1.03.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.03.tar.gz size: 279632 bytes md5: 7b914a712b0b58194d80701d27dca2aa Mason is a component-based web site development system with caching, debugging, and

Code for Mason HQ released

2001-08-06 Thread Jonathan Swartz
The source behind www.masonhq.com, the official Mason web site, is now available via anonymous CVS. As you might guess, Mason components and Perl libraries comprise the bulk of the code. For new Mason users, this gives you a large and (relatively :]) clean example site to learn from. For more exp