From ddd19b3da42814dcca0e7484184ecee7a317c69c Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Mon, 21 Oct 2024 13:47:16 +0200 Subject: [PATCH 1/3] deprecation notice --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 8f2a499..8661f3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +## ⚠️ Deprecation Announcement for Mozilla HTTP Observatory + +Dear Mozilla Observatory Users, + +This code repository is now deprecated There is a [Node/Javascript based rewrite available](https://github.com/mdn/mdn-http-observatory/), that has updated scoring and backs the [public HTTP Observatory service on MDN](https://developer.mozilla.org/en-US/observatory). + +### 🛠️ What This Means + +* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository. +* Limited Support: Official support will be discontinued. +* Archival: The repository will be archived soon, making it read-only. + +🔍 Alternatives and Recommendations + +We recommend transitioning to [HTTP Observatory](https://github.com/mdn/mdn-http-observatory/), maintained by [MDN](https://developer.mozilla.org). + +📦 Migration Guide + +To assist you in transitioning, we have prepared a [Migration Guide](https://github.com/mdn/mdn-http-observatory/blob/main/README.md#migrating-from-the-public-v1-api-to-the-v2-api) that covers steps to migrate your existing setup to the alternative. + # Observatory by Mozilla CLI Client The Mozilla HTTP Observatory is a set of tools to analyze your website and inform you if you are utilizing the many available methods to secure it. From d1a681f115114fa7493122908e7e7aa655e92c20 Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Mon, 21 Oct 2024 14:18:14 +0200 Subject: [PATCH 2/3] typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8661f3f..23a3f73 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Dear Mozilla Observatory Users, -This code repository is now deprecated There is a [Node/Javascript based rewrite available](https://github.com/mdn/mdn-http-observatory/), that has updated scoring and backs the [public HTTP Observatory service on MDN](https://developer.mozilla.org/en-US/observatory). +This code repository is now deprecated. There is a [Node/Javascript based replacement available](https://github.com/mdn/mdn-http-observatory/), that has updated scoring and backs the [HTTP Observatory service on MDN](https://developer.mozilla.org/en-US/observatory). ### 🛠️ What This Means -* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository. -* Limited Support: Official support will be discontinued. +* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository. +* Limited Support: Official support will be discontinued. * Archival: The repository will be archived soon, making it read-only. 🔍 Alternatives and Recommendations From 2be2c17a8deb9cc32ab58aa00ab963eaabf39131 Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Mon, 21 Oct 2024 18:47:41 +0200 Subject: [PATCH 3/3] wrap in noteblock --- README.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 23a3f73..7d328ea 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,24 @@ -## ⚠️ Deprecation Announcement for Mozilla HTTP Observatory - -Dear Mozilla Observatory Users, - -This code repository is now deprecated. There is a [Node/Javascript based replacement available](https://github.com/mdn/mdn-http-observatory/), that has updated scoring and backs the [HTTP Observatory service on MDN](https://developer.mozilla.org/en-US/observatory). - -### 🛠️ What This Means - -* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository. -* Limited Support: Official support will be discontinued. -* Archival: The repository will be archived soon, making it read-only. - -🔍 Alternatives and Recommendations - -We recommend transitioning to [HTTP Observatory](https://github.com/mdn/mdn-http-observatory/), maintained by [MDN](https://developer.mozilla.org). - -📦 Migration Guide - -To assist you in transitioning, we have prepared a [Migration Guide](https://github.com/mdn/mdn-http-observatory/blob/main/README.md#migrating-from-the-public-v1-api-to-the-v2-api) that covers steps to migrate your existing setup to the alternative. +> [!IMPORTANT] +> +> ## ⚠️ Deprecation Announcement for Mozilla HTTP Observatory +> +> Dear Mozilla Observatory Users, +> +> This code repository is now deprecated. There is a [Node/Javascript based replacement available](https://github.com/mdn/mdn-http-observatory/), that has updated scoring and backs the [HTTP Observatory service on MDN](https://developer.mozilla.org/en-US/observatory). +> +> ### 🛠️ What This Means +> +> * No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository. +> * Limited Support: Official support will be discontinued. +> * Archival: The repository will be archived soon, making it read-only. +> +> 🔍 Alternatives and Recommendations +> +> We recommend transitioning to [HTTP Observatory](https://github.com/mdn/mdn-http-observatory/), maintained by [MDN](https://developer.mozilla.org). +> +> 📦 Migration Guide +> +> To assist you in transitioning, we have prepared a [Migration Guide](https://github.com/mdn/mdn-http-observatory/blob/main/README.md#migrating-from-the-public-v1-api-to-the-v2-api) that covers steps to migrate your existing setup to the alternative. # Observatory by Mozilla CLI Client