globalwordnet / schemas

WordNet-LMF formats
https://globalwordnet.github.io/schemas/
20 stars 11 forks source link

https://globalwordnet.github.io/schemas/dc/ does not exist #72

Closed fcbond closed 1 year ago

fcbond commented 1 year ago

This is used in the DTDs, and we have a page for it here: https://github.com/globalwordnet/schemas/tree/master/dc

but it is not being added to the github-pages.

jmccrae commented 1 year ago

The content is being added to the pages, but currently as there is only a Markdown file there, there is nothing that a web browser could see.

I could convert that page also to an index.html with a command like we use for the main index page?

pandoc -t html -H template/header -A template/afterbody -B template/beforebody --shift-heading-level-by=-1 dc/README.md > dc/index.html

Alternatively, maybe you are expecting the DTD to resolve at that URL. In which case we would have to move the folder and place that as a file called dc

fcbond commented 1 year ago

Thanks John.

I think there is a '/' at the end of the URL, so it should go to the directory, converting the page with pandoc to a new index seems the right thing to do.

On Thu, 6 Jul 2023 at 10:54, John McCrae @.***> wrote:

The content is being added to the pages, but currently as there is only a Markdown file there, there is nothing that a web browser could see.

I could convert that page also to an index.html with a command like we use for the main index page?

pandoc -t html -H template/header -A template/afterbody -B template/beforebody --shift-heading-level-by=-1 dc/README.md > dc/index.html

Alternatively, maybe you are expecting the DTD to resolve at that URL. In which case we would have to move the folder and place that as a file called dc

— Reply to this email directly, view it on GitHub https://github.com/globalwordnet/schemas/issues/72#issuecomment-1623251463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPZRT4KEDWGRS7WFLY7IDXOZ4NXANCNFSM6AAAAAAZ7CDI5I . You are receiving this because you authored the thread.Message ID: @.***>

-- Francis Bond https://fcbond.github.io/