]> mj.ucw.cz Git - libucw.git/blob - WWW/index.html
XTypes: Fixed dump of configuration.
[libucw.git] / WWW / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3         <head>
4                 <title>LibUCW</title>
5                 <meta name="keywords" content="ucw library c">
6                 <link rel="stylesheet" type="text/css" media="screen" href="screen.css">
7                 <link rel="stylesheet" type="text/css" media="print" href="print.css">
8         </head>
9         <body>
10                 <div class="menu">
11                         <div class="logo">
12                                 <p>
13                                 <img src="libucw.png" alt="logo">
14                         </div>
15                         <div class="links">
16                                 <p>
17                                 <a href="#what">What's that?</a>
18                                 <a href="#features">Features</a>
19                                 <a href="#docs">Documentation</a>
20                                 <a href="#download">Download</a>
21                                 <a href="#license">License</a>
22                                 <a href="#authors">Authors</a>
23                                 <a href="#bugs">Reporting bugs</a>
24                                 <a href="#addlib">Extra libraries</a>
25                         </div>
26                 </div>
27                 <div class="main">
28                         <h1>LibUCW</h1>
29                         <div class="section" id="what"><h2>What's that?</h2>
30                                 <p>
31                                         The UCW library aims to provide a set general purpose tools for programming
32                                         in the C language. In other words, to make writing of complex and very efficient
33                                         programs in plain C a pleasure.
34                                 <p>
35                                         It originated as a part of the <a href="/holmes/">Sherlock Holmes</a> search engine,
36                                         but it is now developed separately.
37                                         However, the primary development motivation is still to serve the needs of projects demanding
38                                         both extreme speed and elegance.
39                         </div>
40                         <div class="section" id="features"><h2>Features</h2>
41                                 <ul>
42                                         <li>Fast buffered IO
43                                         <li>Memory pools and other efficient memory allocators
44                                         <li>Generic data structures (e.g., heaps, search trees, growing buffers)
45                                         <li>Internal and external sorting routines
46                                         <li>Event loop (watching over file descriptors, sub-processes, timers, and signals)
47                                         <li>Configuration and logging system
48                                         <li>String routines
49                                         <li>Fast compression and checksums
50                                         <li>Transactions and exceptions
51                                         <li>Build system
52                                         <li>Documentation system
53                                         <li>&hellip; and many more
54                                 </ul>
55                         </div>
56                         <div class="section" id="docs"><h2>Documentation</h2>
57                                 <p>
58                                         You can browse <a href='doc/'>LibUCW documentation</a> online.
59                         </div>
60                         <div class="section" id="download"><h2>Download</h2>
61                                 <p>
62                                         The latest release of LibUCW can be downloaded via <a href="download/">HTTP</a> or <a href="ftp://ftp.ucw.cz/pub/libucw/">FTP</a>.
63                                 <p>
64                                         See the <a href='doc/relnotes.html'>release notes</a> for information on the latest release and recent changes.
65                                 <p>
66                                         The current development version can be checked out from our Git repository at <a href='git://git.ucw.cz/libucw.git'><code>git://git.ucw.cz/libucw.git</code></a>,
67                                         or you can examine the repository through <a href='http://www.ucw.cz/gitweb?p=libucw.git;a=summary'>gitweb</a>.
68                         </div>
69                         <div class="section" id="license"><h2>License</h2>
70                                 <p>
71                                         The library can be distributed and used under the terms of <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser Public License</a> (LGPL),
72                                         either version 2 or any later version. Several modules are in public domain.
73                         </div>
74                         <div class="section" id="authors"><h2>Authors</h2>
75                                 <p>
76                                         Most parts of the library were written by
77                                         <a href='http://mj.ucw.cz'>Martin Mareš</a>,
78                                         <a href="http://www.ucw.cz/~robert/index-en.html">Robert Špalek</a>,
79                                         Pavel Charvát,
80                                         Daniel Fiala,
81                                         Tomáš Gavenčiak,
82                                         Robert Kessl,
83                                         <a href='http://mq.ucw.cz/'>Jan Moskyto Matějka</a>,
84                                         Tomáš Valla
85                                         and <a href="http://vorner.ucw.cz/en/">Michal Vaner</a>.
86                         </div>
87                         <div class="section" id="bugs"><h2>Reporting bugs</h2>
88                                 <p>
89                                         All bug reports, ideas for new features and other wishes are welcome at <a href="mailto:libucw-devel@ucw.cz">libucw-devel@ucw.cz</a>. Patches are welcome even more ;-)
90                                 <p>
91                                         If you use the library to your pleasure, the authors will be glad to hear that at the same address.
92                         </div>
93                         <div class="section" id="addlib"><h2>Extra libraries</h2>
94                                 <p>
95                                         The package also contains several other libraries from the Sherlock Holmes project, which you might find useful.
96                                         So far, they are completely optional and not much documented.
97                                 <ul>
98                                         <li><strong>libucw-charset</strong> &ndash; manipulation of character sets and UniCode categories
99                                         <li><strong>libucw-images</strong> &ndash; manipulation of images
100                                         <li><strong>libucw-xml</strong> &ndash; a lightning fast and flexible XML parser
101                                 </ul>
102                         </div>
103                 </div>
104         </body>
105 </html>