ceurws / ceur-make

A set of scripts to semi-automatically generate workshop proceedings for CEUR-WS.org
GNU General Public License v3.0
14 stars 4 forks source link

Annotate index.html with RDFa in addition to CEUR microformat #5

Closed clange closed 11 years ago

clange commented 11 years ago

Use BIBO etc.

csarven commented 11 years ago

Make sure the document is valid (X)HTML+RDFa. (It is currently not).

clange commented 11 years ago

I tried to be minimally invasive wrt. the (invalid!) index.html document given by CEUR-WS.org.

I shall discuss validity with the CEUR-WS.org maintainers if they generally approve of this idea to embed RDFa.

For now I'm satisfied that W3C's pyRdfa parser extracts the right RDFa from this document.

BTW here's a proof that their index.html pages have always been invalid: http://validator.w3.org/check?uri=http://ceur-ws.org/Vol-XXX/index.html&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator/1.3+http://validator.w3.org/services

clange commented 11 years ago

RDFa is now implemented. The "invalid HTML" I moved into issue #6.