Author: ctian Date: Thu Mar 29 11:38:02 2007 New Revision: 3
Modified: www/index.shtml Log: Update Project Web Page
Modified: www/index.shtml ============================================================================== --- www/index.shtml (original) +++ www/index.shtml Thu Mar 29 11:38:02 2007 @@ -1,25 +1,74 @@ -<?xml version="1.0"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><!--#include virtual="project-name" --></title> - <link rel="stylesheet" type="text/css" href="style.css"/> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> + <title>cl-net-snmp</title> + <link rel="stylesheet" type="text/css" + href="http://www.style.org/css/style.org-blue.css%22%3E + <meta http-equiv="Content-Type" + content="text/html; charset=ISO-8859-1"> + <basefont face="Georgia" size="2"> </head> - <body> - <div class="header"> - <h1><!--#include virtual="project-name" --></h1> - </div> - - <p><em>This is an automatically generated placeholder page: this project - has not yet created a website.</em></p> - - <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> - - <div class="check"> - <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> - </div> +<div class="header"><br> +</div> +<div class="shadow1"> </div> +<div class="shadow2"> </div> +<div class="content"> +<h1>Common Lisp Interface of Net-SNMP (cl-net-snmp)</h1> +<div class="rule"> </div> +<a href="http://www.net-snmp.org"><img + src="http://www.net-snmp.org/images/logos/logo1_50.jpg" + alt="Net-SNMP Logo" class="titleimage" + style="margin-top: 10px; margin-right: 0px;" border="0"></a> +<h1>Introduction</h1> +<div class="deck">cl-net-snmp is a Common Lisp package, an +interface to Net-SNMP project: the famous open source implementation of +Simple Network +Management Protocol (SNMP). With this package, It's possible to build a +network nanagement system in common lisp, the most advance computer +programming language in the world.<br> +<br> +This package is still in early development stage, lots of work for me +to do, but I'll continue coding, because I use it for managing my +servers. (I'm a Unix System Administrator of <a + href="http://corp.netease.com/%22%3ENetEase.com, Inc.</a>) +</div> +<div class="rule"> </div> +<h1>Source Code</h1> +<div class="deck">Click <a + href="http://common-lisp.net/websvn/listing.php?repname=cl-net-snmp&path=%2F&a...</a> +to view the source code on common-lisp.net's Web-SVN interface, and use +follow command to check out the code:<br> +<br> +<div class="dateline">svn checkout +svn://common-lisp.net/project/cl-net-snmp/svn/trunk cl-net-snmp<br> +</div> +</div> +<br> +<div class="rule"> </div> +<h1>Mailing List</h1> +<div class="deck"> +<ul> + <li><a + href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-announce%22%3Ecl...</a></li> + <li><a + href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-devel%22%3Ecl-ne...</a></li> + <li><a + href="http://common-lisp.net/cgi-bin/mailman/listinfo/cl-net-snmp-cvs%22%3Ecl-net-...</a><br> + </li> +</ul> +</div> +<div class="rule"> </div> +<h1>Maintainer<br> +</h1> +<div class="deck">Chun Tian (binghe) <ctian at common-lisp dot +net>, Lisp Programmer, Unix Administrator.<br> +Welcome to his chinese <a href="http://tianchunbinghe.blog.163.com/">BLOG</a> +on NetEase blog system.^_^<br> +</div> +</div> +<div class="footer"> +<address>Powered by Common-Lisp.net</address> +</div> </body> </html>
cl-net-snmp-cvs@common-lisp.net