
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
[EMAIL PROTECTED] (Mike) wrote in message news:<[EMAIL PROTECTED]>...
> There is somebody interested in a simple html -> ascii (formatted)
> converter for CP/M?
>
> I am programming a html offline browser for the AMSTRAD PCW and the
> first part (html converter to a internal format) is done, and with
> this module it is very easy create a program for reading formatted web
> pages in screen (like TYPE cmd, and print it with CTRL-P) or other
> that write formatted output to a file (then, you can print,
> modify...).
>
> Well, if nobody is interested, I will working only in the second part
> (the browser), I am only a few code lines.
>
> I think that the finished program will be easy to port to others CP/M
> (and non CP/M?) computers because I am writing it in C (my own Small C
> version), and no graphics supported.
>
> Well, your comments are wellcome!
>
> Mike
Well, the simple html reader for CP/M can be found in:
http://pag-per.servicam.com/migl/amstradpcw/viewhtml.com
Usage: VIEWHTML htmlfile destination widht height
destination can be:
CON: Ascii console
PCW: Amstrad PCW screen
CRT: Screen with CRT+ support
PRN: Ascii printer
EPS: Epson printer
Others: Ascii file
widht & height: In a 80x24 screen, by example: 79 & 23.
height is only important for CON:, PCW:, and CRT:, for others
destinations put 99 by example (totally ignored).
Version shows 1.0, but really it's a BETA version and there
is a lot of work to do but... well, run it!
Any suggestions or comentaries will be apreciated.
Regards,
MikePCW
| <-- __Chronological__ --> | <-- __Thread__ --> |