Update of /project/cl-syslog/cvsroot/public_html In directory clnet:/tmp/cvs-serv21944
Modified Files: index.html Log Message: Updated site after migration from UFFI to CFFI.
--- /project/cl-syslog/cvsroot/public_html/index.html 2006/08/29 13:58:06 1.9 +++ /project/cl-syslog/cvsroot/public_html/index.html 2006/11/28 19:47:40 1.10 @@ -13,9 +13,13 @@ 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/%22%3EUFFI</a> instead of <a - href="http://www.cons.org/cmucl/%22%3ECMUCL</a>-specific FFI code. + openlog(3) and <a href="http://uffi.b9.com/">UFFI</a> instead of + <a href="http://www.cons.org/cmucl/">CMUCL</a>-specific FFI code. + UFFI has now been exchanged with + <a href="http://common-lisp.net/project/cffi/">CFFI</a>. + + +
<p>The code is released under a <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cl-syslog/LICENSE?rev=HEAD&cvsroot=cl-syslog&content-type=text/vnd.viewcvs-markup">BSD @@ -23,6 +27,7 @@
<h2>News</h2> <div class="level"> + <li>2006-11-28: CVS-version has migrated from UFFI to CFFI</li> <li>Version 0.9.1 released (small bugfix)</li> </div>
@@ -33,6 +38,7 @@ on other Unices where it works is greatly appreciated.</p>
<div class="level"> + <li>Linux 2.6.x</li> <li>Linux 2.4.x</li> <li>FreeBSD 5.1</li> </div> @@ -42,7 +48,7 @@ <div class="level"> <ul> <li>log's directly to syslog</li> - <li>uses UFFI so should work on many platforms</li> + <li>uses CFFI so should work on many platforms</li> </ul> </div>