[cl-syslog-cvs] CVS update: public_html/index.html
Erik Enge
eenge at common-lisp.net
Mon Nov 24 23:30:19 UTC 2003
Update of /project/cl-syslog/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv7595
Modified Files:
index.html
Log Message:
andreas fuchs tested under freesbsd and found to work
Date: Mon Nov 24 18:30:18 2003
Author: eenge
Index: public_html/index.html
diff -u public_html/index.html:1.4 public_html/index.html:1.5
--- public_html/index.html:1.4 Sat Nov 22 19:17:33 2003
+++ public_html/index.html Mon Nov 24 18:30:18 2003
@@ -10,9 +10,8 @@
<div class="body">
<p>cl-syslog is a Common Lisp library that provides access to
- the syslog logging facility under Unix. It has currently only
- been tested under Linux. The code was taken from <a
- href="http://alpha.onshored.com/">OnShore's ODCL</a> and has
+ the syslog logging facility under Unix. The code was taken from
+ <a href="http://alpha.onshored.com/">OnShore's ODCL</a> and has
been enhanced to include an ASDF system, conditions, options to
openlog(3) and it now uses <a
href="http://uffi.b9.com/">UFFI</a> instead of <a
@@ -27,6 +26,18 @@
<li>Version 0.9.1 released (small bugfix)</li>
</div>
+ <h2>Platforms</h2>
+
+ <p>The code has been tested under the following platforms but it
+ expected to work on others with little or no changes. Reports
+ on other Unices where it works is greatly appreciated.</p>
+
+ <div class="level">
+ <li>Linux 2.4.x</li>
+ <li>FreeBSD 5.1</li>
+ </div>
+
+
<h2>Features</h2>
<div class="level">
<ul>
More information about the Cl-syslog-cvs
mailing list