[Nanodesigner-cvs] HelpDocs/help/menu file.html,1.1,1.2 help.html,1.1,1.2
Status: Alpha
Brought to you by:
swinnen
|
From: swinnen <sw...@us...> - 2006-02-22 17:31:47
|
Update of /cvsroot/nanodesigner/HelpDocs/help/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4377/HelpDocs/help/menu Modified Files: file.html help.html Log Message: Index: file.html =================================================================== RCS file: /cvsroot/nanodesigner/HelpDocs/help/menu/file.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** file.html 21 Jul 2005 17:09:51 -0000 1.1 --- file.html 22 Feb 2006 17:31:43 -0000 1.2 *************** *** 4,11 **** <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="description" content="nanodesigner file menu items"> - <meta name="keywords" content="nanodesigner file menu items import export preferences"> <link rel="stylesheet" href="../default.css" type="text/css"> ! <title>Nanodesigner v0.1.1 - All menus</title> </head> --- 4,9 ---- <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="../default.css" type="text/css"> ! <title>Nanodesigner v0.1.2 - All menus</title> </head> *************** *** 13,29 **** <h2>File menu</h2><hr> ! <p class="pref">Import PDB file...</p> <ul class="text"> ! <li>Import a molecule in the <a href="http://www.rcsb.org/pdb/">PDB format</a> and show it in the 3D canvas. At this point the PDB format is only partially supported (records ATOM, HETATM, CONECT, SEQRES, MODEL/ENDMDL and END). In case more than one model is included in the PDB file, only the first one is loaded.<br> <b>Only the bonds included in the PDB file (CONECT records) are shown at this point.</b> <p>The following bond types are supported:</p> <ul> ! <li>Single bonds ! <li>Double bonds ! <li>Triple bonds ! <li>Hydrogen bonds </ul> <p>A hydrogen bonds is shown as a dashed line. They are <b>not</b> shown in the 'space filled' display mode.<br> ! Double and triple bonds are only shown in 'balls & sticks' and 'wireframe' display mode.</p></li> </ul> --- 11,34 ---- <h2>File menu</h2><hr> ! <p class="pref">Import chemical data file...</p> ! <ul> ! <li>PDB format <ul class="text"> ! <li>Import a molecule in the PDB format (http://www.rcsb.org/pdb/) and show it in the 3D canvas. At this point the PDB format is only partially supported (records ATOM, HETATM, CONECT, SEQRES, MODEL/ENDMDL and END). In case more than one model is included in the PDB file, only the first one is loaded.<br> <b>Only the bonds included in the PDB file (CONECT) are shown at this point.</b> <p>The following bond types are supported:</p> <ul> ! <li>Single bonds</li> ! <li>Double bonds</li> ! <li>Triple bonds</li> ! <li>Hydrogen bonds</li> </ul> <p>A hydrogen bonds is shown as a dashed line. They are <b>not</b> shown in the 'space filled' display mode.<br> ! Double and triple bonds are only shown in 'balls & sticks' and 'wireframe' display mode.</p> ! </ul> ! <li>XYZ format ! <ul class="text"> ! <li>Import a molecule in the XYZ format (http://openbabel.sourceforge.net/formats/xyz.shtml) and show it in the 3D canvas. This format does not include any bond information. ! </ul> </ul> *************** *** 42,47 **** <li>The preference panel as a whole contains two buttons: <ul> ! <li>OK: apply the values of the preferences that have been changed and disposes of the panel.</li> ! <li>Cancel: disposes of the preference panel without doing anything. </ul></li> </ul> --- 47,52 ---- <li>The preference panel as a whole contains two buttons: <ul> ! <li>OK: apply the values of the preferences that have been changed and dispose of this panel.</li> ! <li>Cancel: dispose of the preference panel without doing anything. </ul></li> </ul> Index: help.html =================================================================== RCS file: /cvsroot/nanodesigner/HelpDocs/help/menu/help.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help.html 21 Jul 2005 17:09:51 -0000 1.1 --- help.html 22 Feb 2006 17:31:43 -0000 1.2 *************** *** 4,11 **** <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="description" content="nanodesigner help menu items"> - <meta name="keywords" content="nanodesigner help menu items contents about"> <link rel="stylesheet" href="../default.css" type="text/css"> ! <title>Nanodesigner v0.1.1 - Help menu</title> </head> --- 4,9 ---- <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="../default.css" type="text/css"> ! <title>Nanodesigner v0.1.2 - Help menu</title> </head> *************** *** 14,35 **** <p class="pref">Help contents...</p> <ul class="text"> ! <li>Online documentation system enabling the user to navigate, search and display information concerning the Nanodesigner application.<br> ! <li>Included in the system are: ! <ul> ! <li>Table of contents</li> ! <li>Search facility</li> ! <li>Favorites</li> ! <li>Glossary/Index</li> ! <li>Print facility</li> ! </ul> ! </li> </ul> <p class="pref">About...</p> <ul class="text"> ! <li>Version and credits concerning Nanodesigner v0.1.1.</li> </ul> <hr> <p class="sign">The Nanodesigner development team.</p> </body> </html> --- 12,26 ---- <p class="pref">Help contents...</p> <ul class="text"> ! <li>Online help pages concerning all aspects of Nanodesigner. ! <br>Included are a full-featured search facility, favorites and an index.</li> </ul> <p class="pref">About...</p> <ul class="text"> ! <li>Version and credits about Nanodesigner v0.1.2.</li> </ul> <hr> <p class="sign">The Nanodesigner development team.</p> + </body> </html> |