cwrc/CWRC-GitWriter

Add GitServer support for schemas hosted on GitHUb (https)

Closed this issue · 4 comments

Allow users to load documents that reference schemas hosted on GitHUb in their schema declaration.

This is supported already, as long as one uses the "raw" option when getting the link to the schema, e.g. https://raw.githubusercontent.com/ajmacdonald/gitwriter/master/epidoc.rng

Still not working, apparently:

See https://dev-cwrc-writer.cwrc.ca/?githubPath=diane-mortimer_sarah-v2.xml&githubRepo=ilovan%2FGit-Writer_external_users_debugging

The schema declared is raw.githubusercontent.com/djakacki/moravianlives/master/TEI_Memoirs/out/MoravianMemoirs.rng

So the issue there is that there is no protocol/scheme is specified, e.g. http

right - thanks @ajmacdonald