From e6d3929b119dfd10cd83a932cc3337ffb9a04b97 Mon Sep 17 00:00:00 2001 From: yaworsky Date: Mon, 17 Oct 2005 19:22:16 +0000 Subject: Added to CVS. --- doc/src/intro.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 doc/src/intro.xml (limited to 'doc/src/intro.xml') diff --git a/doc/src/intro.xml b/doc/src/intro.xml new file mode 100644 index 0000000..0afbf96 --- /dev/null +++ b/doc/src/intro.xml @@ -0,0 +1,58 @@ +
+ What's this + +This is an implementation of syslog daemon and client for native win32 platform. +It complies to RFC 3164, +The BSD Syslog Protocol. + +
+ +
+ What for + +Maybe you are: + + + +porting existing UNIX software to native win32 platform; + + + + +writing portable software; + + + + +writing pure windows software but understanding that EventLog sucks and looking for an alternative. + + + +I hope that in any of these cases this stuff will be useful for you. + + +Of course, you may just use the daemon as the network message collector. +But in this case you better look at UNIX. + +
+ +
+ Legal issues + +The source code of the daemon and the client library IS NOT COPYRIGHTED +and is offered for use in the public domain. +You may use, modify or distribute it freely. + + +However, the project includes syslog header file, logger utility and the test based on it. +This stuff is distributed under the +BSD license. + + +The daemon uses Glib, +libiconv and +libintl +libraries and the binary distribution includes them under the +LGPL license. + +
-- cgit v1.2.3