X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=31277b8d94712761bc6d029edfe0ca1e4141bbac;hb=9f9212a6430077d4cbe809cfa409b1a621d7f388;hp=13205f5ae8186a098f2d9553c3ad67416ad6c1bc;hpb=bb560c052bb8360514291312f47fd247990fe017;p=svjatoslav_commons.git diff --git a/doc/index.org b/doc/index.org index 13205f5..31277b8 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,35 +1,28 @@ #+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. +* General +- This program is free software: released under Creative Commons Zero + (CC0) license - Program author: - Svjatoslav Agejenko - - Homepage: http://svjatoslav.eu + - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +** Source code +- [[https://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] -* Library contents -- Commandline Interface helper - : eu.svjatoslav.commons.commandline.CLIHelper +- [[https://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=summary][Browse Git repository online]] + +- Clone Git repository using command: + : git clone https://www2.svjatoslav.eu/git/svjatoslav_commons.git -- Commandline arguments parser and validator. - : eu.svjatoslav.commons.commandline.parameterparser +- See [[https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/][JavaDoc]]. + +* Library contents +- See [[https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/][JavaDoc]]. - Bit input and output streams. : eu.svjatoslav.commons.data.BitInputStream @@ -81,7 +74,7 @@ Maven pom.xml file snippet: eu.svjatoslav svjatoslavcommons - 1.7 + 1.9 ...