Updated documentation theme, version number and fixed broken link.
[svjatoslav_commons.git] / doc / index.org
index 4d7cb24..2e52a06 100644 (file)
   - 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: <link href="https://bootswatch.com/darkly/bootstrap.min.css" rel="stylesheet">
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
+#+HTML_HEAD: <style type="text/css">
+#+HTML_HEAD:   footer {background-color: #111 !important;}
+#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
+#+HTML_HEAD: </style>
 
 * 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:
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>svjatoslavcommons</artifactId>
-        <version>1.4</version>
+        <version>1.5</version>
     </dependency>
     ...
 </dependencies>