Initial revision
[egate.git] / res+log / README
diff --git a/res+log/README b/res+log/README
new file mode 100644 (file)
index 0000000..ca62fdb
--- /dev/null
@@ -0,0 +1,31 @@
+Wed Dec 14 1994
+
+Resource management + logging system, Europagate 1994
+
+File           Description
+
+Makefile       Makefile - use 'make all' / 'make clean'
+gw-res.c       Resource management - implementation.
+gw-resp.h      Resource management - private header file.
+gw-res.h       Resource management - public header file.
+gw-log.c       Logging system - implementation.
+gw-log.h       Logging system - public header file.
+gw-log-test.c  Small test example that uses the logging system.
+gw-res-test.c  Small interactive test program that uses the resources.
+*.res          Some resource files.
+
+A 'make all' will create:
+
+libres+log.a   Library with logging+resource functions.
+gw-log-test    Small test program that uses the logging system. 
+gw-res-test    Small test program that uses both logging+resource.
+               Starting the program with no parameters will invoke
+               a small interactive resource management shell.
+
+Normal applications should include gw-res.h and gw-log.h. Link
+with the library libres+log.a.
+
+The API is described in gw-res.h and gw-log.h.
+
+Adam Dickmeiss
+