palm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. #------------------------------------------------------------------------------
  2. # $File: palm,v 1.8 2011/12/15 16:21:43 christos Exp $
  3. # palm: file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
  4. #
  5. # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
  6. # These are weak, byte 59 is not guaranteed to be 0 and there are
  7. # 8 character identifiers at byte 60, one I found for appl is BIGb.
  8. # What are the possibilities and where is this documented?
  9. # appl
  10. 59 byte \0
  11. >60 string appl PalmOS application
  12. >0 string >\0 "%s"
  13. # TEXt
  14. 59 byte \0
  15. >60 belong TEXt AportisDoc file
  16. >0 string >\0 "%s"
  17. # HACK
  18. 59 byte \0
  19. >60 string HACK HackMaster hack
  20. >0 string >\0 "%s"
  21. # Variety of PalmOS document types
  22. # Michael-John Turner <mj@debian.org>
  23. # Thanks to Hasan Umit Ezerce <humit@tr-net.net.tr> for his DocType
  24. 60 string BVokBDIC BDicty PalmOS document
  25. >0 string >\0 "%s"
  26. 60 string DB99DBOS DB PalmOS document
  27. >0 string >\0 "%s"
  28. 60 string vIMGView FireViewer/ImageViewer PalmOS document
  29. >0 string >\0 "%s"
  30. 60 string PmDBPmDB HanDBase PalmOS document
  31. >0 string >\0 "%s"
  32. 60 string InfoINDB InfoView PalmOS document
  33. >0 string >\0 "%s"
  34. 60 string ToGoToGo iSilo PalmOS document
  35. >0 string >\0 "%s"
  36. 60 string JfDbJBas JFile PalmOS document
  37. >0 string >\0 "%s"
  38. 60 string JfDbJFil JFile Pro PalmOS document
  39. >0 string >\0 "%s"
  40. 60 string DATALSdb List PalmOS document
  41. >0 string >\0 "%s"
  42. 60 string Mdb1Mdb1 MobileDB PalmOS document
  43. >0 string >\0 "%s"
  44. 60 string PNRdPPrs PeanutPress PalmOS document
  45. >0 string >\0 "%s"
  46. 60 string DataPlkr Plucker PalmOS document
  47. >0 string >\0 "%s"
  48. 60 string DataSprd QuickSheet PalmOS document
  49. >0 string >\0 "%s"
  50. 60 string SM01SMem SuperMemo PalmOS document
  51. >0 string >\0 "%s"
  52. 60 string TEXtTlDc TealDoc PalmOS document
  53. >0 string >\0 "%s"
  54. 60 string InfoTlIf TealInfo PalmOS document
  55. >0 string >\0 "%s"
  56. 60 string DataTlMl TealMeal PalmOS document
  57. >0 string >\0 "%s"
  58. 60 string DataTlPt TealPaint PalmOS document
  59. >0 string >\0 "%s"
  60. 60 string dataTDBP ThinkDB PalmOS document
  61. >0 string >\0 "%s"
  62. 60 string TdatTide Tides PalmOS document
  63. >0 string >\0 "%s"
  64. 60 string ToRaTRPW TomeRaider PalmOS document
  65. >0 string >\0 "%s"
  66. # A GutenPalm zTXT etext for use on Palm Pilots (http://gutenpalm.sf.net)
  67. # For version 1.xx zTXTs, outputs version and numbers of bookmarks and
  68. # annotations.
  69. # For other versions, just outputs version.
  70. #
  71. 60 string zTXT A GutenPalm zTXT e-book
  72. >0 string >\0 "%s"
  73. >(0x4E.L) byte 0
  74. >>(0x4E.L+1) byte x (v0.%02d)
  75. >(0x4E.L) byte 1
  76. >>(0x4E.L+1) byte x (v1.%02d)
  77. >>>(0x4E.L+10) beshort >0
  78. >>>>(0x4E.L+10) beshort <2 - 1 bookmark
  79. >>>>(0x4E.L+10) beshort >1 - %d bookmarks
  80. >>>(0x4E.L+14) beshort >0
  81. >>>>(0x4E.L+14) beshort <2 - 1 annotation
  82. >>>>(0x4E.L+14) beshort >1 - %d annotations
  83. >(0x4E.L) byte >1 (v%d.
  84. >>(0x4E.L+1) byte x %02d)
  85. # Palm OS .prc file types
  86. 60 string libr Palm OS dynamic library data
  87. >0 string >\0 "%s"
  88. 60 string ptch Palm OS operating system patch data
  89. >0 string >\0 "%s"
  90. # Mobipocket (www.mobipocket.com), donated by Carl Witty
  91. 60 string BOOKMOBI Mobipocket E-book
  92. >0 string >\0 "%s"