RE: Non-HTML (was Re: Back/foward/home function code)

2002-11-24 Thread Chris Combs
> Won't that catch valid things like CDATA?

Yep. 

--
- combs
[EMAIL PROTECTED]


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of MJ Ray
> Sent: Wednesday, November 20, 2002 21:30
> To: [EMAIL PROTECTED]
> Subject: Re: Non-HTML (was Re: Back/foward/home function code)
___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev



Re: Non-HTML (was Re: Back/foward/home function code)

2002-11-20 Thread MJ Ray
Chris Combs <[EMAIL PROTECTED]> wrote:
> s/<\![^>]*>//g;

Won't that catch valid things like CDATA?
-- 
MJR

___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev



Re: Non-HTML (was Re: Back/foward/home function code)

2002-11-19 Thread David A. Desrosiers

> > Yes!  We want  in Plucker now!

> I enjoyed the Python comment next to the 'blink' on the list of currently
> unimplemented tags in the Parser (TextParser.py, around line 855). Props
> to whoever wrote that in.

Appears to be Ondrej back in Parser.py, almost to the day 11/22/99.

For those that don't remember him, Ondrej Palkovsky[1] and Holger
Duerer wrote the first Python iterations back in 1999 that replaced the
awk/perl code we were using, and it was the first to use "disconnected"
fetching mode. Previously, you had to cradle your Palm, and a single .pdb
was created at sync time on your Palm, one... record... at... a... time.



[1] http://www.penguin.cz/~ondrap/

d.


___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev



Re: Non-HTML (was Re: Back/foward/home function code)

2002-11-19 Thread Robert O'Connor
On 20 Nov 2002 at 0:55, MJ Ray wrote:

> Robert O'Connor <[EMAIL PROTECTED]> wrote:
> > -Others: maybe the "marquee" tag from MSIE 3.x days, and all the other non-
> > standard crap that has come and gone over the years.
> 
> Yes!  We want  in Plucker now!

I enjoyed the Python comment next to the 'blink' on the list of currently 
unimplemented tags in 
the Parser (TextParser.py, around line 855). Props to whoever wrote that in.
 
> Seriously, has anyone who asks for support for standards-breaking actually
> thought the effect of it through to a conclusion?  I think Plucker should be
> praised for taking a reasonably pure-standards approach on this.  It's the
> only way that you can hope to keep things sane *and* moving forwards.

I agree 100%. 
I am amazed that any web designer which has struggled with the pain of having to deal 
with the 
woes of proprietary browser tags in years gone by, and is now working on Plucker with 
a bona-
fide chance to shape their own future of their distribution medium tools, would opt 
for 
pollution of them by standards-breaking non-HTML.

Best wishes,
Robert
___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev



Re: Non-HTML (was Re: Back/foward/home function code)

2002-11-19 Thread MJ Ray
Robert O'Connor <[EMAIL PROTECTED]> wrote:
> -Others: maybe the "marquee" tag from MSIE 3.x days, and all the other non-
> standard crap that has come and gone over the years.

Yes!  We want  in Plucker now!

Seriously, has anyone who asks for support for standards-breaking actually
thought the effect of it through to a conclusion?  I think Plucker should be
praised for taking a reasonably pure-standards approach on this.  It's the
only way that you can hope to keep things sane *and* moving forwards.

___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev



Re: Non-HTML (was Re: Back/foward/home function code)

2002-11-19 Thread Fringe Ryder
At 11:54 PM 11/19/2002  +, Robert O'Connor wrote:

On 19 Nov 2002 at 15:22, Fringe Ryder wrote:

> At 10:53 PM 11/19/2002  +, Robert O'Connor wrote:
> >On 18 Nov 2002 at 21:43, Laurens M. Fridael wrote:
> > > complying with W3C standards is hardly a priority or
> > > even a consideration.
> >
> >I would tend to differ on that point.
> >
> >Over the next few years, Plucker is going to become the dominant force as
> >it continues to
> >mature and the commercial alternatives wither. AvantGo, in particular is
> >on the downgrade, with
> >a delisted stock, layoffs, CEO resignations, and sagging sales.
> >
> >As Plucker continues to rise, I would offer that Plucker chooses the best
> >practices, in the
> >form of documented W3C and ISO standards, instead of picking up the bad
> >practices of the
> >withering commercial off-line browsers.
>
> Hmm... what about those of us who want the tool to work in as many 
cases as
> easily-possible, rather than being holier-than-thou and refusing to 
work on
> sites because they have innocuously-broken code?
>
> (This doesn't refer to the "back" functionality; I don't care about
> that.  I use Plucker for content, not for buttons.  It just refers to the
> board-mentality that Plucker should be less tolerant of errors than any
> browser, instead actively refusing to touch sites with even the most minor
> of transgressions.)

*I* am not going to:
(a) work on crap non-standard proprietary non-HTML.
(b) offer support on mailing lists on how to use crap non-standard 
proprietary
non-HTML.
(c) maintain the extra work to maintain compatibility of crap non-standard
proprietary non-HTML, as they change underfoot since they aren't standard.
(d) document them all and how to make them work.
(e) maintain the docs.

Robert, I'm not clear that you've done any parser work anyhow; I don't 
expect you to work on it.  You did the Desktop, which is also extremely 
important and impressive, and very content-agnostic.  But do you notice any 
prejudicial tone in your message?
"crap non-standard proprietary non-HTML"

Nobody asked for support of that specifically.  Sure, some "non-standard" 
HTML, depending on whose standard (W3 or the real world/market.)  Sure, 
some crappy HTML that would have been standard if not for the fact that a 
color (to use your example) wound up not in the standard or a tag got 
misused in a common fashion.  Certainly not any "non-HTML", unless you 
define "non-HTML" the way David does, as disqualifying a document that has 
a single malformed comment tag, for example.

I have made several parser changes recently, and would consider doing some 
to expand Plucker's usefulness should a common not-quite-standard usage be 
interfering broadly with usage.  Things that are perhaps supported by all 
four major browsers we might want to consider.  Purity that substantially 
reduces functionality is useless.

Which is nice, but currently (for me) academic.  No such features are 
annoying me.  I never noticed the example you used, the non-implemented 
color code, perhaps due to a certain level of color blindness.  I don't use 
"back" buttons; the browser's history is good enough for me since it DOES 
take me back where I came from.  And I have scripting (and cookies 
generally) disabled in my browser (Opera), so I don't tend to see sites 
that require them and would fail in Plucker.  But the philosophy remains 
none-the-less: I want Plucker to be useful more than I want it to be an 
arrogantly useless tribute to a standards body.

On the bright side, right now it's both a tribute to a standards body AND 
useful, at least to me.  But if we should have to pick a direction in the 
future, I vote "useful."  And, as long as nobody screams too loudly, I'll 
code it too.

-Tony McNamara-

___
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev