katabase / 4_TaggedData

Tagged catalogues.
GNU General Public License v3.0
0 stars 0 forks source link

Folder structure #3

Closed gabays closed 3 years ago

gabays commented 3 years ago

The fact that all catalogues are in a Catalogues folder changes the schema location. Is it useful?

alexbartz commented 3 years ago

I think it's useful because of the script extractor_json.py, we get all files recursively (see here). For the schema location issue, we can maybe simply use GitHub and have something like this :


<?xml-model href="https://raw.githubusercontent.com/katabase/3_TaggedData/main/schema/odd_katabase.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://raw.githubusercontent.com/katabase/3_TaggedData/main/schema/odd_katabase.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
gabays commented 3 years ago

OK: we should definitely switch to the address of the online schema rather than the local one. With all the repo or just that one?

alexbartz commented 3 years ago

Yes I agree. I think with all the repo would be better. If you're ok, I'll do it.

gabays commented 3 years ago

OK. Perfect!

alexbartz commented 3 years ago

It's done (for the 3 repos) ! :)