home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / file / fileid_1 / !File_ID_!Help < prev    next >
Encoding:
Text File  |  1998-04-01  |  3.3 KB  |  79 lines

  1.                ----------------------------------------------
  2.                 !File_ID  v0.23  -  Filetype identification
  3.                ----------------------------------------------
  4.  
  5.                         Copyright ©    A J Snell  1998
  6.  
  7.  
  8. This program follows in the footsteps of previous applications such as
  9. !FileTypes (Mark Thompson) and !FileIconz (Jon Noble).  If you have a file
  10. that is unrecognised by the system and hence does not have an icon, drop it
  11. onto the !File_ID window or iconbar icon.  If the filetype is one of the
  12. 1695 types currently recognised by the program then appropriate information
  13. will be displayed together with the corresponding icon - much as the previous
  14. programs did.  The advantage of this program is that all known alternative
  15. uses of the filetype are also displayed - clicking on their icons then gives
  16. the relevant information about them.  If your hand does not want to leave
  17. your mouse, then a hex keypad is available for numeric input - just click on
  18. the small keypad icon.  A fairly unsophisticated search facility is available
  19. as a menu item - just type in the word or phrase that you want to search the
  20. database for and click on 'search'....  The search is restricted to a total of
  21. 25 characters.  Repeat the button click to find further matches.  Some of the
  22. data originates from the list maintained by Denis Howe in the Free On-Line
  23. Dictionary of Computing -  http://wombat.doc.ic.ac.uk/acorn/doc/filetypes.
  24.  
  25. Use the program at your own risk - extensive testing has not been carried
  26. out and many bugs are no doubt present.  It is known to work on both an A410
  27. and a RiscPC (with or without StrongArm) without major problems and should be
  28. fairly intuitive to use.
  29. The data is stored as a series of sprite files, with the corresponding textual
  30. information stored in CSV files. The format of these is more or less self
  31. explanatory if you want to add further filetypes. The filetype information
  32. is thought to be reasonably accurate, but there are no guarantees :-).
  33. The sprite data is all held as mode 20 sprites, so if you don't have a high
  34. resolution monitor, the display is not too wonderful.  As the program was
  35. written for my own use, many of the sprites have been adapted to suit my
  36. personal idea of what they should look like - apologies to anybody who is
  37. upset by this.
  38.  
  39. Any e-mailed additions or corrections to the database (or bug reports) are
  40. welcome, as are suggestions for improvements and better programming technique.
  41. (The sprite handling routines are a bit of a kludge at the moment...)
  42. The most recent version will be at http://www.valleyfield.demon.co.uk
  43.  
  44. This program is public domain, and no warranty, express or implied, is given
  45. of the suitability of this software for any purpose whatsoever. Under no
  46. circumstances will liability for any damage or indirect or consequential
  47. loss arising out of use of the software be accepted etc.
  48.  
  49. The MenuUtils module was written by Alex Petrov. (APetrov@misis.msk.su)
  50.  
  51. Tony Snell
  52. April 1998
  53. tony@valleyfield.demon.co.uk
  54.  
  55.  
  56. Brief History
  57. =============
  58.  
  59. v0.11ß - put on web site, Aug 1996
  60.  
  61. v0.12ß
  62. .
  63. .
  64. .
  65. v0.16ß - small bugfixes and extra filetypes
  66.  
  67. v0.17ß - can now cope with 10 variations of one filetype
  68.  
  69. v0.18ß - MenuUtils module added
  70.  
  71. v0.19ß - simple search procedure added
  72.  
  73. v0.21  - search procedure improved
  74.  
  75. v0.22  - hex keypad added
  76.  
  77. v0.23  - now shows registered filetypes
  78.  
  79.