X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=WWW%2Findex.html;h=582b7d6fefd19753b474a5ec05a326614aabd17c;hb=2a97a3c705846855ca3b12f408426314c72d37bd;hp=07ca82015a10480595bfe97ed03f98a36ac0559b;hpb=bce72a1b437afb43311e87e98e12f53d447c4d85;p=libucw.git diff --git a/WWW/index.html b/WWW/index.html index 07ca8201..582b7d6f 100644 --- a/WWW/index.html +++ b/WWW/index.html @@ -16,12 +16,11 @@

What's that? Features - Additional libraries License Authors Download - Documentation Reporting bugs + Extra libraries

@@ -30,77 +29,71 @@ Best viewed with any browser.

-
-

- No counters, no frames, no syntax errors. -

LibUCW

What's that?

- LibUCW is a general-purpose C library providing both implementation of common algorithms (like sorting, heaps), - support for performance computing (fast buffered IO) and some generic data structures. - In short, it is a library of things the authors consider useful in most of programs written in C. + The UCW library aims to provide a set general purpose tools for programming + in the C language. In other words, to make writing of complex and very efficient + programs in plain C a pleasure.

- As a bonus, there is a build system you can use in your program, documentation system and few perl modules. -

- It is developed as part of the Sherlock Holmes search engine. + It originated as a part of the Sherlock Holmes search engine, + but it is now developed separately.

Features

-
-

Additional libraries

-

- The package contains few other libraries which you might find useful. - You can build & install libUCW with them or without. - However they are not documented and are more specific. -

License

- The library is available under the terms of GNU Lesser Public License (LGPL) with the exception of few modules, which are in public domain. -

- There is also a commercial version of the library, available with the commercial version of Sherlock Holmes. - However, unlike the Sherlock Holmes, the commercial version of library does not come with additional features. + The library can be distributed and used under the terms of GNU Lesser Public License (LGPL), + either version 2 or any later version. Several modules are in public domain.

Authors

- The library is developed together with Sherlock Holmes by the same authors. Most of it was written by Martin Mare¹, Robert ©palek, Pavel Charvát and Michal Vaner. + Most parts of the library were written by + Martin MareÅ¡, + Robert Å palek, + Pavel Charvát, + and Michal Vaner.

Download

- Currently, version 4.0 is available. + The latest release of LibUCW is version 5.0 (see release notes and online documentation).

- You can download it via HTTP or via FTP. -

-

Documentation

+ It can be downloaded via HTTP or FTP.

- Although the documentation is not yet complete, you can browse the part which is already written. You can compile the same documentation from the package. + The current development version can be checked out from our Git repository at git://git.ucw.cz/libucw.git, + or you can examine the repository through gitweb.

Reporting bugs

- All reports about bugs, inconveniences or ideas for new features are welcome at holmes-bugs@ucw.cz. Patches implementing them are welcome even more ;-). + All bug reports, ideas for new features and other wishes are welcome at libucw-devel@ucw.cz. Patches are welcome even more ;-)

If you use the library to your pleasure, the authors will be glad to hear that at the same address.

+

Extra libraries

+

+ The package also contains several other libraries from the Sherlock Holmes project, which you might find useful. + So far, they are completely optional and not much documented. +

+