I am working on a new release of Quijote, my html browser for the pcw.
Any comments/ideas/feedbacks/bugs... about the current (old, 3 years
ago!) version?
Thanks,
Miguel
this is very cool! I wonder if you are planning to implement HTML-
table support, or if this is already done? I would like to develop a
HTML browser for the CPC, maybe we can share our experiences.
CU,
Prodatron
Hi,
Well, not supported tables yet.
Graphics is the more difficult thing to do with 64k of ram, but
formatted text is possible.
Regards,
Miguel
CU,
Prodatron
Yes, a BMP reader/converter is easy, in the case of the PCW the result
must to be black and white only.
I use a intermediate internal binary format to see on the screen the
html
file.
My problem is that this internal format works well in text lines, and
I
don't know how to do for images and sophisticated tables.
Currently the support for tables is very simple and basic.
Regards,
Miguel