home *** CD-ROM | disk | FTP | other *** search
/ Die PSION Power-CD 2 / PsionPowerCD2.iso / PSION-Power-CD / software / Doku / zippy_5mx.txt < prev    next >
Text File  |  2000-03-16  |  2KB  |  49 lines

  1. Requirements: 
  2.  
  3.     Psion 5mx (or compatibles ?) , JAVA runtime environment 
  4.     needs to installed.
  5.  
  6. To install:
  7.  
  8.     Use the provided .sis file
  9.  
  10. Registration: 
  11.     No registration necessary freeware !!! 
  12.  
  13. Disclaimer:
  14.     I accept no responsibility whatsoever for any damage caused
  15.     from installing or using this software !!!
  16.  
  17. Source Code:
  18.     Is available at www.epoczone.com (codebase|java|file handling|zippy)
  19.     and at http://pages.eidosnet.com/monojohnny
  20.  
  21. // Author: John Pritchard-Williams
  22. // Email : monojohnny@yahoo.com
  23. // Version : 1.0
  24. // Developed in Windows 98 environment, using JDK1.1.6 from sun
  25. // Tested on Psion 5mx only - would appreciate confirmation on other platforms.
  26. //
  27. // Zippy was kept deliberately kept small (currently under 10k) - therefore minimal error
  28. // handling is performed.
  29. // FOR INSTANCE - NO "Overwrite y/n" dialogue is provided - zippy will simply overwrite
  30. // files when extracting - it is advisable therefore to make use of the "LIST CONTENTS" feature !!
  31. //
  32. // Current known problems / 'features':
  33. //  
  34. // zippy can NOT handle absolute filenames (eg c:\temp\xyz.txt CANNOT be extracted).
  35. // zippy currently SKIPS any "META-INF/MANIFEST.MF" files.
  36. // zippy will ALWAYS try and use the directory "C:\DOCUMENTS\UNZIP" path
  37. // - assumes "C:\DOCUMENTS" exists, and creates ~UNZIP if not present
  38. // zippy will abort part-way-through an extraction process if a single file/directory extraction
  39. // fails.
  40. // zippy does not have an EPOC 'look and feel'
  41. // 
  42. // Possible future enhancements:
  43. // 
  44. // Provide a "select output directory" dialogue
  45. // Provide handling for absolute filenames
  46. // Bring look and feel in line with standard EPOC look and feel.
  47. //
  48.  
  49.