From e0b8592ba3ecc982de6cb5d7ee146eb0400a7d30 Mon Sep 17 00:00:00 2001 From: Vincent Marchetti Date: Sat, 8 Jun 2024 06:10:44 -0400 Subject: [PATCH 1/2] Added a section providing links to 3D manifesto and API development. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 88e04f62..4a34800e 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ https://iiif-commons.github.io/manifesto/ git commit -m "Release v1.2.3" git tag v1.2.3 git push origin master v1.2.3 + +### 3D extensions to manifesto +3D extensions to the manifesto.js library are under development in a fork [IIIF-Commons/manifesto-3d](https://github.com/IIIF-Commons/manifesto-3d). +This development is being performed in parallel with development of 3D extensions to the IIIF APIs documented in [IIIF/3d](https://github.com/IIIF/3d). \ No newline at end of file From 33a8a2fbc2f98826d3fefd6f7d54bceceb90220b Mon Sep 17 00:00:00 2001 From: Vincent Marchetti Date: Mon, 10 Jun 2024 10:34:42 -0400 Subject: [PATCH 2/2] Edited my 3D text to be in a Markdown (!NOTE) alert --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a34800e..f418a681 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ IIIF Presentation API client and server utility library. npm install manifesto.js --save +> [!NOTE] +> 3D extensions to the manifesto.js library are under development in a fork [IIIF-Commons/manifesto-3d](https://github.com/IIIF-Commons/manifesto-3d). +> This development is being performed in parallel with development of 3D extensions to the IIIF APIs documented in [IIIF/3d](https://github.com/IIIF/3d). + + ## Getting Started ### Documentation @@ -27,7 +32,3 @@ https://iiif-commons.github.io/manifesto/ git commit -m "Release v1.2.3" git tag v1.2.3 git push origin master v1.2.3 - -### 3D extensions to manifesto -3D extensions to the manifesto.js library are under development in a fork [IIIF-Commons/manifesto-3d](https://github.com/IIIF-Commons/manifesto-3d). -This development is being performed in parallel with development of 3D extensions to the IIIF APIs documented in [IIIF/3d](https://github.com/IIIF/3d). \ No newline at end of file