home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Komunik / amaya / amaya25.exe / _SETUP.1 / amaya.profiles < prev    next >
Encoding:
Text File  |  2000-02-28  |  5.4 KB  |  328 lines

  1. ## The ProfileDefs file contain units of modules definition separated
  2. ## by comments lines beginning with one or several hashes '#' (like ####VIEWS).
  3. ## These comments are there to help you searching your module (or function).
  4.  
  5. ## The structure is recursive (modules contains functions and modules which can
  6. ## contain other functions and modules which ...)
  7.  
  8. ## This file can contain 4 different types of elements :
  9. ##   ** Profile definitions : 
  10. ##      Beginning of module definition is set by a name between brackets (like [views] or [zoom])
  11. ##   ** Module definitions : 
  12. ##      Beginning of module definition is set by a name between brackets (like [views] or [zoom])
  13. ##      All the modules or functions between this module start and the next module start        
  14. ##      belong to the module.            
  15. ##   ** Module insertions :
  16. ##      A module name (like views of the previous example) is preceded by
  17. ##      the plus '+' symbol to mean that this module is inserted in the current module definition.
  18. ##   ** Function insertions : 
  19. ##      Function are inserted in module without any symbol before the
  20. ##      name of the function or with the symbol '&'.
  21.  
  22. ## WARNING : Marks '&' before a function's name are marks used by internal 
  23. ## profile function. You don't have to deal with it (they are used to determine 
  24. ## which functions are edition functions). 
  25. ## DO NOT INCLUDE THIS SYMBOL IN YOUR PROFILE CONFIGURATION FILE
  26.  
  27. ################# AMAYA EDITOR
  28. <editor>
  29. +amayabase
  30. +areas
  31. +browsing
  32. +config
  33. +css-style
  34. +edit
  35. +forms
  36. +head
  37. +html-style
  38. +makebook
  39. +maths
  40. +objects
  41. +print
  42. +source-view
  43. +spell
  44. +tables
  45. +templates
  46. +views
  47.  
  48. ################# AMAYA BROWSER
  49. <browser>
  50. +amayabase
  51. +browsing
  52. +config
  53. +css-browsing
  54. +print
  55. +source-view
  56. +views
  57. ShowMapAreas
  58.  
  59. ################# AMAYA MINI-EDITOR
  60. <mini-editor>
  61. +amayabase
  62. +css-style
  63. +edit
  64. +print
  65. +source-view
  66.  
  67. ################# AMAYA MINI-BROWSER
  68. <mini-browser>
  69. +amayabase
  70. +browsing
  71. +print
  72. +source-view
  73.  
  74. ################# AMAYA FUNCTIONS
  75. [amayabase]
  76. AmayaClose
  77. ConfigProfile
  78. HelpAmaya
  79. HelpAtW3C
  80. TtcSwitchButtonBar
  81. TtcSwitchCommands
  82. ZoomIn
  83. ZoomOut
  84.  
  85. ######### BROWSING
  86. [browsing]
  87. DoAction
  88. HelpSearching
  89. HelpSelecting
  90. GoToHome
  91. GotoPreviousHTML
  92. GotoNextHTML
  93. HelpBrowsing
  94. OpenDoc
  95. OpenDocInNewWindow
  96. Reload
  97. SaveDocumentAs
  98. ShowLogFile
  99. StopTransfer
  100. CloseDocument
  101. TtcSearchText
  102.  
  103. ########### EDITING
  104. [edit]
  105. +html
  106. +links
  107. HelpAttributes
  108. HelpChanging
  109. HelpPublishing
  110. HelpAccess
  111. &MenuAttribute
  112. &New
  113. SaveDocument
  114. SetBrowserEditor
  115. &TransformType
  116. &TtcCutSelection
  117. &TtcCopySelection
  118. &TtcDeleteSelection
  119. &TtcPaste
  120. &TtcUndo
  121. &TtcRedo
  122. &Synchronize
  123.  
  124. ######### VIEWS
  125. [source-view]
  126. HelpViews
  127. ShowSource
  128. TtcCloseView
  129.  
  130. [views]
  131. ShowAlternate
  132. ShowLinks
  133. ShowStructure
  134. ShowToC
  135.  
  136. ########### PRINTING
  137. [print]
  138. HelpPrinting
  139. PrintAs
  140. SetupAndPrint
  141.  
  142. ########### HTML
  143. [head]
  144. &CreateBase
  145. &CreateMeta
  146. &CreateLinkInHead
  147. &CreateScript
  148. &CreateStyle
  149. &CreateComment
  150. &CreateAddress
  151.  
  152. [html]
  153. &CreateBlockQuote
  154. &CreateBreak
  155. &CreateDefinitionList
  156. &CreateDefinitionTerm
  157. &CreateDefinitionDef
  158. &CreateDivision
  159. &CreateHeading1
  160. &CreateHeading2
  161. &CreateHeading3
  162. &CreateHeading4
  163. &CreateHeading5
  164. &CreateHeading6
  165. &CreateHorizontalRule
  166. &CreateImage
  167. &CreateParagraph
  168. &CreatePreformatted
  169. &CreateList
  170. &CreateNumberedList
  171. HelpCreating
  172. HelpImageMaps
  173.  
  174. [links]
  175. &CreateOrChangeLink
  176. &CreateTarget
  177. &DeleteAnchor
  178. HelpLinks
  179. &LinkToPreviousTarget
  180. ShowTargets
  181.  
  182. [areas]
  183. CreateAreaCircle
  184. CreateAreaPoly
  185. CreateAreaRect
  186. ShowMapAreas
  187.  
  188. [forms]
  189. &CreateForm
  190. &CreatePushButton
  191. &CreateToggle
  192. &CreateFileInput
  193. &CreateHiddenInput
  194. &CreateImageInput
  195. &CreatePasswordInput
  196. &CreateRadio
  197. &CreateReset
  198. &CreateSubmit
  199. &CreateTextInput
  200. &CreateFieldset
  201. &CreateLabel
  202. &CreateOption
  203. &CreateOptGroup
  204. &CreateTextArea
  205.  
  206. [objects]
  207. &CreateObject
  208. &CreateParameter
  209.  
  210. [tables]
  211. &CreateTable
  212. &CreateCaption
  213. &CreateColgroup
  214. &CreateCol
  215. &CreateTHead
  216. &CreateTBody
  217. &CreateTFoot
  218. &CreateRow
  219. &CreateDataCell
  220. &CreateHeadingCell
  221. &DeleteColumn
  222. HelpTables
  223.  
  224. ################# MATHML
  225. [maths]
  226. &CreateMath
  227. &CreateMathMenu
  228. &CreateMTEXT
  229. &CreateMI
  230. &CreateMN
  231. &CreateMO
  232. &CreateMCHAR
  233. &CreateMROOT
  234. &CreateMSQRT
  235. &CreateMENCLOSE
  236. &CreateMFRAC
  237. &CreateMSUBSUP
  238. &CreateMSUB
  239. &CreateMSUP
  240. &CreateMUNDEROVER
  241. &CreateMUNDER
  242. &CreateMOVER
  243. &CreateMROW
  244. &CreateMMULTISCRIPTS
  245. &CreateMTABLE
  246. &DeleteMColumn
  247. &CreateNOSCRIPT
  248. HelpMath
  249.  
  250. ################# SVG
  251. [svg]
  252. ShowGraphicsPalette
  253.  
  254. ########### STYLE
  255. [html-style]
  256. &ChangeBackgroundImage
  257. &SetOnOffEmphasis
  258. &SetOnOffStrong
  259. &SetOnOffCite
  260. &SetOnOffDefinition
  261. &SetOnOffCode
  262. &SetOnOffVariable
  263. &SetOnOffSample
  264. &SetOnOffKeyboard
  265. &SetOnOffAbbr
  266. &SetOnOffAcronym
  267. &SetOnOffINS
  268. &SetOnOffDEL
  269. &SetOnOffItalic
  270. &SetOnOffBold
  271. &SetOnOffTeletype
  272. &SetOnOffBig
  273. &SetOnOffSmall
  274. &CreateIFrame
  275. &SetOnOffSub
  276. &SetOnOffSup
  277. &SetOnOffQuotation
  278. &SetOnOffBDO
  279.  
  280. [css-browsing]
  281. OpenCSS
  282. DisableCSS
  283. EnableCSS
  284.  
  285. [css-style]
  286. +css-browsing
  287. &NewCss
  288. &CreateClass
  289. &ApplyClass
  290. &LinkCSS
  291. OpenCSS
  292. &RemoveCSS
  293. HelpStyleSheets
  294. &TtcChangeCharacters
  295. &TtcChangeColors
  296. &TtcChangeFormat
  297.  
  298. ########### OPTIONAL MODULES
  299. [config]
  300. ConfigGeneral
  301. ConfigPublish
  302. ConfigCache
  303. ConfigProxy
  304. ConfigColor
  305. ConfigGeometry
  306. ConfigLanNeg
  307. HelpConfigure
  308.  
  309. [templates]
  310. ConfigTemplates
  311. HelpConfigure
  312. &NewTemplate
  313.  
  314. [spell]
  315. SpellCheck
  316. HelpSpellChecking
  317.  
  318. [makebook]
  319. HelpMakeBook
  320. HelpNumbering
  321. &MakeBook
  322. &SectionNumbering
  323.  
  324. [annot]
  325. AnnotateDocument
  326. LoadAnnotations
  327. PostAnnotation
  328.