Thumbs up from me too, Galaxy. I'd like to point out that, as he is saying, Atlantis' main function (showing HTML documents) gets done using
Allan Odgaard's "HTMLview" MUI custom class. This was only one of his Amiga projects, and its specifications, as the
mirror of its home page reads, are as follow:
Quote:"HTMLview is a MUI class that will load, parse and display HTML formatted text.
The class supports most of the HTML 4.0 standard as defined by W3C, it is infact often more accurate than most browsers, but unfortunately this is rarely seen as a feature.
It is very well suited for mail programs or similar, which just wants to display HTML fast, and the class really is fast, I have still not seen anything like it
"
Here is a brief summary of its abilities. Remember, we're talking 1999-2000 here...
Quote:
Features:
- Incremental rendering of the page, using a seperate process for the parsing, which allows the MUI application to be fully responsive while chewing on a document.
- Progressive display of images for which a decoder module exists (currently GIF / GIFAnim, JPEG & PNG)
- Text can be marked and copied to the clipboard.
Allows searching in the document.
- Extensive HTML support, including floating tables with background images, frames, forms etc.
- And, it's very fast...
I can testify that this class indeed was very fast (faster that
anything else at the moment), and very stable. I'm very certain that the Amiga has lost a great programmer in Allan. By the way, Allan's home page was generated with a script in REBOL, no less.
Why am I saying all this? Because I was, for a long time, betatester of his "IProbe" web browser. This program, perhaps the most obscure among Amiga browsers, was a joy to use, and turned to be my main browser back in the days when I only used the Amiga to browse Amiga sites: It was more than adequate, confortable and fast.
IProbe was, basicaly, an HTMLtext instance with some simple but capable http net functions. I think it also had bookmarking. We can't check it out now because Allan dropped the project's home page, even before retiring from Amiga programming. IProbe never got a public release, surely because Allan could not find enough time, but already was a fantastic program.
Bad news: I can't find any means of downloading IProbe now, not even the HTMLview class distribution, which contained an example that made a perfect offline web page reader.
See ya!