JAL-3027 Avoid FlatLAF Desktop class is JalviewJS
[jalview.git] / doc / index.html
1 <!--
2  *Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  *Copyright (C) $$Year-Rel$$ The Jalview Authors
4  *
5  *This file is part of Jalview.
6  *
7  *Jalview is free software: you can redistribute it and/or
8  *modify it under the terms of the GNU General Public License 
9  *as published by the Free Software Foundation, either version 3
10  *of the License, or (at your option) any later version.
11  * 
12  *Jalview is distributed in the hope that it will be useful, but 
13  *WITHOUT ANY WARRANTY; without even the implied warranty 
14  *of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  *PURPOSE.  See the GNU General Public License for more details.
16  *
17  *You should have received a copy of the GNU General Public License
18  *along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
19  *The Jalview Authors are detailed in the 'AUTHORS' file.
20 -->
21 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22 <!--
23  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
24  * Copyright (C) $$Year-Rel$$ The Jalview Authors
25  * 
26  * This file is part of Jalview.
27  * 
28  * Jalview is free software: you can redistribute it and/or
29  * modify it under the terms of the GNU General Public License 
30  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
31  *  
32  * Jalview is distributed in the hope that it will be useful, but 
33  * WITHOUT ANY WARRANTY; without even the implied warranty 
34  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
35  * PURPOSE.  See the GNU General Public License for more details.
36  * 
37  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
38  * The Jalview Authors are detailed in the 'AUTHORS' file.
39 -->
40 <html xmlns="http://www.w3.org/1999/xhtml">
41 <head>
42 Jalview Source Documentation
43 </head>
44 <body>
45 <h1>Jalview Source Documentation</h1>
46 <p>The file structure of the Jalview Source tree is as follows:
47 <ul>
48         <li>README - basic info for getting started with the source tree.</li>
49         <li>LICENCE - the GPL Licence</li>
50         <li>RELEASE - contains the name of the tag for the latest
51         'official' Jalview release associated with the source.</li>
52         <li>build.xml - ant build for jalview - the 'help' task gives
53         information about each task, and there's lots of comments too.</li>
54         <li></li>
55         <li>src - all jalview source packages, including any specially
56         adapted code from other GPL programs. See <a href="developing.html">Jalview
57         Development</a> for more info.</li>
58         <li>lib - All the libraries that Jalview depends on. Every jar
59         file in this directory should be added to the classpath when building
60         or running the jalview application.</li>
61         <li>appletlib - Any libraries that are specifically required for compiling and/or running the jalviewLite applet (e.g. an applet build of Jmol).
62         <li>help - the jalview JavaHelp documents<br>
63         <ul>
64                 <li>help.hs - the main index page. This is generated by the
65                 jhindexer program run by the 'buildindices' task in build.xml</li>
66                 <li>help.jhm - helpTOC map - an XML document listing simple names
67                 for each html page that is linked to in the help contents structure.</li>
68                 <li>helpTOC.xml - the table of contents presented to the user
69                 when the help is opened.</li>
70                 <li>icons - widgets needed for the help system GUI</li>
71                 <li>html - the help documentation. It loosely follows the
72                 following structure: <br>
73                 <ul>
74                         <li>calculations - pages concerning the calculations menu</li>
75                         <li>webServices - pages describing web services</li>
76                         <li>colourSchemes - the ways amino acids can be coloured and the
77                         user interface for defining them</li>
78                         <li>editing - mechanisms and interfaces for editing alignments</li>
79                         <li>features - used to be the sequence features documentation,
80                         but now contains all sorts of jalview 'features'.</li>
81                         <li>io - getting data in and out of jalview</li>
82                         <li>menus - all the menus in Jalview (and the applet)</li>
83                         <li>misc - useful info</li>
84                         <li>By convention, we try to maintain the whatsNew.html document
85                         with each release and complete the releases.html matrix to detail
86                         what has changed from one version to another.</li>
87                         <li>keys.html contains all the keystrokes in Jalview - please
88                         keep this up to date.</li>
89                 </ul>
90                 </li>
91         </ul>
92         </li>
93         <li>resources - files needed at run-time for jalview execution.<br>
94         <ul>
95                 <li>images - icons used by jalview</li>
96                 <li>log4j and commons-logging.properties - configure default
97                 appenders and logging for Jalview, castor.</li>
98                 <li>embl_mapping.xml - castor mapping file for the EMBL XML
99                 Schema.</li>
100                 .
101                 <li>uniprot_mapping.xml - castor mapping file for the Uniprot XML
102                 Schema.</li>
103         </ul>
104         </li>
105         <li>schemas - XML schema definitions used or understood by
106         Jalview.<br>
107         Jalview uses castor to bind java to XML - either using mapping files
108         hand-crafted from a schema in this directory, or from java objects
109         generated from the schema and an associated set of properties. <br>
110         See the castorbinding task in the ant build.xml file for more info.
111         <ul>
112                 <li>Jalview Project Archive XML Version 1<br>
113                 vamsasJvV1.xsd<br>
114                 jalviewJvV1.xsd<br>
115                 jalview.nodesc.properties - sourcegenerator properties file</li>
116                 <li>jalview Project Archive XML Version 2<br>
117                 Jalview works out which version a project is by first trying
118                 to parse XML with these schema definitions, and then if there are
119                 problems, falls back to the V1 schema classes.
120                 <ul>
121                         <li>vamsas.xsd<br>
122                         jalview.xsd<br>
123                         jalview.properties - sourcegenerator properties file</li>
124                 </ul></li>
125                 <li>JalviewUserColours.xsd is used by both V1 and V2 project XML
126                 definitions. This schema is also used to store user colour schemes
127                 externally from the project file.</li>
128         </ul>
129         </li>
130         <li>utils - various resources needed when building or deploying
131         jalview.
132         <ul>
133                 <li>InstallAnywhere
134                 <ul>
135                         <li>Jalview.iap_xml is the InstallAnywhere XML project used to
136                         create the Jalview InstallAnywhere distribution.</li>
137                         <li>All the other files are bundled into this for installer
138                         displays. The README_IA appears in the installation directory.</li>
139                 </ul>
140                 <li>jalopy<br>
141                 This is a legacy directory - we intended to use jalopy for
142                 standardising the jalview source formatting, but found it had a number
143                 of bugs.</li>
144                 <li>axis-ant.jar - tasks for constructing client skeletons from
145                 WSDL documents.</li>
146                 <li>roxes-ant-tasks-1.2-2004-01-30.jar - conditionals and other
147                 useful ant tasks.</li>
148                 <li>castor-*-codegen.jar and castor-*-anttask.jar - codegenerator
149                 task and library for regenerating the Java classes from schemas. It is
150                 important to update these and rebuild the source if the version of
151                 castor that Jalview uses is updated.</li>
152                 <li>gff2annot.pl - useful script to translate gff to jalview
153                 features file format - although its not needed since Jalview can parse
154                 GFF natively (normally at least).</li>
155                 <li>jhall.jar, jhindexer.jar - the java help system and indexer
156                 code to build the jalview help in the help directory.</li>
157                 <li>proguard.jar - obfuscator used when creating
158                 jalviewApplet.jar. See the build.xml file and the building jalview
159                 documentation.</li>
160         </ul>
161         </li>
162         <li>installAnywhere - where the installAnywhere build is generated</li>
163         <li><em>keys</em> - you might not have this - see <a
164                 href="building.html">building</a> for info on how to create it.</li>
165 <li>dist - where the Jars and JNLP file for the java webstart distribution is generated, and where a copy of the examples directory is created complete with jalviewApplet.jar and the contents of appletlib/*.jar.</li>
166 <li>examples - a set of example jalview projects and web pages demonstrating the jalviewLite applet. This is essentially mirrors the <a href="http://www.jalview.org/examples/">www.jalview.org/examples</a> directory on Jalview's website.</li>
167 <li>nbbuild.xml - custom config used by the vanilla netbeans project in nbproject</li>
168 <li>nbproject - vanilla netbeans project</li>
169 <li>JalviewApplet.jpx, JalviewX.jpx - old JBuilder project files</li>
170 <li>.project - eclipse .project definition</li>
171 </ul>
172
173 </body>
174 </html>