You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/03/08 18:58:22 UTC

svn commit: r384287 - in /jakarta/httpcomponents/trunk: http-core/src/site/resources/css/site.css src/site/apt/index.apt src/site/resources/css/site.css

Author: olegk
Date: Wed Mar  8 09:58:15 2006
New Revision: 384287

URL: http://svn.apache.org/viewcvs?rev=384287&view=rev
Log:
Added netscape draft to the list of supported standards; Removed custom css styles

Modified:
    jakarta/httpcomponents/trunk/http-core/src/site/resources/css/site.css
    jakarta/httpcomponents/trunk/src/site/apt/index.apt
    jakarta/httpcomponents/trunk/src/site/resources/css/site.css

Modified: jakarta/httpcomponents/trunk/http-core/src/site/resources/css/site.css
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/site/resources/css/site.css?rev=384287&r1=384286&r2=384287&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-core/src/site/resources/css/site.css (original)
+++ jakarta/httpcomponents/trunk/http-core/src/site/resources/css/site.css Wed Mar  8 09:58:15 2006
@@ -1,7 +0,0 @@
-li{
-  font-size: 15px;
-  padding: 0px 0px 15px 0px;
-}
-.none{
-  padding: 0px 0px 0px 0px;
-}

Modified: jakarta/httpcomponents/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/apt/index.apt?rev=384287&r1=384286&r2=384287&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/trunk/src/site/apt/index.apt Wed Mar  8 09:58:15 2006
@@ -34,10 +34,14 @@
     * {{{http://www.ietf.org/rfc/rfc2617.txt}RFC 2117}} - HTTP Authentication: Basic and Digest 
     Access Authentication
 
-    * {{{http://www.ietf.org/rfc/rfc2109.txt}RFC 2109}} - HTTP State Management Mechanism (Cookies)
+    * {{{http://wp.netscape.com/newsref/std/cookie_spec.html}Netscape Cookie Draft}} - Persistent 
+    Client State (HTTP cookies, preliminary specification)
 
-    * {{{http://www.ietf.org/rfc/rfc2965.txt}RFC 2965}} - HTTP State Management Mechanism (Cookies
-    version 2)
+    * {{{http://www.ietf.org/rfc/rfc2109.txt}RFC 2109}} - HTTP State Management Mechanism 
+    (HTTP cookies, version 1)
+
+    * {{{http://www.ietf.org/rfc/rfc2965.txt}RFC 2965}} - HTTP State Management Mechanism 
+    (HTTP Cookies, version 1, second revision)
 
     * {{{http://www.robotstxt.org/wc/norobots-rfc.html}norobots-rfc}} - A standard for robot 
     exclusion 

Modified: jakarta/httpcomponents/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/src/site/resources/css/site.css?rev=384287&r1=384286&r2=384287&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/src/site/resources/css/site.css (original)
+++ jakarta/httpcomponents/trunk/src/site/resources/css/site.css Wed Mar  8 09:58:15 2006
@@ -1,7 +0,0 @@
-li{
-  font-size: 15px;
-  padding: 0px 0px 15px 0px;
-}
-.none{
-  padding: 0px 0px 0px 0px;
-}