home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Komunik / amaya / 9x / amaya-Win98-6.2.exe / _SETUP.1 / amaya.profiles < prev    next >
Encoding:
Text File  |  2002-07-05  |  8.4 KB  |  518 lines

  1. ## The ProfileDefs file contains 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 5 different types of elements :
  9. ##   ** Profile definitions: 
  10. ##      Beginning of module definition is set by a name between <...>
  11. ##      (like <editor>)
  12. ##   ** Document profile definitions: 
  13. ##      Beginning of module definition is set by a name between {...}
  14. ##      (like {XHTML 1.0 Transitional})
  15. ##   ** Module definitions: 
  16. ##      Beginning of module definition is set by a name between [...]
  17. ##      (like [views] or [zoom])
  18. ##      All the modules or functions between this module start and the next
  19. ##      module start belong to the module.            
  20. ##   ** Module insertions:
  21. ##      A module name (like views of the previous example) is preceded by
  22. ##      the plus '+' symbol to mean that this module is inserted in the current
  23. ##      module definition.
  24. ##   ** Function insertions: 
  25. ##      Function are inserted in module without any symbol before the
  26. ##      name of the function or with the symbol '&'.
  27.  
  28. ## WARNING : Marks '&' before a function's name are marks used by internal 
  29. ## profile function. You don't have to deal with it (they are used to determine 
  30. ## which functions are edition functions). 
  31. ## DO NOT INCLUDE THIS SYMBOL IN YOUR PROFILE CONFIGURATION FILE
  32.  
  33. ################# AMAYA EDITOR
  34. <Editor>
  35. +amayabase
  36. +annot
  37. +base-module
  38. +bdi-text-module
  39. +browsing
  40. +clientside-module
  41. +config
  42. +css-style
  43. +edit
  44. +forms
  45. +link-module
  46. +edit-module
  47. +iframe-module
  48. +meta-module
  49. +presentation-module
  50. +makebook
  51. +makeid
  52. +maths
  53. &CreateMath
  54. +object-module
  55. +print
  56. +script-module
  57. +source-view
  58. +spell
  59. +svg
  60. +tables
  61. +templates
  62. +views
  63. &CreateRuby
  64. # JK: Removed davlib from the profiles
  65. #+davbase
  66.  
  67. ################# AMAYA MINI-EDITOR
  68. <Mini-editor>
  69. +amayabase
  70. +css-style
  71. +edit
  72. +print
  73. +source-view
  74.  
  75. ################# AMAYA BROWSER
  76. <Browser>
  77. +amayabase
  78. +browsing
  79. +config
  80. +css-browsing
  81. +print
  82. +source-view
  83. +views
  84. ShowMapAreas
  85.  
  86. ################# AMAYA MINI-BROWSER
  87. <Mini-browser>
  88. +amayabase
  89. +browsing
  90. +print
  91. +source-view
  92.  
  93. ################# XHTML-TRANSITIONAL
  94. {XHTML Transitional}
  95. +base-module
  96. +bdi-text-module
  97. +clientside-module
  98. +css-style
  99. +forms
  100. +hypertext-module
  101. +image-module
  102. +link-module
  103. +list-module
  104. +edit-module
  105. +iframe-module
  106. +meta-module
  107. +presentation-module
  108. +maths
  109. &CreateMath
  110. +object-module
  111. +script-module
  112. +struct-module
  113. +svg
  114. +tables
  115. +text-module
  116.  
  117. ################# XHTML-STRICT
  118. {XHTML 1.0 Strict}
  119. +base-module
  120. +bdi-text-module
  121. +clientside-module
  122. +css-style
  123. +edit-module
  124. +forms
  125. +hypertext-module
  126. +image-module
  127. +link-module
  128. +list-module
  129. +meta-module
  130. +presentation-module
  131. +maths
  132. &CreateMath
  133. +object-module
  134. +script-module
  135. +struct-module
  136. +svg
  137. +tables
  138. +text-module
  139.  
  140. ################# XHTML-BASIC
  141. {XHTML Basic}
  142. +basic-form-module
  143. +basic-table-module
  144. +basic-css-style
  145. +hypertext-module
  146. +image-module
  147. +list-module
  148. +object-module
  149. +struct-module
  150. +text-module
  151.  
  152. ################# XHTML1.1
  153. {XHTML 1.1}
  154. +base-module
  155. +bdi-text-module
  156. +clientside-module
  157. +css-style
  158. +edit-module
  159. +forms
  160. +hypertext-module
  161. +image-module
  162. +link-module
  163. +list-module
  164. +meta-module
  165. +presentation-module
  166. +maths
  167. &CreateMath
  168. +object-module
  169. +script-module
  170. +svg
  171. +tables
  172. +text-module
  173. +Ruby
  174.  
  175. ################# MathML
  176. {MathML}
  177. +hypertext-module
  178. +maths
  179.  
  180. ################# Ruby
  181. {Ruby}
  182. &CreateRuby
  183.  
  184. ################# AMAYA FUNCTIONS
  185. [amayabase]
  186. AmayaClose
  187. ConfigProfile
  188. DocumentInfo
  189. HelpAmaya
  190. HelpAtW3C
  191. HelpIndex
  192. ParseAsHTML
  193. TtcSwitchButtonBar
  194. TtcSwitchCommands
  195. ZoomIn
  196. ZoomOut
  197.  
  198. ######### DAV MODULES
  199. [davbase]
  200. LockDocument
  201. UnlockDocument
  202. PropDocument
  203. CopyLockInformation
  204. LockIndicator
  205. CooperationConfig
  206. DAVPreferences
  207. DAVLockDocument
  208.  
  209. ######### BROWSING
  210. [browsing]
  211. DoAction
  212. HelpSearching
  213. HelpSelecting
  214. GoToHome
  215. GotoPreviousHTML
  216. GotoNextHTML
  217. HelpBrowsing
  218. NextLinkOrFormElement
  219. OpenDoc
  220. OpenDocInNewWindow
  221. PreviousLinkOrFormElement
  222. Reload
  223. SaveDocumentAs
  224. ShowLogFile
  225. StopTransfer
  226. CloseDocument
  227. TtcSearchText
  228.  
  229. ########### EDITING
  230. [edit]
  231. +hypertext-module
  232. +image-module
  233. +list-module
  234. +struct-module
  235. +text-module
  236. HelpDocument
  237. HelpAttributes
  238. HelpChanging
  239. HelpPublishing
  240. HelpAccess
  241. HelpXml
  242. &MenuAttribute
  243. &NewXHTML11
  244. &NewXHTMLTransitional
  245. &NewXHTMLStrict
  246. &NewXHTMLBasic
  247. &NewMathML
  248. &NewSVG
  249. &RemoveDoctype
  250. &CreateDoctypeXhtml11
  251. &CreateDoctypeXhtmlTransitional
  252. &CreateDoctypeXhtmlStrict
  253. &CreateDoctypeXhtmlBasic
  254. &CreateDoctypeHtmlTransitional
  255. &CreateDoctypeHtmlStrict
  256. &CreateDoctypeMathML
  257. &CreateDoctypeSVG
  258. &SaveDocument
  259. SetBrowserEditor
  260. &TransformType
  261. &TtcCutSelection
  262. TtcCopySelection
  263. &TtcDeleteSelection
  264. &TtcPaste
  265. &TtcUndo
  266. &TtcRedo
  267. &Synchronize
  268.  
  269. ######### VIEWS
  270. [source-view]
  271. HelpViews
  272. ShowSource
  273. TtcCloseView
  274.  
  275. [views]
  276. ShowAlternate
  277. ShowLinks
  278. ShowStructure
  279. ShowToC
  280.  
  281. ########### PRINTING
  282. [print]
  283. HelpPrinting
  284. PrintAs
  285. SetupAndPrint
  286.  
  287. ########### HTML
  288. [script-module]
  289. &CreateScript
  290. &CreateNOSCRIPT
  291.  
  292. ########### XHTML modules
  293. [struct-module]
  294. &ChangeTitle
  295. &CreateComment
  296.  
  297. [text-module]
  298. &SetOnOffAbbr
  299. &SetOnOffAcronym
  300. &CreateAddress
  301. &CreateBlockQuote
  302. &CreateBreak
  303. &SetOnOffCite
  304. &SetOnOffCode
  305. &SetOnOffDefinition
  306. &CreateDivision
  307. &SetOnOffEmphasis
  308. &CreateHeading1
  309. &CreateHeading2
  310. &CreateHeading3
  311. &CreateHeading4
  312. &CreateHeading5
  313. &CreateHeading6
  314. &SetOnOffKeyboard
  315. &CreateParagraph
  316. &CreatePreformatted
  317. &SetOnOffQuotation
  318. &SetOnOffSample
  319. &SetOnOffStrong
  320. &SetOnOffVariable
  321. HelpCreating
  322. HelpEditChar
  323.  
  324. [hypertext-module]
  325. &CreateOrChangeLink
  326. &CreateTarget
  327. &DeleteAnchor
  328. HelpLinks
  329. &LinkToPreviousTarget
  330. &XPointer_bufferStore
  331. ShowTargets
  332.  
  333. [list-module]
  334. &CreateDefinitionList
  335. &CreateDefinitionTerm
  336. &CreateDefinitionDef
  337. &CreateList
  338. &CreateNumberedList
  339.  
  340. [presentation-module]
  341. &SetOnOffBold
  342. &SetOnOffBig
  343. &CreateHorizontalRule
  344. &SetOnOffItalic
  345. &SetOnOffSmall
  346. &SetOnOffSub
  347. &SetOnOffSup
  348. &SetOnOffTeletype
  349.  
  350. [image-module]
  351. &CreateImage
  352.  
  353. [object-module]
  354. &CreateObject
  355. &CreateParameter
  356.  
  357. [edit-module]
  358. &SetOnOffINS
  359. &SetOnOffDEL
  360.  
  361. [bdi-text-module]
  362. &SetOnOffBDO
  363.  
  364. [meta-module]
  365. &CreateMeta
  366.  
  367. [link-module]
  368. &CreateLinkInHead
  369.  
  370. [base-module]
  371. &CreateBase
  372.  
  373. [clientside-module]
  374. &CreateAreaCircle
  375. &CreateAreaPoly
  376. &CreateAreaRect
  377. ShowMapAreas
  378. HelpImageMaps
  379.  
  380. [basic-form-module]
  381. &CreateForm
  382. &CreateToggle
  383. &CreateFileInput
  384. &CreateHiddenInput
  385. &CreateImageInput
  386. &CreatePasswordInput
  387. &CreateRadio
  388. &CreateReset
  389. &CreateSubmit
  390. &CreateTextInput
  391. &CreateLabel
  392. &CreateOption
  393. &CreateTextArea
  394.  
  395. [forms]
  396. +basic-form-module
  397. &CreatePushButton
  398. &CreateFieldset
  399. &CreateOptGroup
  400.  
  401. [basic-table-module]
  402. &CreateCaption
  403. &CreateTable
  404. &CreateTBody
  405. &CreateRow
  406. &CreateDataCell
  407. &CreateHeadingCell
  408. &DeleteColumn
  409. HelpTables
  410.  
  411. [tables]
  412. +basic-table-module
  413. &CreateColgroup
  414. &CreateCol
  415. &CreateTHead
  416. &CreateTFoot
  417.  
  418. ################# MATHML
  419. [maths]
  420. &CreateMathMenu
  421. &CreateMTEXT
  422. &CreateMI
  423. &CreateMN
  424. &CreateMO
  425. &CreateMSPACE
  426. &CreateMathEntity
  427. &CreateInvisibleTimes
  428. &CreateApplyFunction
  429. &CreateMROOT
  430. &CreateMSQRT
  431. &CreateMENCLOSE
  432. &CreateMFRAC
  433. &CreateMSUBSUP
  434. &CreateMSUB
  435. &CreateMSUP
  436. &CreateMUNDEROVER
  437. &CreateMUNDER
  438. &CreateMOVER
  439. &CreateMROW
  440. &CreateMMULTISCRIPTS
  441. &CreateMTABLE
  442. &DeleteMColumn
  443. HelpMath
  444.  
  445. ################# SVG
  446. [svg]
  447. ShowGraphicsPalette
  448. HelpSVG
  449.  
  450. ########### STYLE
  451. [iframe-module]
  452. &CreateIFrame
  453.  
  454. [css-browsing]
  455. OpenCSS
  456. DisableCSS
  457. EnableCSS
  458. HelpStyleSheets
  459.  
  460. [basic-css-style]
  461. +css-browsing
  462. &ApplyClass
  463. &ChangeBackgroundImage
  464. &TtcChangeCharacters
  465. &TtcChangeColors
  466. &TtcChangeFormat
  467. &NewCss
  468. &LinkCSS
  469. &RemoveCSS
  470.  
  471. [css-style]
  472. +basic-css-style
  473. &CreateClass
  474. &CreateStyle
  475.  
  476. ########### OPTIONAL MODULES
  477. [config]
  478. ConfigGeneral
  479. ConfigPublish
  480. ConfigCache
  481. ConfigProxy
  482. ConfigColor
  483. ConfigGeometry
  484. ConfigLanNeg
  485. HelpConfigure
  486. HelpShortCuts
  487.  
  488. [templates]
  489. ConfigTemplates
  490. HelpConfigure
  491. &NewTemplate
  492.  
  493. [spell]
  494. SpellCheck
  495. HelpSpellChecking
  496.  
  497. [makebook]
  498. HelpMakeBook
  499. HelpNumbering
  500. &MakeBook
  501. &SectionNumbering
  502.  
  503. [makeid]
  504. &MakeIDMenu
  505.  
  506. [annot]
  507. AnnotateSelection
  508. AnnotateDocument
  509. MoveAnnotationSel
  510. MoveAnnotationXPtr
  511. ReplyToAnnotation
  512. LoadAnnotations
  513. PostAnnotation
  514. DeleteAnnotation
  515. FilterAnnot
  516. ConfigAnnot
  517. HelpAnnotation
  518.