[usocket-cvs] r563 - public_html

Chun Tian (binghe) ctian at common-lisp.net
Fri Sep 24 15:16:22 UTC 2010


Author: ctian
Date: Fri Sep 24 11:16:20 2010
New Revision: 563

Log:
Fixed HTML title (USOCKET) when editing pages using Mozilla Composer

Modified:
   public_html/feature-comparison.shtml
   public_html/implementation-comparison.shtml
   public_html/index.shtml

Modified: public_html/feature-comparison.shtml
==============================================================================
--- public_html/feature-comparison.shtml	(original)
+++ public_html/feature-comparison.shtml	Fri Sep 24 11:16:20 2010
@@ -1,19 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title><!--#include virtual="project-name" --></title>
+  <title>USOCKET</title>
   <link rel="stylesheet" type="text/css" href="style.css">
   <meta http-equiv="Content-Type"
  content="text/html; charset=ISO-8859-1">
 </head>
 <body>
 <div class="header">
-<h1><!--#include virtual="project-name" --></h1>
+<h1>USOCKET</h1>
 </div>
 <h2>Comparison to "trivial-sockets"</h2>
 <p><em>usocket</em> supports more backends than <em>trivial-sockets</em>.
 
-The latter implements different feature-sets for different backends
+The
+latter
+implements different feature-sets for different backends
 while the former supplies consistent functionality for all backends.</p>
 <div style="border: 3px solid black; margin: 0px; padding: 2px;">
 <table style="border: 1px solid black;" border="1" cellspacing="1">

Modified: public_html/implementation-comparison.shtml
==============================================================================
--- public_html/implementation-comparison.shtml	(original)
+++ public_html/implementation-comparison.shtml	Fri Sep 24 11:16:20 2010
@@ -1,14 +1,14 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title><!--#include virtual="project-name" --></title>
+  <title>USOCKET</title>
   <link rel="stylesheet" type="text/css" href="style.css">
   <meta http-equiv="Content-Type"
  content="text/html; charset=ISO-8859-1">
 </head>
 <body>
 <div class="header">
-<h1><!--#include virtual="project-name" --></h1>
+<h1>USOCKET</h1>
 </div>
 <h2>Supported implementations comparison</h2>
 <p>Different projects aim at providing TCP/IP sockets portably

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Fri Sep 24 11:16:20 2010
@@ -1,14 +1,14 @@
 <!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">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
 <head>
-  <title><!--#include virtual="project-name" --></title>
+  <title>USOCKET</title>
   <link rel="stylesheet" type="text/css" href="style.css">
   <meta http-equiv="Content-Type"
  content="text/html; charset=ISO-8859-1">
 </head>
 <body>
 <div class="header">
-<h1><!--#include virtual="project-name" --></h1>
+<h1>USOCKET</h1>
 </div>
 <ul>
   <li><a href="#goal">Goal</a></li>
@@ -96,7 +96,9 @@
 kept up to date, please <a
  href="http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel">subscribe
 to
-the commit message mailing list</a>. To use the latest development
+the
+commit
+message mailing list</a>. To use the latest development
 version, make sure you have <a href="http://subversion.tigris.org/">Subversion</a>
 installed and execute this command: </p>
 <pre> $ svn checkout svn://common-lisp.net/project/usocket/svn/usocket/trunk usocket-svn<br>  </pre>
@@ -124,6 +126,8 @@
     <th><a
  href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Fallegro-socket.txt&rev=0&sc=0">Allegro
 
+
+
     <br>
     </a></th>
     <th><a
@@ -297,7 +301,8 @@
 in one function call (select() like behaviour).</td>
       <td><a
  href="http://trac.common-lisp.net/usocket/wiki/SocketSelect">Investigate
-interfaces provided</a></td>
+interfaces
+provided</a></td>
       <td class="DONE">DONE</td>
       <td class="DONE">DONE</td>
       <td class="DONE">DONE</td>
@@ -353,7 +358,8 @@
       <td rowspan="2">Implement udp socket support.</td>
       <td><a
  href="http://trac.common-lisp.net/usocket/wiki/DatagramSockets">Investigate
-API's provided</a></td>
+API's
+provided</a></td>
       <td class="DONE">DONE</td>
       <td class="DONE">DONE</td>
       <td class="DONE">DONE</td>
@@ -485,6 +491,8 @@
       <td>Add support for <a
  href="http://www.scieneer.com/scl/index.html">Scieneer Common Lisp</a>,
 fix
+
+
       <a href="http://trac.common-lisp.net/usocket/ticket/6">issue #6</a>
 and API preparation for server side sockets (not in this release)</td>
     </tr>




More information about the usocket-cvs mailing list