Changes between Version 7 and Version 8 of GROUP_APP_HELP_R0


Ignore:
Timestamp:
03/26/09 17:37:40 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_HELP_R0

    v7 v8  
    2525 * Help content should be displayed in user's default web browser. 
    2626  * Search for a platform independent way to open the browser. 
     27  * Another option is to use JEditorPane instead of a browser. It has limited functionality, so the help content on the web site has to be compatible with it. 
    2728  * In future revisions we can use embedded browser. 
    2829 
    2930 * The Help menu should contain the following items: 
    30   * &Help Contents - displays the start page of the help information. 
     31  * &Help Contents - displays the start page of the help information. See the Extensibility section. 
    3132  * &Search... - opens the search page in the website. 
    3233   * for next revisions it will be good to have a Help tab similar to the Search tab - search box and list of results. 
     
    3839  * in next revisions: Check for &Updates. 
    3940  * (& means that the following letter will be underlined and used as a keyboard shortcut). 
     41 
     42 * Extensibility 
     43  * Modules should be able to attach help entries. 
     44  * Create a module org.sophie2.main.help. 
     45  * Each Sophie module can provide (if appropriate) an extension with help information. This extension may contain: 
     46   * URL of the help information of the module. 
     47    * Can point to the sophie website 
     48    * Third-party modules can use their vendor's website, or local directory with help files. 
     49   * Help contents entry. For example, the main.view.menus module can provide an entry with id=menus and title="Menus". 
     50  * When selecting "Help Contents" in the Help menu, a content page is generated. 
     51   * The entries are gathered from each module's help extension. 
     52   * The generated page is in HTML format 
     53   * The page is created in the TEMP directory. Do not forget to delete it after closing the window. 
     54   * The page cam consist of a frameset with left frame - the generated menu, and right frame - the remote help page that is invoked by clicking on a menu entry. 
     55   * We should use locally generated help contents menu instead of the website's help index page, because each Sophie installation may have different plugins installed. 
    4056 
    4157 * About dialog 
     
    5066 
    5167 * Tooltips - we already have them, just check for inconsistency. 
     68 
     69 * Author and Reader 
     70  * They need different help information. 
     71  * Currently there is no Reader, only an idea. 
    5272 
    5373== Task result ==