WYSIWYG Template Editor

2002-01-01 Thread Joachim Zobel
Happy New Year. Does anybody know a template engine, whose templates can be edited with a WYSIWYG editor (favourably dreamweaver) as they will look when filled with example data? Thanx, Joachim -- ... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen.

Re: WYSIWYG Template Editor

2002-01-01 Thread Matt Sergeant
On Tue, 1 Jan 2002, Joachim Zobel wrote: Happy New Year. Does anybody know a template engine, whose templates can be edited with a WYSIWYG editor (favourably dreamweaver) as they will look when filled with example data? If you use XSLT, there's a number of options available to you. Try

Re: WYSIWYG Template Editor

2002-01-01 Thread C.Hauser - IT assistance GmbH
Basel, Dienstag, 1. Januar 2002, 13:32:54 . *see original email below* Hallo Joachim I use Dreamweaver with HTML::Mason. But none of the Perl based solutions can be seen with data (as far I tested). You only see icons. Right now UltraDev only works withs

Help ! TCP stream kept open by mod_perl : possible ?

2002-01-01 Thread Denis Bucher
Hello ! I have a project with Apache mod_perl and I don't know it it is able to do it. I am of course beginner and any help is welcomed :-)) I want to do a simple webmail, where the program on the server side KEEP a TCP stream permamently open to the mail server (POP3) for each user/customer

Re: Help ! TCP stream kept open by mod_perl : possible ?

2002-01-01 Thread Ged Haywood
Hi there, On Tue, 1 Jan 2002, Denis Bucher wrote: I have a project with Apache mod_perl and I don't know it it is able to do it. It is able. and any help is welcomed :-)) http://perl.apache.org/guide I want to do a simple webmail, Have you checked out the various packages on CPAN? 73,

