Make the public html pages valid xhtml, and validate more RDFa cases.
authorDiane Trout <diane@caltech.edu>
Mon, 24 Sep 2012 22:28:10 +0000 (15:28 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 24 Sep 2012 22:28:10 +0000 (15:28 -0700)
commit89c191828b16e8385685eb7ef18f82bc751e5b3b
tree5b8ee79682413972c662ec4a59747eff55062a13
parent40d2e0eb1ad3612f18c0543bfa5950f89ac749f1
Make the public html pages valid xhtml, and validate more RDFa cases.

Also after I spent time playing with the w3c online validator,
I decided it was best to try and add modest validation to my
unit tests.

So now there's a validate_xhtml function in ethelp.

The one really weird thing is I tried to load the DTD
in the test case, however it looks like librdf clobbered the
XML catalog resolver at some point so the DTD resolver can't
find anything.
htsworkflow/frontend/experiments/tests.py
htsworkflow/frontend/samples/tests.py
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/experiments/flowcell_detail.html
htsworkflow/frontend/templates/experiments/flowcell_header.html
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html
htsworkflow/frontend/templates/sample_header.html
htsworkflow/frontend/templates/samples/library_detail.html
htsworkflow/util/ethelp.py
htsworkflow/util/schemas/htsworkflow.turtle