diff --git a/docs/community.md b/docs/community.md index a888483..85bb327 100644 --- a/docs/community.md +++ b/docs/community.md @@ -47,7 +47,7 @@ These related projects may be of interest, but the CAI team doesn't maintain or - [**Drupal module**](https://github.com/contentauth/c2pa-drupal): Enables Drupal sites to process and display Content Credentials for supported image types. - [**DASH video player**](https://github.com/contentauth/dash.js/tree/c2pa-dash): DASH video player that displays Content Credentials in browsers for supported media types. This repo/branch is a work-in-progress forked from [dash.js](https://github.com/Dash-Industry-Forum/dash.js), the canonical reference JavaScript implementation for the playback of MPEG DASH. -- [**TrustMark**](https://github.com/adobe/trustmark): Open-source Python implementation of watermarking for encoding, decoding and removing image watermarks. You can use TrustMark as part of providing [durable content credentials](durable-cr.md). +- [**TrustMark**](https://github.com/adobe/trustmark): Open-source Python implementation of watermarking for encoding, decoding and removing image watermarks. You can use TrustMark as part of providing [durable content credentials](durable-cr/index.md). - [**C2PA Security Testing Tool**](https://github.com/contentauth/c2pa-attacks): A CLI tool derived from [c2patool](https://github.com/contentauth/c2patool) that performs security testing on a Content Credentials application. This tool is intended for use by software security professionals. ## Discussions on Discord diff --git a/docs/manifest/json-ref/manifest-def.html b/docs/manifest/json-ref/manifest-def.html index e5b3c05..09098c5 100644 --- a/docs/manifest/json-ref/manifest-def.html +++ b/docs/manifest/json-ref/manifest-def.html @@ -2,9 +2,8 @@

ManifestDefinition

- Use a ManifestDefinition to define a manifest and to build a - ManifestStore. A - manifest is a collection of ingredients and assertions used to define a + Use a ManifestDefinition to define a manifest and to build a manifest store. + A manifest is a collection of ingredients and assertions used to define a claim that can be signed and embedded into a file.

@@ -1086,11 +1085,7 @@

DataSource

-

- A list of [Actor]s associated with this source. -

+

A list of actors associated with this source.

@@ -1289,9 +1284,12 @@

HashedUri

A HashedUri provides a reference to content available within the same manifest store. This is - described in [§8.3, URI References], of the C2PA Technical Specification. - [§8.3, URI References]: - https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_uri_references + described in + §8.3, URI References + of the C2PA Technical Specification.

@@ -1452,15 +1450,8 @@

Ingredient

The active manifest label (if one exists).

- If this ingredient has a [ManifestStore], this will hold the label of the active - Manifest. + If this ingredient has a manifest store, this is the label of the + active manifest.

@@ -1778,13 +1769,8 @@

Ingredient

@@ -2575,10 +2561,9 @@

RangeType

@@ -2589,10 +2574,9 @@

RangeType

@@ -2603,10 +2587,9 @@

RangeType

@@ -2617,10 +2600,9 @@

RangeType

@@ -2631,10 +2613,9 @@

RangeType

@@ -2656,12 +2637,16 @@

RegionOfInterest

A region of interest within an asset describing the change. This struct can be - used from [Action::changes][crate::assertions::Action::changes] or [Metadata::region_of_interest][crate::assertions::Metadata::region_of_interest]. + used from + Action::changes + or + Metadata::region_of_interest

- A - ManifestStore - from the source asset extracted as a binary C2PA blob. + A manifest store from the source asset extracted as a binary C2PA + blob.

- A spatial range, see [Shape] for more details. + A spatial range. See + Shape + for more details.

- A temporal range, see [Time] for more details. + A temporal range. See + Time + for more details.

- A spatial range, see [Frame] for more details. + A spatial range. See + Frame + for more details.

- A textual range, see [Text] for more details. + A textual range. See + Text for + more details.

- A range identified by a specific identifier and value, see [Item] for more details. + A range identified by a specific identifier and value. See + Item for + more details.

@@ -2950,10 +2935,11 @@

ResourceRef

A reference to a resource to be used in JSON serialization. The underlying - data can be read as a stream via [Reader::resource_to_stream][crate::Reader::resource_to_stream]. + data can be read as a stream via + Reader::resource_to_stream .

@@ -3976,9 +3962,8 @@

TextSelectorRange

- One or two [TextSelector][TextSelector] identifiying the range to select. + One or two TextSelectors identifiying the range to + select.