[cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread Terrence Brannon
"A. Pagaltzis" <[EMAIL PROTECTED]> writes:

> I suppose that I’ll stick with the current monolithic design and
> mind my own business for the time being, then.

I'm also in need of using PathInfo to render pages on a dynamic
site. Can you make the PathInfo stuff you are doing available on
sourceforge or elsewhere?

-- 
Carter's Compass: I know I'm on the right track when,
   by deleting something, I'm adding functionality.



---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread Randal L. Schwartz
> "Terrence" == Terrence Brannon <[EMAIL PROTECTED]> writes:

Terrence> "A. Pagaltzis" <[EMAIL PROTECTED]> writes:
>> I suppose that I?????ll stick with the current monolithic design and
>> mind my own business for the time being, then.

Terrence> I'm also in need of using PathInfo to render pages on a dynamic
Terrence> site. Can you make the PathInfo stuff you are doing available on
Terrence> sourceforge or elsewhere?

And especially if you could organize it something along the line of my
proposal, or explain to me what isn't good about that.  No discussion
on that after my pitch. :(

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
 http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread A. Pagaltzis
* Terrence Brannon <[EMAIL PROTECTED]> [2005-09-02 16:20]:
> Can you make the PathInfo stuff you are doing available on
> sourceforge or elsewhere?

Yes, I shall, though it might take me a few days.

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread A. Pagaltzis
* Randal L. Schwartz  [2005-09-02 17:40]:
> And especially if you could organize it something along the
> line of my proposal, or explain to me what isn't good about
> that. No discussion on that after my pitch. :(

I just don’t currently see a way to cleanly implement the design
I want using that approach, so I’ve fallen back to my usual
stance that solving the problem a couple of times over and then
extracting abstractions from code is better than designing in the
abstract.

Of course I haven’t helped that along either, since I haven’t put
my code anywhere yet…


PS.: merlyn, your mailer is misconfigured. It’s sending UTF-8,
but the headers claim it’s UTF-16BE. The end result is that your
mail literally looked like a bunch of chinese. I was surprised
for a moment…

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread Ryan Tate
On 9/2/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote:
> The end result is that your
> mail literally looked like a bunch of chinese. 

I could not read it either, on gmail.

RT


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread Terrence Brannon
"A. Pagaltzis" <[EMAIL PROTECTED]> writes:

> PS.: merlyn, your mailer is misconfigured. It’s sending UTF-8,

Aristotle, what sort of control characters are in your mail? I see
little boxes and hex characters every so often, making the messages
harder to read... I read mail with plain text Xemacs/Gnus under Debian.



---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: CGI::Prototype::PathInfo

2005-09-02 Thread A. Pagaltzis
* Terrence Brannon <[EMAIL PROTECTED]> [2005-09-03 01:40]:
> "A. Pagaltzis" <[EMAIL PROTECTED]> writes:
> 
> > PS.: merlyn, your mailer is misconfigured. It’s
> > sending UTF-8,
> 
> Aristotle, what sort of control characters are in your mail?

There aren’t any control characters. It’s perfectly good
plaintext in UTF-8 encoding.

> I see little boxes and hex characters every so often, making
> the messages harder to read... I read mail with plain text
> Xemacs/Gnus under Debian.

I read and write mine on the console using mutt and vim.

I also know for a fact that Gnus can handle UTF-8.

That means your mailer is also misconfigured…

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users