<p>
<a href="#what">What's that?</a>
<a href="#features">Features</a>
+ <a href="#docs">Documentation</a>
+ <a href="#download">Download</a>
<a href="#license">License</a>
<a href="#authors">Authors</a>
- <a href="#download">Download</a>
<a href="#bugs">Reporting bugs</a>
<a href="#addlib">Extra libraries</a>
</div>
- <div class="icons">
- <p>
- <a href="http://validator.w3.org/check/referer"><img src="/holmes/valid-html401.png" alt="Valid HTML 4.01!" width=88 height=31></a>
- <a href="http://jigsaw.w3.org/css-validator/"><img src="/holmes/vcss.png" alt="Valid CSS!" width=88 height=31></a>
- <a href="http://www.anybrowser.org/campaign/"><img src="/holmes/anybrowser.png" width=88 height=31 alt="Best viewed with any browser."></a>
-
- </div>
</div>
<div class="main">
<h1>LibUCW</h1>
<div class="section" id="features"><h2>Features</h2>
<ul>
<li>Fast buffered IO
- <li>Memory pools
- <li>Internal and external sorting routines
+ <li>Memory pools and other efficient memory allocators
<li>Generic data structures (e.g., heaps, search trees, growing buffers)
- <li>Very efficient memory allocators
+ <li>Internal and external sorting routines
<li>Event loop (watching over file descriptors, sub-processes, timers, and signals)
<li>Configuration and logging system
- <li>Modular system for <tt>configure</tt> scripts
<li>String routines
- <li>Various character and data types encoding and conversion
<li>Fast compression and checksums
+ <li>Transactions and exceptions
<li>Build system
<li>Documentation system
<li>… and many more
</ul>
</div>
+ <div class="section" id="docs"><h2>Documentation</h2>
+ <p>
+ You can browse <a href='doc/'>LibUCW documentation</a> online.
+ </div>
+ <div class="section" id="download"><h2>Download</h2>
+ <p>
+ 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>.
+ <p>
+ See the <a href='doc/relnotes.html'>release notes</a> for information on the latest release and recent changes.
+ <p>
+ 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>,
+ or you can examine the repository through <a href='http://www.ucw.cz/gitweb?p=libucw.git;a=summary'>gitweb</a>.
+ </div>
<div class="section" id="license"><h2>License</h2>
<p>
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),
Pavel Charvát,
Daniel Fiala,
Tomáš Gavenčiak,
+ Robert Kessl,
<a href='http://mq.ucw.cz/'>Jan Moskyto Matějka</a>,
Tomáš Valla
and <a href="http://vorner.ucw.cz/en/">Michal Vaner</a>.
</div>
- <div class="section" id="download"><h2>Download</h2>
- <p>
- The latest release of LibUCW is version 6.0 (see <a href='doc/relnotes.html'>release notes</a> and <a href='doc/'>online documentation</a>).
- <p>
- It can be downloaded via <a href="download/">HTTP</a> or <a href="ftp://ftp.ucw.cz/pub/libucw/">FTP</a>.
- <p>
- 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>,
- or you can examine the repository through <a href='http://www.ucw.cz/gitweb?p=libucw.git;a=summary'>gitweb</a>.
- </div>
<div class="section" id="bugs"><h2>Reporting bugs</h2>
<p>
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 ;-)