home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / on-line / simplehtml / readme < prev    next >
Encoding:
Text File  |  2000-06-12  |  4.2 KB  |  140 lines

  1. Short:     V0.9 of the simple HTML Offline Browser
  2. Uploader:  sebauer@t-online.de (Sebastian Bauer)
  3. Author:    sebauer@t-online.de (Sebastian Bauer)
  4. Type:      comm/www
  5. Kurz:      V0.9 des einfachen HTML Offline Browser
  6. Requires:  OS 3.0
  7. Version:   0.9
  8.  
  9. Introduction
  10. ~~~~~~~~~~~~
  11. SimpleHTML allows you to view HTML Files offline. It supports
  12. a little subset of the HTML Tags.
  13.  
  14. Copyright, Distribtion and Disclamer
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. SimpleHTML is ©1998-2000 by Sebastian Bauer.
  17. SimpleHTML is freeware. Feel free to spreat it, as long as
  18. all files are included and in an unchanged form. You are not
  19. allowed to make profit from its distribution!
  20. In no way the author can be made responible for any damage created
  21. by the program. Use it at your own risk!
  22.  
  23. How to use SimpleHTML
  24. ~~~~~~~~~~~~~~~~~~~~~
  25. SimpleHTML can be started from Shell and from Workbench.
  26. The Shell template looks like this:
  27.   FILE,PUBSCREEN/K,WINDOWX/N,WINDOWY/N,WINDOWWIDTH/N,WINDOWHEIGHT/N
  28. FILE specifies the file, which will be viewed after start.
  29. PUBSCREEN specifies the public screen, where the window is opened.
  30. WINDOWX specifies the left edge of the window
  31. WINDOWY specifies the top edge of the window
  32. WINDOWWIDTH specifies the width of the window
  33. WINDOWHEIGHT specifies the height of the window
  34.  
  35. When starting from WB the file can be specified via a shift double click.
  36. When no filename is given a asl filerequester appears.
  37. Simliar to common Webbrowsers you can specify the file also in
  38.    the file:///<path> and file://localhost/<path>
  39. If you have the http-handler installed you also can browse very limited
  40. (no images are displayed then) through the internet.
  41.  
  42. Future
  43. ~~~~~~
  44.  - fix all bugs
  45.  - some buttons in the main window
  46.  - more HTML commands
  47.  
  48. History
  49. ~~~~~~~
  50. Version 0.9 (28.05.00)
  51.  - new Shortcuts for Forward and Backward (< and >)
  52.  - compatible to the http handler
  53.  - displays the link when mouse is over a link
  54.  - fixed more layout problems (but tables still makes problems)
  55.  
  56. Version 0.8 (21.05.00)
  57.  - Shell and ARexxSuport for file:/// and file://localhost/ URIs
  58.  - supports now the <DIV> tag
  59.  - supports headers <TH> in tables
  60.  - <TITLE> is supported (displayed in window Title)
  61.  - bug fixes
  62.  
  63. Version 0.7 (14.05.00)
  64.  - added an ARexx Port (OPENURL, RELOAD, QUIT, WINDOWTOFRONT)
  65.  - added some shell arguments
  66.  - some smaller bugfixes
  67.  - first version of the html.datatype available on my homepage
  68.  
  69. Version 0.6 (06.05.00)
  70.  - correct offsets now when displaing backgrounds
  71.  - in some cases ALIGN was missed when there was also VALIGN
  72.  - fixed some Enforcer Hits
  73.  - now really ignores comments
  74.  - more entities (hopfully all)
  75.  - slightly more compatible with bad html
  76.  
  77. Version 0.5 (24.02.00)
  78.  - interprets relative URIs correctly
  79.  - compiled with SAS C
  80.  - search possibility
  81.  - supports ALIGN attributes in IMG and TABLE
  82.    (but probably not perfect)
  83.  
  84. Version 0.4 (23.07.99)
  85.  - added PUBSCREEN/K argument to the shell template
  86.  - now supports URIs which refer to a location within a resource
  87.  - image links
  88.  - implented <OL> and <DL> lists
  89.  - text links react now visually when clicking on them
  90.  - text can be marked and copied to the clipboard
  91.  - a little bit faster when resizing or scrolling big html files
  92.  - prepared for the html.datatype
  93.  - other smaller changes
  94.  
  95. Version 0.3 (24.06.99)
  96.  - again bug fixes
  97.  - now longer looks for http:
  98.  - borders around tables
  99.  - enhanced keyboard function (SHIFT or CTRL + Cursor Keys)
  100.  
  101. Version 0.2 (23.03.99)
  102.  - some bugs fixed
  103.  - uploaded into the wrong directory ;-)
  104.  
  105. Version 0.1 (24.12.98)
  106.  - initial release
  107.  
  108. How can you reach me?
  109. ~~~~~~~~~~~~~~~~~~~~~
  110. SimpleHTML probably has many bugs, so send bug reports to
  111.   sebauer@t-online.de or
  112.   Sebastian.Bauer@in.stud.tu-ilmenau.de
  113.  
  114. If SimpleHTML crash on a specified HTML file, please send this
  115. file to me.
  116.  
  117. Address:
  118.   Sebastian Bauer
  119.   Neustädter Str. 50
  120.   07768 Kahla
  121.  
  122. Visit my homepage at
  123.   http://home.t-online.de/home/sebauer/
  124.   (german version)
  125.  
  126.   http://home.t-online.de/home/sebauer/english.html
  127.   (english version)
  128.  
  129. Here you can find the latest version of SimpleHTML but also
  130. other things for Amiga, for example SimpleFind and SimplePac.
  131.  
  132. Great thanks go to my beta testers Nils Görs and Benjamin Hussong.
  133.  
  134.          __
  135.         / /
  136.    __  / /   Only Amiga makes it possible...
  137.    \ \/ /
  138.     \__/
  139.  
  140.