From fd442109f3ba39e651dc5a89b10464ee64b179f2 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Thu, 31 Mar 2022 10:39:05 +0800 Subject: [PATCH 01/16] ci: try to fix failing CI --- .github/workflows/validation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index e032d08..9925c10 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: apt-get update + run: sudo apt-get update -y - name: Install xmllint run: sudo apt-get install -y libxml2-utils - name: Validate XSD Schemas From dba46868b04cd927f8eac2834c21dcfbff8d636e Mon Sep 17 00:00:00 2001 From: Michael Fitzurka Date: Wed, 30 Mar 2022 22:40:47 -0400 Subject: [PATCH 02/16] fix: Advertisement not Advertisment (#20) closes #19 Co-authored-by: MichaelFitzurka --- drafts/v2.1/ComicInfo.xsd | 2 +- schema/v1.0/ComicInfo.xsd | 2 +- schema/v2.0/ComicInfo.xsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drafts/v2.1/ComicInfo.xsd b/drafts/v2.1/ComicInfo.xsd index 1647791..689f33b 100644 --- a/drafts/v2.1/ComicInfo.xsd +++ b/drafts/v2.1/ComicInfo.xsd @@ -110,7 +110,7 @@ - + diff --git a/schema/v1.0/ComicInfo.xsd b/schema/v1.0/ComicInfo.xsd index 58082c5..556c3a0 100644 --- a/schema/v1.0/ComicInfo.xsd +++ b/schema/v1.0/ComicInfo.xsd @@ -63,7 +63,7 @@ - + diff --git a/schema/v2.0/ComicInfo.xsd b/schema/v2.0/ComicInfo.xsd index 732be98..a46241c 100644 --- a/schema/v2.0/ComicInfo.xsd +++ b/schema/v2.0/ComicInfo.xsd @@ -107,7 +107,7 @@ - + From 27e7ffa4fe9bbe3bfdc7029b4602e5e0ae07095b Mon Sep 17 00:00:00 2001 From: Michael Fitzurka Date: Tue, 26 Apr 2022 21:20:09 -0400 Subject: [PATCH 03/16] fix: ratings "MA15+", not "MA 15+" (#22) Co-authored-by: MichaelFitzurka --- drafts/v2.1/ComicInfo.xsd | 2 +- schema/v2.0/ComicInfo.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drafts/v2.1/ComicInfo.xsd b/drafts/v2.1/ComicInfo.xsd index 689f33b..c44a561 100644 --- a/drafts/v2.1/ComicInfo.xsd +++ b/drafts/v2.1/ComicInfo.xsd @@ -78,7 +78,7 @@ - + diff --git a/schema/v2.0/ComicInfo.xsd b/schema/v2.0/ComicInfo.xsd index a46241c..244a989 100644 --- a/schema/v2.0/ComicInfo.xsd +++ b/schema/v2.0/ComicInfo.xsd @@ -75,7 +75,7 @@ - + From 9c3ebc1984711c83c71a729319b43d2f81d461e4 Mon Sep 17 00:00:00 2001 From: IngBertolini Date: Mon, 20 Jun 2022 04:22:53 +0200 Subject: [PATCH 04/16] docs: added StoryArcNumber to new fields in version 2.1 in CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5e712..613d653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - add new field `Translator` - add new field `Tags` - add new field `Day` +- add new field `StoryArcNumber` ## 2.0 From 274605fa9f37edf30fd4d11fa23c7ce9e98d44a2 Mon Sep 17 00:00:00 2001 From: IngBertolini Date: Tue, 6 Sep 2022 13:24:10 +0200 Subject: [PATCH 05/16] Review and MainCharacterOrTeam missing fields (#27) --- CHANGELOG.md | 3 +-- drafts/v2.1/ComicInfo.xsd | 2 ++ schema/v2.0/ComicInfo.xsd | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613d653..cda22a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ - add new field `Translator` - add new field `Tags` -- add new field `Day` - add new field `StoryArcNumber` ## 2.0 @@ -14,4 +13,4 @@ - `Manga` changed from `YesNo` to a new `Manga` type ### Features -- add new fields `Characters`, `Teams`, `Locations`, `ScanInformation`, `StoryArc`, `SeriesGroup`, `AgeRating` +- add new fields `Characters`, `Teams`, `Locations`, `ScanInformation`, `StoryArc`, `SeriesGroup`, `AgeRating`, `Day`, `MainCharacterOrTeam`, `Review` diff --git a/drafts/v2.1/ComicInfo.xsd b/drafts/v2.1/ComicInfo.xsd index c44a561..02ea57c 100644 --- a/drafts/v2.1/ComicInfo.xsd +++ b/drafts/v2.1/ComicInfo.xsd @@ -44,6 +44,8 @@ + + diff --git a/schema/v2.0/ComicInfo.xsd b/schema/v2.0/ComicInfo.xsd index 244a989..6732fe8 100644 --- a/schema/v2.0/ComicInfo.xsd +++ b/schema/v2.0/ComicInfo.xsd @@ -41,6 +41,8 @@ + + From be37bb025b9d5c17aa5f70910fcf7179d5c8444e Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 1 Nov 2022 17:51:24 +0800 Subject: [PATCH 06/16] chore: add Github issue template for new element --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/report_feature.yml | 35 +++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/report_feature.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/report_feature.yml b/.github/ISSUE_TEMPLATE/report_feature.yml new file mode 100644 index 0000000..b089b69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report_feature.yml @@ -0,0 +1,35 @@ +name: ⭐ Element request +description: Suggest a new element for ComicInfo +title: "New element: " +labels: + - triage +body: + + - type: textarea + id: from + attributes: + label: Where does this comes from? + description: Has this been discussed somewhere? + placeholder: | + Example: + "Discussed on 's Discord server" + validations: + required: true + + - type: textarea + id: rationale + attributes: + label: What is the rationale for adding support for this element? + description: Describe use cases and provide real life examples + placeholder: | + Example: + Adding this new element would enable … + Real life example: … + + - type: textarea + id: tools + attributes: + label: Is the element already handled by any application or tool? + placeholder: | + Example: + Application X already handles this element in the following way: … From a4ddf8b03f1ae07939635da1255b44ecd4f98823 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 15 Feb 2023 15:23:11 +0800 Subject: [PATCH 07/16] ci: add dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6c852f7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file From bbcfa23cc8904148cf64ff10bf1dedda1655a370 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 15 Feb 2023 15:25:49 +0800 Subject: [PATCH 08/16] docs: relocate schema documentation from website repo --- DOCUMENTATION.md | 226 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 DOCUMENTATION.md diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md new file mode 100644 index 0000000..172b307 --- /dev/null +++ b/DOCUMENTATION.md @@ -0,0 +1,226 @@ +# Schema documentation + +This page aims at clarifying the various elements of the schema, as well as their intended use and observed usage. + +### Title + +Title of the book. + +### Series + +Title of the series the book is part of. + +### Number + +Number of the book in the series. + +### Count + +The total number of books in the series. + +The `Count` could be different on each book in a series. Consuming applications should consider using only the value for the latest book in the series. + +### Volume + +Volume containing the book. Volume is a notion that is specific to US Comics, where the same series can have multiple volumes. Volumes can be referenced by numer (1, 2, 3…) or by year (2018, 2020…). + +### AlternateSeries / AlternateNumber / AlternateCount + +Quite specific to US comics, some books can be part of cross-over story arcs. Those fields can be used to specify an alternate series, its number and count of books. + +### Summary + +A description or summary of the book. + +### Notes + +A free text field, usually used to store information about the application that created the `ComicInfo.xml` file. + +### Year / Month / Day + +Usually contains the release date of the book. + +### Creator fields + +According to the schema, each creator element can only be present once. In order to cater for multiple creator with the same role, it is accepted that values are comma separated. + +#### Writer + +Person or organization responsible for creating the scenario. + +#### Penciller + +Person or organization responsible for drawing the art. + +#### Inker + +Person or organization responsible for inking the pencil art. + +#### Colorist + +Person or organization responsible for applying color to drawings. + +#### Letterer + +Person or organization responsible for drawing text and speech bubbles. + +#### CoverArtist + +Person or organization responsible for drawing the cover art. + +#### Editor + +A person or organization contributing to a resource by revising or elucidating the content, e.g., adding an introduction, notes, or other critical matter. An editor may also prepare a resource for production, publication, or distribution. + +#### Translator + +A person or organization who renders a text from one language into another, or from an older form of a language into the modern form. + +This can also be used for fan translations ("scanlator"). + +### Publisher + +A person or organization responsible for publishing, releasing, or issuing a resource. + +### Imprint + +An imprint is a group of publications under the umbrella of a larger imprint or a Publisher. For example, Vertigo is an Imprint of DC Comics. + +### Genre + +Genre of the book or series. For example, _Science-Fiction_ or _Shonen_. + +It is accepted that multiple values are comma separated. + +### Tags + +Tags of the book or series. For example, _ninja_ or _school life_. + +It is accepted that multiple values are comma separated. + +### Web + +A URL pointing to a reference website for the book. + +### PageCount + +The number of pages in the book. + +### LanguageISO + +A language code describing the language of the book. + +Without any information on what kind of code this element is supposed to contain, it is recommended to use the [IETF BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag), which can describe the language but also the script used. This helps to differentiate languages with multiple scripts, like Traditional and Simplified Chinese. + +### BlackAndWhite + +Whether the book is in black and white. + +### Manga + +Whether the book is a manga. This also defines the reading direction as right-to-left when set to `YesAndRightToLeft`. + +### Characters + +Characters present in the book. + +It is accepted that multiple values are comma separated. + +### Teams + +Teams present in the book. Usually refer to super-hero teams (e.g. Avengers). + +It is accepted that multiple values are comma separated. + +### Locations + +Locations mentioned in the book. + +It is accepted that multiple values are comma separated. + +### MainCharacterOrTeam + +Main character or team mentioned in the book. + +It is accepted that a single value should be present. + +### ScanInformation + +A free text field, usually used to store information about who scanned the book. + +### StoryArc + +The story arc that books belong to. + +For example, for [Undiscovered Country](https://comicvine.gamespot.com/undiscovered-country/4050-122630/), issues 1-6 are part of the _Destiny_ story arc, issues 7-12 are part of the _Unity_ story arc. + +### StoryArcNumber + + While `StoryArc` was originally designed to store the arc _within a series_, it was often used to indicate that a book was part of a reading order, composed of books from multiple series. Mylar for instance was using the field as such. + +Since `StoryArc` itself wasn't able to carry the information about ordering of books within a reading order, `StoryArcNumber` was added. + +`StoryArc` and `StoryArcNumber` can work in combination, to indicate in which position the book is located at for a specific reading order. + +It is accepted that multiple values can be specified for both `StoryArc` and `StoryArcNumber`. Multiple values are comma separated. + +### SeriesGroup + +A group or collection the series belongs to. + +It is accepted that multiple values are comma separated. + +### AgeRating + +Age rating of the book. + +### CommunityRating + +Community rating of the book, from `0.0` to `5.0`. + +### Review + +Review of the book. + +### Pages / ComicPageInfo + +Describes each page of the book. + +#### Image + +Page number. + +#### Type + +Type of the page: +- FrontCover +- InnerCover: sometimes found inside the book as a second cover +- Roundup: summary of previous issues +- Story +- Advertisement +- Editorial +- Letters: fan letters +- Preview: sneak preview of the next book, or another comic +- BackCover +- Other: for anything not covered above +- Delete: indicate that the page should not be shown by readers + +#### DoublePage + +Whether the page is a double spread. + +#### ImageSize + +File size of the image, supposedly in bytes. + +#### Key + +??? + +#### Bookmark + +ComicRack uses this field when adding a bookmark in a book. + +#### ImageWidth / ImageHeight + +Width and height of the image in pixels. \ No newline at end of file From 67eac061f99238bef64ace66e170ce4f16fe7ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 07:26:19 +0000 Subject: [PATCH 09/16] build(deps): bump peter-evans/repository-dispatch from 1 to 2 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 60930c7..a90925c 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: anansi-project/anansi-project.github.io From 3625b4b0cd5b16d95a96333a73edc87908bf1028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 07:26:22 +0000 Subject: [PATCH 10/16] build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 9925c10..3ff80c4 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -12,7 +12,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: apt-get update run: sudo apt-get update -y - name: Install xmllint From 75d00db57927bf6776717fc1060cb7f594186cb3 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 8 Mar 2023 11:39:12 +0800 Subject: [PATCH 11/16] style: format xsd files --- drafts/v2.1/ComicInfo.xsd | 172 +++++++++++++++++++------------------- schema/v1.0/ComicInfo.xsd | 104 +++++++++++------------ schema/v2.0/ComicInfo.xsd | 166 ++++++++++++++++++------------------ 3 files changed, 221 insertions(+), 221 deletions(-) diff --git a/drafts/v2.1/ComicInfo.xsd b/drafts/v2.1/ComicInfo.xsd index 02ea57c..745de8b 100644 --- a/drafts/v2.1/ComicInfo.xsd +++ b/drafts/v2.1/ComicInfo.xsd @@ -1,66 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - + + + + @@ -72,53 +72,53 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/schema/v1.0/ComicInfo.xsd b/schema/v1.0/ComicInfo.xsd index 556c3a0..8e8c23c 100644 --- a/schema/v1.0/ComicInfo.xsd +++ b/schema/v1.0/ComicInfo.xsd @@ -1,75 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - + - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/schema/v2.0/ComicInfo.xsd b/schema/v2.0/ComicInfo.xsd index 6732fe8..ff31035 100644 --- a/schema/v2.0/ComicInfo.xsd +++ b/schema/v2.0/ComicInfo.xsd @@ -1,63 +1,63 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - + + + + @@ -69,53 +69,53 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + From 0b6e0124adcde99eaf75d20cc924cc0b7eaf607c Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 8 Mar 2023 11:45:04 +0800 Subject: [PATCH 12/16] feat: add GTIN element Closes: #12 --- CHANGELOG.md | 1 + DOCUMENTATION.md | 4 ++++ drafts/v2.1/ComicInfo.xsd | 1 + 3 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda22a9..31b22b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - add new field `Translator` - add new field `Tags` - add new field `StoryArcNumber` +- add new field `GTIN` ## 2.0 diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 172b307..edb1eb0 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -182,6 +182,10 @@ Community rating of the book, from `0.0` to `5.0`. Review of the book. +### GTIN + +A [Global Trade Item Number](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) identifying the book. GTIN incorporates other standards like ISBN, ISSN, EAN, or JAN. + ### Pages / ComicPageInfo Describes each page of the book. diff --git a/drafts/v2.1/ComicInfo.xsd b/drafts/v2.1/ComicInfo.xsd index 745de8b..ff50f3d 100644 --- a/drafts/v2.1/ComicInfo.xsd +++ b/drafts/v2.1/ComicInfo.xsd @@ -46,6 +46,7 @@ + From a54e86e2736e0910bc7f6413858d6e1eec9d049a Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Fri, 28 Apr 2023 18:13:54 -0700 Subject: [PATCH 13/16] docs: document format field --- DOCUMENTATION.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index edb1eb0..3afc19c 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -112,6 +112,13 @@ A language code describing the language of the book. Without any information on what kind of code this element is supposed to contain, it is recommended to use the [IETF BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag), which can describe the language but also the script used. This helps to differentiate languages with multiple scripts, like Traditional and Simplified Chinese. +### Format + +The original publication's binding format for scanned physical books or presentation format for digital sources. + +"TBP", "HC", "Web", "Digital" are common designators. + + ### BlackAndWhite Whether the book is in black and white. @@ -227,4 +234,4 @@ ComicRack uses this field when adding a bookmark in a book. #### ImageWidth / ImageHeight -Width and height of the image in pixels. \ No newline at end of file +Width and height of the image in pixels. From fea1f5576eeb2fde406957b9cc880f438bb1e985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:30:45 +0000 Subject: [PATCH 14/16] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 3ff80c4..9ac4c22 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -12,7 +12,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: apt-get update run: sudo apt-get update -y - name: Install xmllint From 883115a6e2a3c079b34eac22d227f1d90f058227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:10:55 +0000 Subject: [PATCH 15/16] build(deps): bump peter-evans/repository-dispatch from 2 to 3 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index a90925c..c43aeda 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: anansi-project/anansi-project.github.io From 4ad83222beb45a15841f98401450d040971ab452 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sat, 17 Feb 2024 10:45:18 -0800 Subject: [PATCH 16/16] Update the Web field to allow space separated values --- DOCUMENTATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 3afc19c..6b7ce8b 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -102,6 +102,9 @@ It is accepted that multiple values are comma separated. A URL pointing to a reference website for the book. +It is accepted that multiple values are space separated. +If a space is a part of the url it must be [percent encoded](https://datatracker.ietf.org/doc/html/rfc2396#section-2.4.1). + ### PageCount The number of pages in the book.