From 3e381d5124bcfbb96d2b9e3baf7bd9218b524c36 Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Wed, 13 Nov 2024 10:08:12 -0800 Subject: [PATCH 1/2] Added a list of applications integrating OTIO Signed-off-by: Eric Reinecke --- ADOPTERS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 000000000..65106f8bb --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,14 @@ +# OpenTimelineIO Adopters + +Below is a partial list of organizations and projects that are using OpenTimelineIO. If you would like to be added to this list, please submit a pull request to this file. + +| Name | Description | +|------|------------------------------------------------------------------------------------------------------------------------------------------------| +| [Adobe Premiere Pro](https://www.adobe.com/products/premiere.html) | [Timeline import/export](https://community.adobe.com/t5/premiere-pro-beta-discussions/new-in-beta-otio-import-and-export/td-p/14937493) (beta) | +| [AVID Media Composer](https://www.avid.com/media-composer) | Timeline export (preview) | +| [Black Magic Design DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) | Timeline import/export | +| [CineSync](https://www.backlight.co/product/cinesync) | Timeline viewing | | +| [ColorFront Transkoder](https://colorfront.com/index.php?page=SOFTWARE&spage=Transkoder) | Timeline import | +| [Nuke Studio](https://www.foundry.com/products/nuke) | Timeline import/export with full timeline round-tripping | +| [Hiero](https://www.foundry.com/products/nuke-family/hiero) | Timeline import/export | +| [OpenRV](https://github.com/AcademySoftwareFoundation/OpenRV) | Timeline import and viewing | \ No newline at end of file From 66a24be30833572448a58cd3d9660e12bec4fbde Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Wed, 13 Nov 2024 10:36:25 -0800 Subject: [PATCH 2/2] Added ADOPTERS.md exclude to MANIFEST.in, also added linkcheck ignore for MIT license site perhaps blocking CI requests. Signed-off-by: Eric Reinecke --- MANIFEST.in | 1 + docs/conf.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d73ee8897..9afb117be 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ exclude readthedocs-conda.yml exclude .codecov.yml exclude .gitlab-ci.yml exclude *.pdf +exclude ADOPTERS.md exclude CODE_OF_CONDUCT.md exclude CONTRIBUTING.md exclude CONTRIBUTORS.md diff --git a/docs/conf.py b/docs/conf.py index f83edac93..a6fd5afbe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,9 @@ r'cxx/cxx' ] +# For some reason this URL gives 403 Forbidden when running in github actions +linkcheck_ignore = [r'https://opensource.org/licenses/MIT'] + # -- Options for MySt-Parser ----------------------------------------------------------- # https://myst-parser.readthedocs.io/en/latest/sphinx/reference.html