X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=WWW%2Findex.html;h=3d0e69811b5b8afb5dc37b7ad9f9c7448fd272d2;hb=0053f1a862cd0c2f359a4d12f0fdd35b17d18906;hp=07ca82015a10480595bfe97ed03f98a36ac0559b;hpb=bce72a1b437afb43311e87e98e12f53d447c4d85;p=libucw.git diff --git a/WWW/index.html b/WWW/index.html index 07ca8201..3d0e6981 100644 --- a/WWW/index.html +++ b/WWW/index.html @@ -16,91 +16,90 @@

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

-

- Valid HTML 4.01! - Valid CSS! - Best viewed with any browser. - -

-
-

- No counters, no frames, no syntax errors. + Extra libraries

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. -

- As a bonus, there is a build system you can use in your program, documentation system and few perl modules. + 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.

- 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. + However, the primary development motivation is still to serve the needs of projects demanding + both extreme speed and elegance.

Features

-

Additional libraries

+

Documentation

- 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. -

    -
  • libcharset – allows manipulation with character sets. -
  • libsh – the Sherlock Holmes library. It contains some routines for storing large amounts of data and alike. -
  • liblang – guessing of text language. -
  • libimages – manipulation with images. -
+ You can browse LibUCW documentation online.
-

License

+

Download

- The library is available under the terms of GNU Lesser Public License (LGPL) with the exception of few modules, which are in public domain. + The latest release of LibUCW can be downloaded via HTTP or FTP.

- 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. -

-

Authors

+ See the release notes for information on the latest release and recent changes.

- 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. + 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.

-

Download

-

- Currently, version 4.0 is available. +

License

- You can download it via HTTP or via FTP. + 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.

-

Documentation

+

Authors

- 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. + Most parts of the library were written by + Martin Mareš, + Robert Špalek, + Pavel Charvát, + Daniel Fiala, + Tomáš Gavenčiak, + Robert Kessl, + Jan Moskyto Matějka, + Tomáš Valla + and Michal Vaner.

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. +

    +
  • libucw-charset – manipulation of character sets and UniCode categories +
  • libucw-images – manipulation of images +
  • libucw-xml – a lightning fast and flexible XML parser +
+