<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http">
    <title>gmane.lisp.cl-http</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cl-http/410"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/429">
    <title>set cookie header parsing</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/429</link>
    <description>&lt;pre&gt;Hi,

Madhu sent a problem report.

Parsing the set cookie header has several problems:

* we might want to strip white-space around keywords
* a header like 'httponly' (without value) should be parsed correctly

Here is an attempt to solve both above:

http:server;headers.lisp

(defun parse-set-cookie-header (string &amp;amp;optional (start 0) (end (length string)))
  (labels ((parse-cookie-value (string start end)
             (with-string-trim-bounds (+cookie-value-trimmed-characters+ string start end)
               (subseq string start end)))
           (parse-port-list (string start end)
             (loop with idx-e
                   for idx-s = (position-if* #'digit-char-p string :start start :end end)
                   then (position-if* #'digit-char-p string :start idx-e :end end)
                   while idx-s
                   do (setq idx-e (or (position-if-not* #'digit-char-p string :start idx-s  :end end) end))
                   collect (parse-integer string :start idx-s :end idx-e)))
           (p&lt;/pre&gt;</description>
    <dc:creator>Rainer Joswig</dc:creator>
    <dc:date>2013-06-17T17:10:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/428">
    <title>conrad bookout</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/428</link>
    <description>&lt;pre&gt; http://www.mymvh.com/anm/jya/vmqipj/xyp/lpz/mmnj.html
  conrad bookout
 akcmc/div&amp;gt;_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl
&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2013-06-16T20:59:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/427">
    <title>conrad bookout</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/427</link>
    <description>&lt;pre&gt; http://xn----7sbbiw9bwaf.xn--p1ai/gjw/zci/dbvup/vnrs/vaeevb/mzhne.html
  conrad bookout
 istdx/div&amp;gt;_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl
&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2013-06-16T20:57:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/426">
    <title>Re: latest cl-http</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/426</link>
    <description>&lt;pre&gt;Hi,

Mark got the latest version. Since I have the archive file still on my disk, if anyone else is interested - mail me if you want a copy. I'll send it via mail then.

Regards,

Rainer Joswig

Am 01.06.2013 um 22:13 schrieb Mark Klein &amp;lt;m_klein&amp;lt; at &amp;gt;MIT.EDU&amp;gt;:



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Rainer Joswig</dc:creator>
    <dc:date>2013-06-03T15:35:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/425">
    <title>latest cl-http</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/425</link>
    <description>&lt;pre&gt;
Hi John,

Could I get the latest development version of cl-http? I currently have cl-http-70-218-s417-devo from 2010, and it throws a couple errors when compiling under Lispworks 6.1, so I wondered if there's a more recent version that addresses the issue.

    Thanks,

Mark

-------------------------------
Mark Klein
Principal Research Scientist
MIT Center for Collective Intelligence
http://cci.mit.edu/klein/



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl
&lt;/pre&gt;</description>
    <dc:creator>Mark Klein</dc:creator>
    <dc:date>2013-06-01T20:13:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/424">
    <title>[ILC2012] FINAL CALL FOR PARTICIPATION</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/424</link>
    <description>&lt;pre&gt;INTERNATIONAL LISP CONFERENCE 2012: Final Call for Participation
===============================================================

The Association of Lisp Users (ALU) is pleased to announce ILC 2012, to be
held in Kyoto, Japan October 21st-24th. Please make a note of the following
important dates and events.

0.  Conference Home Page
http://international-lisp-conference.org

1.  Conference Schedule Outline
http://international-lisp-conference.org/2012/schedule.html.

2. Technical papers are currently being reviewed and speakers will be
announced shortly:
http://international-lisp-conference.org/2012/speakers.html

3. Registration:
http://international-lisp-conference.org/2012/registration.html

4. Please reserve your hotels early, as availability is limited this time of
the year in Kyoto:
http://international-lisp-conference.org/2012/paypal-online.html#sec-2

5. We are proud to announce  following distinguished speakers:
&lt;/pre&gt;</description>
    <dc:creator>KURODA Hisao</dc:creator>
    <dc:date>2012-10-16T06:37:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/423">
    <title>[ILC2012] CALL FOR PARTICIPATION</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/423</link>
    <description>&lt;pre&gt;INTERNATIONAL LISP CONFERENCE 2012: Call for Participation
==========================================================

The Association of Lisp Users (ALU) is pleased to announce ILC 2012, to be
held in Kyoto, Japan October 21st-24th. Please make a note of the following
important dates and events.

0.  Conference Home Page
http://international-lisp-conference.org

1.  Conference Schedule Outline
http://international-lisp-conference.org/2012/schedule.html.

2. Technical papers are currently being reviewed and speakers will be
announced shortly:
http://international-lisp-conference.org/2012/speakers.html

3. Registration:
http://international-lisp-conference.org/2012/registration.html

4. Please reserve your hotels early, as availability is limited this time of
the year in Kyoto:
http://international-lisp-conference.org/2012/paypal-online.html#sec-2

5. We are proud to announce  following distinguished speakers:
&lt;/pre&gt;</description>
    <dc:creator>KURODA Hisao</dc:creator>
    <dc:date>2012-08-09T00:50:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/422">
    <title>Re: [ILC2012] CALL FOR PAPERS (2nd)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/422</link>
    <description>&lt;pre&gt;Submissions deadlines have been *relaxed*.
http://www.international-lisp-conference.org/2012/submissions.html


KURODA Hisao &amp;lt;kuroda&amp;lt; at &amp;gt;msi.co.jp&amp;gt; writes:


_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>KURODA Hisao</dc:creator>
    <dc:date>2012-07-17T00:26:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/421">
    <title>[ILC2012] CALL FOR PAPERS (2nd)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/421</link>
    <description>&lt;pre&gt;+----------------------------------------------------------------------+
|                                                                      |
|                  INTERNATIONAL LISP CONFERENCE 2012                  |
|                                                                      |
|             http://www.international-lisp-conference.org             |
|                                                                      |
|           Miyakomesse, Kyoto, Japan -  October 21-24, 2012           |
|                                                                      |
|            Sponsored by:  The Association of Lisp Users              |
|                                                                      |
|            In cooperation with:  ACM SIGPLAN                         |
|                                                                      |
+----------------------------------------------------------------------+

   General Information:

     The Association of Lisp Users is pleased to&lt;/pre&gt;</description>
    <dc:creator>KURODA Hisao</dc:creator>
    <dc:date>2012-06-29T04:40:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/420">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/420</link>
    <description>&lt;pre&gt;
http://fotodigitalcaldas.com/redoim.php?friend=816

RevoIution To How You Earn An Income



______________
--The German Taube is amonoplane, its main supporting surfaces, as wellas the tail planes, are so constructed that theyrepresent a bird.Taube means dove.It wouldhave been more appropriate to call it a hawk. kylena adken

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2012-03-28T02:46:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/419">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/419</link>
    <description>&lt;pre&gt;
Change your financial future
http://transcom68.com/blueoim.php?aninameCID=120


            Wed, 28 Mar 2012 3:45:50

__________________
"  I am alone in the world--let me suffer; can bearit." (c) julie-lynn woolsey

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2012-03-28T02:45:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/418">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/418</link>
    <description>&lt;pre&gt;
Make Income 0nline with revolutionary system
http://realinspirationinc.com/directadm.php?mjljlinkFriend=44



            Wed, 14 Mar 2012 17:56:53
_________________________________
"Halt, said a guard." (c) lionel visszaadta

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2012-03-14T16:56:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/417">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/417</link>
    <description>&lt;pre&gt;
Single mom makes real money working from home
http://kapucyni.ofm.pl/hotdeal.php?carnoo=84


            Wed, 14 Mar 2012 17:56:47
__________________
"The same general idea appears in The Big Board by Kilgore Trout." (c) tavoris aesoburne

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>conrad bookout</dc:creator>
    <dc:date>2012-03-14T16:56:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/416">
    <title>[ILC2012] CALL FOR PAPERS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/416</link>
    <description>&lt;pre&gt;+----------------------------------------------------------------------+
|                                                                      |
|                  INTERNATIONAL LISP CONFERENCE 2012                  |
|                                                                      |
|             http://www.international-lisp-conference.org             |
|                                                                      |
|       Campus Plaza Kyoto, Kyoto, Japan -  October 21-24, 2012        |
|                                                                      |
|            Sponsored by:  The Association of Lisp Users              |
|                                                                      |
+----------------------------------------------------------------------+

   General Information:

     The Association of Lisp Users is pleased to announce the 2012
     International Lisp Conference will be held in Kyoto, Japan at
     Campus Plaza Kyoto from October 21st to 24th, 2012.

  &lt;/pre&gt;</description>
    <dc:creator>KURODA Hisao</dc:creator>
    <dc:date>2012-02-13T00:48:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/415">
    <title>how to export all files in the directory?</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/415</link>
    <description>&lt;pre&gt;Hi www-cl:

I use following codes export my directory in cl-http
=====================================================
(export-url (format nil "http://~A:8000/clouds/" *host-ip*)
            :directory :pathname "/home/www/down/"
            :expiration '(:no-expiration-header)
            :character-set :utf-8
            :recursive-p t :expiration '(:no-expiration-header))
=====================================================
But if file in this directory has no suffix or suffix is not a text file,it could not be read
from web browser.
For example, file name "context" &amp;amp; "context.centos" is bad,and file name "context.txt" is good.

Do anyone know how to fix it to allow all files could be exported in that directory?

With best regards.
jingtao.

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Xu Jingtao</dc:creator>
    <dc:date>2011-09-21T09:32:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/414">
    <title>simple iframes question</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/414</link>
    <description>&lt;pre&gt;
I want to have a PDF document appear within an iframe, so I wrote a cl-http response function that generates the following HTML:

&amp;lt;html&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;iframe width=1000 height=700 src=http://cci.mit.edu/klein/papers/guidelines.pdf&amp;gt;&amp;lt;/iframe&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
The problem is that the PDF document gets downloaded into a new window, and not within the iframe I specified. Any suggestions on what I can do about that?

    Thanks!

Mark

-------------------------------
Mark Klein
Principal Research Scientist
MIT Center for Collective Intelligence
http://cci.mit.edu/klein/



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl
&lt;/pre&gt;</description>
    <dc:creator>Mark Klein</dc:creator>
    <dc:date>2011-09-09T10:04:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/413">
    <title>Re: latest (2003) published CL-HTTP 70-190a fails on CMUCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/413</link>
    <description>&lt;pre&gt;That's true. But I should mention that is basically not my work, it's from Madhu's public web site [1] as loadable patch to a relative old CL-HTTP version.

It works on latest Unicode/non-Unicode CMUCL very well, performance is definitely better than SBCL and CCL port from kpoeck's port-template. However, I found there're still some HTTPS-specific issues, but I haven't found time to check if the issue remains in older CL-HTTP if applying the same patch.

--binghe

[1] http://cs.unm.edu/~madhu/cl-http/patch-70-216-s274-devo/

在 2011-9-5，03:18， Rainer Joswig 写道：



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl
&lt;/pre&gt;</description>
    <dc:creator>Chun Tian (binghe</dc:creator>
    <dc:date>2011-09-05T01:55:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/412">
    <title>Re: latest (2003) published CL-HTTP 70-190a fails on CMUCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/412</link>
    <description>&lt;pre&gt;
Hi,

Chun Tian (binghe) sent us patches in july for a newer version of CMUCL. We haven't added them yet to the original sources.

Regards,

Rainer



Am 04.09.2011 um 20:53 schrieb Karsten Poeck:



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Rainer Joswig</dc:creator>
    <dc:date>2011-09-04T19:18:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/411">
    <title>Re: latest (2003) published CL-HTTP 70-190a fails on CMUCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/411</link>
    <description>&lt;pre&gt;Hello Devon,

I think you will be contacted about getting a newer development version.

There is an old port of Douglas Crosher for cmucl, but the patches 
needed seem to be against a very old version of cl-http.

A bit ago I did a very rough port that allows to start the test-site in 
cmucl (just single-threaded)

Just tested in cmucl 20b on Lion.

To see the demo-site.

1) load ..../contrib/kpoeck/port-template/load.lisp
2) (compile-all)
3) (http::start-examples :load-examples t :host "localhost" :port 8000 
:type :single)

and in your browser:
http://localhost:8000/cl-http/frame.html

Please note that is singe-threaded, so the REPL is blocked until interupted.

I think on x86 there are threads available, will see whether I can get 
them up and running on my mac (lion)

regards

Karsten



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Karsten Poeck</dc:creator>
    <dc:date>2011-09-04T18:53:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/410">
    <title>Re: latest (2003) published CL-HTTP 70-190a fails on CMUCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/410</link>
    <description>&lt;pre&gt;
Hi,

the weekend here in Germany seems to be one of last this year with better temperatures and some sunshine.

I can give you access to a newer version. The problem is that we have not incorporated patches to support the latest version of CMUCL.
CMUCL has changed a bit during the last years. We should find a solution to that.

The good news is that we have now a new Mac mini hosting the repository and some other stuff. We are still setting things up. We are again using LispWorks to run CL-HTTP on it - thanks to Martin Simmons.

We will also move the mailing list to the new computer.

We should then also put a version of the CL-HTTP sources back online for download.

Regards,

Rainer Joswig


Am 03.09.2011 um 19:48 schrieb Devon Sean McCullough:



_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Rainer Joswig</dc:creator>
    <dc:date>2011-09-04T12:00:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cl-http/409">
    <title>latest (2003) published CL-HTTP 70-190a fails on CMUCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.cl-http/409</link>
    <description>&lt;pre&gt;CL-HTTP 70-190a fails on CMUCL,
how can I get a newer version?

Peace
--Devon

PS: Not sure who to ask, JCMa and everyone here
most likely out of town for the long weekend.
Should I punt and try Hottentot or whatever?

PPS: CSAIL sys admins are either gone too or working overtime
Failed to connect to outgoing.csail.mit.edu:25 [SMTP: Failed to connect socket: No route to host (code: -1, response: )]

_______________________________________________
WWW-CL mailing list
WWW-CL&amp;lt; at &amp;gt;lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/www-cl

&lt;/pre&gt;</description>
    <dc:creator>Devon Sean McCullough</dc:creator>
    <dc:date>2011-09-03T17:48:04</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cl-http">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.cl-http</link>
  </textinput>
</rdf:RDF>
