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 2021/02/14 12:01:59 UTC

[httpcomponents-website] branch master updated (8777ec5 -> 02f7d1e)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git.


    from 8777ec5  Migrated index, download, examples, quick start content of all modules to Markdown
     new 1afed46  Fixed HttpCore 4.x and HttpClient 4.x tutorial links
     new 02f7d1e  Set `ignorePathsToDelete` to include components only; updated legacy, DEV and GA component links

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                     | 13 -------------
 src/site/markdown/httpcomponents-client-4.5.x/index.md      |  2 +-
 src/site/markdown/httpcomponents-client-4.5.x/quickstart.md |  2 +-
 src/site/markdown/httpcomponents-core-4.4.x/index.md        |  2 +-
 src/site/resources/documentation.links                      | 10 ++++++++++
 5 files changed, 13 insertions(+), 16 deletions(-)
 create mode 100644 src/site/resources/documentation.links


[httpcomponents-website] 01/02: Fixed HttpCore 4.x and HttpClient 4.x tutorial links

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit 1afed46ce26a380255cf2b96998f0289cb7ce8ae
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Feb 14 12:46:05 2021 +0100

    Fixed HttpCore 4.x and HttpClient 4.x tutorial links
---
 src/site/markdown/httpcomponents-client-4.5.x/index.md      | 2 +-
 src/site/markdown/httpcomponents-client-4.5.x/quickstart.md | 2 +-
 src/site/markdown/httpcomponents-core-4.4.x/index.md        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/httpcomponents-client-4.5.x/index.md b/src/site/markdown/httpcomponents-client-4.5.x/index.md
index 40a89ce..1fba6da 100644
--- a/src/site/markdown/httpcomponents-client-4.5.x/index.md
+++ b/src/site/markdown/httpcomponents-client-4.5.x/index.md
@@ -36,7 +36,7 @@ Documentation
 -------------
 
 1. [Quick Start](quickstart.md) - contains a simple, complete example of an HTTP GET and POST with parameters.
-1. HttpClient [Tutorial](./current/tutorial/html/) ([PDF](./tutorial/pdf/httpcore-tutorial.pdf))
+1. HttpClient [Tutorial](./current/tutorial/html/) ([PDF](./current/tutorial/pdf/httpclient-tutorial.pdf))
 1. [HttpClient Examples](examples.md) - a set of examples demonstrating some of the more complex use scenarios.
 1. [HttpClient Primer](./primer.html) - explains the scope of HttpClient. Note that HttpClient is not a browser. It
    lacks the UI, HTML renderer and a JavaScript engine that a browser will possess.
diff --git a/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md b/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
index f560e06..871b4a5 100644
--- a/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
+++ b/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
@@ -90,7 +90,7 @@ HttpClient Quick Start
 - [HttpClient Tutorial](./current/tutorial/html/) - gives a detailed examination of the HttpClient API, which was
   written in close accordance with the (sometimes not very intuitive)
   HTTP specification/standard. A copy is also shipped with the release.  
-  [A PDF version](./current/tutorial/pdf/httpclient-tutorial.pdf) is also available
+  A [PDF version](./current/tutorial/pdf/httpclient-tutorial.pdf) is also available.
 
 - [HttpClient Primer](./primer.html) - explains the scope of HttpClient. Note that HttpClient is not a browser. It lacks
   the UI, HTML renderer and a JavaScript engine that a browser will possess.   
diff --git a/src/site/markdown/httpcomponents-core-4.4.x/index.md b/src/site/markdown/httpcomponents-core-4.4.x/index.md
index 2c1100a..834ceb2 100644
--- a/src/site/markdown/httpcomponents-core-4.4.x/index.md
+++ b/src/site/markdown/httpcomponents-core-4.4.x/index.md
@@ -27,7 +27,7 @@ and non-blocking, event driven I/O model based on Java NIO.
 Documentation
 -------------
 
-1. HttpCore [Tutorial](./current/tutorial/html/) ([PDF](./tutorial/pdf/httpcore-tutorial.pdf))
+1. HttpCore [Tutorial](./current/tutorial/html/) ([PDF](./current/tutorial/pdf/httpcore-tutorial.pdf))
 1. Examples of HttpCore components in action can be found [here](examples.md)
 1. Javadocs
     - [HttpCore](./current/httpcore/apidocs/)


[httpcomponents-website] 02/02: Set `ignorePathsToDelete` to include components only; updated legacy, DEV and GA component links

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit 02f7d1e5d98c356653b095ee5b9bed32068b16bb
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Feb 14 13:01:14 2021 +0100

    Set `ignorePathsToDelete` to include components only; updated legacy, DEV and GA component links
---
 pom.xml                                | 13 -------------
 src/site/resources/documentation.links | 10 ++++++++++
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2e9a18..6ebe7e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,19 +99,6 @@
           <content>${project.reporting.outputDirectory}</content><!-- no need for site:stage, use target/site -->
           <ignorePathsToDelete><!-- don't delete content until site svnpubsub location refactoring done -->
             <ignorePathsToDelete>components</ignorePathsToDelete>
-            <ignorePathsToDelete>*.html</ignorePathsToDelete>
-            <ignorePathsToDelete>apidocs</ignorePathsToDelete>
-            <ignorePathsToDelete>xref</ignorePathsToDelete>
-            <ignorePathsToDelete>xref-test</ignorePathsToDelete>
-            <ignorePathsToDelete>css</ignorePathsToDelete>
-            <ignorePathsToDelete>images</ignorePathsToDelete>
-            <ignorePathsToDelete>checkstyle.rss</ignorePathsToDelete>
-            <ignorePathsToDelete>mail</ignorePathsToDelete>
-            <ignorePathsToDelete>examples</ignorePathsToDelete>
-            <ignorePathsToDelete>tutorial</ignorePathsToDelete>
-            <ignorePathsToDelete>style</ignorePathsToDelete>
-            <ignorePathsToDelete>fluent-hc</ignorePathsToDelete>
-            <ignorePathsToDelete>http*</ignorePathsToDelete>
           </ignorePathsToDelete>
           <tryUpdate>true</tryUpdate>
           <checkoutDirectory>scmpublish-checkout</checkoutDirectory><!-- don't checkout in target/ to avoid cleanup on "mvn clean" -->
diff --git a/src/site/resources/documentation.links b/src/site/resources/documentation.links
new file mode 100644
index 0000000..f92c355
--- /dev/null
+++ b/src/site/resources/documentation.links
@@ -0,0 +1,10 @@
+# links property file for Ant's symlink task in pom.xml:
+# links to components in http://hc.apache.org/components/
+
+httpclient-3.x                  ./components/httpclient-legacy
+httpclient-legacy               ./components/httpclient-legacy
+httpcomponents-asyncclient-ga   ./httpcomponents-asyncclient-4.1.x
+httpcomponents-core-ga          ./httpcomponents-core-5.0.x
+httpcomponents-client-ga        ./httpcomponents-client-5.0.x
+httpcomponents-core-dev         ./httpcomponents-core-5.1.x
+httpcomponents-client-dev       ./httpcomponents-client-5.1.x