Re: Plucker section breaks?

2001-08-22 Thread Olivier Anh

Hello,

Le 2001.08.20 19:52:06 +0200, David A. Desrosiers a écrit :
 
  Is there any code I can put in my html that will force a section break
  in the parser?
   Not sure what you mean by section break here. Perhaps p

Yeah, Define what's a section break.. If there is any in html... He may be
means hr

olivier
-- 
/ Olivier Anh\
| http://www.galeota.com |
| http://www.bordeaux-roller.com |
\ http://pessac-baseball.ifrance.com /



HTML Tables?

2001-08-22 Thread Thomas Cox

Anyone know how I can get Plucker to render an HTML table 
properly, instead of breaking out one cell per line? 

There should be room for it on the screen...

URL is: http://wirelessproxy.espn.go.com/nfl/wireless/html/standings?dvc=0

- Thomas Cox




Re: HTML Tables?

2001-08-22 Thread David A. Desrosiers


 Anyone know how I can get Plucker to render an HTML table properly,
 instead of breaking out one cell per line?

Plucker currently doesn't handle tables. We'll gladly accept patches
though, if you want to add this functionality. FAQ 6.3 touches on this:

http://plkr.org/index.pl/faq#6.3

It shouldn't be *TOO* difficult to add support for, but remember, we
also would have to add some additional logic for wrapping around tables (for
non-tabled content, like the page you've indicated has at the top) as well
as a horizontal scrollbar at the bottom of the page (blecch!).

Another idea would be to find some tool that can render the table or
page as a graphic, and view the table as a pannable image instead of
recreating a table parser in Python and in the viewer.




.  pgp://7075AE4A,-.   pilot-link   plucker
David A. Desrosiers  \,-'   \  sourcefubar  cvs
gnu-designs.com, Inc. `--' hacker at gnu-designs.com `-




Re: Plucker section breaks?

2001-08-22 Thread David A. Desrosiers


  Not sure what you mean by section break here. Perhaps p

 Yeah, Define what's a section break.. If there is any in html... He may
 be means hr

I now understand what he means. He would like to insert the same
record_id (via some HTML construct) that shows up when a page exceeds the
64k boundary when being parsed. The [Click here for the next part]
part of the pages. It's found in PluckerDocs.py:

if par_length + self._last_document_length  Max_Document_Size:
[..]
tmp_para.add_text (Document_Next_Part_Text)
[..]
tmp_para.add_text (Document_Previous_Part_Text)
[..]
self._documents[-1].append (par)
self._last_document_length = self._last_document_length + par_length

How about we add a new HTML element like we've done for MAXDEPTH
inside the A HREF=... construct, called SB or SECTIONBREAK, so we can
enforce this behavior and get a manual section break to appear? Bill, easy
to implement?




.  pgp://7075AE4A,-.   pilot-link   plucker
David A. Desrosiers  \,-'   \  sourcefubar  cvs
gnu-designs.com, Inc. `--' hacker at gnu-designs.com `-




Plucker Browser Icon

2001-08-22 Thread Byron Collins

Hi All,
I'm using MS IE 5.x web browser; Do the Plucker icon suppose to
show up / appear in the [address window] while at  www.plkr.org ?

Byron

---
Byron's Emporium - Cool eBooks for PDA's
ENJOYOUREAD Production
http://home.clarksville.com/~bcollins/index.htm
---