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 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