<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://everything2.com/">
    <title>Nicopa's New Writeups</title>
    <link rel="alternate" type="text/html" href="http://everything2.com/index.pl?node=Everything%20User%20Search&amp;usersearch=Nicopa" />
    <link rel="self" type="application/atom+xml" href="?node=New%20Writeups%20Atom%20Feed&amp;type=ticker&amp;foruser=Nicopa" />
    <id>http://everything2.com/?node=New%20Writeups%20Atom%20Feed&amp;foruser=Nicopa</id>
    <updated>2005-01-10T13:41:38Z</updated>
<entry><title>Digest Access Authentication (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/Digest+Access+Authentication"/><id>http://everything2.com/user/Nicopa/writeups/Digest+Access+Authentication</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2005-01-10T13:41:38Z</published><updated>2005-01-10T13:41:38Z</updated>
<content type="html">&lt;p&gt;One of the two ways a server can challenge a client in order to identify it. It does this by sending a &quot;&lt;a href=&quot;/title/401+Unauthorized&quot;&gt;401 Unauthorized&lt;/a&gt;&quot; response with a &lt;a href=&quot;/title/WWW-Authenticate&quot;&gt;WWW-Authenticate&lt;/a&gt; header. The other one is the &lt;a href=&quot;/title/Basic+Authentication+Scheme&quot;&gt;Basic Authentication Scheme&lt;/a&gt;, but the &quot;digest&quot; one is better because it doesn't send a plaint text password over the net. Both are defined in &lt;a href=&quot;/title/RFC+2617&quot;&gt;RFC 2617&lt;/a&gt;.&lt;/p&gt;</content>
</entry><entry><title>MD5-sess (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/MD5-sess"/><id>http://everything2.com/user/Nicopa/writeups/MD5-sess</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2005-01-10T13:31:44Z</published><updated>2005-01-10T13:31:44Z</updated>
<content type="html">&lt;p&gt;One of the authorisation algorithms defined for &quot;&lt;a href=&quot;/title/digest+access+authentication&quot;&gt;digest access authentication&lt;/a&gt;&quot; method in &lt;a href=&quot;/title/HTTP&quot;&gt;HTTP&lt;/a&gt; protocol by &lt;a href=&quot;/title/RFC+2617&quot;&gt;RFC 2617&lt;/a&gt;. The other is just &quot;MD5&quot;. Both algorithms use the &lt;a href=&quot;/title/MD5+hash+function&quot;&gt;MD5 hash function&lt;/a&gt;.&lt;/p&gt;</content>
</entry><entry><title>libxml2 (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/libxml2"/><id>http://everything2.com/user/Nicopa/writeups/libxml2</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2003-08-10T20:24:38Z</published><updated>2003-08-10T20:24:38Z</updated>
<content type="html">&lt;p&gt;libxml2 it's a small and nice &lt;a href=&quot;/title/XML+parser&quot;&gt;XML parser&lt;/a&gt; you can link to you programs. It will parse an &lt;a href=&quot;/title/XML&quot;&gt;XML&lt;/a&gt; file and build an in-memory tree with its content which you can access with a &lt;a href=&quot;/title/DOM&quot;&gt;DOM&lt;/a&gt; like &lt;a href=&quot;/title/API&quot;&gt;API&lt;/a&gt;. That's much more easier than using a simple event oriented parser (such as &lt;a href=&quot;/title/expat&quot;&gt;expat&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;In addition it fully supports &lt;a href=&quot;/title/XML+namespaces&quot;&gt;XML namespaces&lt;/a&gt;, &lt;a href=&quot;/title/XPath&quot;&gt;XPath&lt;/a&gt;, &lt;a href=&quot;/title/XInclude&quot;&gt;XInclude&lt;/a&gt;, and most of &lt;a href=&quot;/title/XPointer&quot;&gt;XPointer&lt;/a&gt; and &lt;a href=&quot;/title/XML+Schema&quot;&gt;XML Schema&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's been developed for use in the &lt;a href=&quot;/title/Gnome&quot;&gt;Gnome&lt;/a&gt; project, but it can be used by anyone. You can get it at http://xmlsoft.org/ .&lt;/p&gt;
</content>
</entry><entry><title>Options (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/Options"/><id>http://everything2.com/user/Nicopa/writeups/Options</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2001-08-17T03:23:45Z</published><updated>2001-08-17T03:23:45Z</updated>
<content type="html">&lt;p&gt;An &lt;a href=&quot;/title/HTTP&quot;&gt;HTTP&lt;/a&gt; method which clients can use to get information about a server but without getting the content or causing any other effect. The &lt;a href=&quot;/title/URI&quot;&gt;URI&lt;/a&gt; can be an asterisk, and that means that que client is asking about the whole server, and not about a resource in particular. This method can be used to find out which things a server supports, e.g. if it supports HTTP/1.1.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;

$ telnet www.everything2.com 80
Trying 206.170.14.131...
Connected to www.everything2.com.
Escape character is '^]'.
OPTIONS * HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 17 Aug 2001 03:20:39 GMT
Server: &lt;a href=&quot;/title/Apache&quot;&gt;Apache&lt;/a&gt;/1.3.9 (&lt;a href=&quot;/title/Unix&quot;&gt;Unix&lt;/a&gt;) &lt;a href=&quot;/title/Debian&quot;&gt;Debian&lt;/a&gt;/&lt;a href=&quot;/title/GNU&quot;&gt;GNU&lt;/a&gt; &lt;a href=&quot;/title/mod_ssl&quot;&gt;mod_ssl&lt;/a&gt;/2.4.10 &lt;a href=&quot;/title/OpenSSL&quot;&gt;OpenSSL&lt;/a&gt;/0.9.4 &lt;a href=&quot;/title/mod_perl&quot;&gt;mod_perl&lt;/a&gt;/1.21_03-dev
Content-Length: 0
Allow: &lt;a href=&quot;/title/GET&quot;&gt;GET&lt;/a&gt;, &lt;a href=&quot;/title/HEAD&quot;&gt;HEAD&lt;/a&gt;, OPTIONS, &lt;a href=&quot;/title/TRACE&quot;&gt;TRACE&lt;/a&gt;
Connection: close

Connection closed by foreign host.
$ _
&lt;/pre&gt;</content>
</entry><entry><title>cimarrÃ³n (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/cimarr%25C3%25B3n"/><id>http://everything2.com/user/Nicopa/writeups/cimarr%25C3%25B3n</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2001-07-07T19:13:32Z</published><updated>2001-07-07T19:13:32Z</updated>
<content type="html">&lt;p&gt;In &lt;a href=&quot;/title/Argentina&quot;&gt;Argentina&lt;/a&gt;, a wild horse who wanders without being owned by anyone.
&lt;p&gt;Also, when &lt;a href=&quot;/title/mate&quot;&gt;mate&lt;/a&gt; is drunk without sugar, it's called &quot;cimarrÃ³n&quot;.
&lt;p&gt;In the South of &lt;a href=&quot;/title/Brazil&quot;&gt;Brazil&lt;/a&gt; (&lt;a href=&quot;/title/Rio+Grande+do+Sul&quot;&gt;Rio Grande do Sul&lt;/a&gt; state), they only drink mate without sugar and call it &lt;a href=&quot;/title/cimarr%25C3%25A3o&quot;&gt;cimarrÃ£o&lt;/a&gt;.
</content>
</entry><entry><title>Carlos Menem (person)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Nicopa/writeups/Carlos+Menem"/><id>http://everything2.com/user/Nicopa/writeups/Carlos+Menem</id><author><name>Nicopa</name><uri>http://everything2.com/user/Nicopa</uri></author><published>2001-07-07T06:51:31Z</published><updated>2001-07-07T06:51:31Z</updated>
<content type="html">&lt;p&gt;Carlos Saul Menem governed &lt;a href=&quot;/title/Argentina&quot;&gt;Argentina&lt;/a&gt; for 10 years (since 1989). He's from the &lt;a href=&quot;/title/Peron&quot;&gt;Peron&lt;/a&gt;ist party and he has previously be the governor of &lt;a href=&quot;/title/La+Rioja&quot;&gt;La Rioja&lt;/a&gt; province. Under his goverment, Argentina's economy underwent deep changes, it was opened to this globalized world. His government will be remembered for his corruption. Currently, Carlos Menem if in jail (well, in home-arrest because he's over 70) for selling arms to &lt;a href=&quot;/title/Croatia&quot;&gt;Croatia&lt;/a&gt; and &lt;a href=&quot;/title/Ecuador&quot;&gt;Ecuador&lt;/a&gt; with fake destinations.&lt;br&gt;He was followed in the presidency by &lt;a href=&quot;/title/Fernando+de+la+Rua&quot;&gt;Fernando de la Rua&lt;/a&gt;.&lt;/p&gt;</content>
</entry></feed>
