You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/04/15 14:48:49 UTC

[tcl-rivet] branch master updated: correct wrong header in ::rivet::accept_http code example

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

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d9b656  correct wrong header in ::rivet::accept_http code example
7d9b656 is described below

commit 7d9b6569fa662e41ed19908bc729a4933a031ec5
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Sat Apr 13 19:11:46 2019 +0200

    correct wrong header in ::rivet::accept_http code example
---
 ChangeLog            | 10 ++++++++++
 INSTALL              |  6 ++----
 doc/xml/commands.xml |  2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index efbc26d..43dd983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-04-13 Massimo Manghi <mx...@apache.org>
+    * doc/xml/commands.xml: Correct wrong header in ::rivet::http_accept code example
+
+2019-04-12 Massimo Manghi <mx...@apache.org>
+    * INSTALL: wrong references corrected
+
+2019-02-19 Massimo Manghi <mx...@apache.org>
+    * .appveyor.yml: merging from master in order to have new tags generate
+    artifacts
+
 2019-02-16 Georgios Petasis <pe...@apache.org>
     * .appveyor.yml: Added support for creating a zip with the installed rivet
     files (both module and library), and create an artifact. If a tag is added
diff --git a/INSTALL b/INSTALL
index a07a7d0..1a999bc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-              Rivet 3.0 Installation
+              Rivet 3.2 Installation
               ======================
 
 For more detailed instructions, see the docs/html/ directory.
@@ -14,7 +14,7 @@ Example:
 ./configure --with-tcl=/usr/lib/tcl8.6                      \
             --with-apache=/usr/local/apache2                \
             --with-apxs=/usr/local/apache2/bin/apxs         \
-            --with-rivet-target-dir=/usr/local/lib/rivet3.0 \
+            --with-rivet-target-dir=/usr/local/lib/rivet3.2 \
             --enable-version-display
 
 2) if 'configure' was successful Rivet is ready for compilation
@@ -86,5 +86,3 @@ autoreconf
 make
 
 Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/download.html
-
-# $Id$
diff --git a/doc/xml/commands.xml b/doc/xml/commands.xml
index be99749..a8fc1f0 100644
--- a/doc/xml/commands.xml
+++ b/doc/xml/commands.xml
@@ -879,7 +879,7 @@ fr-fr -> 0.2</programlisting>
                 the precedence values and the accepted fields 
                 are returned listed with decreasing precedence order.
             </para>
-            <programlisting> puts [::rivet::http_accept -list $headers(Accept-Language)]
+            <programlisting> puts [::rivet::http_accept -list $headers(Accept)]
 text/html application/xhtml+xml application/xml */*
             </programlisting>
             <para>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org