KhronosGroup / OpenVX-Registry

OpenVX API and Extension Registry.
https://www.khronos.org/registry/OpenVX/
45 stars 23 forks source link

Error 404 - missing html files #38

Open outofcontrol opened 4 years ago

outofcontrol commented 4 years ago

The following files appear to be missing from the OpenVX Register on khronos.org:

https://www.khronos.org/registry/OpenVX/specs/1.0.1/html/d8/d69/d8/d69/group__group__node__callback.html
https://www.khronos.org/registry/OpenVX/specs/1.0.1/html/df/d09/df/d09/group__group__image.html
https://www.khronos.org/registry/OpenVX/specs/1.0/html/d8/d69/d8/d69/group__group__node__callback.html
https://www.khronos.org/registry/OpenVX/specs/1.0/html/df/d09/df/d09/group__group__image.html
https://www.khronos.org/registry/OpenVX/specs/1.1/html/d4/dae/db/dba/group__group__matrix.html
https://www.khronos.org/registry/OpenVX/specs/1.1/html/d6/d28/d6/d28/group__group__hint.html
https://www.khronos.org/registry/OpenVX/specs/1.1/html/d8/d69/d8/d69/group__group__node__callback.html
https://www.khronos.org/registry/OpenVX/specs/1.1/html/df/d09/df/d09/group__group__image.html
https://www.khronos.org/registry/OpenVX/specs/1.2/html/d0/de3/citelist.html
https://www.khronos.org/registry/OpenVX/specs/1.2/html/d4/dae/db/dba/group__group__matrix.html
https://www.khronos.org/registry/OpenVX/specs/1.2/html/d6/d28/d6/d28/group__group__hint.html
https://www.khronos.org/registry/OpenVX/specs/1.2/html/d8/d69/d8/d69/group__group__node__callback.html
https://www.khronos.org/registry/OpenVX/specs/1.2/html/df/d09/df/d09/group__group__image.html
https://www.khronos.org/registry/OpenVX/specs/1.3/OpenVX_Specification_1_3.html
oddhack commented 4 years ago

Realistically speaking the 1.0-1.2 stuff is unlikely to get fixed. That's using the old toolchain that had a tendency to create incredibly chopped up documents with tiny bits of HTML everywhere (at one point it was creating thousands of empty directories, which really messed up SVN, though fortunately git doesn't mind nearly as much).

The 1.3 stuff just looks like a small error was made when @kiritigowda published it to the Registry - the document is under specs/1.3/html/ . Probably the registry index page link should be adjusted.

kiritigowda commented 4 years ago

@oddhack & @outofcontrol the OpenVX registry is pointing to the HTML document.

https://www.khronos.org/registry/OpenVX/

https://www.khronos.org/registry/OpenVX/specs/1.3/html/OpenVX_Specification_1_3.html

outofcontrol commented 4 years ago

@kiritigowda it looks like the missing file OpenVX_Specification_1_3.html shown in the issue is in this file /registry/OpenVX/extensions/vx_khr_import_kernel/1.3/html/vx_khr_import_kernel_1_3.html

oddhack commented 4 years ago

Yes, just a typo in the document markup for the link to the main spec. Not sure why I thought the registry index was at fault.