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 2016/12/27 13:09:09 UTC

svn commit: r1776117 - in /httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x: download.apt index.apt

Author: olegk
Date: Tue Dec 27 13:09:09 2016
New Revision: 1776117

URL: http://svn.apache.org/viewvc?rev=1776117&view=rev
Log:
Updated project website for HttpCore 5.0-alpha2 release

Modified:
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/download.apt
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/index.apt

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/download.apt?rev=1776117&r1=1776116&r2=1776117&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/download.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/download.apt Tue Dec 27 13:09:09 2016
@@ -43,5 +43,6 @@ HttpCore Downloads
     {{{http://ant.apache.org/projects/ivy.html}Apache Ivy}}, 
     you can create a dependency on HttpClient modules by using this information:
 
-    {{{./httpcore/dependency-info.html}HttpCore}}
+    {{{./httpcore5/dependency-info.html}HttpCore HTTP/1.1}}
+    {{{./httpcore5-h2/dependency-info.html}HttpCore HTTP/2}}
 

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/index.apt?rev=1776117&r1=1776116&r2=1776117&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/index.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-5.0.x/index.apt Tue Dec 27 13:09:09 2016
@@ -41,18 +41,25 @@ HttpCore Overview
 
     [[1]] Project reports
 
-    * {{{./httpcore/project-reports.html}HttpCore}}
+    * {{{./httpcore5/project-reports.html}HttpCore HTTP/1.1}}
+
+    * {{{./httpcore5-h2/project-reports.html}HttpCore HTTP/2}}
 
 {Standards Compliance}
 
     HttpCore components strive to conform to the following specifications endorsed by the Internet 
     Engineering Task Force (IETF) and the internet at large:
 
-    * {{{http://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{https://tools.ietf.org/html/rfc7540}RFC 7540}} - Hypertext Transfer Protocol Version 2 
+    (HTTP/2)
+
+    * {{{https://tools.ietf.org/html/rfc7541}RFC 7541}} - HPACK: Header Compression for HTTP/2
+
+    * {{{https://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1): 
     Message Syntax and Routing
 
-    * {{{http://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{https://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1): 
     Semantics and Content
 
-    * {{{http://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
+    * {{{https://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0