home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / internet / webview21i / webview.doc < prev    next >
Text File  |  1977-12-31  |  8KB  |  257 lines

  1. WebView Version 1.0 By Internext Software
  2.  
  3.   WebView Version 1.0
  4.   The HTML Document Viewer
  5.   By John Bintz/Internext Software
  6.  
  7.   uv334@freenet.victoria.bc.ca
  8.   http://www.dragonfire.net/~JohnBintz/inext/inextsoft.html
  9.  
  10.   Overview                   What is WebView
  11.                              (besides The HTML Document Viewer!)
  12.   Installation               How to Install WebView
  13.   Usage                      How to Use WebView
  14.   Problems & Bugs            What's The Deal, John?!?
  15.   Registration               REMOVE ANNOYING REQUESTERS!!!
  16.   Helpers                    Apps That LOVE WebView!
  17.  
  18. Overview       
  19.  
  20. WebView is my response to the fact that my computer sucks.  I have a 10 year
  21. old Amiga 2000 that I bought used about a year ago.  It works great, but it
  22. has AmigaDOS 2.1, which means I don't have DataTypes or Classes or any of
  23. that other neat stuff.  I also only have a 68000, which is dreadfully slow
  24. in most instances.
  25.  
  26. I use the Internet a lot.  I needed to update my Web Pages, and I didn't
  27. want to do it on my dad's PC PC.  PC because it has Microsoft Win95 (nothing
  28. cool like OS/2), and PC because it runs Win95.  I have no complaints with
  29. Win95.  I like it more than Win31.  But, I have my own box 'o power now, and
  30. I wanted to use it to do my Web Site.
  31.  
  32. The only problem is that the only real browser I could use to design it on
  33. is AMosaic and (if you work at Omnipresence, I'm very sorry) AMosaic sucks.
  34. It thrashes memory, needs datatypes to do anything good, uses MUI and on a
  35. 68000 MUI is SLOW!!!, and it's just a real goat.
  36.  
  37. So I wrote WebView.
  38.  
  39. It's not the most full-featured "browser" out there...AWeb, IBrowse, or
  40. Voyager could probably kick its butt all around the room...but it works on
  41. DOS 2.0 computers and below...and above, for that fact.  It has:
  42.  
  43.   *  16 Color Dithered Displays for Pictures
  44.   *  Aligning of Inlines To The Left or Right
  45.   *  Tables within Tables within Tables within...
  46.   *  NTSC/PAL compatible, with interlaced and non-interlaced displays
  47.   *  A Small Price Tag!!
  48.  
  49. Its nippy too...I can process most files in under a minute, and pictures
  50. convert right in front of your eyes!  They'll look funny, but they do!
  51.  
  52. Installation   
  53.  
  54. Installing WebView is a breeze!  See that icon that says "WebView"?  Well,
  55. just drag it over to the drawer of your choice, and you're done!  You can
  56. take the docs along with it, too, but WebView is a snap to pick up.  You'll
  57. get the hang of it.
  58.  
  59. Usage          
  60.  
  61. Well, the first thing you have to do is run WebView.  Just double-click the
  62. Icon to start, or run it from the Shell.  Your choice.
  63.  
  64. Right now, you can't load a page from the command prompt, but I'm working on
  65. it...
  66.  
  67. A screen will come up.  The title will say "WebView 1.0 By Internext
  68. Software" or something along those lines.  All of WebView is menu
  69. controlled.  Try the right mouse button.  If you use MagicMenu (and you
  70. should!) you won't be surprised...having the menu come up under the mouse
  71. saves mouse rolling.  Here is the menu breakdown...
  72.  
  73.   Files
  74.     Open New
  75.     Load
  76.     ---------
  77.     Quit
  78.   Graphics
  79.     Load Inline
  80.       Always
  81.       Never
  82.     Save Inline
  83.       Always
  84.       New
  85.       Never
  86.   Screen
  87.     Interlaced
  88.     Non-Interlaced
  89.     WB To Front
  90.  
  91. To use inlined images with WebView, as I cannot directly load GIFs or JPEGs,
  92. yo need to make an IFF version of all inlined images and name them <original
  93. file name>.iff.  So, if you have a GIF file called hello.gif, the WebView
  94. picture would be hello.gif.iff.
  95.  
  96. This one is obvious:  To view more of the document, use the scroll bar on
  97. the side.
  98.  
  99. If you have a bunch of documents in a drawer, and they have links that stay
  100. within the drawer, you can click on the link to load the new document.
  101.  
  102. WebView has an ARexx port - WEBVIEW.1 - and the following commands work with
  103. it:
  104.  
  105.   GET <file>
  106.     Load the file <file>
  107.   RELOAD
  108.     Reload the file
  109.   FLIPSCRN HIT
  110.     This will bring WebView to the front
  111.  
  112. Problems & Bugs
  113.  
  114. The Big Problem with WebView is the language its written in: AMOS!!!  I'm
  115. lucky it works!  There are so many sneaky tricks and programming hacks in
  116. that language I'm surprised anything works in it!  If a program crashed
  117. while WebView is running that doesn't normally crash, blame François Lionet,
  118. the bastard!
  119.  
  120. Other bugs:
  121.   If WebView doesn't like your HTML (and it has to be REALLY bad to do
  122.   that!), it will most likely loop forever, in which a swift Control-C
  123.   will stop the program in its tracks.  If its not too bad, everything
  124.   will just look funny, especially if you screw up with tables.
  125.  
  126.   When a small IFF picture is loaded and converted, due to the way AMOS
  127.   handles small screens, the picture will look shifted in the middle.
  128.   The final result will be fine, however.
  129.  
  130.   HTML files are processed into a memory area twice their original size.
  131.   If the memory area needed is too much, AMOS will quit WebView and
  132.   yell at you.  Example:  If you have 5 Meg (like I do) and you load a
  133.   2 Meg HTML file (why?!?!?!?!?), WebView needs 4 Meg to process it,
  134.   and will stop in its tracks.  Just in case it ever happens...but it
  135.   shouldn't.
  136.  
  137. Problems:
  138.   My Page Looks Nothing Like WebView's When Viewed In A Better Commercial
  139.   Browser!
  140.  
  141.   Of course...WebView is not perfect.  IE and NetScape accept HTML so badly
  142.   that that could pluck a table out of the following code:
  143.  
  144.   <table border=0>
  145.     <tr>
  146.       <td>Hello.
  147.       <td>How are you?
  148.   </table>
  149.  
  150.   This is NOT structured HTML.  DON'T DO THIS!!!
  151.  
  152.   Also, the way WebView handles Tables and Aligned Graphics is not perfect.
  153.   Live with it.
  154.  
  155.   WebView leaves a bunch of files with the name .pack after them!
  156.  
  157.   These are the 16 color converted graphics files.  If you have AMOS,
  158.   take a look...they're Spacked pictures.
  159.  
  160.   My Inlined Images look like crap when they're converted!
  161.  
  162.   WebView is NOT AdPro nor HamLabPlus--the image conversion is a simple
  163.   Ordered conversion technique.  Its fast and it works.
  164.  
  165.   A requester pops up every few minutes telling me to register.  How
  166.   do I get rid of it?
  167.  
  168.   Try registering
  169.  
  170. Registration   
  171.  
  172. So, you're getting annoyed at that message that pops up every 2 and one-half
  173. minutes.  Its getting tough to test out your documents when you have to
  174. click on that message every two and one-half minutes, eh?  Well, I have just
  175. the solution:
  176.  
  177.   John Bintz
  178.   1715 Bren-Will Drive
  179.   Westminster MD  USA
  180.   21158-2710
  181.  
  182. Go to the supermarket, ask the courtesy desk for a money order totalling $5
  183. US, put the money order in an envelope, and mail it to the above address.
  184.  
  185. Too cheap to give me money but have written some nifty piece of software?
  186. Send me a copy!
  187.  
  188. When you register, you'll get a new version of WebView that allows access to
  189. Internet Web Pages (alas, without graphics...) and a keyfile to keep that
  190. message from popping up.
  191.  
  192. See, it isn't too hard or expensive.  Just do it...REGISTER!
  193.  
  194. Helpers        
  195.  
  196. Here are some other applications that work great with WebView:
  197.  
  198.   StartMenu by John Corigliano
  199.  
  200.   This is the best Win95 Start Menu/Task Bar emulator around.  WebView
  201.   will place a little "A" for AMOS in the Clock window.  Just click
  202.   on it to bring WebView to the front.
  203.  
  204.   Miami by Holger Kruse
  205.  
  206.   If you use AmiTCP, throw it into an open sewer and get Miami.  No more
  207.   startnet scripts, no more annoying 5 second wait screens if you
  208.   haven't registered, and no more Shell output.  Miami uses MUI and
  209.   looks slick.
  210.  
  211.   With the Registered version, I'll include an Arexx script to allow you
  212.   to use WebView as a very limited browser--think of it as a "SuperLYNX"
  213.   browser, with no graphics and plenty of text.
  214.  
  215.   Internext Software Products
  216.  
  217.   Your hard drive won't be complete without every InextSoft Product on
  218.   the planet!  Visit
  219.   http://www.dragonfire.net/~JohnBintz/inext/inextsoft.html for the
  220.   latest products!!
  221.  
  222. Files Menu
  223.  
  224. The File Menu Lets You Do Stuff With Files...
  225.  
  226. Open New
  227.   Open a New HTML File
  228.  
  229. Reload
  230.   Reload The Current HTML Document
  231.  
  232. Quit
  233.   What Else?!?
  234.  
  235. Graphics Menu
  236.  
  237. The Graphics Menu
  238.  
  239. Load Inline
  240.   You can always load inline images or not
  241.  
  242. Save Inline
  243.   You can always convert the <file>.iff to <file>.pack files, only convert
  244.   <file>.iff to <file>.pack if <file>.pack doesn't exist, or never convert
  245.  
  246. Screen Menu
  247.  
  248. The Screen Menu, Where You Control Screens
  249.  
  250. Interlaced/Non-Interlaced
  251.   Switched between Interlaced and Non-Interlaced views.
  252.  
  253. WB To Front
  254.   Move Workbench (or whatever Intuition Screen you use) to front
  255.   If you want to move back to WebView, hit Left Amiga-A or click on the
  256.   StartMenu Button
  257.