home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Komunik / Amaya / amaya.exe / _SETUP.1 / amaya.profiles < prev    next >
Encoding:
Text File  |  2000-04-19  |  5.7 KB  |  353 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 EXPERIMENTS
  75. <experimental>
  76. +amayabase
  77. +areas
  78. +browsing
  79. +config
  80. +css-style
  81. +edit
  82. +forms
  83. +head
  84. +html-style
  85. +makebook
  86. +maths
  87. +objects
  88. +print
  89. +source-view
  90. +spell
  91. +tables
  92. +templates
  93. +views
  94. +svg
  95.  
  96. ################# AMAYA FUNCTIONS
  97. [amayabase]
  98. AmayaClose
  99. ConfigProfile
  100. HelpAmaya
  101. HelpAtW3C
  102. TtcSwitchButtonBar
  103. TtcSwitchCommands
  104. ZoomIn
  105. ZoomOut
  106.  
  107. ######### BROWSING
  108. [browsing]
  109. DoAction
  110. HelpSearching
  111. HelpSelecting
  112. GoToHome
  113. GotoPreviousHTML
  114. GotoNextHTML
  115. HelpBrowsing
  116. OpenDoc
  117. OpenDocInNewWindow
  118. Reload
  119. SaveDocumentAs
  120. ShowLogFile
  121. StopTransfer
  122. CloseDocument
  123. TtcSearchText
  124.  
  125. ########### EDITING
  126. [edit]
  127. +html
  128. +links
  129. HelpAttributes
  130. HelpChanging
  131. HelpPublishing
  132. HelpAccess
  133. &MenuAttribute
  134. &New
  135. SaveDocument
  136. SetBrowserEditor
  137. &TransformType
  138. &TtcCutSelection
  139. &TtcCopySelection
  140. &TtcDeleteSelection
  141. &TtcPaste
  142. &TtcUndo
  143. &TtcRedo
  144. &Synchronize
  145.  
  146. ######### VIEWS
  147. [source-view]
  148. HelpViews
  149. ShowSource
  150. TtcCloseView
  151.  
  152. [views]
  153. ShowAlternate
  154. ShowLinks
  155. ShowStructure
  156. ShowToC
  157.  
  158. ########### PRINTING
  159. [print]
  160. HelpPrinting
  161. PrintAs
  162. SetupAndPrint
  163.  
  164. ########### HTML
  165. [head]
  166. &CreateBase
  167. &CreateMeta
  168. &CreateLinkInHead
  169. &CreateScript
  170. &CreateStyle
  171. &CreateComment
  172. &CreateAddress
  173.  
  174. [html]
  175. &ChangeTitle
  176. &CreateBlockQuote
  177. &CreateBreak
  178. &CreateDefinitionList
  179. &CreateDefinitionTerm
  180. &CreateDefinitionDef
  181. &CreateDivision
  182. &CreateHeading1
  183. &CreateHeading2
  184. &CreateHeading3
  185. &CreateHeading4
  186. &CreateHeading5
  187. &CreateHeading6
  188. &CreateHorizontalRule
  189. &CreateImage
  190. &CreateParagraph
  191. &CreatePreformatted
  192. &CreateList
  193. &CreateNumberedList
  194. HelpCreating
  195. HelpImageMaps
  196.  
  197. [links]
  198. &CreateOrChangeLink
  199. &CreateTarget
  200. &DeleteAnchor
  201. HelpLinks
  202. &LinkToPreviousTarget
  203. ShowTargets
  204.  
  205. [areas]
  206. CreateAreaCircle
  207. CreateAreaPoly
  208. CreateAreaRect
  209. ShowMapAreas
  210.  
  211. [forms]
  212. &CreateForm
  213. &CreatePushButton
  214. &CreateToggle
  215. &CreateFileInput
  216. &CreateHiddenInput
  217. &CreateImageInput
  218. &CreatePasswordInput
  219. &CreateRadio
  220. &CreateReset
  221. &CreateSubmit
  222. &CreateTextInput
  223. &CreateFieldset
  224. &CreateLabel
  225. &CreateOption
  226. &CreateOptGroup
  227. &CreateTextArea
  228.  
  229. [objects]
  230. &CreateObject
  231. &CreateParameter
  232.  
  233. [tables]
  234. &CreateTable
  235. &CreateCaption
  236. &CreateColgroup
  237. &CreateCol
  238. &CreateTHead
  239. &CreateTBody
  240. &CreateTFoot
  241. &CreateRow
  242. &CreateDataCell
  243. &CreateHeadingCell
  244. &DeleteColumn
  245. HelpTables
  246.  
  247. ################# MATHML
  248. [maths]
  249. &CreateMath
  250. &CreateMathMenu
  251. &CreateMTEXT
  252. &CreateMI
  253. &CreateMN
  254. &CreateMO
  255. &CreateMCHAR
  256. &CreateMROOT
  257. &CreateMSQRT
  258. &CreateMENCLOSE
  259. &CreateMFRAC
  260. &CreateMSUBSUP
  261. &CreateMSUB
  262. &CreateMSUP
  263. &CreateMUNDEROVER
  264. &CreateMUNDER
  265. &CreateMOVER
  266. &CreateMROW
  267. &CreateMMULTISCRIPTS
  268. &CreateMTABLE
  269. &DeleteMColumn
  270. &CreateNOSCRIPT
  271. HelpMath
  272.  
  273. ################# SVG
  274. [svg]
  275. ShowGraphicsPalette
  276.  
  277. ########### STYLE
  278. [html-style]
  279. &ChangeBackgroundImage
  280. &SetOnOffEmphasis
  281. &SetOnOffStrong
  282. &SetOnOffCite
  283. &SetOnOffDefinition
  284. &SetOnOffCode
  285. &SetOnOffVariable
  286. &SetOnOffSample
  287. &SetOnOffKeyboard
  288. &SetOnOffAbbr
  289. &SetOnOffAcronym
  290. &SetOnOffINS
  291. &SetOnOffDEL
  292. &SetOnOffItalic
  293. &SetOnOffBold
  294. &SetOnOffTeletype
  295. &SetOnOffBig
  296. &SetOnOffSmall
  297. &CreateIFrame
  298. &SetOnOffSub
  299. &SetOnOffSup
  300. &SetOnOffQuotation
  301. &SetOnOffBDO
  302.  
  303. [css-browsing]
  304. OpenCSS
  305. DisableCSS
  306. EnableCSS
  307.  
  308. [css-style]
  309. +css-browsing
  310. &NewCss
  311. &CreateClass
  312. &ApplyClass
  313. &LinkCSS
  314. OpenCSS
  315. &RemoveCSS
  316. HelpStyleSheets
  317. &TtcChangeCharacters
  318. &TtcChangeColors
  319. &TtcChangeFormat
  320.  
  321. ########### OPTIONAL MODULES
  322. [config]
  323. ConfigGeneral
  324. ConfigPublish
  325. ConfigCache
  326. ConfigProxy
  327. ConfigColor
  328. ConfigGeometry
  329. ConfigLanNeg
  330. HelpConfigure
  331.  
  332. [templates]
  333. ConfigTemplates
  334. HelpConfigure
  335. &NewTemplate
  336.  
  337. [spell]
  338. SpellCheck
  339. HelpSpellChecking
  340.  
  341. [makebook]
  342. HelpMakeBook
  343. HelpNumbering
  344. &MakeBook
  345. &SectionNumbering
  346.  
  347. [annot]
  348. AnnotateDocument
  349. LoadAnnotations
  350. PostAnnotation
  351. ShowAnnotations
  352. CustomQuery
  353.