home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW1.MSA / ST-GUIDE.S12_ST-GUIDE_CATALOG.CFG < prev    next >
Text File  |  1995-03-06  |  9KB  |  198 lines

  1. #---------------------------------------------------------------------#
  2. #                                                                     #
  3. # First there are a few options here that affect the creation of the  #
  4. # hypertext. If a line starts with a '-' then the corresponding       #
  5. # option is switched off, and if it starts with a '+' then it is      #
  6. # switched on. So simply alter a '-' into a '+' to switch on an       #
  7. # option, or vice versa to switch it off. The options mean:           #
  8. #                                                                     #
  9. # SHRINK    After all the files have been included in the tree, it    #
  10. #           it may happen that there are still some empty pages when  #
  11. #           one has no texts for a given theme. If this option is     #
  12. #           switched on, these will be deleted.                       #
  13. #                                                                     #
  14. # PULLUP    This option is supplemental to the SHRINK option and so   #
  15. #           only has an effect when SHRINK is also switched on. If    #
  16. #           that is the case then pages with only one cross-reference #
  17. #           will also be deleted and the contents of the page below   #
  18. #           will be moved up.                                         #
  19. #                                                                     #
  20. # CREATE    It may happen that a text has been allocated to a theme   # 
  21. #           that hasn't been included here. Normally such texts would #
  22. #           wander to the last branch (Others...). If this option is  #
  23. #           switched on, then a theme for this text will be created.  #
  24. #                                                                     #
  25. # INDEX     If this option is switched on then only an Index page     #
  26. #           will be created. Useful if one only has a few texts.      #
  27. #                                                                     #
  28. # COMPILE   If this option is switched on then STool, if it has been  #
  29. #           able to create the source text, immediately calls the     #
  30. #           compiler HCP to translate the text.                       #
  31. #                                                                     #
  32. # EXONLY    When this option is switched on, then the catalog-file    #
  33. #           will only be used to enable comments to be added to texts #
  34. #           that actually exist. In that case the overview hypertext  #
  35. #           created will not contain files that one doesn't possess.  #
  36. #---------------------------------------------------------------------#
  37. -SHRINK
  38. -PULLUP
  39. -CREATE
  40. -INDEX
  41. +COMPILE
  42. -EXONLY
  43. #---------------------------------------------------------------------#
  44. # These are some strings  that will be incorporated in the hypertext. #
  45. # They can be altered as desired and translated into another language #
  46. # for instance. The strings shown here are the same as in the program #
  47. # and have only been included so that one knows  when a given string  #
  48. # will come.                                                          #
  49. #---------------------------------------------------------------------#
  50. >STRINGS
  51. Available hypertexts
  52. Hypertext of hypertexts
  53. Created automatically
  54. Help for this hypertext
  55. Unknown
  56. Author
  57. Version
  58. File
  59. Others
  60. All texts that cannot be classified in the above categories.
  61. This entry has been created automatically.
  62. #---------------------------------------------------------------------#
  63. # This is the help page that will be incorporated in the created text #
  64. #---------------------------------------------------------------------#
  65. >HELPPAGE
  66. This hypertext is, so to speak, an index  of all available hypertexts. 
  67. It has been created automatically  by the program STOOL. The available 
  68. texts are here sorted by theme  into a tree.  In order to find a given
  69. text here one only needs to follow the 'theme' cross-references to the
  70. text.  If one knows exactly what the text is called  then one can also 
  71. look in the Index where all texts are listed once more in alphabetical
  72. order.
  73.  
  74. @{U}Navigation in this text:@{u}
  75. Index    : Display Index-page
  76. Contents : Move up one level in the tree
  77. Page ⇩   : One page forward in the same level
  78. Page ⇧   : One page back in the same level
  79.  
  80. @{B}Warning:@{b} Normally there are also descriptions of texts here that 
  81. are generally available. Cross references to such texts will also be 
  82. generated so that they can be selected if the text is installed at a 
  83. later date. These texts may be recognised by the fact that the file name 
  84. is greyed out. In the Index-page all the texts present at the time of 
  85. creating this catalog text are shown ticked.
  86. #----------------------------------------------------------------------#
  87. # Next follow the paths. The lines containing a path definition always #
  88. # start with a '>' character. The text below this is a description of  #
  89. # this path, and continues up to the next line that starts with a  '>' #
  90. # or a '.'.                                                            #
  91. # Anyone is free to delete any paths not required for their personal   #
  92. # configuration.                                                       #
  93. #----------------------------------------------------------------------#
  94. >Documentation
  95. Documentation in hypertext format for all kinds of program, including of 
  96. course for ST-Guide itself.
  97. >Documentation/ST-Guide
  98. The documentation to this hypertext system, i.e. the viewer, the 
  99. compiler and all associated tools.
  100. >Documentation/Editors
  101. Documentation for text editing programs, ASCII editors and similar 
  102. programs.
  103. >Documentation/Graphics
  104. Documentation for programs that deal with editing and display of 
  105. graphics.
  106. >Documentation/Music
  107. Documentation for programs for editing or replaying sounds and music 
  108. compositions, as for instance MIDI programs.
  109. >Documentation/Shells
  110. Documentation for graphical and non-graphical user surfaces.
  111. >Documentation/Comms
  112. Documentation for Comms programs.
  113. >Documentation/Programming languages
  114. Documentation for the operation of compilers and interpreters. 
  115. (No texts for describing the language!).
  116. >Documentation/Utilities
  117. Documentation for the many small helpers that one accumulates.
  118. >Documentation/Others
  119. Documentation for other programs that cannot be classified in the above.
  120. >Programming
  121. Anything which has anything to do with programming in any way, no matter 
  122. in which programming language. But there are also texts here that deal 
  123. with programming the computer itself.
  124. >Programming/Atari
  125. Texts that deal with the programming of the Atari operating system, 
  126. irrespective of the programming language.
  127. >Programming/Programming guidelines
  128. What programming guidelines are there for my computer to which I should 
  129. keep?
  130. >Programming/Hardware
  131. Texts for programming the hardware of the computer.
  132. >Programming/C
  133. Texts and courses for programming language C.
  134. >Programming/C++
  135. Texts and courses for programming language C++.
  136. >Programming/Pascal
  137. Texts and courses for programming language Pascal.
  138. >Programming/Modula
  139. Texts and coursed for programming language Modula.
  140. >Programming/Oberon
  141. Texts and courses for programming language Oberon.
  142. >Programming/Basic
  143. Texts and courses for programming language Basic.
  144. >Programming/Others
  145. Texts and courses for other programming languages.
  146. >Hardware
  147. Texts about computer hardware of any kind, such as documentation for 
  148. standard chips, construction of a computer etc...
  149. >Hardware/ICs
  150. Texts about integrated circuits.
  151. >Hardware/Computers
  152. Texts about computers and their structure.
  153. >Hardware/Cards
  154. Texts about additional hardware such as graphics cards for instance.
  155. >Hardware/Drives
  156. Texts about disk drives, hard disks, CD ROMs...
  157. >Hardware/Monitors
  158. Texts about monitors
  159. >Hardware/Printers
  160. Texts that concern printer hardware.
  161. >Hardware/Standards
  162. Texts about hardware standards.
  163. >Hardware/Other Hardware
  164. Anything else available on this subject.
  165. >Computer
  166. Texts which deal with the theme 'Computer' and its surroundings in 
  167. general.
  168. >Computer/TeX
  169. Anything concerning the theme TeX and the associated programs, macro 
  170. packets etc.
  171. >Computer/Nets
  172. Anything on the theme of networking computers.
  173. >Computer/General
  174. Texts which deal with the theme 'Computer' and its surroundings in 
  175. general.
  176. >Specialist texts
  177. Texts about special themes that have nothing to do with the computer, 
  178. for example recipe collections...
  179. >Reference works
  180. Lexicons, dictionaries for various languages and similar.
  181. >Entertainment
  182. Texts that only serve to amuse, such as short stories, texts with jokes 
  183. and similar.
  184. >Personal
  185. Files you don't pass onto others.
  186. >Others
  187. Texts that can't be classified in any of the above catagories.
  188. In particular those that have no specified theme.
  189. #--------------------------------------------------------------------#
  190. # Here you can list as many further hypertexts you like, with their  #
  191. # theme classifications. This is useful if the text either lacks the #
  192. # classifications or of one or more of those are not to your liking. #
  193. # The line with the dot always contains the file name (without path) #
  194. # and below this the desired theme.                                  #
  195. #--------------------------------------------------------------------#
  196. .hcp.hyp
  197. Documentation/ST-Guide
  198.