From 658a327bbd91e72011e0cc9554222daddca175c3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 22 Jun 2014 16:51:50 +0200 Subject: [PATCH] Updated web pages for the new release --- WWW/index.html | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/WWW/index.html b/WWW/index.html index a3ed009a..3d0e6981 100644 --- a/WWW/index.html +++ b/WWW/index.html @@ -16,19 +16,13 @@

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

-

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

LibUCW

@@ -46,21 +40,32 @@

Features

  • Fast buffered IO -
  • Memory pools -
  • Internal and external sorting routines +
  • Memory pools and other efficient memory allocators
  • Generic data structures (e.g., heaps, search trees, growing buffers) -
  • Very efficient memory allocators +
  • Internal and external sorting routines
  • Event loop (watching over file descriptors, sub-processes, timers, and signals)
  • Configuration and logging system -
  • Modular system for configure scripts
  • String routines -
  • Various character and data types encoding and conversion
  • Fast compression and checksums +
  • Transactions and exceptions
  • Build system
  • Documentation system
  • … and many more
+

Documentation

+

+ You can browse LibUCW documentation online. +

+

Download

+

+ The latest release of LibUCW can be downloaded via HTTP or FTP. +

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

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

License

The library can be distributed and used under the terms of GNU Lesser Public License (LGPL), @@ -74,19 +79,11 @@ Pavel Charvát, Daniel Fiala, Tomáš Gavenčiak, + Robert Kessl, Jan Moskyto Matějka, Tomáš Valla and Michal Vaner.

-

Download

-

- The latest release of LibUCW is version 6.0 (see release notes and online documentation). -

- It can be downloaded via HTTP or FTP. -

- 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 bug reports, ideas for new features and other wishes are welcome at libucw-devel@ucw.cz. Patches are welcome even more ;-) -- 2.39.5