get the html header comment right!
[jalview.git] / utils / jalopy / docs / features.html
index 13782b1..62e881d 100755 (executable)
  * PURPOSE.  See the GNU General Public License for more details.
  * 
  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
---!>
-    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-  <html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Jalopy - Feature list</title><link rel="stylesheet" href="site.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><meta name="keywords" content="Java, convention, source, code, formatter, beautifier, pretty, printer, format, beautify, layout, coding, open, style, standard, transform, parser, Sun, ANTLR, Ant, Eclipse, JBuilder, NetBeans, jEdit, jakarta, JDeveloper, generator, generation, JDE, maven">
-      <meta name="description" content="Jalopy Java Source Code Formatter Beautifier Pretty Printer"> 
-      <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://jalopy.sf.net" r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://jalopy.sf.net" r (n 0 s 0 v 0 l 0))'> 
-    </head><body id="toppage" bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table width="700" border="0" cellpadding="0" cellspacing="0" align="center"><tbody><tr><td><table cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #336699"><tbody><tr><td height="16"></td></tr><tr><td bgcolor="#3399cc" height="1"></td></tr><tr style="border:none"><td style="border:none"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td class="logo">JALOPY</td><td class="sublogo" valign="bottom">Java Source Code Formatter Beautifier Pretty Printer</td></tr></tbody></table></td></tr><tr><td bgcolor="#3399cc" height="1"></td></tr><tr><td height="10"></td></tr><tr><td bgcolor="#ff8000" height="4"></td></tr><tr><td height="20" bgcolor="#336699" style="color:#ffffff;padding-left:10px"><a href="./index.html" class="navlink">Overview</a> &#149;
-                    <a href="./download.html" class="navlink">Download</a> &#149;
-                    <a href="./docs.html" class="navlink">Documentation</a> &#149;
-                    <a href="./plugins.html" class="navlink">Plug-ins</a> &#149;
-                    <a href="./links.html" class="navlink">Links</a> &#149;
-                    <a href="./contact.html" class="navlink">Contact</a></td></tr><tr><td height="1" bgcolor="#ffffff"></td></tr></tbody></table><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td height="20" bgcolor="#faebd7" style="padding-left:15px"><a href="./features.html" class="navlink2">Features</a> |
-                        <a href="./history.html" class="navlink2">History</a> |
-                        <a href="./manual.html" class="navlink2">Manual</a> |
-                        <a href="./faq.html" class="navlink2">FAQ</a> |
-                        <a href="./api/index.html" class="navlink2">Javadoc</a></td></tr></tbody></table></td></tr><tr><td height="20" bgcolor="#ffffff"></td></tr><tr><td bgcolor="#eeeecc" height="17" align="right" style="font-size:10px;padding-right:3px">
-            This page generated: <strong>June 8 2004</strong></td></tr><tr valign="top"><td valign="top" bgcolor="#ffffff"><table border="0" width="100%" cellspacing="0" cellpadding="5"><tbody><tr><td><div class="article" lang="en"><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="featurelist"></a>Feature list</h2></div></div><div></div></div><div class="itemizedlist"><ul type="square"><li style="list-style-type: square">
-distributed settings support - share one code convention across multiple machines/platforms
-</li><li style="list-style-type: square">
-easy switching between several code conventions
-</li><li style="list-style-type: square">
-several pre-configured brace styles (C, Sun, GNU), but fully user-configurable
-</li><li style="list-style-type: square">
-auto-insertion/removal of obsolete braces
-</li><li style="list-style-type: square">
-special empty braces handling
-</li><li style="list-style-type: square">
-wide range of whitespace options for method declarations/calls, brackets, parentheses, operators, delimeters...
-</li><li style="list-style-type: square">
-prepending of leading whitespace before every line
-</li><li style="list-style-type: square">
-powerful indentation/alignment capabilities
-</li><li style="list-style-type: square">
-configurable line wrapping
-</li><li style="list-style-type: square">
-controlable amount of blank lines between certain sections, blocks, statements...
-</li><li style="list-style-type: square">
-comment removal for all sorts of comments
-</li><li style="list-style-type: square">
-special comments to prohibit formatting for certain pieces of code
-(uses the Jindent syntax to retain backward compatibility)
-</li><li style="list-style-type: square">
-auto-insertion of missing Javadoc comments (selectively configurable for the
-different access levels) with variable interpolation
-</li><li style="list-style-type: square">
-auto-removal/insertion/correction of obsolete/missing/wrong Javadoc standard tags
-</li><li style="list-style-type: square">
-auto-insertion of parentheses around expressions to make operator precedence obvious
-</li><li style="list-style-type: square">
-auto-insertion of a serial version UID for serializable classes
-</li><li style="list-style-type: square">
-sorting of class/interface/variable/constructor/method declarations
-</li><li style="list-style-type: square">
-sorting of access modifiers
-</li><li style="list-style-type: square">
-insertion of separation comments between class/interface/variable/constructor/method declarations
-</li><li style="list-style-type: square">
-insertion of custom header/footer templates at the begin/end of every file (with variable interpolation)
-</li><li style="list-style-type: square">
-sorting/grouping of import declarations
-</li><li style="list-style-type: square">
-import optimization: expansion of on-demand import declarations to several
-single-type declarations (and vice versa). As of today only implemented for
-the Ant and JBuilder Plug-in
-</li><li style="list-style-type: square">
-configurable message output
-</li><li style="list-style-type: square">
-numbered backups (1-30)
-</li><li style="list-style-type: square">
-multi-processor support
-</li><li style="list-style-type: square">
-client <a href="./api/index.html" target="_top">API</a> to make integration with other tools easy
-</li><li style="list-style-type: square">
-graphical application to customize the settings (with live-preview)
-</li><li style="list-style-type: square">
-powerful command line interface with regular expression filtering (<a href="./plugins.html" target="_top">Console Plug-in</a>)
-</li><li style="list-style-type: square">
-several <a href="./plugins.html" target="_top">Plug-ins</a> to integrate with common Java applications (current set includes
-<a href="./plugin-ant.html" target="_top">Ant</a>,
-<a href="./plugin-eclipse.html" target="_top">Eclipse</a>,
-<a href="./plugin-jbuilder.html" target="_top">JBuilder</a>,
-<a href="./plugin-jdev.html" target="_top">JDeveloper</a>,
-<a href="./plugin-jedit.html" target="_top">jEdit</a> and
-<a href="./plugin-netbeans.html" target="_top">NetBeans</a>/Sun ONE Studio)
-</li><li style="list-style-type: square">
-"<span class="bold"><b><a href="http://opensource.org/docs/certification_mark.php" target="_top">OSI Certified Open Source Software</a></b></span>"
- software, released under a <a href="./license-bsd.html" target="_top">BSD License</a></li></ul></div></div></div></td></tr><tr><td height="20"></td></tr></tbody></table></td></tr><tr><td bgcolor="#eeeecc" height="17" style="font-size:9px;padding-left:5px"><a href="#toppage">to top</a></td></tr><tr><td height="30"><br></td></tr><tr><td height="3"></td></tr><tr><td bgcolor="#336699" height="1"></td></tr><tr><td height="1"></td></tr><tr><td bgcolor="#336699" height="16"></td></tr><tr><td bgcolor="#ff9966" height="4"></td></tr><tr><td class="footer" align="center" height="15" valign="middle">
-            Copyright &copy; 2001-2002, <a class="footer" href="./contact.html">Marco Hunsicker</a>. All rights reserved. Hosted by <a href="http://sourceforge.net">SourceForge.net</a></td></tr></tbody></table><img src="http://sourceforge.net/sflogo.php?group_id=45216&amp;type=1" width="1" height="1" border="0" hspace="0" vspace="0" alt=""></body></html>
+-->