home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / komunikace / amaya / amaya-WinXP-9.2.1.exe / config / amaya.profiles < prev    next >
Text File  |  2005-07-06  |  13KB  |  785 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. #-------------------- User Profiles ------------------------------------------
  34. ################# AMAYA EDITOR
  35. # Give the list of visible functions
  36. <Editor>
  37. +browsing
  38. +config
  39. #+templates
  40. +edit
  41. ConfigAnnot
  42. CooperationConfig
  43. CustomQuery
  44. FilterAnnot
  45. ShowButtons
  46. ShowAddress
  47. ZoomIn
  48. ZoomOut
  49. &TransformType
  50. TtcParentElement
  51. TtcChildElement
  52. TtcPreviousElement
  53. TtcNextElement
  54.  
  55. <Editor_WX>
  56. +config_WX
  57. #+templates
  58. +browsing_WX
  59. +edit_WX
  60. HelpLocal
  61. ShowPanel
  62. FullScreen
  63. SplitHorizontally
  64. SplitVertically
  65. ZoomIn
  66. ZoomOut
  67. &TransformType
  68. TtcParentElement
  69. TtcChildElement
  70. TtcPreviousElement
  71. TtcNextElement
  72.  
  73. ################# AMAYA BROWSER
  74. <Browser>
  75. +browsing
  76. ConfigAnnot
  77. CooperationConfig
  78. CustomQuery
  79. ZoomIn
  80. ZoomOut
  81.  
  82. <Browser_WX>
  83. +browsing
  84. ZoomIn
  85. ZoomOut
  86.  
  87. ################# AMAYA DISPLAY
  88. <Display>
  89. HelpAmaya
  90. HelpAtW3C
  91.  
  92. <Display_WX>
  93. HelpAmaya
  94. HelpAtW3C
  95.  
  96. #-------------------- Document Profiles -------------------------------------
  97. # Give the list of active functions
  98. ################# XHTML-TRANSITIONAL
  99. {XHTML Transitional}
  100. +base-module
  101. +bdi-text-module
  102. +clientside-module
  103. +attr-style
  104. +forms
  105. +hypertext-module
  106. +image-module
  107. +link-module
  108. +list-module
  109. +edit-module
  110. +iframe-module
  111. +makebook
  112. +meta-module
  113. +presentation-module
  114. +maths
  115. &CreateMath
  116. &CreateXMLElementMenu
  117. +object-module
  118. +script-module
  119. +struct-module
  120. +svg
  121. +tables
  122. +text-module
  123.  
  124. ################# XHTML-STRICT
  125. {XHTML 1.0 Strict}
  126. +base-module
  127. +bdi-text-module
  128. +clientside-module
  129. +attr-style
  130. +edit-module
  131. +forms
  132. +hypertext-module
  133. +image-module
  134. +link-module
  135. +list-module
  136. +makebook
  137. +meta-module
  138. +presentation-module
  139. +maths
  140. &CreateMath
  141. &CreateXMLElementMenu
  142. +object-module
  143. +script-module
  144. +struct-module
  145. +svg
  146. +tables
  147. +text-module
  148. &InsertBefore
  149. &InsertAfter
  150.  
  151. ################# XHTML-BASIC
  152. {XHTML Basic}
  153. +basic-form-module
  154. +basic-table-module
  155. +hypertext-module
  156. +image-module
  157. +list-module
  158. +makebook
  159. +object-module
  160. +struct-module
  161. +text-module
  162. &CreateXMLElementMenu
  163. &InsertBefore
  164. &InsertAfter
  165.  
  166. ################# XHTML1.1
  167. {XHTML 1.1}
  168. +base-module
  169. +bdi-text-module
  170. +clientside-module
  171. +attr-style
  172. +edit-module
  173. +forms
  174. +hypertext-module
  175. +image-module
  176. +link-module
  177. +list-module
  178. +makebook
  179. +meta-module
  180. +presentation-module
  181. +maths
  182. &CreateMath
  183. +object-module
  184. +script-module
  185. +svg
  186. +tables
  187. +text-module
  188. +ruby
  189. &CreateXMLElementMenu
  190. &InsertBefore
  191. &InsertAfter
  192.  
  193. ################# MathML
  194. {MathML}
  195. +basic-style
  196. +hypertext-module
  197. +maths
  198. &CreateXMLElementMenu
  199. &InsertBefore
  200. &InsertAfter
  201.  
  202. ################# SVG
  203. {SVG}
  204. +basic-style
  205. +hypertext-module
  206. +maths
  207. &CreateXMLElementMenu
  208. &InsertBefore
  209. &InsertAfter
  210.  
  211. ################# Annot
  212. {Annot}
  213. +base-module
  214. +bdi-text-module
  215. +clientside-module
  216. +attr-style
  217. +forms
  218. +hypertext-module
  219. +image-module
  220. +link-module
  221. +list-module
  222. +edit-module
  223. +iframe-module
  224. +meta-module
  225. +presentation-module
  226. +maths
  227. &CreateMath
  228. &CreateXMLElementMenu
  229. +object-module
  230. +script-module
  231. +struct-module
  232. +svg
  233. +tables
  234. +text-module
  235. ReplyToAnnotation
  236. PostAnnotation
  237. &InsertBefore
  238. &InsertAfter
  239.  
  240. ################# Bookmarks
  241. {Bookmarks}
  242. AddSeparator
  243. MoveItem
  244.  
  245. #-------------------- Modules ---------------------------------------------
  246. # shorter list of functions
  247. ################# AMAYA FUNCTIONS
  248. ######### DAV MODULES
  249. [davbase]
  250. HelpWebDAV
  251. LockDocument
  252. UnlockDocument
  253. PropDocument
  254. CopyLockInformation
  255. LockIndicator
  256. DAVLockDocument
  257.  
  258. ######### BROWSING
  259. [browsing]
  260. +annot
  261. +bookmarks
  262. +views
  263. +print
  264. AmayaClose
  265. DocumentInfo
  266. DoAction
  267. HelpAmaya
  268. HelpAtW3C
  269. HelpIndex
  270. HelpSearching
  271. HelpSelecting
  272. GoToHome
  273. GotoPreviousHTML
  274. GotoNextHTML
  275. HelpBrowsing
  276. NextLinkOrFormElement
  277. OpenDoc
  278. OpenDocInNewWindow
  279. PreviousLinkOrFormElement
  280. Reload
  281. SaveDocumentAs
  282. ShowLogFile
  283. StopTransfer
  284. AmayaCloseWindow
  285. ReadAsUTF_8
  286. ReadAsISO_8859_1
  287. ReadAsISO_8859_15
  288. ReadAsWINDOWS_1252
  289. ReadAsISO_8859_2
  290. ReadAsWINDOWS_1250
  291. ReadAsISO_8859_3
  292. ReadAsISO_8859_4
  293. ReadAsWINDOWS_1257
  294. ReadAsISO_8859_5
  295. ReadAsWINDOWS_1251
  296. ReadAsKOI8_R
  297. ReadAsISO_8859_6
  298. ReadAsWINDOWS_1256
  299. ReadAsISO_8859_7
  300. ReadAsWINDOWS_1253
  301. ReadAsISO_8859_8
  302. ReadAsWINDOWS_1255
  303. ReadAsISO_8859_9
  304. ReadAsWINDOWS_1254
  305. ReadAsISO_2022_JP
  306. ReadAsEUC_JP
  307. ReadAsSHIFT_JIS
  308. TtcCopySelection
  309. TtcSearchText
  310.  
  311. [browsing_WX]
  312. +annot
  313. +bookmarks
  314. +views
  315. +print
  316. AmayaClose
  317. DocumentInfo
  318. DoAction
  319. HelpAmaya
  320. HelpAtW3C
  321. HelpSearching
  322. HelpSelecting
  323. GoToHome
  324. GotoPreviousHTML
  325. GotoNextHTML
  326. HelpBrowsing
  327. NextLinkOrFormElement
  328. OpenDoc
  329. PreviousLinkOrFormElement
  330. Reload
  331. SaveDocumentAs
  332. ShowLogFile
  333. StopTransfer
  334. AmayaCloseTab
  335. AmayaCloseWindow
  336. ReadAsUTF_8
  337. ReadAsISO_8859_1
  338. ReadAsISO_8859_15
  339. ReadAsWINDOWS_1252
  340. ReadAsISO_8859_2
  341. ReadAsWINDOWS_1250
  342. ReadAsISO_8859_3
  343. ReadAsISO_8859_4
  344. ReadAsWINDOWS_1257
  345. ReadAsISO_8859_5
  346. ReadAsWINDOWS_1251
  347. ReadAsKOI8_R
  348. ReadAsISO_8859_6
  349. ReadAsWINDOWS_1256
  350. ReadAsISO_8859_7
  351. ReadAsWINDOWS_1253
  352. ReadAsISO_8859_8
  353. ReadAsWINDOWS_1255
  354. ReadAsISO_8859_9
  355. ReadAsWINDOWS_1254
  356. ReadAsISO_2022_JP
  357. ReadAsEUC_JP
  358. ReadAsSHIFT_JIS
  359. TtcCopySelection
  360. TtcSearchText
  361.  
  362.  
  363. ########### EDITING
  364. [edit]
  365. +attr-style
  366. +bdi-text-module
  367. +clientside-module
  368. +css-style
  369. +davbase
  370. +edit-bookmarks
  371. +hypertext-module
  372. +image-module
  373. +list-module
  374. +struct-module
  375. +text-module
  376. +forms
  377. +link-module
  378. +edit-module
  379. +iframe-module
  380. +meta-module
  381. +presentation-module
  382. +makebook
  383. +makeid
  384. +maths
  385. +object-module
  386. +ruby
  387. +script-module
  388. +spell
  389. +svg
  390. +tables
  391. &ApplyClass
  392. &CreateBase
  393. &CreateMath
  394. &CreateXMLElementMenu
  395. HelpDocument
  396. HelpAttributes
  397. HelpChanging
  398. HelpPublishing
  399. HelpAccess
  400. HelpXml
  401. &MenuAttribute
  402. &NewXHTML11
  403. &NewXHTMLTransitional
  404. &NewXHTMLStrict
  405. &NewXHTMLBasic
  406. &NewMathML
  407. &NewSVG
  408. &NewCss
  409. &RemoveDoctype
  410. &AddDoctype
  411. &CreateDoctypeXhtml11
  412. &CreateDoctypeXhtmlTransitional
  413. &CreateDoctypeXhtmlStrict
  414. &CreateDoctypeXhtmlBasic
  415. &CreateDoctypeHtmlTransitional
  416. &CreateDoctypeHtmlStrict
  417. &SaveDocument
  418. &TtcCutSelection
  419. &TtcDeleteSelection
  420. &TtcPaste
  421. &PasteBuffer
  422. &TtcUndo
  423. &TtcRedo
  424. &Synchronize
  425. &InsertBefore
  426. &InsertAfter
  427.  
  428. ########### EDITING WX
  429. [edit_WX]
  430. +attr-style_WX
  431. +bdi-text-module
  432. +clientside-module
  433. +css-style
  434. +davbase
  435. +edit-bookmarks
  436. +hypertext-module
  437. +image-module
  438. +list-module
  439. +struct-module
  440. +text-module
  441. +forms
  442. +link-module
  443. +edit-module
  444. +iframe-module
  445. +meta-module
  446. +presentation-module
  447. +makebook
  448. #+makeid
  449. +maths
  450. +object-module
  451. +ruby
  452. +script-module
  453. +spell
  454. +svg
  455. +tables
  456. &CreateBase
  457. &CreateMath
  458. &CreateXMLElementMenu
  459. HelpDocument
  460. HelpAttributes
  461. HelpChanging
  462. HelpPublishing
  463. HelpAccess
  464. HelpXml
  465. #&MenuAttribute
  466. &NewXHTML
  467. &NewMathML
  468. #&NewSVG
  469. &NewCss
  470. &RemoveDoctype
  471. &AddDoctype
  472. &CreateDoctypeXhtml11
  473. &CreateDoctypeXhtmlTransitional
  474. &CreateDoctypeXhtmlStrict
  475. &CreateDoctypeXhtmlBasic
  476. &CreateDoctypeHtmlTransitional
  477. &CreateDoctypeHtmlStrict
  478. &SaveDocument
  479. &TtcCutSelection
  480. &TtcDeleteSelection
  481. &TtcPaste
  482. &PasteBuffer
  483. &TtcUndo
  484. &TtcRedo
  485. &Synchronize
  486. &InsertBefore
  487. &InsertAfter
  488.  
  489. ######### VIEWS
  490. [views]
  491. HelpViews
  492. ShowAlternate
  493. ShowLinks
  494. ShowSource
  495. ShowStructure
  496. ShowFormatted
  497. ShowToC
  498. # ShowTimeLineWindow
  499. TtcCloseView
  500.  
  501. ########### PRINTING
  502. [print]
  503. HelpPrinting
  504. PrintAs
  505. SetupAndPrint
  506.  
  507. ########### HTML
  508. [script-module]
  509. &CreateScript
  510. &CreateNOSCRIPT
  511.  
  512. ########### XHTML modules
  513. [struct-module]
  514. &ChangeTitle
  515. &CreateComment
  516.  
  517. [text-module]
  518. &SetOnOffAbbr
  519. &SetOnOffAcronym
  520. &CreateAddress
  521. &CreateBlockQuote
  522. &CreateBreak
  523. &SetOnOffCite
  524. &SetOnOffCode
  525. &SetOnOffDefinition
  526. &CreateDivision
  527. &SetOnOffEmphasis
  528. &CreateHeading1
  529. &CreateHeading2
  530. &CreateHeading3
  531. &CreateHeading4
  532. &CreateHeading5
  533. &CreateHeading6
  534. &SetOnOffKeyboard
  535. &CreateParagraph
  536. &CreatePreformatted
  537. &SetOnOffQuotation
  538. &SetOnOffSample
  539. &SetOnOffStrong
  540. &SetOnOffVariable
  541. &CreateDate
  542. HelpCreating
  543. HelpEditChar
  544.  
  545. [hypertext-module]
  546. &CreateOrChangeLink
  547. &CreateTarget
  548. &DeleteAnchor
  549. HelpLinks
  550. &LinkToPreviousTarget
  551. &XPointer_bufferStore
  552. ShowTargets
  553.  
  554. [list-module]
  555. &CreateDefinitionList
  556. &CreateDefinitionTerm
  557. &CreateDefinitionDef
  558. &CreateList
  559. &CreateNumberedList
  560.  
  561. [presentation-module]
  562. &SetOnOffBold
  563. &SetOnOffBig
  564. &CreateHorizontalRule
  565. &SetOnOffItalic
  566. &SetOnOffSmall
  567. &SetOnOffSub
  568. &SetOnOffSup
  569. &SetOnOffTeletype
  570.  
  571. [image-module]
  572. &CreateImage
  573.  
  574. [object-module]
  575. &CreateObject
  576. &CreateParameter
  577.  
  578. [ruby]
  579. &CreateRuby
  580.  
  581. [edit-module]
  582. &SetOnOffINS
  583. &SetOnOffDEL
  584.  
  585. [bdi-text-module]
  586. &SetOnOffBDO
  587.  
  588. [meta-module]
  589. &CreateMeta
  590.  
  591. [link-module]
  592. &CreateLinkInHead
  593.  
  594. [clientside-module]
  595. &CreateMap
  596. &CreateAreaCircle
  597. &CreateAreaPoly
  598. &CreateAreaRect
  599. ShowMapAreas
  600. HelpImageMaps
  601.  
  602. [basic-form-module]
  603. &CreateForm
  604. &CreateToggle
  605. &CreateFileInput
  606. &CreateHiddenInput
  607. &CreateImageInput
  608. &CreatePasswordInput
  609. &CreateRadio
  610. &CreateReset
  611. &CreateSubmit
  612. &CreateTextInput
  613. &CreateLabel
  614. &CreateOption
  615. &CreateTextArea
  616.  
  617. [forms]
  618. +basic-form-module
  619. &CreatePushButton
  620. &CreateFieldset
  621. &CreateOptGroup
  622.  
  623. [basic-table-module]
  624. &CreateCaption
  625. &CreateTable
  626. &CreateTBody
  627. &ChangeToDataCell
  628. &ChangeToHeadingCell
  629. &CellVertExtend
  630. &CellHorizExtend
  631. &CellVertShrink
  632. &CellHorizShrink
  633. SelectRow
  634. &CreateRowBefore
  635. &CreateRowAfter
  636. SelectColumn
  637. &CreateColumnBefore
  638. &CreateColumnAfter
  639. &PasteBefore
  640. &PasteAfter
  641. HelpTables
  642.  
  643. [tables]
  644. +basic-table-module
  645. &CreateColgroup
  646. &CreateCol
  647. &CreateTHead
  648. &CreateTFoot
  649.  
  650. ################# MATHML
  651. [maths]
  652. #+css-style
  653. &CreateMathMenu
  654. &CreateMTEXT
  655. &CreateMI
  656. &CreateMN
  657. &CreateMO
  658. &CreateMSPACE
  659. &CreateMathEntity
  660. &CreateInvisibleTimes
  661. &CreateApplyFunction
  662. &CreateMROOT
  663. &CreateMSQRT
  664. &CreateMENCLOSE
  665. &CreateMFRAC
  666. &CreateMSUBSUP
  667. &CreateMSUB
  668. &CreateMSUP
  669. &CreateMUNDEROVER
  670. &CreateMUNDER
  671. &CreateMOVER
  672. &CreateMROW
  673. &CreateMMULTISCRIPTS
  674. &CreateMTABLE
  675. &CellVertExtend
  676. &CellHorizExtend
  677. &CellVertShrink
  678. &CellHorizShrink
  679. SelectRow
  680. &CreateRowBefore
  681. &CreateRowAfter
  682. SelectColumn
  683. &CreateColumnBefore
  684. &CreateColumnAfter
  685. &PasteBefore
  686. &PasteAfter
  687. HelpMath
  688. HelpTables
  689.  
  690. ################# SVG
  691. [svg]
  692. ShowGraphicsPalette
  693. Anim_Play
  694. ShowLibrary
  695. AddNewModelIntoLibraryForm
  696. HelpSVG
  697.  
  698. ########### STYLE
  699. [iframe-module]
  700. &CreateIFrame
  701.  
  702. [attr-style]
  703. &CreateStyle
  704. &CreateClass
  705. &ChangeBackgroundImage
  706. &TtcChangeCharacters
  707. &TtcChangeColors
  708. &TtcChangeFormat
  709.  
  710. [attr-style_WX]
  711. &CreateStyle
  712. &CreateClass
  713. &ChangeBackgroundImage
  714.  
  715. [css-browsing]
  716. OpenCSS
  717. DisableCSS
  718. EnableCSS
  719. ShowAppliedStyle
  720. HelpStyleSheets
  721.  
  722. [css-style]
  723. +css-browsing
  724. &LinkCSS
  725. &RemoveCSS
  726.  
  727. ########### OPTIONAL MODULES
  728. [config]
  729. ConfigGeneral
  730. ConfigBrowse
  731. ConfigPublish
  732. ConfigCache
  733. ConfigProxy
  734. ConfigColor
  735. ConfigGeometry
  736. HelpConfigure
  737. HelpShortCuts
  738.  
  739. [config_WX]
  740. ConfigAmaya
  741. HelpConfigure
  742. HelpShortCuts
  743.  
  744. [templates]
  745. ConfigTemplates
  746. &NewTemplate
  747.  
  748. [spell]
  749. SpellCheck
  750. HelpSpellChecking
  751.  
  752. [makebook]
  753. HelpMakeBook
  754. HelpNumbering
  755. &MakeBook
  756. &MakeToc
  757. &SectionNumbering
  758.  
  759. [makeid]
  760. &MakeIDMenu
  761.  
  762. [annot]
  763. AnnotateSelection
  764. AnnotateDocument
  765. DeleteAnnotation
  766. HelpAnnotation
  767. LoadAnnotations
  768. MoveAnnotationSel
  769. MoveAnnotationXPtr
  770. PostAnnotation
  771. ReplyToAnnotation
  772. XPointer_bufferStore
  773.  
  774. [bookmarks]
  775. HelpBookmarks
  776. BookmarkFile
  777. ViewBookmarks
  778.  
  779. [edit-bookmarks]
  780. EditTopics
  781. AddSeparator
  782. MoveItem
  783.  
  784.  
  785.