This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch distill-release in repository https://gitbox.apache.org/repos/asf/flagon.git
commit baf8b3a0b7b7147a1010deacb08fcfbd952c400c Author: Jason Young <[email protected]> AuthorDate: Mon Oct 30 14:03:10 2023 -0400 Add distill 0.1.0 and fix some misc links --- content/releases/index.html | 31 +++++++++++++++++++++++++++---- site/_pages/releases.html | 31 +++++++++++++++++++++++++++---- site/_site/releases/index.html | 31 +++++++++++++++++++++++++++---- 3 files changed, 81 insertions(+), 12 deletions(-) diff --git a/content/releases/index.html b/content/releases/index.html index 3505ad0..ede9963 100644 --- a/content/releases/index.html +++ b/content/releases/index.html @@ -68,7 +68,7 @@ </h1> <div class="page-content"> <p xmlns="http://www.w3.org/1999/html"> - Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/incubator/flagon">Apache Flagon (Incubating) Archive</a>. + Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/flagon">Apache Flagon Archive</a>. For ongoing developments and future release announcements follow our <a href="https://github.com/apache?q=flagon">source code</a> and sign up for our <a href="../community">mailing lists</a> to keep up to date! </p> @@ -81,18 +81,30 @@ Apache Flagon artifacts are always distributed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p> -<h1>Apache Flagon UserALE.js (Incubating) version 2.3.0</h1> +<h1>Apache Flagon UserALE.js version 2.3.0</h1> <p> Apache Flagon UserALE.js is a client side instrumentation library written in JavaScript designed for easy deployment and lightweight configuration in gathering logs from your web applications for user behavioral analytics. </p> <p> - To explore changes in our latest release, please see our <a href="https://github.com/apache/incubator-flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. Please note, that for convenience, we make UserALE.js available through the NPM <a href="https://www.npmjs.com/package/flagon-userale">'flagon-userale'</a> package. </p> +<h1>Apache Flagon Distill version 0.1.0</h1> + +<p> + Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs. +</p> + +<p> + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-distill/blob/master/CHANGELOG.md">CHANGELOG</a>. + + Please note, that for convenience, we make Distill available through the PyPi <a href="https://pypi.org/project/flagon-distill/">'flagon-distill'</a> package. +</p> + <h2>Downloads</h2> The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server. @@ -127,6 +139,17 @@ The link in the 'Download Artifact' column below should display a default mirror <td><a style="padding:0 45px 0 45px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc">asc (zip)</a></td> <td><a style="padding:0 30px 0 30px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512">sha512 (zip)</a></td> </tr> + + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz">Apache Distill 0.1.0 Source (tar.gz)</a> </td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.asc">asc</a> </td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a> </td> + </tr> + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl">Apache Distill 0.1.0 Wheel</a></td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl.asc">asc</a></td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a></td> + </tr> </tbody> </table> @@ -141,7 +164,7 @@ The link in the 'Download Artifact' column below should display a default mirror <h2>PGP Signatures</h2> <p> - The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/incubator/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. + The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. <b>N.B.</b> Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example</p> diff --git a/site/_pages/releases.html b/site/_pages/releases.html index 5d00676..2044330 100644 --- a/site/_pages/releases.html +++ b/site/_pages/releases.html @@ -5,7 +5,7 @@ title: Releases --- <p xmlns="http://www.w3.org/1999/html"> - Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/incubator/flagon">Apache Flagon (Incubating) Archive</a>. + Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/flagon">Apache Flagon Archive</a>. For ongoing developments and future release announcements follow our <a href="https://github.com/apache?q=flagon">source code</a> and sign up for our <a href="../community">mailing lists</a> to keep up to date! </p> @@ -18,18 +18,30 @@ title: Releases Apache Flagon artifacts are always distributed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p> -<h1>Apache Flagon UserALE.js (Incubating) version 2.3.0</h1> +<h1>Apache Flagon UserALE.js version 2.3.0</h1> <p> Apache Flagon UserALE.js is a client side instrumentation library written in JavaScript designed for easy deployment and lightweight configuration in gathering logs from your web applications for user behavioral analytics. </p> <p> - To explore changes in our latest release, please see our <a href="https://github.com/apache/incubator-flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. Please note, that for convenience, we make UserALE.js available through the NPM <a href="https://www.npmjs.com/package/flagon-userale">'flagon-userale'</a> package. </p> +<h1>Apache Flagon Distill version 0.1.0</h1> + +<p> + Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs. +</p> + +<p> + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-distill/blob/master/CHANGELOG.md">CHANGELOG</a>. + + Please note, that for convenience, we make Distill available through the PyPi <a href="https://pypi.org/project/flagon-distill/">'flagon-distill'</a> package. +</p> + <h2>Downloads</h2> The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server. @@ -64,6 +76,17 @@ The link in the 'Download Artifact' column below should display a default mirror <td><a style="padding:0 45px 0 45px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc">asc (zip)</a></td> <td><a style="padding:0 30px 0 30px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512">sha512 (zip)</a></td> </tr> + + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz">Apache Distill 0.1.0 Source (tar.gz)</a> </td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.asc">asc</a> </td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a> </td> + </tr> + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl">Apache Distill 0.1.0 Wheel</a></td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl.asc">asc</a></td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a></td> + </tr> </tbody> </table> @@ -78,7 +101,7 @@ The link in the 'Download Artifact' column below should display a default mirror <h2>PGP Signatures</h2> <p> - The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/incubator/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. + The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. <b>N.B.</b> Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example</p> diff --git a/site/_site/releases/index.html b/site/_site/releases/index.html index 3505ad0..ede9963 100644 --- a/site/_site/releases/index.html +++ b/site/_site/releases/index.html @@ -68,7 +68,7 @@ </h1> <div class="page-content"> <p xmlns="http://www.w3.org/1999/html"> - Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/incubator/flagon">Apache Flagon (Incubating) Archive</a>. + Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the <a href="https://downloads.apache.org/flagon">Apache Flagon Archive</a>. For ongoing developments and future release announcements follow our <a href="https://github.com/apache?q=flagon">source code</a> and sign up for our <a href="../community">mailing lists</a> to keep up to date! </p> @@ -81,18 +81,30 @@ Apache Flagon artifacts are always distributed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p> -<h1>Apache Flagon UserALE.js (Incubating) version 2.3.0</h1> +<h1>Apache Flagon UserALE.js version 2.3.0</h1> <p> Apache Flagon UserALE.js is a client side instrumentation library written in JavaScript designed for easy deployment and lightweight configuration in gathering logs from your web applications for user behavioral analytics. </p> <p> - To explore changes in our latest release, please see our <a href="https://github.com/apache/incubator-flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-useralejs/blob/master/CHANGELOG.md">CHANGELOG</a>. Please note, that for convenience, we make UserALE.js available through the NPM <a href="https://www.npmjs.com/package/flagon-userale">'flagon-userale'</a> package. </p> +<h1>Apache Flagon Distill version 0.1.0</h1> + +<p> + Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs. +</p> + +<p> + To explore changes in our latest release, please see our <a href="https://github.com/apache/flagon-distill/blob/master/CHANGELOG.md">CHANGELOG</a>. + + Please note, that for convenience, we make Distill available through the PyPi <a href="https://pypi.org/project/flagon-distill/">'flagon-distill'</a> package. +</p> + <h2>Downloads</h2> The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server. @@ -127,6 +139,17 @@ The link in the 'Download Artifact' column below should display a default mirror <td><a style="padding:0 45px 0 45px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.asc">asc (zip)</a></td> <td><a style="padding:0 30px 0 30px;" href="https://downloads.apache.org/incubator/flagon/apache-flagon-useralejs-incubating-2.3.0/apache-flagon-useralejs-incubating-2.3.0-src.zip.sha512">sha512 (zip)</a></td> </tr> + + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz">Apache Distill 0.1.0 Source (tar.gz)</a> </td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.asc">asc</a> </td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a> </td> + </tr> + <tr> + <td><a style="padding:0 15px 0 15px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl">Apache Distill 0.1.0 Wheel</a></td> + <td><a style="padding:0 45px 0 45px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0-py3-none-any.whl.asc">asc</a></td> + <td><a style="padding:0 30px 0 30px;" href="https://archive.apache.org/dist/flagon/apache-flagon-distill-0.1.0/flagon_distill-0.1.0.tar.gz.sha512">sha512</a></td> + </tr> </tbody> </table> @@ -141,7 +164,7 @@ The link in the 'Download Artifact' column below should display a default mirror <h2>PGP Signatures</h2> <p> - The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/incubator/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. + The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/flagon/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. <b>N.B.</b> Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example</p>
