README

changeset 1198
d73620697593
parent 760
52e49533e7b4
--- a/README	Tue Feb 11 21:37:12 2025 +0100
+++ b/README	Tue Feb 11 21:40:48 2025 +0100
@@ -4,8 +4,8 @@
 
 0. Table of Contents:
 
-  1. Introduction  ........................................................ 15
-  2. Build  ............................................................... 25
+  1. Introduction  ........................................................ 14
+  2. Build  ............................................................... 22
   3. Documentation  ....................................................... 44
   4. Contact  ............................................................. 57
   5. License  ............................................................. 64
@@ -15,12 +15,9 @@
 ---------------
 
 With this library we provide useful data structures and algorithms for common
-programmatic tasks in the C language. By design the features are divided into
-modules to minimize the library footprint. Using the build files you can create
-a static and a shared lib containing all modules, but you may also use the UCX
-sources in your project and compile specific modules by yourself to further
-minimize the footprint, e.g. when you need lists, but do not need hash maps.
-
+programmatic tasks in the C language. Using the build files you can create
+a static and a shared lib containing all units, but you may also use the UCX
+sources in your project and compile specific units by yourself.
 
 2. Build
 --------
@@ -41,17 +38,20 @@
     make check                 # only available when built with tests
     sudo make install
 
+For Windows builds there is Visual Studio Solution available in the msvc
+directory.
+
 3. Documentation
 ----------------
 
 Documentation is available at:
 
-  https://develop.uap-core.de/ucx/index.html
+  https://ucx.sourceforge.io
 
 The code uses doxygen source code documentation. A html version of the
 documentation is also available here:
 
-  https://develop.uap-core.de/ucx/api/index.html
+  https://ucx.sourceforge.io/api/
 
 
 4. Contact
@@ -64,7 +64,7 @@
 5. License
 ----------
 
-Copyright 2023 Mike Becker, Olaf Wintermann All rights reserved.
+Copyright 2025 Mike Becker, Olaf Wintermann All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

mercurial