home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / EABRWS02.ZIP / EABROWSE.TXT < prev   
Text File  |  1993-10-13  |  4KB  |  99 lines

  1. === DISCLAIMER ===
  2.  
  3.  
  4. I allow you to use and distribute EA-Browser freely under the condition 
  5. that I am in no way responsible for any damage or loss you may suffer. 
  6.  
  7. Henk Kelder, 2:280/801.339@fidonet.org
  8.  
  9.  
  10. NOTES ON THIS PROGRAM - VERSION 0.20
  11. ====================================
  12.  
  13. This program - The EA-Browser - is a program under development. 
  14. It is not yet finished. 
  15.  
  16. It will however function as the title says:
  17. It allows you to browse thru the extended attributes on your disks.
  18. Also you can change and delete existing extended attributes now. 
  19.  
  20. But beware: editing in the so-called 'binary mode' acts a bit strange:
  21.  
  22. The <INSERT> key inserts a single byte (value 00h) at the current cursor
  23. location.
  24. The <DELETE> key removes the single byte at the cursor location.
  25.  
  26. When you have changed an EA you must choose 'Attributes->Save' in order 
  27. to save the changes. The program will *NOT* warn you when you are about
  28. to loose any changes.
  29.  
  30.  
  31. WHAT THE PROGRAM SHOWS
  32. ======================
  33.  
  34. The top-left-side list box will show all files and directories in the
  35. current directory. 
  36. The top-right-side list box will show all extended attributes belonging 
  37. the the file or directory that is selected in the top-left-side listbox.
  38.  
  39. The bottom half of the screen will show the extended attribute itself.
  40.  
  41. It will show the EA depening on a menu-option:
  42.  
  43. -  When 'Binary Mode' is selected no EA-type formatting will take place and
  44.    the EA will be shown in hexadecimal (left) and character (right)
  45.    presentation.
  46.  
  47. -  When 'Binary Mode' is not selected the program will try to show the EA
  48.    based on the EA-type. The EA-type is normally specified by the first two
  49.    bytes of the EA. Several EA's do however not follow this convention or
  50.    they do not match the way the format of an EA-type as described in the 
  51.    'IBM Redbooks'.
  52.    Unknown EA-types are always displayed in binary mode. 
  53.  
  54.    Some EA-types are unclear to me: ASN.1 and MVST. I've never seen them
  55.    being used and do not know the format (yet). They will always be shown
  56.    in binary mode.    
  57.    Also EA's containing Metafiles and bitmaps are shown in binary mode.
  58.    See KNOWN BUGS for more information.
  59.  
  60.  
  61. You can change directories by double-clicking on a directory or by 
  62. selecting 'Change Directory' from the menu.
  63.  
  64. KNOWN BUGS
  65. ==========
  66.  
  67. The program tries to show the EA's according the the EA type. EA type
  68. information is however stored in the EA itself (the first 2 bytes) but can
  69. be incorrect or even not used (the data starts at the beginning).
  70. Rexx command files don't follow conventions there.
  71.  
  72. The EA-Browser can (in theory) try to show an EA based on a specified EA
  73. type and run into a protection violation if the EA has violated the format 
  74. of the specified type.
  75. Should this be the case try looking at the EA after you have selected 
  76. 'Binary mode' from the menu.
  77.  
  78.  
  79.  
  80. THE FUTURE OF THIS PROGRAM
  81. ==========================
  82.  
  83. The options in the menu are mostly 'Not yet implemented' and I am not even
  84. sure if they will ever be..
  85.  
  86. I am releasing this program as a BETA and so that anyone who thinks this
  87. program might be interesting can drop me a note with hints-tip-wishes.
  88.  
  89. An important question is: 
  90.   Should this program have the ability to change extended attributes? 
  91.   With the risk of changing some vital piece of information so that your
  92.   workplace shell never works again?
  93.  
  94. If you have any ideas, please send them to me at the above Fidonet address.
  95.  
  96. Henk Kelder
  97.  
  98.  
  99.