home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / news / DWdecode.lha / dwdecode / DWdecode.Section.Types < prev    next >
Text File  |  1996-12-31  |  6KB  |  122 lines

  1. ################################################################################
  2. #                                                                              #
  3. #                                   DWDecode                                   #
  4. #                                                                              #
  5. #                              Section Types File                              #
  6. #                                                                              #
  7. #                       Copyright ©1996 by Dick Whiting                        #
  8. #                                                                              #
  9. #------------------------------------------------------------------------------#
  10. #                                                                              #
  11. # This table is REQUIRED to be able to process 'Section:' lines in UUencoded   #
  12. # files. Being an external file makes it easy to add new formats as they are   #
  13. # discovered.                                                                  #
  14. #                                                                              #
  15. #------------------------------------------------------------------------------#
  16. #                                                                              #
  17. #                      Dick Whiting <dwhiting@europa.com>                      #
  18. #                               01 December 1996                               #
  19. #                                                                              #
  20. ################################################################################
  21. #                        !! READ THIS BEFORE MODIFYING !!                      #
  22. #                        !! READ THIS BEFORE MODIFYING !!                      #
  23. #                        !! READ THIS BEFORE MODIFYING !!                      #
  24. #                                                                              #
  25. ################################################################################
  26. #
  27. # The format for this table consists of a variable number of words  
  28. # separated by blanks.
  29. #     Word1: indicates HOW MANY keys are to be used for identifying a  
  30. #            specific "Section" line. There will be this many PAIRS of 
  31. #            "key" & "key location" words following it.
  32. #
  33. #  Key Pair 1:
  34. #     KWord2: identifies the first key, usually some form of "SECTION"
  35. #             This MUST be typed CASE SENSITIVE
  36. #     KWord3: identifies the location of the first key in the section line. 
  37. #
  38. #  Key Pair 2:
  39. #     KWord4: identifies the 2nd key, usually some the name of the encoder.
  40. #            This MUST be typed CASE SENSITIVE
  41. #     KWord5: identifies the location of the 2nd key in the section line. 
  42. #       .
  43. #       .
  44. #       .
  45. #       .
  46. #
  47. #  Part Idenfification Words after Key Pairs:
  48. #     PWord1: which source word contains the part number
  49. #             Use "." (without quotes) to indicate part number is missing 
  50. #     PWord2: which source word contains the total parts value
  51. #     PWord3: which source word contains the encoded file's name
  52. #             Use "." (without quotes) to indicate total parts is missing 
  53. #     PWord4: what character separates part number from total parts value if
  54. #             they are part of the same word (see examples). This is only 
  55. #             used if PWord1=PWord2 (Use "." as a place holder if not needed)
  56. #  Alternate format for lines which do not contain all part information:
  57. #     PWord1: which source word contains the part number
  58. #             Use "." (without quotes) to indicate part number is missing 
  59. #     PWord2: which source word contains the total parts value
  60. #             Use "." (without quotes) to indicate total parts is missing 
  61. #     PWord3: which source word contains the encoded file's name
  62. #             Use "." (without quotes) to indicate filename is missing 
  63. #     PWord4: what character separates part number from total parts value if
  64. #             they are part of the same word (see examples). This is only 
  65. #             used if PWord1=PWord2 (Use "." as a place holder if not needed)
  66. #
  67. #
  68. #
  69. #  SOURCE LINE: (sword=source word)
  70. #        sword1
  71. #          |  
  72. #          | sword2  sword3 sword4  sword5    sword6   sword7 sword8
  73. #          |    |     |||    |        |          |        |     |
  74. #          |    |     |||    |        |          |        |     |
  75. #Example1: [ Section: 2/8  File: JUPITER.JPG  Encoder: Wincode v1.4 ]
  76. #            -------- ---  ----- -----------  -------- ------- ----
  77. #               |     |||            |                    |
  78. #               |     |||            |                    |
  79. #             Key-1   ||total parts  file name           Key-2
  80. #                     ||
  81. #                     |separator character
  82. #                     |
  83. #                     part number
  84. #
  85. #
  86. #TABLE Entry1: 2 Section: 2 Wincode 7 3 3 5 /
  87. #
  88. ###########################################################################
  89. #
  90. #Example2: [Section: 4/5 File: elephant.GIF Encoder: QNews v0.9b3 Beta 14 Apr 1994]
  91. #
  92. #Table ENTRY2: 2 [Section: 1 QNews 7 2 2 4 /
  93. #
  94. ###########################################################################
  95. #
  96. #Example3: section 1 of 2 of file cat005.jpg  < uuencode 5.32 by R.E.M. >
  97. #
  98. #Table Entry3: 2 section   1 R.E.M.  12 2 4 7 .
  99. #
  100. ######################### START OF TABLE ENTRIES ##########################
  101.  
  102. 2 [Section: 1 QNews     6   2   2   4  /
  103.  
  104. 2 Section:  2 Wincode   7   3   3   5  /
  105.  
  106. 2 section   1 R.E.M.   12   2   4   7  .
  107.  
  108. 2 section   1 R.E.M.   10   2   4   7  .
  109.  
  110. 2 section   1 Wincode   5   2   2   4  /
  111.  
  112. 2 section   1 Wincode   6   2   2   4  / 
  113.  
  114. 2 section   1 VuePrint  6   2   2   4  /
  115.  
  116. 2 [Section: 1 UULite    5   2   2   4  /
  117.  
  118.