[cgiapp] [ANNOUNCE] CGI-Application-Plugin-REST 0.3

2015-03-06 Thread Jaldhar H. Vyas
with no trailing / * rest_error_mode() handlers receive the value of $@ as a parameter. * When the client does not provide an HTTP Accept header, try and see if there is a handler for */* before giving 415 error status. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community

[cgiapp] [ANNOUNCE] Module-Starter-Plugin-CGIApp 0.40

2012-05-10 Thread Jaldhar H. Vyas
of pgp.mit.edu, t/00-signature.t will now use pool.sks-keyservers.net for key queries. MANIFEST.SKIP will also skip .git Please let me know if there are any issues. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-19 Thread Jaldhar H. Vyas
::Utils instead of all new code. You would also get MIME Media Type based matching in the process. I don't want to have to load an app class just to figure out if it which run mode I need to call. What in C::A::P::REST would require you to do that? -- Jaldhar H. Vyas jald...@braincells.com

Re: [cgiapp] Anonymous home page editing?

2011-05-17 Thread Jaldhar H. Vyas
H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-17 Thread Jaldhar H. Vyas
than me. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-11 Thread Jaldhar H. Vyas
this and more is already present in CGI-Application-Plugin-REST. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

Re: [cgiapp] REST tunneling in CGI::Application::Dispatch

2011-05-11 Thread Jaldhar H. Vyas
a CHEAD, CPUT, CDELETE, or any other request. If an invalid tunnel is attempted, it will be ignored. =cut You may want to add the keyword tunneling somewhere in the docs near where you document that feature. Yes I will add it to the docs for the next version of C::A::P::REST. -- Jaldhar H. Vyas

[cgiapp] CGI::Application::Plugin::REST

2010-11-30 Thread Jaldhar H. Vyas
As I prepare to do some more work on this module, I'm wondering is anyone actually using it? If so do you have any suggestions, comments, criticism etc.? -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

Re: [cgiapp] Custom template tags

2010-10-13 Thread Jaldhar H. Vyas
On Thu, 14 Oct 2010, Ron Savage wrote: There's no point - Mark Stosberg refuses to release any more versions of CGI::Session. Oh? Why is that? -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

[cgiapp] [ANNOUNCE] Module-Starter-Plugin-CGIApp 0.21

2010-03-03 Thread Jaldhar H. Vyas
I've finally fixed the Windows issues and uploaded version 0.21 to CPAN. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message

[cgiapp] [ANNOUNCE] Module-Starter-Plugin-CGIApp 0.22

2010-03-03 Thread Jaldhar H. Vyas
. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

[cgiapp] [ANNOUNCE] Module-Starter-Plugin-CGIApp 0.20

2010-02-28 Thread Jaldhar H. Vyas
already know the test suite is broken on Windows. I suspect it might be on other platforms where the line ending is different from Unix. I have a fix in mind but I'm still working out the details. Additional information on the scope of the problem would be most helpful. -- Jaldhar H. Vyas jald

Re: [cgiapp] Future of the wiki

2010-02-03 Thread Jaldhar H. Vyas
On Wed, 3 Feb 2010, Lyle wrote: Jaldhar H. Vyas wrote: I believe what Mark is referring to is Stinki -- the Simple TItaNium wiKI which I mentioned to him at YAPC-NA last year. I began renovating CGI::Wiki::Simple which Lyle found on CPAN. And then I got distracted and forgot about it. So

Re: [cgiapp] Future of the wiki

2010-02-03 Thread Jaldhar H. Vyas
wiki. Text::WikiCreole appears to support this already. A Wiki::Toolkit plugin? I don't think so. But it would be easy to write one. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

[cgiapp] App::Stinki 0.2

2010-02-03 Thread Jaldhar H. Vyas
If you tried out Stinki you may have noticed that it was so stinky it didn't even work. That was due to my moving the underlying engine from CGI::Wiki to Wiki::Toolkit. Version 0.2 should pass all tests now. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community

Re: [cgiapp] Titanium install failing on OS X 10.5.8

2009-09-15 Thread Jaldhar H. Vyas
one. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] More Titanium dependency hell

2009-09-15 Thread Jaldhar H. Vyas
to. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] packages autouse?

2009-06-12 Thread Jaldhar H. Vyas
and instantiate = import for an equivalent to use. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

Re: [cgiapp] CAP to implement CGI::Expand?

2009-05-18 Thread Jaldhar H. Vyas
. Or you can use expand_hash directly. So you could just use: $deep_hash = expand_cgi ( $self-query ); -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe

Re: [cgiapp] Proposed new look and branding for cgi-app.org

2009-04-25 Thread Jaldhar H. Vyas
?) -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

Re: [cgiapp] Confused with ValidateRM

2009-04-07 Thread Jaldhar H. Vyas
this key to a single package name, or an arrayref of several. All of its constraint and filter routines beginning with ’match_’, ’valid_’ and ’filter_’ will be imported into Data::FormValidator. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing

[cgiapp] Making the query string delimiter instead of ;

2009-03-10 Thread Jaldhar H. Vyas
-self_url steadfastly gives me ; in my query strings. What gives? -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options

Re: [cgiapp] CGI::Application Task and Bundle

2009-02-08 Thread Jaldhar H. Vyas
C::A::P::I18N C::A::P::Apache C::A::P::BrowserDetect C::A::P::CompressGZip C::A::P::HtmlTidy These packages only exist in the Debian/Ubuntu world, but maybe its a ueful point of information in creating CPAN bundles. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application

Re: [cgiapp] [Fwd: Re: ValidateRM not PP]

2009-01-25 Thread Jaldhar H. Vyas
offer this (or they charge extra for it.) But then again the ones I've seen that claim to support CGI already have HTML::Parser installed so perhaps this is not such a big deal in reality? -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

Re: [cgiapp] Getting error_mode to catch die in cgiapp_prerun

2009-01-16 Thread Jaldhar H. Vyas
::Application. see the code for run() and __get_body() in the source. A workaround is to wrap your prerun in an eval and call $self-error_mode($@) and possibly $self-call_hook('error', $@) yourself if it dies. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

Re: [cgiapp] Windows Environment Setup

2009-01-16 Thread Jaldhar H. Vyas
this and any other IIS quirks into a CGI::Application::Plugin::IIS and upload it to CPAN. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message

Re: [cgiapp] [Announce] Module-Starter-Plugin-CGIApp 0.08

2009-01-15 Thread Jaldhar H. Vyas
believe with 0.10 I have it fixed. I have tested on ActiveState and Strawberry (both 5.10) and it passes all tests unless the directory path to where you have unpacked the module contains spaces. But I will try and fix that later. For now at least there is a workaround. -- Jaldhar H. Vyas

[cgiapp] [Announce] Module-Starter-Plugin-CGIApp 0.10

2009-01-15 Thread Jaldhar H. Vyas
in solving Windows issues. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net

Re: [cgiapp] [Announce] Module-Starter-Plugin-CGIApp 0.08

2009-01-10 Thread Jaldhar H. Vyas
. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

[cgiapp] [Announce] Module-Starter-Plugin-CGIApp 0.08

2009-01-09 Thread Jaldhar H. Vyas
Hopefully with this version I've fixed the problems with Windows. Or atleast created new ones! :-) Please test. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list

Re: [cgiapp] Help requested with Windows debugging of Module::Starter::Plugin::CGIApp

2009-01-06 Thread Jaldhar H. Vyas
On Tue, 6 Jan 2009, RIchard Noble wrote: Just tried under ActiveState 5.8.8build 819 under Windows XP and all worked just fine: What a relief! Thanks for the report. Must be something weird at my end. Don't you hate those kinds of bugs? :-) -- Jaldhar H. Vyas jald...@braincells.com

[cgiapp] [Announce] Module-Starter-Plugin-CGIApp 0.07

2009-01-05 Thread Jaldhar H. Vyas
. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

[cgiapp] [PATCH] setting the query object after new().

2008-12-11 Thread Jaldhar H. Vyas
I described in this list last week. documentation, tests etc. also included. -- Jaldhar H. Vyas jald...@braincells.com # CGI::Application community mailing list #### ## To unsubscribe, or change your message

[cgiapp] CGI::Application::Server bug with regards to $self-query?

2008-12-04 Thread Jaldhar H. Vyas
this actually happen in run()? -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net

Re: [cgiapp] Re: CGI::Application::Server bug with regards to $self-query?

2008-12-04 Thread Jaldhar H. Vyas
there ought to be a cgiapp_set_query to use in these (admittedly rare) situations. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe, or change your message

Re: [cgiapp] Re: CGI::Application::Server bug with regards to $self-query?

2008-12-04 Thread Jaldhar H. Vyas
On Thu, 4 Dec 2008, Mark Stosberg wrote: Try this instead: $target-query-new($cgi); CGI.pm can create a new object based on an existing one. It doesn't work. I don't understand how it could because it doesn't actually assign the new CGI object to __QUERY_OBJ does it? -- Jaldhar H. Vyas

Re: [cgiapp] Best practice for CGI errors

2008-09-22 Thread Jaldhar H. Vyas
additional info to humans but the API of your web service should not depend on it in any way. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe, or change your

[cgiapp] [ANNOUNCE] Module-Starter-Plugin-CGIApp 0.05

2008-09-18 Thread Jaldhar H. Vyas
of templates that use Titanium instead of CGI::Application. Also added titanium-starter which works like cgiapp-starter but uses the Titanium templates. It should be on its way to CPAN as we speak. Bugs, patches, and other feedback greatfully accepted. -- Jaldhar H. Vyas [EMAIL

Re: [cgiapp] Titanium first impressions

2008-09-09 Thread Jaldhar H. Vyas
currently but the new improved version with Titanium support is still sitting on my hard drive. I will be releasing it very soon though. I'm just dealing with a couple of fiddly last minute things. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] Location not found with CGI::Application::Dispatch under mod_perl V 2

2008-09-01 Thread Jaldhar H. Vyas
are broken? Now that with Titanium, CGI::Application is trying to be a full framework instead of just a bunch of modules, shouldn't bugs be filed against plugins that dont do the right thing? -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] PATCH: bin/cgiapp-starter for Module::Starter::Plugin::CGIApp

2008-06-20 Thread Jaldhar H. Vyas
not to have the association. Instead, I would ship no SCM-related files at all. ok. I had svnignore too because it is personally useful to me but I'll just write about how to set it up instead. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] catalyst.pl for CGI::App? Yes: Module::Starter::Plugin::CGIApp

2008-06-19 Thread Jaldhar H. Vyas
are in a config file as the should be, that leaves only one argument left: the module name. Yes they can be included in the config too as well. author: Jaldhar H. Vyas email: [EMAIL PROTECTED] I also have: builder: Module::Build Unfortunately the module-starter script is not extensible. Ricardo

Re: [cgiapp] Pre-Announcement and Help Request

2008-04-17 Thread Jaldhar H. Vyas
On Fri, 18 Apr 2008, Ron Savage wrote: I should add I'll be shipping 2 types of templates, one for code generation, How about combining this bit with Module::Starter::Plugin::CGIApp? -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] CAP::ValidateRM install failure

2008-04-06 Thread Jaldhar H. Vyas
, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests I mentioned this to Mark and he said it was harmless. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe

Re: [cgiapp] RFC: Module::Starter::Plugin::CGIApp

2008-03-25 Thread Jaldhar H. Vyas
extending so if you have suggestions, I'd like to hear them. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit

[cgiapp] RFC: Module::Starter::Plugin::CGIApp

2008-03-23 Thread Jaldhar H. Vyas
in implementing as many best practices as possible. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http

Re: [cgiapp] RFC: Module::Starter::Plugin::CGIApp

2008-03-23 Thread Jaldhar H. Vyas
On Mon, 24 Mar 2008, Ron Savage wrote: It'd be easier to find if we knew its name... Module::Starter::Plugin::CGIApp as in the subject :-) -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] RFC: Module::Starter::Plugin::CGIApp

2008-03-23 Thread Jaldhar H. Vyas
that in the template you could say tmpl_loop data tmpl_var data_item /tmpl_loop In retrospect I should have used foo or something instead of data to indicate it is just an example. -- Jaldhar H. Vyas [EMAIL PROTECTED] # CGI::Application community mailing list

Re: [cgiapp] RFC: CGI::Application::Plugin::REST

2007-01-02 Thread Jaldhar H. Vyas
impose much in the way of convention. If I wanted that I might as well be using Catalyst. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

Re: [cgiapp] RFC: CGI::Application::Plugin::REST

2007-01-02 Thread Jaldhar H. Vyas
::A modules and acts as a gatekeeper. You can subclass it to further refine the behavior though. Sorry. I am going to have to look at it again as I am obviously unclear about its capabilities. -- Jaldhar H. Vyas [EMAIL PROTECTED

Re: [cgiapp] RFC: CGI::Application::Plugin::REST

2007-01-02 Thread Jaldhar H. Vyas
On Tue, 2 Jan 2007, Timothy Appnel wrote: On 1/2/07, Jaldhar H. Vyas [EMAIL PROTECTED] wrote: I like the way Catalyst::Action::REST implements its REST functionality personally. You mean with attributes? No, through method naming conventions such as... entry_POST entry_GET

[cgiapp] RFC: CGI::Application::Plugin::REST

2006-12-21 Thread Jaldhar H. Vyas
there (or here if you prefer) -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL

Re: [cgiapp] RFC: Thumbnail Image Server

2006-12-01 Thread Jaldhar H. Vyas
On Sat, 2 Dec 2006, Ron Savage wrote: CGI::ImageMorpher CGI::MagickMorpher CGI::MorphServer CGI::MorphORama Mighty Morphing Image Ranger? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com

Re: [cgiapp] Reviving the CGI::Application book idea

2006-07-11 Thread Jaldhar H. Vyas
. I have lots to write about for now, but I may be asking on this list for help with advanced topics. I'll also try and put up the draft chapters somewhere where you all can give me feedback. (I have to check and make sure I'm not embarrassing myself first :=) -- Jaldhar H. Vyas [EMAIL

RE: [cgiapp] A new project name for CGI::Application

2005-12-07 Thread Jaldhar H. Vyas
going to engineer the upgrade path? As the Debian maintainer of, whateveritis :-), let me just say this won't be a huge problem. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-08 Thread Jaldhar H. Vyas
On Tue, 6 Sep 2005, Johan Kuuse wrote: Plan to mention something about I18N/L10N, generally in web programming and/or particularly in CGI::Application? Definitely! Thanks I don't know how I missed that one. -- Jaldhar H. Vyas [EMAIL PROTECTED

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-08 Thread Jaldhar H. Vyas
with a couple of dozen plugins of its own, could I really do it justice in just a section without losing focus like Jaclyn said? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-07 Thread Jaldhar H. Vyas
H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-07 Thread Jaldhar H. Vyas
, you say this is how we do X in C::A, and this is how we test to make sure that's what it really does. Thankyou this is a good suggestion. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-07 Thread Jaldhar H. Vyas
should probably be writing handlers and using the full-fledged power of the Apache API. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

[cgiapp] RFC: synopsis for CGI::App book

2005-09-04 Thread Jaldhar H. Vyas
, Barnes Nobles etc. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-04 Thread Jaldhar H. Vyas
... Duly noted. This should go into Ch 8 I suppose? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-04 Thread Jaldhar H. Vyas
. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[cgiapp] CGI::Application Book

2005-07-01 Thread Jaldhar H. Vyas
in earnest. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [cgiapp] CGI::Application::Plugin::Session woes -- further research

2005-01-13 Thread Jaldhar H. Vyas
database handle(0) at dbdimp.c line 243 at /usr/share/perl5/CGI/Session/SQLite.pm line 28. Any ideas on that? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

[cgiapp] CGI::Session::SQLite woes

2005-01-13 Thread Jaldhar H. Vyas
think this would be a problem with CAP::Session though, as it only passes the config options to CGI::Session to do all the work with the database. Yes so thread retitled appropriately. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web

[cgiapp] CGI::Application::Plugin::Session woes -- further research

2005-01-12 Thread Jaldhar H. Vyas
::Application::Plugin::Session? Its' documentation? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e

Re: [cgiapp] Re: CGI::Session::SQLite and CGI::Application

2005-01-07 Thread Jaldhar H. Vyas
. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [cgiapp] authentication -- is this the best way to do it?

2005-01-07 Thread Jaldhar H. Vyas
as centralized and portable as possible. -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e

[cgiapp] authentication -- is this the best way to do it?

2005-01-06 Thread Jaldhar H. Vyas
-start_mode. This seems to be working well but my question is is there a better way? -- Jaldhar H. Vyas [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

Re: [cgiapp] CGI::Application::Weblog

2002-12-14 Thread Jaldhar H. Vyas
put together a couple of demos: http://www.braincells.com/jaldhar/demo1.cgi -- The default, boring look http://www.braincells.com/jaldhar/demo2.cgi -- something prettier. Let me know what you think! -- Jaldhar H. Vyas [EMAIL PROTECTED] It's a girl! See the pictures - http://www.braincells.com

[cgiapp] CGI::Application::Weblog

2002-12-10 Thread Jaldhar H. Vyas
feedback. -- Jaldhar H. Vyas [EMAIL PROTECTED] It's a girl! See the pictures - http://www.braincells.com/shailaja/ - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ To unsubscribe, e-mail: [EMAIL PROTECTED