Changes between Version 12 and Version 13 of GROUP_APP_HELP_R0


Ignore:
Timestamp:
05/02/09 15:10:19 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_HELP_R0

    v12 v13  
    102102 * Create a class HelpEntry that represents the JavaHelp's HelpSet that a module can provide. 
    103103 
    104  * Create an enum HelpLogic. 
     104 * Create an enum HelpLogic with field DISPLAY_HELP. 
     105  * Construct a HelpSet by merging all HelpSets that are provided by Sophie modules. 
     106  * Create a HelpBroker and display the main help ID. 
     107 
     108 * Create a folder {{{help}}} in {{{src/main/resources/distrib}}}. 
     109  * Place all HTML files and images from the user documentation in trac. 
     110   * All links have to be converted to relative 
     111   * All images should be in {{{images}}} subdirectory 
     112   * Create a CSS file that defines appearance similar to that in trac 
     113  * Create JavaHelp files using JHelpDev: 
     114   * HelpSet - {{{SophieHelp.hs}}} (defines the title of the help window, declare what tabs will be available - TOC and Search) 
     115   * Table of contents - {{{SophieHelpTOC.xml}}} (maps titles with IDs, defines the tree structure of the TOC) 
     116   * Map - {{{Map.jhm}}} (maps IDs with URLs) 
     117   * Search index - {{{JavaHelpSearch}}} subdirectory 
    105118 
    106119= Implementation = 
    107 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     120 * [changeset:2055] 
     121 * [changeset:2056] 
     122 * [changeset:2127] 
     123 * [changeset:2158] 
     124 * [changeset:2159] 
    108125 
    109126= Testing =