From dc0e2a00bb7889051f82f1ce6685dc4c3bedac54 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 19 Sep 2025 13:30:01 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6d69ea2..51dbc64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# C2PA Node.js library +# C2PA Node.js library (deprecated) + +> [!WARNING] +> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead. The [c2pa-node](https://github.com/contentauth/c2pa-node) repository implements a Node.js API that can: - Read and validate C2PA data from media files in supported formats. @@ -6,18 +9,11 @@ The [c2pa-node](https://github.com/contentauth/c2pa-node) repository implements For more information on using the library in an application, see [Using the CAI Node library](docs/usage.md). -**WARNING**: This is an early prerelease version of this library. There may be bugs and unimplemented features, and the API is subject to change. - -
- -For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-node/). Some additional documentation for this repository is also available on GitHub: - -- [Using the Node library](docs/usage.md) -- [Supported media file formats](https://opensource.contentauthenticity.org/docs/c2pa-node/supported-formats) -- [Release notes](docs/release-notes.md) -- [Contributing to the project](docs/project-contributions.md) +Additional documentation: -
+- [Using the Node library](https://github.com/contentauth/c2pa-node/blob/main/docs/usage.md) +- [Release notes](https://github.com/contentauth/c2pa-node/blob/main/docs/release-notes.md) +- [Contributing to the project](https://github.com/contentauth/c2pa-node/blob/main/docs/project-contributions.md) ## Prerequisites From a978ac4afce4f4af6087d1303cd676e4d138d068 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 19 Sep 2025 13:30:52 -0700 Subject: [PATCH 2/4] Update release-notes.md --- docs/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index e8ab58a..88ebcab 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,6 @@ # Release notes -Get highlights from https://github.com/contentauth/c2pa-node/blob/main/CHANGELOG.md. \ No newline at end of file +> [!WARNING] +> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead. + +Get highlights from https://github.com/contentauth/c2pa-node/blob/main/CHANGELOG.md. From f2b0c3080b1bf81297b54b7981bc448e38246de1 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 19 Sep 2025 13:31:12 -0700 Subject: [PATCH 3/4] Update usage.md --- docs/usage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 20c4bd5..9a3a445 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,5 +1,8 @@ # Using the CAI Node library +> [!WARNING] +> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead. + ## API documentation For the API documentation, see the [`/api-docs/` directory](https://github.com/contentauth/c2pa-node/blob/main/api-docs/README.md). @@ -379,4 +382,4 @@ const manifest = new ManifestBuilder( ); await sign(asset, manifest); -``` \ No newline at end of file +``` From 4b8d4dae4ec0721b1d6695782a737f51715c7ff0 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 19 Sep 2025 13:31:30 -0700 Subject: [PATCH 4/4] Update project-contributions.md --- docs/project-contributions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project-contributions.md b/docs/project-contributions.md index be3706a..3b5670d 100644 --- a/docs/project-contributions.md +++ b/docs/project-contributions.md @@ -1,5 +1,8 @@ # Contributing to the project +> [!WARNING] +> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead. + The information in this page is primarily for those who wish to contribute to the c2pa-python library project itself, rather than those who simply wish to use it in an application. For general contribution guidelines, see [CONTRIBUTING.md](../CONTRIBUTING.md). ## Building