From: Martin Mares Date: Thu, 30 Oct 2008 22:39:49 +0000 (+0100) Subject: Doc: Improved the title page. X-Git-Tag: holmes-import~227^2~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=677521e69460e88cc024bf89941bf207d79ceb7f;p=libucw.git Doc: Improved the title page. --- diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 18559cc4..99b9e607 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -1,18 +1,16 @@ -UCW libraries -============= +The UCW library +=============== -The UCW libraries aim to provide some general purpose tools for C -programming language. It contains faster implementations of some -algorithms found in libc (for example, sorting), few commonly used not -available in libc (sha1 hash), several generic data structures (hash -tables, binomial heap) and some less common tools (memory pools). +The UCW library aims to provide a set general purpose tools for programming +in the C language. It contains generic data structures (lists, trees, hash +tables etc.), fast memory allocators optimized for various usage patterns, +abstract I/O streams and optimized implementations of some common algorithms +(e.g., sorting of arrays and files). -It is probable you may save yourself some time by using this library. +Please note that this documentation is not yet complete. Many modules are +not described, so you might need to look into the source code. -Please note this documentation is not yet complete. There are lot of -modules not yet described, look into the source code. - -You can see list of <>. +You can see the index of <>. Modules ------- @@ -26,3 +24,15 @@ Modules Other features -------------- - <> + +License +------- +The UCW library is copyrighted by its authors: + +- Pavel Charvát +- Martin Mareš +- Robert Špalek +- Michal Vaner + +It can be freely distributed and used according to the terms of +the GNU Lesser General Public License.