X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;fp=doc%2Findex.org;h=4d7cb24e375b7a51a4662b1d798de00a299209b0;hb=52baa8a3ff6c681d771b6ed4037c354eb8a69e6b;hp=0000000000000000000000000000000000000000;hpb=f2bc2ad60540342a665981fffd8c140415d33e1b;p=svjatoslav_commons.git diff --git a/doc/index.org b/doc/index.org new file mode 100644 index 0000000..4d7cb24 --- /dev/null +++ b/doc/index.org @@ -0,0 +1,58 @@ +#+TITLE: Svjatoslav Commons - Java library of commonly used functions + +----- +- [[http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] + +- This program is free software; you can redistribute it and/or modify + it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public + License]] or later as published by the Free Software Foundation. + +- Program author: + - Svjatoslav Agejenko + - Homepage: http://svjatoslav.eu + - Email: mailto://svjatoslav@svjatoslav.eu + +- [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] + +* General +Library contains: +- Wildcards matcher. (?, *) + +- Commandline arguments parser and validator. + +- File path parser. + +- Graphical error dialog. + - Reusable graphical dialog to capture and show program exceptions + and associated program call stack traceback. + +- Primitive URL parameters encoder / decoder. + + +* Usage +Instructions to embed svjatoslav-commons in your project as a library: + +Maven pom.xml file snippet: + +#+BEGIN_SRC xml + + ... + + eu.svjatoslav + svjatoslavcommons + 1.4 + + ... + + + + + ... + + svjatoslav.eu + Svjatoslav repository + http://www2.svjatoslav.eu/maven/ + + ... + +#+END_SRC