Changes between Version 1 and Version 2 of PromotHelpSystem


Ignore:
Timestamp:
Oct 27, 2008, 3:26:04 PM (17 years ago)
Author:
steinmet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotHelpSystem

    v1 v2  
    11= Help System for ProMoT =
    22
    3 Extendable help system for current and future ProMoT components.
     3An extendable help system for current and future GUI components of ProMoT should be developed.
     4
     5The most suitable system is !JavaHelp.
     6!JavaHelp is a format for online help files that can be displayed by the !JavaHelp browser.
     7It is written in Java and is mainly used in Java applications.
     8The file format is based on HTML. [[BR]]
     9Specifications, features and user-guides can be found at
     10http://java.sun.com/javase/technologies/desktop/javahelp/
     11and on the java.net project page https://javahelp.dev.java.net/.
     12
     13As a first step the manual and the 3 tutorials should be read.
     14
     15http://www.mpi-magdeburg.mpg.de/projects/promot/docs/PromotBioTutorial.pdf [[BR]]
     16http://www.mpi-magdeburg.mpg.de/projects/promot/docs/PromotLogicalTutorial.pdf [[BR]]
     17http://www.mpi-magdeburg.mpg.de/projects/promot/docs/PromotSeminarPractical.pdf [[BR]]
     18http://www.mpi-magdeburg.mpg.de/projects/promot/docs/PromotManual.pdf [[BR]]
     19
     20Then the helpsystem should be integrated into the ProMoT-GUI and the information
     21gained from tutorials and manual should be filled in and extended by own insights.
     22