]> mj.ucw.cz Git - libucw.git/commitdiff
Web: Moved one directory up
authorMartin Mares <mj@ucw.cz>
Tue, 21 Feb 2012 16:56:00 +0000 (17:56 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 21 Feb 2012 16:56:00 +0000 (17:56 +0100)
WWW/index.html [new file with mode: 0644]
WWW/libucw.png [new file with mode: 0644]
WWW/libucw.svg [new file with mode: 0644]
WWW/libucw/index.html [deleted file]
WWW/libucw/libucw.png [deleted file]
WWW/libucw/libucw.svg [deleted file]
WWW/libucw/print.css [deleted file]
WWW/libucw/screen.css [deleted file]
WWW/print.css [new file with mode: 0644]
WWW/screen.css [new file with mode: 0644]

diff --git a/WWW/index.html b/WWW/index.html
new file mode 100644 (file)
index 0000000..07ca820
--- /dev/null
@@ -0,0 +1,106 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+       <head>
+               <title>LibUCW</title>
+               <meta name="keywords" content="ucw library c">
+               <link rel="stylesheet" type="text/css" media="screen" href="screen.css">
+               <link rel="stylesheet" type="text/css" media="print" href="print.css">
+       </head>
+       <body>
+               <div class="menu">
+                       <div class="logo">
+                               <p>
+                               <img src="libucw.png" alt="logo">
+                       </div>
+                       <div class="links">
+                               <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>
+                               <a href="#docs">Documentation</a>
+                               <a href="#bugs">Reporting bugs</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 class="nocount">
+                               <p>
+                                       No counters, no frames, no syntax errors.
+                       </div>
+               </div>
+               <div class="main">
+                       <h1>LibUCW</h1>
+                       <div class="section" id="what"><h2>What's that?</h2>
+                               <p>
+                                       <tt>LibUCW</tt> 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.
+                               <p>
+                                       As a bonus, there is a build system you can use in your program, documentation system and few perl modules.
+                               <p>
+                                       It is developed as part of the <a href="/holmes/">Sherlock Holmes</a> search engine.
+                       </div>
+                       <div class="section" id="features"><h2>Features</h2>
+                               <ul>
+                                       <li>Fast buffered IO
+                                       <li>Memory pools
+                                       <li>Internal and external sorting routines
+                                       <li>Generic data structures (heaps, search trees, growing buffers)
+                                       <li>Unicode manipulation
+                                       <li>Main loop (watching over file descriptors, sub-processes and timers)
+                                       <li>Thread support
+                                       <li>Configuration system
+                                       <li>Modular system for <tt>configure</tt> scripts
+                                       <li>Build system
+                                       <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.
+                               <p>
+                                       There is also a commercial version of the library, available with the <a href="/holmes/#license">commercial version of Sherlock Holmes</a>.
+                                       However, unlike the Sherlock Holmes, the commercial version of library does not come with additional features.
+                       </div>
+                       <div class="section" id="authors"><h2>Authors</h2>
+                               <p>
+                                       The library is developed together with Sherlock Holmes by the same authors. Most of it was written by <a href='http://mj.ucw.cz'>Martin Mare¹</a>, <a href="http://www.ucw.cz/~robert/index-en.html">Robert ©palek</a>, Pavel Charvát and <a href="http://vorner.ucw.cz/en/">Michal Vaner</a>.
+                       </div>
+                       <div class="section" id="download"><h2>Download</h2>
+                               <p>
+                                       Currently, version 4.0 is available.
+                               <p>
+                                       You can download it via <a href="download/">HTTP</a> or via <a href="ftp://ftp.ucw.cz/pub/libucw/">FTP</a>.
+                       </div>
+                       <div class="section" id="docs"><h2>Documentation</h2>
+                               <p>
+                                       Although the documentation is not yet complete, you can <a href="documentation">browse</a> the part which is already written. You can compile the same documentation from the package.
+                       </div>
+                       <div class="section" id="bugs"><h2>Reporting bugs</h2>
+                               <p>
+                                       All reports about bugs, inconveniences or ideas for new features are welcome at <a href="mailto:holmes-bugs@ucw.cz">holmes-bugs@ucw.cz</a>. Patches implementing them are welcome even more ;-).
+                               <p>
+                                       If you use the library to your pleasure, the authors will be glad to hear that at the same address.
+                       </div>
+               </div>
+       </body>
+</html>
diff --git a/WWW/libucw.png b/WWW/libucw.png
new file mode 100644 (file)
index 0000000..81229db
Binary files /dev/null and b/WWW/libucw.png differ
diff --git a/WWW/libucw.svg b/WWW/libucw.svg
new file mode 100644 (file)
index 0000000..7ae8f1f
--- /dev/null
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="100"
+   height="100"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="libucw.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/vorner/work/sherlock/free/WWW/libucw/libucw.png"
+   inkscape:export-xdpi="135"
+   inkscape:export-ydpi="135">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="46.177257"
+     inkscape:cy="44.33483"
+     inkscape:document-units="ft"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:window-width="1024"
+     inkscape:window-height="768"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     units="ft" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#fffc86;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 91.632111,18.482677 C 94.160367,18.468412 96.688622,18.454149 99.21688,18.439887 C 88.010894,45.271582 76.804908,72.103279 65.598922,98.934976 C 46.909455,98.934976 28.219989,98.934976 9.5305239,98.934976"
+       id="rect2385" />
+    <path
+       style="fill:#fffc87;fill-opacity:1;fill-rule:nonzero;stroke:#fff987;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 40.705896,1.052287 L 40.705896,1.4527196 C 37.197148,2.0600588 34.505883,5.4714395 34.505883,9.6115321 C 34.505883,13.749541 37.199745,17.160462 40.705896,17.770344 L 40.705896,18.471101 L 97.490141,18.471101 L 97.490141,18.270885 C 95.006762,18.270883 92.963148,14.409973 92.963148,9.6615862 C 92.963148,4.9131997 95.006762,1.052287 97.490141,1.052287 L 40.705896,1.052287 z"
+       id="path3217" />
+    <path
+       style="fill:#fffca2;fill-opacity:1;fill-rule:nonzero;stroke:#fffaa3;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 8.4321839,81.538752 L 8.4321839,81.939185 C 4.9234364,82.546524 2.232171,85.957904 2.232171,90.097997 C 2.232171,94.236006 4.9260329,97.646927 8.4321839,98.25681 L 8.4321839,98.957567 L 65.216429,98.957567 L 65.216429,98.75735 C 62.73305,98.757349 60.689436,94.896438 60.689436,90.148051 C 60.689436,85.399665 62.73305,81.538752 65.216429,81.538752 L 8.4321839,81.538752 z"
+       id="rect3200" />
+    <path
+       style="fill:#421200;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 42.843345,1.052287 C 61.532809,1.052287 80.222271,1.052287 98.911735,1.052287 C 87.705751,27.883982 76.499765,54.715677 65.29378,81.547371 C 46.604316,81.547371 27.914854,81.547371 9.2253904,81.547371"
+       id="rect2383" />
+    <path
+       style="fill:none;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 9.5305223,98.934969 C 2.6851963,99.220835 -1.4092418,90.00852 2.9990563,84.811469 C 4.4722912,82.86411 6.8057918,81.621364 9.2253888,81.547368"
+       id="path3159" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 2.0070416,86.048481 C 13.281888,59.212808 24.556735,32.377134 35.831582,5.5414623"
+       id="path3165" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 35.831582,5.5414623 C 36.807095,2.4006587 39.790196,0.97243756 42.843345,1.052287"
+       id="path3174" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 10.513869,81.547371 C 21.788715,54.711699 33.063562,27.876025 44.338409,1.0403525"
+       id="path3182" />
+    <path
+       style="fill:#421200;fill-opacity:1;fill-rule:nonzero;stroke:#421200;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 45.287816,0.55127545 C 41.265314,0.63700805 37.920174,2.0611688 36.479861,4.1051141 L 35.495732,4.1051141 L 4.5940807,81.538752 L 17.978235,81.538752 L 45.681468,12.163819 L 45.681468,12.113764 L 48.879887,4.1051141 L 45.533849,4.1051141 L 45.287816,0.55127545 z"
+       id="rect3184" />
+    <rect
+       style="fill:#421200;fill-opacity:1;fill-rule:nonzero;stroke:#421200;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3195"
+       width="1.769419"
+       height="1.3199593"
+       x="4.08287"
+       y="81.107735" />
+    <path
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 65.208704,98.757337 L 9.5358146,98.957567"
+       id="path3215" />
+    <path
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:3.24000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 48.076277,33.835008 C 59.504968,63.887046 59.504968,63.887046 59.504968,63.887046 L 59.504968,63.887046"
+       id="path2390"
+       inkscape:transform-center-x="43.881053"
+       inkscape:transform-center-y="-6.4090006" />
+    <path
+       sodipodi:type="star"
+       style="fill:#fffa19;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.08000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3162"
+       sodipodi:sides="5"
+       sodipodi:cx="-49.497475"
+       sodipodi:cy="33.58247"
+       sodipodi:r1="2.9450755"
+       sodipodi:r2="0.96964413"
+       sodipodi:arg1="1.0303768"
+       sodipodi:arg2="1.4433221"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M -47.982246,36.107851 L -49.374205,34.544247 L -51.431024,35.803924 L -50.374086,33.996912 L -52.207703,32.430023 L -50.16252,32.876833 L -49.238939,30.648764 L -49.031884,32.73192 L -46.627463,32.921787 L -48.544678,33.762438 L -47.982246,36.107851 z"
+       transform="translate(92.158853,-5.916237)" />
+    <path
+       sodipodi:type="star"
+       style="fill:#fffa19;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.08000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3164"
+       sodipodi:sides="5"
+       sodipodi:cx="-49.497475"
+       sodipodi:cy="33.58247"
+       sodipodi:r1="2.9450755"
+       sodipodi:r2="0.96964413"
+       sodipodi:arg1="1.0303768"
+       sodipodi:arg2="1.4433221"
+       inkscape:flatsided="false"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="M -47.982246,36.107851 L -49.374205,34.544247 L -51.431024,35.803924 L -50.374086,33.996912 L -52.207703,32.430023 L -50.16252,32.876833 L -49.238939,30.648764 L -49.031884,32.73192 L -46.627463,32.921787 L -48.544678,33.762438 L -47.982246,36.107851 z"
+       transform="translate(93.550482,-14.720055)" />
+  </g>
+</svg>
diff --git a/WWW/libucw/index.html b/WWW/libucw/index.html
deleted file mode 100644 (file)
index 07ca820..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-       <head>
-               <title>LibUCW</title>
-               <meta name="keywords" content="ucw library c">
-               <link rel="stylesheet" type="text/css" media="screen" href="screen.css">
-               <link rel="stylesheet" type="text/css" media="print" href="print.css">
-       </head>
-       <body>
-               <div class="menu">
-                       <div class="logo">
-                               <p>
-                               <img src="libucw.png" alt="logo">
-                       </div>
-                       <div class="links">
-                               <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>
-                               <a href="#docs">Documentation</a>
-                               <a href="#bugs">Reporting bugs</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 class="nocount">
-                               <p>
-                                       No counters, no frames, no syntax errors.
-                       </div>
-               </div>
-               <div class="main">
-                       <h1>LibUCW</h1>
-                       <div class="section" id="what"><h2>What's that?</h2>
-                               <p>
-                                       <tt>LibUCW</tt> 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.
-                               <p>
-                                       As a bonus, there is a build system you can use in your program, documentation system and few perl modules.
-                               <p>
-                                       It is developed as part of the <a href="/holmes/">Sherlock Holmes</a> search engine.
-                       </div>
-                       <div class="section" id="features"><h2>Features</h2>
-                               <ul>
-                                       <li>Fast buffered IO
-                                       <li>Memory pools
-                                       <li>Internal and external sorting routines
-                                       <li>Generic data structures (heaps, search trees, growing buffers)
-                                       <li>Unicode manipulation
-                                       <li>Main loop (watching over file descriptors, sub-processes and timers)
-                                       <li>Thread support
-                                       <li>Configuration system
-                                       <li>Modular system for <tt>configure</tt> scripts
-                                       <li>Build system
-                                       <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.
-                               <p>
-                                       There is also a commercial version of the library, available with the <a href="/holmes/#license">commercial version of Sherlock Holmes</a>.
-                                       However, unlike the Sherlock Holmes, the commercial version of library does not come with additional features.
-                       </div>
-                       <div class="section" id="authors"><h2>Authors</h2>
-                               <p>
-                                       The library is developed together with Sherlock Holmes by the same authors. Most of it was written by <a href='http://mj.ucw.cz'>Martin Mare¹</a>, <a href="http://www.ucw.cz/~robert/index-en.html">Robert ©palek</a>, Pavel Charvát and <a href="http://vorner.ucw.cz/en/">Michal Vaner</a>.
-                       </div>
-                       <div class="section" id="download"><h2>Download</h2>
-                               <p>
-                                       Currently, version 4.0 is available.
-                               <p>
-                                       You can download it via <a href="download/">HTTP</a> or via <a href="ftp://ftp.ucw.cz/pub/libucw/">FTP</a>.
-                       </div>
-                       <div class="section" id="docs"><h2>Documentation</h2>
-                               <p>
-                                       Although the documentation is not yet complete, you can <a href="documentation">browse</a> the part which is already written. You can compile the same documentation from the package.
-                       </div>
-                       <div class="section" id="bugs"><h2>Reporting bugs</h2>
-                               <p>
-                                       All reports about bugs, inconveniences or ideas for new features are welcome at <a href="mailto:holmes-bugs@ucw.cz">holmes-bugs@ucw.cz</a>. Patches implementing them are welcome even more ;-).
-                               <p>
-                                       If you use the library to your pleasure, the authors will be glad to hear that at the same address.
-                       </div>
-               </div>
-       </body>
-</html>
diff --git a/WWW/libucw/libucw.png b/WWW/libucw/libucw.png
deleted file mode 100644 (file)
index 81229db..0000000
Binary files a/WWW/libucw/libucw.png and /dev/null differ
diff --git a/WWW/libucw/libucw.svg b/WWW/libucw/libucw.svg
deleted file mode 100644 (file)
index 7ae8f1f..0000000
+++ /dev/null
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="100"
-   height="100"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="libucw.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/vorner/work/sherlock/free/WWW/libucw/libucw.png"
-   inkscape:export-xdpi="135"
-   inkscape:export-ydpi="135">
-  <defs
-     id="defs4">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="2.8"
-     inkscape:cx="46.177257"
-     inkscape:cy="44.33483"
-     inkscape:document-units="ft"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:object-paths="true"
-     inkscape:object-nodes="true"
-     inkscape:window-width="1024"
-     inkscape:window-height="768"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     units="ft" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       style="fill:#fffc86;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 91.632111,18.482677 C 94.160367,18.468412 96.688622,18.454149 99.21688,18.439887 C 88.010894,45.271582 76.804908,72.103279 65.598922,98.934976 C 46.909455,98.934976 28.219989,98.934976 9.5305239,98.934976"
-       id="rect2385" />
-    <path
-       style="fill:#fffc87;fill-opacity:1;fill-rule:nonzero;stroke:#fff987;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 40.705896,1.052287 L 40.705896,1.4527196 C 37.197148,2.0600588 34.505883,5.4714395 34.505883,9.6115321 C 34.505883,13.749541 37.199745,17.160462 40.705896,17.770344 L 40.705896,18.471101 L 97.490141,18.471101 L 97.490141,18.270885 C 95.006762,18.270883 92.963148,14.409973 92.963148,9.6615862 C 92.963148,4.9131997 95.006762,1.052287 97.490141,1.052287 L 40.705896,1.052287 z"
-       id="path3217" />
-    <path
-       style="fill:#fffca2;fill-opacity:1;fill-rule:nonzero;stroke:#fffaa3;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 8.4321839,81.538752 L 8.4321839,81.939185 C 4.9234364,82.546524 2.232171,85.957904 2.232171,90.097997 C 2.232171,94.236006 4.9260329,97.646927 8.4321839,98.25681 L 8.4321839,98.957567 L 65.216429,98.957567 L 65.216429,98.75735 C 62.73305,98.757349 60.689436,94.896438 60.689436,90.148051 C 60.689436,85.399665 62.73305,81.538752 65.216429,81.538752 L 8.4321839,81.538752 z"
-       id="rect3200" />
-    <path
-       style="fill:#421200;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 42.843345,1.052287 C 61.532809,1.052287 80.222271,1.052287 98.911735,1.052287 C 87.705751,27.883982 76.499765,54.715677 65.29378,81.547371 C 46.604316,81.547371 27.914854,81.547371 9.2253904,81.547371"
-       id="rect2383" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 9.5305223,98.934969 C 2.6851963,99.220835 -1.4092418,90.00852 2.9990563,84.811469 C 4.4722912,82.86411 6.8057918,81.621364 9.2253888,81.547368"
-       id="path3159" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 2.0070416,86.048481 C 13.281888,59.212808 24.556735,32.377134 35.831582,5.5414623"
-       id="path3165" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 35.831582,5.5414623 C 36.807095,2.4006587 39.790196,0.97243756 42.843345,1.052287"
-       id="path3174" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 10.513869,81.547371 C 21.788715,54.711699 33.063562,27.876025 44.338409,1.0403525"
-       id="path3182" />
-    <path
-       style="fill:#421200;fill-opacity:1;fill-rule:nonzero;stroke:#421200;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 45.287816,0.55127545 C 41.265314,0.63700805 37.920174,2.0611688 36.479861,4.1051141 L 35.495732,4.1051141 L 4.5940807,81.538752 L 17.978235,81.538752 L 45.681468,12.163819 L 45.681468,12.113764 L 48.879887,4.1051141 L 45.533849,4.1051141 L 45.287816,0.55127545 z"
-       id="rect3184" />
-    <rect
-       style="fill:#421200;fill-opacity:1;fill-rule:nonzero;stroke:#421200;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3195"
-       width="1.769419"
-       height="1.3199593"
-       x="4.08287"
-       y="81.107735" />
-    <path
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#421200;stroke-width:1.58811033px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 65.208704,98.757337 L 9.5358146,98.957567"
-       id="path3215" />
-    <path
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:3.24000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 48.076277,33.835008 C 59.504968,63.887046 59.504968,63.887046 59.504968,63.887046 L 59.504968,63.887046"
-       id="path2390"
-       inkscape:transform-center-x="43.881053"
-       inkscape:transform-center-y="-6.4090006" />
-    <path
-       sodipodi:type="star"
-       style="fill:#fffa19;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.08000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="path3162"
-       sodipodi:sides="5"
-       sodipodi:cx="-49.497475"
-       sodipodi:cy="33.58247"
-       sodipodi:r1="2.9450755"
-       sodipodi:r2="0.96964413"
-       sodipodi:arg1="1.0303768"
-       sodipodi:arg2="1.4433221"
-       inkscape:flatsided="false"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="M -47.982246,36.107851 L -49.374205,34.544247 L -51.431024,35.803924 L -50.374086,33.996912 L -52.207703,32.430023 L -50.16252,32.876833 L -49.238939,30.648764 L -49.031884,32.73192 L -46.627463,32.921787 L -48.544678,33.762438 L -47.982246,36.107851 z"
-       transform="translate(92.158853,-5.916237)" />
-    <path
-       sodipodi:type="star"
-       style="fill:#fffa19;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.08000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="path3164"
-       sodipodi:sides="5"
-       sodipodi:cx="-49.497475"
-       sodipodi:cy="33.58247"
-       sodipodi:r1="2.9450755"
-       sodipodi:r2="0.96964413"
-       sodipodi:arg1="1.0303768"
-       sodipodi:arg2="1.4433221"
-       inkscape:flatsided="false"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="M -47.982246,36.107851 L -49.374205,34.544247 L -51.431024,35.803924 L -50.374086,33.996912 L -52.207703,32.430023 L -50.16252,32.876833 L -49.238939,30.648764 L -49.031884,32.73192 L -46.627463,32.921787 L -48.544678,33.762438 L -47.982246,36.107851 z"
-       transform="translate(93.550482,-14.720055)" />
-  </g>
-</svg>
diff --git a/WWW/libucw/print.css b/WWW/libucw/print.css
deleted file mode 100644 (file)
index c4e7432..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-div.menu
-{
-       display: none;
-}
diff --git a/WWW/libucw/screen.css b/WWW/libucw/screen.css
deleted file mode 100644 (file)
index c83e5ad..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-body
-{
-       font-family: serif;
-       margin: 0;
-       padding: 0;
-}
-div.menu
-{
-       position: fixed;
-       overflow: auto;
-       top: 0em;
-       bottom: 0em;
-       left: 0em;
-       width: 12em;
-}
-div.menu div.icons,
-div.menu div.links,
-div.menu div.nocount
-{
-       text-align: center;
-       border-color: gray;
-       border-width: 2px;
-}
-div.menu div.logo img
-{
-       margin-left: 4em;
-       width: 4em;
-       height: 4em;
-}
-div.menu div.icons,
-div.menu div.nocount
-{
-       border-bottom-style: solid;
-}
-img
-{
-       border: none;
-       margin-top: 0.5ex;
-}
-div.menu div.nocount p
-{
-       margin-left: 0.5ex;
-       margin-right: 0.5ex;
-}
-div.menu div.links
-{
-       border-bottom-style: solid;
-       border-top-style: solid;
-}
-div.menu a
-{
-       display: block;
-       width: 100%;
-       font-size: 125%;
-       margin-top: 0.5ex;
-       margin-bottom: 0.5ex;
-}
-a
-{
-       text-decoration: none;
-}
-a:hover
-{
-       color: white;
-       background: #08A;
-}
-div.main
-{
-       position: fixed;
-       overflow: auto;
-       top: 0em;
-       bottom: 0em;
-       left: 12em;
-       right: 0em;
-       border-style: solid;
-       border-width: 3px;
-       border-color: #08a;
-}
-div.main div.section
-{
-       margin-left: 1ex;
-       margin-right: 0.6ex;
-}
-h1
-{
-       text-align: center;
-       background: #00FFFF;
-       color: black;
-       margin-top: 0em;
-       padding-top: 0.4em;
-       padding-bottom: 0.4em;
-}
diff --git a/WWW/print.css b/WWW/print.css
new file mode 100644 (file)
index 0000000..c4e7432
--- /dev/null
@@ -0,0 +1,4 @@
+div.menu
+{
+       display: none;
+}
diff --git a/WWW/screen.css b/WWW/screen.css
new file mode 100644 (file)
index 0000000..c83e5ad
--- /dev/null
@@ -0,0 +1,92 @@
+body
+{
+       font-family: serif;
+       margin: 0;
+       padding: 0;
+}
+div.menu
+{
+       position: fixed;
+       overflow: auto;
+       top: 0em;
+       bottom: 0em;
+       left: 0em;
+       width: 12em;
+}
+div.menu div.icons,
+div.menu div.links,
+div.menu div.nocount
+{
+       text-align: center;
+       border-color: gray;
+       border-width: 2px;
+}
+div.menu div.logo img
+{
+       margin-left: 4em;
+       width: 4em;
+       height: 4em;
+}
+div.menu div.icons,
+div.menu div.nocount
+{
+       border-bottom-style: solid;
+}
+img
+{
+       border: none;
+       margin-top: 0.5ex;
+}
+div.menu div.nocount p
+{
+       margin-left: 0.5ex;
+       margin-right: 0.5ex;
+}
+div.menu div.links
+{
+       border-bottom-style: solid;
+       border-top-style: solid;
+}
+div.menu a
+{
+       display: block;
+       width: 100%;
+       font-size: 125%;
+       margin-top: 0.5ex;
+       margin-bottom: 0.5ex;
+}
+a
+{
+       text-decoration: none;
+}
+a:hover
+{
+       color: white;
+       background: #08A;
+}
+div.main
+{
+       position: fixed;
+       overflow: auto;
+       top: 0em;
+       bottom: 0em;
+       left: 12em;
+       right: 0em;
+       border-style: solid;
+       border-width: 3px;
+       border-color: #08a;
+}
+div.main div.section
+{
+       margin-left: 1ex;
+       margin-right: 0.6ex;
+}
+h1
+{
+       text-align: center;
+       background: #00FFFF;
+       color: black;
+       margin-top: 0em;
+       padding-top: 0.4em;
+       padding-bottom: 0.4em;
+}