X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=2e52a06992d9fdac5b60088136ac59d200b9d11f;hb=f097ecc7b13c2ff6d51342168718348119d7dfdb;hp=4d7cb24e375b7a51a4662b1d798de00a299209b0;hpb=52baa8a3ff6c681d771b6ed4037c354eb8a69e6b;p=svjatoslav_commons.git diff --git a/doc/index.org b/doc/index.org index 4d7cb24..2e52a06 100644 --- a/doc/index.org +++ b/doc/index.org @@ -12,22 +12,48 @@ - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] + +* (document settings) :noexport: +** use dark style for TWBS-HTML exporter +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: " +#+HTML_HEAD: * General Library contains: -- Wildcards matcher. (?, *) +- Commandline Interface helper - Commandline arguments parser and validator. +- Bit input and output streams. + +- Slightly enhanced data input and output streams. + +- Byte array to HEX string converter. + +- Utility that tries to quess user desktop directory. + - File path parser. +- File IO helper. + - Graphical error dialog. - Reusable graphical dialog to capture and show program exceptions and associated program call stack traceback. -- Primitive URL parameters encoder / decoder. +- Primitive and simple component to add navigation menus to the web + sites. + +- String tokenizer. +- Improved String, optimized for dealing with prefixes and suffixes. + +- Wildcards matcher. (?, *) * Usage Instructions to embed svjatoslav-commons in your project as a library: @@ -40,7 +66,7 @@ Maven pom.xml file snippet: eu.svjatoslav svjatoslavcommons - 1.4 + 1.5 ...