Re: mod_perl site challenge: proposal to use ASF site design (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Mon, 17 Dec 2001 14:30:24 -0800 (PST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: mod_perl site challenge: proposal to use ASF site design David wrote: (a) See if others also think that the three alternatives for a mod_perl site are

Re: mod_perl site challenge: proposal to use ASF site design (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Mon, 17 Dec 2001 17:12:56 -0600 From: Carlos Ramirez [EMAIL PROTECTED] To: David Harris [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: mod_perl site challenge: proposal to use ASF site design From: David Harris [EMAIL PROTECTED] Carlos

PushHandler and Cookies

2002-01-01 Thread Jon Robison
I'm having some troubles with a system I am writing. The system uses the Ticket system from the Eagle book, with some minor modifications. I have also created a logout module, which SHOULD delete the person's cookie and redirect them to the main page (where they should be re-directed by the

Re: Anyone know of specific problems with the malloc in Sun's libc?

2002-01-01 Thread Tim Bunce
On Sun, Dec 30, 2001 at 02:12:47PM -0600, Steven Lembark wrote: W/ current apache and mod_perl, perl-5.6.1, Solaris-2.8. Been having problems with DBI dropping connections. One suggestion was to override the default of no and use the malloc that comes with perl-5.6.1. Anyone know of

Suggestions on an XML-RPC Service using modperl?

2002-01-01 Thread Bruce W. Hoylman
Ciao! I would like some input on an intranet web service I am currently in the process of designing, the core of which will be modperl on UN*X. The service itself is to access a couple of back end data stores given parameters received in an XML-RPC request, then return the results in an

Re: Fast template system. Ideas,theorys and tools

2002-01-01 Thread Jason Czerak
On Sun, 2001-12-30 at 19:47, Ryan Thompson wrote: Mark Maunder wrote to Ryan Thompson: Ryan Thompson wrote: There must be a faster way. I have thought about pre-compiling each HTML file into a Perl module, but there would have to be an automated (and secure) way to suck these in

Re: WYSIWYG Template Editor

2002-01-01 Thread Les Mikesell
From: Matt Sergeant [EMAIL PROTECTED] Does anybody know a template engine, whose templates can be edited with a WYSIWYG editor (favourably dreamweaver) as they will look when filled with example data? If you use XSLT, there's a number of options available to you. Try searching a site

Re: WYSIWYG Template Editor

2002-01-01 Thread Robin Berjon
On Tuesday 01 January 2002 21:08, Les Mikesell wrote: From: Matt Sergeant [EMAIL PROTECTED] Does anybody know a template engine, whose templates can be edited with a WYSIWYG editor (favourably dreamweaver) as they will look when filled with example data? If you use XSLT, there's a

Re: WYSIWYG Template Editor

2002-01-01 Thread Matt Sergeant
On Tue, 1 Jan 2002, Les Mikesell wrote: From: Matt Sergeant [EMAIL PROTECTED] Does anybody know a template engine, whose templates can be edited with a WYSIWYG editor (favourably dreamweaver) as they will look when filled with example data? If you use XSLT, there's a number of

Re: Fast template system. Ideas,theorys and tools

2002-01-01 Thread Thomas Eibner
On Tue, Jan 01, 2002 at 03:02:23PM -0500, Jason Czerak wrote: I looked at just about every template system on CPAN and came across text::template. Anyone use this one? I don't require if/then's within ^ A template system should

RE: WYSIWYG Template Editor

2002-01-01 Thread Paul G. Weiss
Must be www.cafeconleche.org. -P -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 5:50 PM To: Les Mikesell Cc: Joachim Zobel; [EMAIL PROTECTED] Subject: Re: WYSIWYG Template Editor On Tue, 1 Jan 2002, Les Mikesell wrote: From: Matt

Re: Fast template system. Ideas,theorys and tools

2002-01-01 Thread Ryan Thompson
Jason Czerak wrote to [EMAIL PROTECTED]: In fact, if I use this cache system and disable all parsing (i.e., just use it to include straight HTML into mod_perl apps), I can serve 150-200 requests/second on the same system. With my parsing regexps enabled, it drops to 50-60

cvs commit: modperl-2.0/t/apache post.t

2002-01-01 Thread stas
stas02/01/01 02:07:55 Modified:t/apache post.t Log: - test cleanup Revision ChangesPath 1.4 +4 -7 modperl-2.0/t/apache/post.t Index: post.t === RCS file:

cvs commit: modperl-2.0/t/response/TestAPI request_rec.pm

2002-01-01 Thread stas
stas02/01/01 02:21:39 Modified:t/response/TestAPI request_rec.pm Log: start non-harness-control prints with # Revision ChangesPath 1.14 +2 -2 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm

cvs commit: modperl-2.0/t/response/TestAPR lib.pm

2002-01-01 Thread stas
stas02/01/01 02:24:21 Modified:t/response/TestAPR lib.pm Log: debug prints start with # Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestAPR/lib.pm Index: lib.pm === RCS

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm print.pm

2002-01-01 Thread stas
stas02/01/01 02:36:05 Modified:t/response/TestModperl dir_config.pm print.pm Log: - cleanups Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm

cvs commit: modperl-2.0/t/protocol echo.t echo_filter.t eliza.t

2002-01-01 Thread stas
stas02/01/01 02:44:30 Modified:t/protocol echo.t echo_filter.t eliza.t Log: debug prints start with # Revision ChangesPath 1.3 +2 -3 modperl-2.0/t/protocol/echo.t Index: echo.t ===

Rent.com runs mod_perl (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Fri, 14 Dec 2001 14:27:41 -0800 From: Eric Hammond [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Rent.com runs mod_perl http://www.rent.com/ Rent.com is a dynamic, database driven web site built on mod_perl. Initial development took 3 months to

cvs commit: modperl-site/netcraft index.html

2002-01-01 Thread stas
stas02/01/01 19:14:20 Modified:netcraft index.html Log: removing the embed image to securityspace graph, it doesn't get loaded from remote server :( Revision ChangesPath 1.44 +1 -3 modperl-site/netcraft/index.html Index: index.html