home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / graphics / drawplug / !DrawPlug / !Help < prev    next >
Encoding:
Text File  |  1998-10-17  |  3.7 KB  |  112 lines

  1.                                 DrawPlugin
  2.                                 ==========
  3. Version 1.02 (27 Aug 1998)
  4.  
  5. Introduction
  6. ------------
  7. This is the most rudimentary and simple plugin it is possible to write
  8. without only displaying a window (the test program I wrote) or launching
  9. another program (IRCLinks). It was written because I wanted a way to have a
  10. gallery on my web page of clipart that I and my brother had put together.
  11. The library used is also very rudimentary. Until I get time to work on it,
  12. it will remain that way.
  13.  
  14.  
  15. Usage
  16. -----
  17. To use the plugin, you will have to make one change to your MimeMap file, and
  18. then *RMreinit the MimeMap module (for it to work this session). Add the line:
  19.  
  20. --8<--------
  21. application/drawfile    Drawfile    AFF    .draw
  22. --8<--------
  23.  
  24. to the MimeMap file.
  25.  
  26. Subsequently all drawfiles in <object> tags will appear correctly on web pages.
  27.  
  28. When no image is available, the area will be shown as a crosshatch. This will
  29. be black if the image is fetching, blue if the image was stopped, and red if
  30. the image failed.
  31.     
  32.  
  33. Updates
  34. -------
  35. This program may (or may not) be updated periodically. By clicking on the
  36. infobox window entries for Author and Version you can move directly to the
  37. web pages for the Justin Fletcher and this application respectively.
  38.  
  39.  
  40. Help and message files
  41. ----------------------
  42. This application is fully !Help compliant and it is recommended that when
  43. getting to grips with it the help should be used if only to give it some
  44. purpose! It also supports the use of MessageTrans and therefore translation
  45. to another language or changing the messages for the fun of it is much easier
  46. than it might have been.
  47.  
  48.  
  49. JFShared library
  50. ----------------
  51. This application requires Justin Fletcher's JFShared library to function.
  52. This can be obtained from Arcade and possibly other bulletin boards. A
  53. version is currently being carried by Hensa, but for the latest version you
  54. would be best off looking at Justin's web page (see below), or contacting him
  55. by one of the other means below.
  56.  
  57.  
  58. Compatibility
  59. -------------
  60. This application has been tested on the author's RPC, but due to the lack
  61. of friends with Acorns has not been tested on other systems. Therefore, it
  62. ought to work on any RO3.6 machine. It is likely that it may work on RO3.1,
  63. RO3.5, and RO3.7.
  64.  
  65.  
  66. Disclaimer
  67. ----------
  68. The author accepts no responsibility for any problems which this application
  69. may cause or loss of data resulting in its use. This application is Public
  70. Domain Freeware. This means that it may be distributed, so long as no charge
  71. other than copying costs are charged for it. The copyright remains with
  72. myself (Justin Fletcher).
  73.  
  74.  
  75. Contact
  76. -------
  77. Any comments, queries, donations or bug reports can be sent to Justin
  78. Fletcher at :
  79.  
  80. E-Mail : Networking@thevillage.ndirect.co.uk
  81. URL    : http://www.thevillage.ndirect.co.uk/justin/
  82. IRC    : On #Acorn as Gerph
  83. Chat   : gerphlet.dyn.ml.org, port 87
  84. Tel    : (01842) 812276
  85.  
  86. Snail Mail :
  87.     Justin Fletcher
  88.     “Galadriel”
  89.     17b Cromwell Road,
  90.     Weeting,
  91.     Brandon,
  92.     Suffolk.
  93.     IP27 0QT
  94.  
  95.  
  96. History
  97. -------
  98. Version 1.00 : 26 Aug 1998
  99.                First version written. Not bad for a few hours work, if I do
  100.                say so myself. Now I've got to go and watch cheers.
  101.  
  102. Version 1.01 : 26 Aug 1998
  103.                Now doesn't have window borders, takes on the colour of its
  104.                parent, and takes two parameters (gap in pixels, and border
  105.                as a flag). More stable when files fail to transfer and will
  106.                now change the crosshatch (which is fixed) colour according
  107.                to the state.
  108.  
  109. Version 1.02 : 27 Aug 1998
  110.                Redraw speed increased, and no-longer forces a redraw when
  111.                it doesn't need to. Icon anti-aliased.
  112.