]> mj.ucw.cz Git - libucw.git/commitdiff
Mention other libraries in libucw webpage
authorMichal Vaner <vorner@ucw.cz>
Tue, 18 Nov 2008 14:52:13 +0000 (15:52 +0100)
committerMichal Vaner <vorner@ucw.cz>
Tue, 18 Nov 2008 14:52:13 +0000 (15:52 +0100)
free/WWW/libucw/index.html

index 6e6b3591bfdf3c5680dcb48a4765c9ced949f0ac..cf1bbafe2102d7a65d99d504a7195b3723633aa6 100644 (file)
@@ -16,6 +16,7 @@
                                <p>
                                <a href="#what">What's that?</a>
                                <a href="#features">Features</a>
+                               <a href="#addlib">Additional libraries</a>
                                <a href="#license">License</a>
                                <a href="#authors">Authors</a>
                                <a href="#download">Download</a>
                                        <li>Documentation system
                                </ul>
                        </div>
+                       <div class="section" id="addlib"><h2>Additional libraries</h2>
+                               <p>
+                                       The package contains few other libraries which you might find useful.
+                                       You can build &amp; install libUCW with them or without.
+                                       However they are not documented and are more specific.
+                               <ul>
+                                       <li><strong>libcharset</strong> &ndash; allows manipulation with character sets.
+                                       <li><strong>libsh</strong> &ndash; the <a href='/holmes'>Sherlock Holmes</a> library. It contains some routines for storing large amounts of data and alike.
+                                       <li><strong>liblang</strong> &ndash; guessing of text language.
+                                       <li><strong>libimages</strong> &ndash; manipulation with images.
+                               </ul>
+                       </div>
                        <div class="section" id="license"><h2>License</h2>
                                <p>
                                        The library is available under the terms of <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser Public License</a> (LGPL) with the exception of few modules, which are in public domain.