Lots of changes for Jabaws 2.1 website
[jabaws.git] / website / manual_qs_war.html
index 0acdcf9..dc4d710 100644 (file)
@@ -1,39 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE html PUBLIC "XHTML 1.0 Strict" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
 <html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
 <head>\r
 <meta name="Last-modified" content="Fri, 28 Jun 2013 12:00:00 GMT"/>\r
 <title>Java Bioinformatics Analyses Web Services (JABAWS) manual - getting started</title>\r
-<link href="ws.css" rel="stylesheet" type="text/css" media="screen,  projection, handheld, tv" />\r
-<link rel="stylesheet" type="text/css" media="print" href="print.css"/>\r
+<link href="ws.css" rel="stylesheet" type="text/css" media="screen, projection, handheld, tv" />\r
+<link href="print.css" rel="stylesheet" type="text/css" media="print" />\r
+<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700' rel='stylesheet' type='text/css' />\r
 <script type="text/javascript" src="prototype-1.6.0.3.js"></script>\r
 </head>\r
 \r
 <body>\r
 <div id="page">\r
+\r
 <div id="banner">\r
 <table>\r
-  <tr>\r
-    <td style="width:158px;"><a href="http://www.dundee.ac.uk"><img src="images/uod_lt_long.gif" width="158" height="90" alt="University of Dundee" class="logo" title="University of Dundee" longdesc="http://www.dundee.ac.uk"/></a></td>\r
-    <td class="bg"><img src="images/jabaws25.png" width="263" height="60" alt="JABAWS-2.1" title="Java Bioinformatics Analysis Web Services version 2.1"/></td>\r
-    <td class="bg"><img src="images/banner_right.png" alt="Disorder" width="200" height="80"/></td>\r
-  </tr>\r
+<tr><td style="width:158px;"><a href="http://www.dundee.ac.uk"><img src="images/uod_lt_long.gif"  alt="University of Dundee" width="158" height="90" class="logo"  title="University of Dundee" longdesc="http://www.dundee.ac.uk"/></a></td>\r
+<td class="bg"><img src="images/jabaws21.png" width="256" height="67" alt="JABAWS-2.1" title="Java Bioinformatics Analysis Web Services version 2.1"/></td>\r
+<td class="bg"><img src="images/banner_right.png" alt="Disorder" width="200" height="80"/></td>\r
+</tr>\r
 </table>\r
-</div>\r
-<!-- banner end-->\r
+</div><!-- banner end-->\r
 \r
 <div id="wrapper">\r
 <div id="panel">\r
-<a href="index.html">Home</a>\r
-  <a class="selected" href="quick_start.html">Getting Started</a> \r
-  <a href="man_about.html">Manual</a> \r
-  <a href="http://www.compbio.dundee.ac.uk/download">Download</a>\r
-  <a href="PublicAnnualStat" title="JABAWS server usage statistics">Usage Statistics</a>\r
-  <a href="ServiceStatus" title="JABAWS webservices status. Click to test all web services. Please be patient while the services are being checked">Services Status</a>\r
-  <a href="contacts.html">Contact Us</a>\r
-  <a href="http://www.compbio.dundee.ac.uk" title="University of Dundee, The Barton Group" >Barton Group</a></div>\r
+       <a class="newa" href="index.html">Home</a> \r
+       <a class="newpressed" href="quick_start.html">Getting Started</a> \r
+       <a class="newa" href="man_about.html">Manual</a> \r
+       <a class="newa" href="http://www.compbio.dundee.ac.uk/download">Download</a> \r
+       <a class="newa" href="PublicAnnualStat" title="JABAWS server usage statistics">Usage Statistics</a>\r
+       <a class="newa" href="ServiceStatus" title="JABAWS webservices status. Click to test all web services. Please be patient while the services are being checked">Services Status</a>\r
+       <a class="newa" href="contacts.html">Contact Us</a>\r
+       <a class="newa" href="http://www.compbio.dundee.ac.uk" title="University of Dundee, The Barton Group" >Barton Group</a>\r
+       <a class="newa" href="jabaws_funding.html">Funding</a>\r
+</div>\r
 <!-- panel end-->\r
 \r
+\r
 <div id="content">\r
 <h2 id="headtitle">Getting Started</h2>\r
 <h3><a name="whichjaba" id="whichjaba"></a>Choose a JABAWS distribution</h3>\r
 </p>\r
 \r
 <ol>\r
-<li>Download the <a href="http://www.compbio.dundee.ac.uk/download">JABAWS WAR for your platform </a></li>\r
-  <li>Download and install <a href="http://tomcat.apache.org/download-70.cgi">Apache-Tomcat</a>.<br/>\r
-   <span class="hightlight">You will need at least version 5.5 of Tomcat (we would recommend version 7.0) and at least version 1.6 (i.e. JAVA 6) of Java.</span></li>\r
-  <li>Drop the JABAWS WAR file into <span class="hightlight">tomcat/webapps</span> directory.</li>\r
-  <li>(Re)start the Tomcat.</li>\r
-  <li>Once the tomcat has started, it should automatically unpack the WAR into the webapps directory (if it doesn't, then you'll need to do this manually, it's just a zip archive in the end).</li>\r
-  <li> If you are on Mac or other unix-like architecture with GNU compilers available or you'd like to get a maximum performance </li>\r
-   <ul><li> <span class="hightlight">cd</span> to <span class="hightlight">webapps/jabaws/binaries/src/</span> and execute <span class="hightlight">./compilebin.sh  </span> script to compile all binaries JABAWS depends on. </li>\r
-     </ul>\r
+       <li>Download the <a href="http://www.compbio.dundee.ac.uk/download">JABAWS WAR for your platform </a></li>\r
+       <li>Download and install <a href="http://tomcat.apache.org/download-70.cgi">Apache-Tomcat</a>.<br/>\r
+               <span class="hightlight">You will need at least Tomcat version 5.5 of  (we would recommend version 7.0) and at least Java 1.6 (i.e. JAVA 6).</span>\r
+       </li>\r
+       <li>Drop the JABAWS WAR file into <span class="hightlight">tomcat/webapps</span> directory.</li>\r
+       <li>(Re)start the Tomcat.</li>\r
+       <li>Once the tomcat has started, it should automatically unpack the WAR into the webapps directory (if it doesn't, then you'll need to do this manually, it's just a zip archive in the end).</li>\r
+       <li> If you are on Mac or other unix-like architecture with GNU compilers available or you'd like to get a maximum performance <br/>\r
+               <span class="hightlight">cd</span> to <span class="hightlight">webapps/jabaws/binaries/src/</span> \r
+               and execute <span class="hightlight">./compilebin.sh</span> script to compile all binaries JABAWS depends on.\r
+       </li>\r
 </ol> \r
 \r
 <h3>Testing</h3>\r