home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT002.ZIP / PROFILE.MOV < prev    next >
Text File  |  1988-05-03  |  5KB  |  326 lines

  1. *    For the MOVIE Database
  2. * Any line that starts with an * is a comment.
  3. * Any text preceded by a space will be treated as a comment.
  4. * Parameters may be supplied in any order.
  5. * Parameters must begin in column 1.
  6. *
  7. * FINDER-only parameters
  8. DRANGE=0
  9. * DRANGE=300     Never display more than 300 characters at a time
  10. LIMIT=0
  11. * LIMIT=10       10 characters between search terms
  12. OR=|         E.g. John | Wayne
  13. AND=&         E.g. John & Wayne
  14. NOT=!         E.g. John ! Wayne
  15. OPTIONS=;     Precedes options on a search command
  16. RESULT=-     For retrieving results from a previous set
  17. WILD=?         E.g. Comput? to get computer, computing, etc.
  18. WORDS=Y      AND, OR, NOT will be reserved words (meaning & | !)
  19. EXTRFILE=subfile.mov   File to extract text into
  20. EXTRTYPE=N     Manual (ask every time), or A = Automatic, S = Semi-automatic
  21. *                        or N = None
  22. INDEX=YES     Indexer has been (or will be) run and index files created
  23. * Function Keys
  24. F1=H         For use on main menu
  25. F2=[REPEAT]     Repeat previous input line or command
  26. F3=[CEOL]     Clear to end of line
  27. F5=;L=A1     Titles
  28. F6=;L=S      Terms on same line
  29. *
  30. * Shared parameters
  31. PATHCHECK=Y
  32. SUFFIX=.mov     Extension for all file names created by Indexer
  33. UPPER=Y      All work will be done in upper-case
  34. XFILE=exclude.mov      Text file containing words that are NOT to be processed
  35. TRACE=N
  36. FENCE=1      Levels of fencing requested -- this version supports only 1
  37. MARKER=3     Delimiter is two dots on a line by themselves
  38. *  Another way to do this would be:
  39. *  MARKER=9     (other)
  40. *  CHAR0=6        CRLF..CRLF
  41. *  CHAR1=0d        CR
  42. *  CHAR2=0a        LF
  43. *  CHAR3=2e        .
  44. *  CHAR4=2e        .
  45. *  CHAR5=0d        CR
  46. *  CHAR6=0a        LF
  47. *              Other markers are:  1 - a blank line
  48. *                          2 - two blank lines
  49. *                          4 - .pa
  50. *                          5 - .bp
  51. *
  52. * INDEXER-only parameters
  53. FILES=??.     all files like lz, for instance
  54. *  There can be as many FILES statements as necessary, though no more than
  55. *  254 individual files can be indexed in any one "textbase".
  56. *      For instance:
  57. *           FILES=\autoexec.bat
  58. *           FILES=*.c
  59. *           FILES=a*.doc
  60. *  Also legal:     WSFILES=xyz   for files that have high-order bits
  61. *                   turned on, e.g. Wordstar files in document mode
  62. *  Note: If pathchecking is specified and the files parameter looked
  63. *      like:   FILES=*.c    then Indexer would expect to find all of
  64. *      the "*.c" data files in the same sub-directory.
  65. *PLOC=C:\      prefix for location file
  66. *PKEY=C:\      prefix for keyword file
  67. *PFENCE=C:\      prefix for fence file(s)
  68. *PTEMP=D:\      prefix for temporary work files
  69. *PDLM=C:\      prefix for delimiter file
  70. ACTION       I = ignore    K=keyword   S=treat as a space
  71. 00=I       NULL
  72. 01=I       CTL-A
  73. 02=I       CTL-B
  74. 03=I       CTL-C
  75. 04=I       CTL-D
  76. 05=I       CTL-E
  77. 06=I       CTL-F
  78. 07=I       CTL-G/[BEL]
  79. 08=I       CTL-H/[BS]
  80. 09=S       CTL-I/[TAB]
  81. 0a=I       CTL-J/[LF]
  82. 0b=I       CTL-K
  83. 0c=S       CTL-L/[FF]
  84. 0d=S       CTL-M/[CR]
  85. 0e=I       CTL-N
  86. 0f=I       CTL-O
  87. 10=I       CTL-P
  88. 11=I       CTL-Q/[X-ON]
  89. 12=I       CTL-R
  90. 13=I       CTL-S/[X-OFF]
  91. 14=I       CTL-T
  92. 15=I       CTL-U
  93. 16=I       CTL-V
  94. 17=I       CTL-W
  95. 18=I       CTL-X
  96. 19=I       CTL-Y
  97. 1a=S       CTL-Z/[EOF]
  98. 1b=S       CTL-[/[ESC]
  99. 1c=I       CTL-\
  100. 1d=I       CTL-]
  101. 1e=I       CTL-^
  102. 1f=I
  103. 20=S       [space]
  104. 21=S       !
  105. 22=I       "
  106. 23=K       #
  107. 24=K       $
  108. 25=K       %
  109. 26=K       &
  110. 27=K       '
  111. 28=I       (
  112. 29=I       )
  113. 2a=K       *
  114. 2b=K       +
  115. 2c=S       ,
  116. 2d=K       -
  117. 2e=S       .
  118. 2f=K       /
  119. 30=K       0
  120. 31=K       1
  121. 32=K       2
  122. 33=K       3
  123. 34=K       4
  124. 35=K       5
  125. 36=K       6
  126. 37=K       7
  127. 38=K       8
  128. 39=K       9
  129. 3a=S       :
  130. 3b=S       ;
  131. 3c=S       <
  132. 3d=S       =
  133. 3e=S       >
  134. 3f=S       ?
  135. 40=K       @
  136. 41=K       A
  137. 42=K       B
  138. 43=K       C
  139. 44=K       D
  140. 45=K       E
  141. 46=K       F
  142. 47=K       G
  143. 48=K       H
  144. 49=K       I
  145. 4a=K       J
  146. 4b=K       K
  147. 4c=K       L
  148. 4d=K       M
  149. 4e=K       N
  150. 4f=K       O
  151. 50=K       P
  152. 51=K       Q
  153. 52=K       R
  154. 53=K       S
  155. 54=K       T
  156. 55=K       U
  157. 56=K       V
  158. 57=K       W
  159. 58=K       X
  160. 59=K       Y
  161. 5a=K       Z
  162. 5b=I       [
  163. 5c=K       \
  164. 5d=I       ]
  165. 5e=I       ^
  166. 5f=I       _
  167. 60=K       '
  168. 61=K       a
  169. 62=K       b
  170. 63=K       c
  171. 64=K       d
  172. 65=K       e
  173. 66=K       f
  174. 67=K       g
  175. 68=K       h
  176. 69=K       i
  177. 6a=K       j
  178. 6b=K       k
  179. 6c=K       l
  180. 6d=K       m
  181. 6e=K       n
  182. 6f=K       o
  183. 70=K       p
  184. 71=K       q
  185. 72=K       r
  186. 73=K       s
  187. 74=K       t
  188. 75=K       u
  189. 76=K       v
  190. 77=K       w
  191. 78=K       x
  192. 79=K       y
  193. 7a=K       z
  194. 7b=S       {
  195. 7c=S       |
  196. 7d=S       }
  197. 7e=K       ~
  198. 7f=I       DEL
  199. 80=I               The characters from 80-FE must be present
  200. 81=I               but are not used in this version
  201. 82=I
  202. 83=I
  203. 84=I
  204. 85=I
  205. 86=I
  206. 87=I
  207. 88=I
  208. 89=I
  209. 8A=I
  210. 8B=I
  211. 8C=I
  212. 8D=I
  213. 8E=I
  214. 8F=I
  215. 90=I
  216. 91=I
  217. 92=I
  218. 93=I
  219. 94=I
  220. 95=I
  221. 96=I
  222. 97=I
  223. 98=I
  224. 99=I
  225. 9A=I
  226. 9B=I
  227. 9C=I
  228. 9D=I
  229. 9E=I
  230. 9F=I
  231. A0=I
  232. A1=I
  233. A2=I
  234. A3=I
  235. A4=I
  236. A5=I
  237. A6=I
  238. A7=I
  239. A8=I
  240. A9=I
  241. AA=I
  242. AB=I
  243. AC=I
  244. AD=I
  245. AE=I
  246. AF=I
  247. B0=I
  248. B1=I
  249. B2=I
  250. B3=I
  251. B4=I
  252. B5=I
  253. B6=I
  254. B7=I
  255. B8=I
  256. B9=I
  257. BA=I
  258. BB=I
  259. BC=I
  260. BD=I
  261. BB=I
  262. BF=I
  263. C0=I
  264. C1=I
  265. C2=I
  266. C3=I
  267. C4=I
  268. C5=I
  269. C6=I
  270. C7=I
  271. C8=I
  272. C9=I
  273. CA=I
  274. CB=I
  275. CC=I
  276. CD=I
  277. CE=I
  278. CF=I
  279. D0=I
  280. D1=I
  281. D2=I
  282. D3=I
  283. D4=I
  284. D5=I
  285. D6=I
  286. D7=I
  287. D8=I
  288. D9=I
  289. DA=I
  290. DB=I
  291. DC=I
  292. DD=I
  293. DE=I
  294. DF=I
  295. E0=I
  296. E1=I
  297. E2=I
  298. E3=I
  299. E4=I
  300. E5=I
  301. E6=I
  302. E7=I
  303. E8=I
  304. E9=I
  305. EA=I
  306. EB=I
  307. EC=I
  308. ED=I
  309. EE=I
  310. EF=I
  311. F0=I
  312. F1=I
  313. F2=I
  314. F3=I
  315. F4=I
  316. F5=I
  317. F6=I
  318. F7=I
  319. F8=I
  320. F9=I
  321. FA=I
  322. FB=I
  323. FC=I
  324. FD=I
  325. FE=I
  326.