[cl-net-snmp-cvs] r136 - www
Chun Tian (binghe)
ctian at common-lisp.net
Thu Nov 20 02:57:03 UTC 2008
Author: ctian
Date: Thu Nov 20 02:57:02 2008
New Revision: 136
Log:
[www] fix for XHTML1.0
Modified:
www/about.html
www/asn1.html
www/index.html
www/lispworks.html
www/others.html
www/snmp.html
www/usocket.html
Modified: www/about.html
==============================================================================
--- www/about.html (original)
+++ www/about.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
Modified: www/asn1.html
==============================================================================
--- www/asn1.html (original)
+++ www/asn1.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
@@ -241,7 +241,7 @@
<h2>Package Bundle Download</h2>
<p>Download all versions of the ASN.1 package (source tar.gz)
- <a href="https://sourceforge.net/project/showfiles.php?group_id=209101&package_id=285435">
+ <a href="https://sourceforge.net/project/showfiles.php?group_id=209101&package_id=285435">
here</a>, its also <a href="http://www.cliki.net/ASDF-Install">ASDF-INSTALL</a>able.
</p>
Modified: www/index.html
==============================================================================
--- www/index.html (original)
+++ www/index.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
Modified: www/lispworks.html
==============================================================================
--- www/lispworks.html (original)
+++ www/lispworks.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
Modified: www/others.html
==============================================================================
--- www/others.html (original)
+++ www/others.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
Modified: www/snmp.html
==============================================================================
--- www/snmp.html (original)
+++ www/snmp.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
@@ -58,20 +58,18 @@
<p>
<a href="images/mibrowser.jpg">
- <img src="images/mibrowser.jpg" id="mibrowser"
+ <img src="images/mibrowser.jpg" id="mibrowser" alt="MIB Browser"
style="border: 0px solid ; width: 80%;" />
</a>
</p>
- <p>
- <pre>
+ <pre>
CL-USER 4 > (snmp:with-open-session (s "binghe-debian.local" :port 8161
:version :2c :community "public")
(snmp:snmp-get s '("lispImplementationType.0"
"lispImplementationVersion.0")))
("LispWorks" "5.1.1")
- </pre>
- </p>
+ </pre>
<h2>Features</h2>
@@ -101,15 +99,15 @@
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
<tbody>
<tr valign="bottom">
- <td width="11%"><strong>CMUCL</strong></td>
- <td width="11%"><strong>SBCL</strong></td>
- <td width="11%"><strong>Clozure CL</strong></td>
- <td width="11%"><strong>LispWorks</strong></td>
- <td width="11%"><strong>Allegro CL</strong></td>
- <td width="11%"><strong>Scieneer CL</strong></td>
- <td width="11%"><strong>CLISP</strong></td>
- <td width="11%"><strong>ECL</strong></td>
- <td width="11%"><strong>ABCL</strong></td>
+ <td style="width: 11%;"><strong>CMUCL</strong></td>
+ <td style="width: 11%;"><strong>SBCL</strong></td>
+ <td style="width: 11%;"><strong>Clozure CL</strong></td>
+ <td style="width: 11%;"><strong>LispWorks</strong></td>
+ <td style="width: 11%;"><strong>Allegro CL</strong></td>
+ <td style="width: 11%;"><strong>Scieneer CL</strong></td>
+ <td style="width: 11%;"><strong>CLISP</strong></td>
+ <td style="width: 11%;"><strong>ECL</strong></td>
+ <td style="width: 11%;"><strong>ABCL</strong></td>
</tr>
<tr>
@@ -268,11 +266,11 @@
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
<tbody>
<tr valign="bottom">
- <td width="20%"><strong>SNMP</strong></td>
- <td width="20%"><strong>SNMP-SERVER</strong></td>
- <td width="20%"><strong>ASN.1</strong></td>
- <td width="20%"><strong>USOCKET-UDP</strong></td>
- <td width="20%"><strong>LISPWORKS-UDP</strong></td>
+ <td style="width: 20%;"><strong>SNMP</strong></td>
+ <td style="width: 20%;"><strong>SNMP-SERVER</strong></td>
+ <td style="width: 20%;"><strong>ASN.1</strong></td>
+ <td style="width: 20%;"><strong>USOCKET-UDP</strong></td>
+ <td style="width: 20%;"><strong>LISPWORKS-UDP</strong></td>
</tr>
<tr>
@@ -344,7 +342,7 @@
<h2>Package Bundle Download</h2>
<p>Download all versions of the SNMP package (source tar.gz)
- <a href="https://sourceforge.net/project/showfiles.php?group_id=209101&package_id=277468">
+ <a href="https://sourceforge.net/project/showfiles.php?group_id=209101&package_id=277468">
here</a>, its also <a href="http://www.cliki.net/ASDF-Install">ASDF-INSTALL</a>able.
</p>
@@ -354,7 +352,7 @@
<tbody>
<tr valign="bottom">
<td width="10%"><strong>Package</strong></td>
- <td width="10%"><strong>Version & Download</strong></td>
+ <td width="10%"><strong>Version & Download</strong></td>
<td width="10%"><strong>Release Date</strong></td>
<td width="40%"><strong>Release Notes</strong></td>
<td width="10%"><strong>Dependency</strong></td>
Modified: www/usocket.html
==============================================================================
--- www/usocket.html (original)
+++ www/usocket.html Thu Nov 20 02:57:02 2008
@@ -5,7 +5,7 @@
<head>
<title>cl-net-snmp</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="text/html; charset=iso8859-1" />
<link rel="shortcut icon" type="image/ico"
href="http://www.style.org/favicon.ico" />
<link type="text/css" rel="stylesheet"
More information about the Cl-net-snmp-cvs
mailing list