Re: Any good WebMail programs?

2001-12-13 Thread Francesco Pasqualini
IMP is probably the best but it's written in PHP www.horde.org Francesco > > I can use a primer on researching WebMail programs with the following > criterian: > > - Linux based > - Free > - Preferably in Perl > - Modularized Authentication subsystem (ie could hook up adapters to > che

Re: CVS

2001-11-15 Thread Francesco Pasqualini
it seems that also webdav will have versioning features www.webdav.org Francesco - Original Message - From: "Jonathan M. Hollin" <[EMAIL PROTECTED]> To: "mod_perl Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 3:31 PM Subject: CVS > Hi people, > > I am currently d

Re: The latest templating system: PSP in DDJ

2001-07-09 Thread Francesco Pasqualini
I think that a "templating system" is the core component of a CMS (content management system). Probably the right direction (for a good TS) is an engine like Axkit. It support other templating system like ASP and Mason too. It need more documentation and more real world examples and more users (IM

Re: modperl/ASP and MVC design pattern

2001-04-24 Thread Francesco Pasqualini
- Original Message - From: <[EMAIL PROTECTED]> To: "Francesco Pasqualini" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 8:11 PM Subject: Re: modperl/ASP and MVC design pattern > > You can (I have) accomplish this with mod_pe

Re: modperl/ASP and MVC design pattern

2001-04-21 Thread Francesco Pasqualini
- Original Message - From: "Joshua Chamas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 3:54 AM Subject: Re: modperl/ASP and MVC design pattern > [EMAIL PROTECTED] wrote: > > > > To avoid passing many parameters to the subs I become

Re: modperl/ASP and MVC design pattern

2001-04-20 Thread Francesco Pasqualini
- Original Message -From: "Brett W. McCoy" <[EMAIL PROTECTED]>To: "Francesco Pasqualini" <[EMAIL PROTECTED]>Cc: <[EMAIL PROTECTED]>Sent: Friday, April 20, 2001 5:32 PMSubject: Re: modperl/ASP and MVC design pattern> On Fri, 20 Apr

modperl/ASP and MVC design pattern

2001-04-20 Thread Francesco Pasqualini
an interesting feature of JSP is the possibility to use the MVC design pattern (INPUT/OUTPUT/LOGIC separation) This is obtained  with the "forward" instruction. How the MVC design pattern can be implemented in the mod_perl (and specifically Apache::ASP) architecture ?   Thanks Francesco

rational.com

2001-03-08 Thread Francesco Pasqualini
is www.rational.com modperl based or java/jsp ?   [frank@proxy frank]$ telnet www.rational.com 80Trying 207.25.225.84...Connected to www.rational.com.Escape character is '^]'.HEAD / HTTP/1.0   HTTP/1.1 302 FoundDate: Thu, 08 Mar 2001 13:03:18 GMTServer: Apache/1.3.12 (Unix) mod_perl/1.21Loca

Re: [Apache::ASP] vim Syntax-File

2000-11-08 Thread Francesco Pasqualini
Try this, (I modified the html syntax) in filetype.vim set the asp type to html au BufNewFile,BufRead *.asp,*.asa set ft=html Francesco - Original Message - From: "Brad Dick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 5:15 AM Subject:

perld

2000-09-06 Thread Francesco Pasqualini
for increase sysadm script speed could be useful a sort of perl daemon or embed perl in the kernel (linux). Another way could be the use of apache+modperl (very robust solution) and a light wrapper to convert a script (#!/usr/bin/perl) execution in to an httpd request. The problem to solve I thi

Re: [ANNOUNCE] First AxKit live sites

2000-09-04 Thread Francesco Pasqualini
Can someone point me to some rich examples of XML/XSL -> HTML trasformations like these ones ? I'm interested in the XML XSL sources. Unfortunately, all the examples I found until now are very poor and too simple. Thanks Francesco Pasqualini - Original Message - From: "

multilanguage site

2000-08-29 Thread Francesco Pasqualini
can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ? Is there any example/guideline ? Thanks Francesco Pasqualini

RE: ASP problem UniquePackages

2000-07-27 Thread Francesco Pasqualini
... SOLVED whith Asp2.01 I forgot to restart the httpd after upgrading to 2.01 Francesco - Original Message - From: "Francesco Pasqualini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 12:07 PM Subject: ASP problem UniquePackages

ASP problem UniquePackages

2000-07-27 Thread Francesco Pasqualini
I'm trying to use Apache::ASP v.2.01 whith params: PerlSetVar UseStrict 1 PerlSetVar UniquePackages 1 but I get this error: Undefined subroutine &Apache::ASP::Demo::_domains_vallecamonica_it_pub_html_asp_a_aspxINL::handle r called at /usr/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1393. , /

Re: YAM (Yet Another Module) - an IPC shared cache thing - anyone interested ?

2000-07-22 Thread Francesco Pasqualini
is it possible to use IPC sysV to share DBI connection between apache childs ? What I'm looking for is the possibility to store a DBI connections in the $Session object (Apache::ASP or Apache::Session). In this way we can start a DB connection for each user session and we can have different appl

Apache 2 opportunity

2000-07-02 Thread Francesco Pasqualini
s (threads) and is destroied at session end. With the efforts (syntax tree sharing between threads) necessary to port modperl to apache 2, will be possible to implement such a feature ? Thanks Francesco Pasqualini