This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/velocity-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3d02fc3 Push dash/hyphen fixes in prod
3d02fc3 is described below
commit 3d02fc369c623197eaf6d8ece6f8d721e398d0c6
Author: Claude Brisson <[email protected]>
AuthorDate: Wed Nov 9 13:06:56 2022 +0100
Push dash/hyphen fixes in prod
---
engine/2.1/vtl-reference.html | 2 +-
engine/2.2/vtl-reference.html | 2 +-
engine/2.3/vtl-reference.html | 2 +-
engine/devel/vtl-reference.html | 2 +-
index.html | 4 ++++
5 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/engine/2.1/vtl-reference.html b/engine/2.1/vtl-reference.html
index 524c1c5..deea34c 100644
--- a/engine/2.1/vtl-reference.html
+++ b/engine/2.1/vtl-reference.html
@@ -261,7 +261,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<p>In the following syntax references, <em>identifier</em> refers to:</p>
<p><span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>_</strong> <span class="blue">)</span> <span class="blue">[</span>
<span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>0..9</strong> <span class="bigger blue">|</span> <strong>_</strong>
<span class="blue">)</span> <span class="blue">,</span [...]
<p>that is, a letter or an underscore followed by any number of letters,
numbers and underscores.</p>
-<p>If the <code>parser.allows.dash.identifiers</code> configuration value is
set to true, then the <strong>-</strong> dash is also allowed in identifiers
(and must be surrounded by spaces to be interpreted as an arithmetic minus
operator).</p>
+<p>If the <code>parser.allow_hyphen_in_identifiers</code> configuration value
is set to true, then the <strong>-</strong> hyphen is also allowed in
identifiers (and must be surrounded by spaces to be interpreted as an
arithmetic minus operator).</p>
<h3 id="variables">Variables<a class="headerlink" href="#variables"
title="Permanent link">¶</a></h3>
<p>Notation:</p>
<p><strong>$</strong> <span class="blue">[</span> <strong>!</strong> <span
class="blue">]</span> <span class="blue">[</span> <strong>{</strong> <span
class="blue">]</span> <em>identifier</em> <span class="blue">[</span> <span
class="blue">[</span> <strong>|</strong> <em>alternate value</em> <span
class="blue">]</span> <strong>}</strong> <span class="blue">]</span></p>
diff --git a/engine/2.2/vtl-reference.html b/engine/2.2/vtl-reference.html
index 8b2ffc1..edde08b 100644
--- a/engine/2.2/vtl-reference.html
+++ b/engine/2.2/vtl-reference.html
@@ -261,7 +261,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<p>In the following syntax references, <em>identifier</em> refers to:</p>
<p><span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>_</strong> <span class="blue">)</span> <span class="blue">[</span>
<span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>0..9</strong> <span class="bigger blue">|</span> <strong>_</strong>
<span class="blue">)</span> <span class="blue">,</span [...]
<p>that is, a letter or an underscore followed by any number of letters,
numbers and underscores.</p>
-<p>If the <code>parser.allows.dash.identifiers</code> configuration value is
set to true, then the <strong>-</strong> dash is also allowed in identifiers
(and must be surrounded by spaces to be interpreted as an arithmetic minus
operator).</p>
+<p>If the <code>parser.allow_hyphen_in_identifiers</code> configuration value
is set to true, then the <strong>-</strong> hyphen is also allowed in
identifiers (and must be surrounded by spaces to be interpreted as an
arithmetic minus operator).</p>
<h3 id="variables">Variables<a class="headerlink" href="#variables"
title="Permanent link">¶</a></h3>
<p>Notation:</p>
<p><strong>$</strong> <span class="blue">[</span> <strong>!</strong> <span
class="blue">]</span> <span class="blue">[</span> <strong>{</strong> <span
class="blue">]</span> <em>identifier</em> <span class="blue">[</span> <span
class="blue">[</span> <strong>|</strong> <em>alternate value</em> <span
class="blue">]</span> <strong>}</strong> <span class="blue">]</span></p>
diff --git a/engine/2.3/vtl-reference.html b/engine/2.3/vtl-reference.html
index 5990ee6..08c3da5 100644
--- a/engine/2.3/vtl-reference.html
+++ b/engine/2.3/vtl-reference.html
@@ -261,7 +261,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<p>In the following syntax references, <em>identifier</em> refers to:</p>
<p><span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>_</strong> <span class="blue">)</span> <span class="blue">[</span>
<span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>0..9</strong> <span class="bigger blue">|</span> <strong>_</strong>
<span class="blue">)</span> <span class="blue">,</span [...]
<p>that is, a letter or an underscore followed by any number of letters,
numbers and underscores.</p>
-<p>If the <code>parser.allows.dash.identifiers</code> configuration value is
set to true, then the <strong>-</strong> dash is also allowed in identifiers
(and must be surrounded by spaces to be interpreted as an arithmetic minus
operator).</p>
+<p>If the <code>parser.allow_hyphen_in_identifiers</code> configuration value
is set to true, then the <strong>-</strong> hyphen is also allowed in
identifiers (and must be surrounded by spaces to be interpreted as an
arithmetic minus operator).</p>
<h3 id="variables">Variables<a class="headerlink" href="#variables"
title="Permanent link">¶</a></h3>
<p>Notation:</p>
<p><strong>$</strong> <span class="blue">[</span> <strong>!</strong> <span
class="blue">]</span> <span class="blue">[</span> <strong>{</strong> <span
class="blue">]</span> <em>identifier</em> <span class="blue">[</span> <span
class="blue">[</span> <strong>|</strong> <em>alternate value</em> <span
class="blue">]</span> <strong>}</strong> <span class="blue">]</span></p>
diff --git a/engine/devel/vtl-reference.html b/engine/devel/vtl-reference.html
index 65d2915..81433e0 100644
--- a/engine/devel/vtl-reference.html
+++ b/engine/devel/vtl-reference.html
@@ -261,7 +261,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<p>In the following syntax references, <em>identifier</em> refers to:</p>
<p><span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>_</strong> <span class="blue">)</span> <span class="blue">[</span>
<span class="blue">(</span> <strong>a..z</strong> <span class="bigger
blue">|</span> <strong>A..Z</strong> <span class="bigger blue">|</span>
<strong>0..9</strong> <span class="bigger blue">|</span> <strong>_</strong>
<span class="blue">)</span> <span class="blue">,</span [...]
<p>that is, a letter or an underscore followed by any number of letters,
numbers and underscores.</p>
-<p>If the <code>parser.allows.dash.identifiers</code> configuration value is
set to true, then the <strong>-</strong> dash is also allowed in identifiers
(and must be surrounded by spaces to be interpreted as an arithmetic minus
operator).</p>
+<p>If the <code>parser.allow_hyphen_in_identifiers</code> configuration value
is set to true, then the <strong>-</strong> hyphen is also allowed in
identifiers (and must be surrounded by spaces to be interpreted as an
arithmetic minus operator).</p>
<h3 id="variables">Variables<a class="headerlink" href="#variables"
title="Permanent link">¶</a></h3>
<p>Notation:</p>
<p><strong>$</strong> <span class="blue">[</span> <strong>!</strong> <span
class="blue">]</span> <span class="blue">[</span> <strong>{</strong> <span
class="blue">]</span> <em>identifier</em> <span class="blue">[</span> <span
class="blue">[</span> <strong>|</strong> <em>alternate value</em> <span
class="blue">]</span> <strong>}</strong> <span class="blue">]</span></p>
diff --git a/index.html b/index.html
index 346c124..50e16bd 100644
--- a/index.html
+++ b/index.html
@@ -26,6 +26,10 @@
<link rel="stylesheet" type="text/css" href="/css/site.css">
+
+
+
+
</head>
<body>