Changed license to LGPLv3 or later.
[svjatoslav_commons.git] / doc / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta
5     http-equiv="Content-Type"
6     content="text/html; charset=UTF-8">
7 <title>Svjatoslav Commons</title>
8 </head>
9 <body>
10     <h1>Svjatoslav Commons - Java library of commonly used functions</h1>
11     <a href="http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz">Download</a>
12     &nbsp;&nbsp;
13     <a href="http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html">Online homepage</a>
14     &nbsp;&nbsp;
15     <a href="http://svjatoslav.eu/programs.jsp">Other applications hosted on svjatoslav.eu</a>
16     <pre>
17 <b>Library author:</b>
18     Svjatoslav Agejenko
19     Homepage: <a href="http://svjatoslav.eu">http://svjatoslav.eu</a>
20     Email: <a href="mailto:svjatoslav@svjatoslav.eu">svjatoslav@svjatoslav.eu</a>
21
22 This software is distributed under <a href="http://www.gnu.org/copyleft/lesser.html">GNU LESSER GENERAL PUBLIC LICENSE version 3 or later</a>.
23
24
25 Library contains:
26     * Wildcards matcher.
27         (?, *)
28         
29     * Commandline arguments parsing, validating, help generating library. 
30    
31     * File path parser.
32    
33     * Graphical error dialog.
34     
35         Reusable graphical dialog to capture and show program exceptions
36         and associated program call stack traceback.
37
38     * Primitive URL parameters encoder / decoder.
39
40 <a href="usage.html">Instructions to embed svjatoslav-commons in your project as a library.</a>  
41
42 </pre>
43 </body>
44 </html>