Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatic html and css checking #14

Open
yannickwurm opened this issue Feb 1, 2016 · 7 comments
Open

automatic html and css checking #14

yannickwurm opened this issue Feb 1, 2016 · 7 comments

Comments

@yannickwurm
Copy link
Member

Can we get a travis setup going to check for html and css validity?

@yannickwurm
Copy link
Member Author

and links - e.g. linklint -http -host wurmlab.github.io -doc webstatus /@

@yannickwurm
Copy link
Member Author

@yannickwurm
Copy link
Member Author

and spellchecking(!)

@IsmailM
Copy link
Member

IsmailM commented May 4, 2016

Added a Website Crawler & Validator I had previously written - see 2788c69

It runs the validator against the remote http://wurmlab.github.io and not a local copy (shouldn’t be difficult to adapt the code if required)...

Here’s how to run it:

brew install tidy-html5 
bundle install
bundle exec rake validate_website

And here’s the current output:

####  200 => http://wurmlab.github.io/
# HTML Validation: false
line 170 column 83 - Warning: unescaped & or unknown entity "&sensor"
line 247 column 336 - Warning: unescaped & or unknown entity "&view"
line 247 column 350 - Warning: unescaped & or unknown entity "&id"
line 253 column 440 - Error: <test> is not recognized!
line 253 column 440 - Warning: discarding unexpected <test>
line 253 column 448 - Warning: discarding unexpected </test>
line 259 column 506 - Error: <test> is not recognized!
line 259 column 506 - Warning: discarding unexpected <test>
line 259 column 514 - Warning: discarding unexpected </test>
line 265 column 562 - Error: <test> is not recognized!
line 265 column 562 - Warning: discarding unexpected <test>
line 265 column 571 - Warning: discarding unexpected </test>
line 268 column 534 - Error: <test> is not recognized!
line 268 column 534 - Warning: discarding unexpected <test>
line 268 column 543 - Warning: discarding unexpected </test>
line 271 column 485 - Error: <test> is not recognized!
line 271 column 485 - Warning: discarding unexpected <test>
line 271 column 494 - Warning: discarding unexpected </test>
line 274 column 524 - Error: <test> is not recognized!


####  200 => http://wurmlab.github.io/news/
# HTML Validation: false
line 99 column 460 - Error: <emph> is not recognized!
line 99 column 460 - Warning: discarding unexpected <emph>
line 99 column 542 - Warning: discarding unexpected </emph>
line 106 column 9 - Warning: inserting implicit <p>
line 131 column 9 - Warning: inserting implicit <p>
line 226 column 9 - Warning: inserting implicit <p>
line 248 column 9 - Warning: inserting implicit <p>
line 320 column 9 - Warning: inserting implicit <p>
line 344 column 9 - Warning: inserting implicit <p>
line 361 column 9 - Warning: inserting implicit <p>
line 420 column 9 - Warning: inserting implicit <p>
line 450 column 9 - Warning: inserting implicit <p>
line 478 column 9 - Warning: inserting implicit <p>
line 120 column 14 - Warning: <a> proprietary attribute "alt"
line 210 column 175 - Warning: <a> escaping malformed URI reference
line 448 column 102 - Warning: <img> escaping malformed URI reference


####  200 => http://wurmlab.github.io/team/
# HTML Validation: false
line 133 column 296 - Warning: unescaped & or unknown entity "&user"
line 133 column 314 - Warning: unescaped & or unknown entity "&view_op"
line 133 column 333 - Warning: unescaped & or unknown entity "&pagesize"
line 153 column 239 - Warning: unescaped & or unknown entity "&hl"
line 163 column 315 - Warning: unescaped & or unknown entity "&idiomaExibicao"
line 238 column 97 - Warning: unescaped & or unknown entity "&hl"
line 92 column 7 - Warning: <img> lacks "alt" attribute
line 102 column 7 - Warning: <img> lacks "alt" attribute
line 112 column 7 - Warning: <img> lacks "alt" attribute
line 122 column 7 - Warning: <img> lacks "alt" attribute
line 132 column 7 - Warning: <img> lacks "alt" attribute
line 142 column 7 - Warning: <img> lacks "alt" attribute
line 152 column 7 - Warning: <img> lacks "alt" attribute
line 162 column 7 - Warning: <img> lacks "alt" attribute
line 172 column 7 - Warning: <img> lacks "alt" attribute
line 182 column 7 - Warning: <img> lacks "alt" attribute
line 192 column 7 - Warning: <img> lacks "alt" attribute
line 202 column 7 - Warning: <img> lacks "alt" attribute
line 212 column 7 - Warning: <img> lacks "alt" attribute
line 222 column 7 - Warning: <img> lacks "alt" attribute
line 237 column 7 - Warning: <img> lacks "alt" attribute
line 246 column 7 - Warning: <img> lacks "alt" attribute
line 277 column 7 - Warning: <img> lacks "alt" attribute
line 286 column 7 - Warning: <img> lacks "alt" attribute
line 295 column 7 - Warning: <img> lacks "alt" attribute


####  200 => http://wurmlab.github.io/pressCoverage/
# HTML Validation: true


####  200 => http://wurmlab.github.io/teaching/
# HTML Validation: false
line 99 column 3 - Warning: missing </div>
line 145 column 229 - Warning: unescaped & or unknown entity "&stripped_title"
line 145 column 268 - Warning: unescaped & or unknown entity "&userName"
line 145 column 512 - Warning: unescaped & or unknown entity "&stripped_title"
line 145 column 551 - Warning: unescaped & or unknown entity "&userName"
line 145 column 686 - Warning: discarding unexpected </embed>
line 99 column 8 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 99 column 8 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 117 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 117 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 119 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 119 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 122 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 122 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 125 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 125 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 145 column 385 - Warning: <embed> proprietary attribute "name"
line 145 column 385 - Warning: <embed> proprietary attribute "allowscriptaccess"


####  200 => http://wurmlab.github.io/tools/
# HTML Validation: false
line 345 column 457 - Warning: unescaped & or unknown entity "&hl"
line 132 column 5 - Warning: <a> attribute "href" lacks value
line 143 column 9 - Warning: <a> attribute "href" lacks value
line 212 column 5 - Warning: <a> attribute "href" lacks value
line 223 column 9 - Warning: <a> attribute "href" lacks value
line 288 column 5 - Warning: <a> attribute "href" lacks value
line 299 column 9 - Warning: <a> attribute "href" lacks value
line 326 column 5 - Warning: <a> attribute "href" lacks value
line 337 column 9 - Warning: <a> attribute "href" lacks value


####  200 => http://wurmlab.github.io/map/
# HTML Validation: true


####  200 => http://wurmlab.github.io/tools/genevalidator/
# HTML Validation: false
line 235 column 5 - Warning: inserting implicit <p>


####  200 => http://wurmlab.github.io/news/2016-04-25-GoogleSummerOfBioinformaticsCode/
# HTML Validation: false
line 95 column 460 - Error: <emph> is not recognized!
line 95 column 460 - Warning: discarding unexpected <emph>
line 95 column 542 - Warning: discarding unexpected </emph>
line 118 column 101 - Error: <g:plusone> is not recognized!
line 118 column 101 - Warning: discarding unexpected <g:plusone>
line 118 column 126 - Warning: discarding unexpected </g:plusone>
line 108 column 3 - Warning: <a> attribute "href" lacks value


####  200 => http://wurmlab.github.io/team/bmpvieira.html
# HTML Validation: false
line 94 column 5 - Error: <tab> is not recognized!
line 94 column 5 - Warning: discarding unexpected <tab>
line 94 column 20 - Warning: <a> attribute with missing trailing quote mark
line 95 column 5 - Error: <tab> is not recognized!
line 95 column 5 - Warning: discarding unexpected <tab>
line 95 column 20 - Warning: <a> attribute with missing trailing quote mark
line 96 column 5 - Error: <tab> is not recognized!
line 96 column 5 - Warning: discarding unexpected <tab>
line 96 column 20 - Warning: <a> attribute with missing trailing quote mark
line 97 column 5 - Error: <tab> is not recognized!
line 97 column 5 - Warning: discarding unexpected <tab>
line 97 column 20 - Warning: <a> attribute with missing trailing quote mark
line 98 column 5 - Error: <tab> is not recognized!
line 98 column 5 - Warning: discarding unexpected <tab>
line 99 column 5 - Error: <tab> is not recognized!


####  200 => http://wurmlab.github.io/teaching/
# HTML Validation: false
line 99 column 3 - Warning: missing </div>
line 145 column 229 - Warning: unescaped & or unknown entity "&stripped_title"
line 145 column 268 - Warning: unescaped & or unknown entity "&userName"
line 145 column 512 - Warning: unescaped & or unknown entity "&stripped_title"
line 145 column 551 - Warning: unescaped & or unknown entity "&userName"
line 145 column 686 - Warning: discarding unexpected </embed>
line 99 column 8 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 99 column 8 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 117 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 117 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 119 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 119 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 122 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 122 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 125 column 20 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 125 column 20 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 145 column 385 - Warning: <embed> proprietary attribute "name"
line 145 column 385 - Warning: <embed> proprietary attribute "allowscriptaccess"


####  200 => http://wurmlab.github.io/tools/
# HTML Validation: false
line 345 column 457 - Warning: unescaped & or unknown entity "&hl"
line 132 column 5 - Warning: <a> attribute "href" lacks value
line 143 column 9 - Warning: <a> attribute "href" lacks value
line 212 column 5 - Warning: <a> attribute "href" lacks value
line 223 column 9 - Warning: <a> attribute "href" lacks value
line 288 column 5 - Warning: <a> attribute "href" lacks value
line 299 column 9 - Warning: <a> attribute "href" lacks value
line 326 column 5 - Warning: <a> attribute "href" lacks value
line 337 column 9 - Warning: <a> attribute "href" lacks value


####  200 => http://wurmlab.github.io/news/2016-02-01-sequenceserverpaper/
# HTML Validation: false
line 118 column 101 - Error: <g:plusone> is not recognized!
line 118 column 101 - Warning: discarding unexpected <g:plusone>
line 118 column 126 - Warning: discarding unexpected </g:plusone>
line 91 column 6 - Warning: <a> proprietary attribute "alt"


####  200 => http://wurmlab.github.io/news/2015-06-02-avoidgenomicsretractions/
# HTML Validation: false
line 188 column 101 - Error: <g:plusone> is not recognized!
line 188 column 101 - Warning: discarding unexpected <g:plusone>
line 188 column 126 - Warning: discarding unexpected </g:plusone>
line 156 column 175 - Warning: <a> escaping malformed URI reference


####  200 => http://wurmlab.github.io/news/2015-03-16-bioinformatician/
# HTML Validation: false
line 115 column 101 - Error: <g:plusone> is not recognized!
line 115 column 101 - Warning: discarding unexpected <g:plusone>
line 115 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2015-02-05-scientific-writing/
# HTML Validation: false
line 165 column 101 - Error: <g:plusone> is not recognized!
line 165 column 101 - Warning: discarding unexpected <g:plusone>
line 165 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2014-10-31-recruiting-population-genomicist/
# HTML Validation: false
line 117 column 101 - Error: <g:plusone> is not recognized!
line 117 column 101 - Warning: discarding unexpected <g:plusone>
line 117 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2014-07-30-recruiting-population-genomicist/
# HTML Validation: false
line 110 column 101 - Error: <g:plusone> is not recognized!
line 110 column 101 - Warning: discarding unexpected <g:plusone>
line 110 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2014-10-31-recruiting-population-genomicist/
# HTML Validation: false
line 117 column 101 - Error: <g:plusone> is not recognized!
line 117 column 101 - Warning: discarding unexpected <g:plusone>
line 117 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2014-01-27-reference/
# HTML Validation: false
line 152 column 101 - Error: <g:plusone> is not recognized!
line 152 column 101 - Warning: discarding unexpected <g:plusone>
line 152 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2014-01-15-vacancies/
# HTML Validation: false
line 123 column 101 - Error: <g:plusone> is not recognized!
line 123 column 101 - Warning: discarding unexpected <g:plusone>
line 123 column 126 - Warning: discarding unexpected </g:plusone>
line 105 column 102 - Warning: <img> escaping malformed URI reference


####  200 => http://wurmlab.github.io/news/2013-12-22-news/
# HTML Validation: false
line 121 column 101 - Error: <g:plusone> is not recognized!
line 121 column 101 - Warning: discarding unexpected <g:plusone>
line 121 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/archive/
# HTML Validation: true


####  200 => http://wurmlab.github.io/talks/
# HTML Validation: false
line 106 column 602 - Warning: inserting implicit <p>
line 212 column 67 - Warning: unescaped & or unknown entity "&cacute"
line 110 column 9 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 110 column 9 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 132 column 11 - Warning: <iframe> proprietary attribute "type"
line 137 column 9 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 137 column 9 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 158 column 9 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 158 column 9 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 178 column 11 - Warning: <iframe> proprietary attribute "type"
line 197 column 9 - Warning: <iframe> proprietary attribute "webkitallowfullscreen"
line 197 column 9 - Warning: <iframe> proprietary attribute "mozallowfullscreen"
line 217 column 11 - Warning: <iframe> proprietary attribute "type"


####  200 => http://wurmlab.github.io/team/priyam/
# HTML Validation: true


####  200 => http://wurmlab.github.io/team/estolle.html
# HTML Validation: false
line 94 column 5 - Warning: missing <li>
line 96 column 5 - Error: <tab> is not recognized!
line 96 column 5 - Warning: discarding unexpected <tab>
line 96 column 70 - Warning: unescaped & or unknown entity "&user"
line 96 column 88 - Warning: unescaped & or unknown entity "&view_op"
line 96 column 107 - Warning: unescaped & or unknown entity "&pagesize"
line 97 column 5 - Error: <tab> is not recognized!
line 97 column 5 - Warning: discarding unexpected <tab>
line 98 column 5 - Error: <tab> is not recognized!
line 98 column 5 - Warning: discarding unexpected <tab>
line 101 column 5 - Error: <tab> is not recognized!
line 101 column 5 - Warning: discarding unexpected <tab>
line 103 column 1 - Warning: inserting implicit <p>
line 107 column 5 - Warning: missing <li>
line 108 column 5 - Error: <tab> is not recognized!
line 108 column 5 - Warning: discarding unexpected <tab>
line 109 column 5 - Error: <tab> is not recognized!


####  200 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/
# HTML Validation: false
line 1269 column 1 - Warning: <table> lacks "summary" attribute


####  200 => http://wurmlab.github.io/teaching/DAY1_exercises.docx.html
# HTML Validation: false
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 100 column 40 - Warning: <img> lacks "alt" attribute


####  200 => http://wurmlab.github.io/teaching/MWAS%20practical.docx.html
# HTML Validation: false
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 82 column 110 - Warning: <img> lacks "alt" attribute


####  200 => http://wurmlab.github.io/teaching/DAY3_exercises_Oksana_WORKS_denovo.docx.html
# HTML Validation: false
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 54 column 343 - Warning: <a> anchor "h.baj4m3nih6h4" already defined


####  200 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/
# HTML Validation: true


####  200 => http://wurmlab.github.io/teaching/Experimental%20design%20for%20genomics.html
# HTML Validation: false
line 1 column 1 - Warning: missing <!DOCTYPE> declaration


####  200 => http://wurmlab.github.io/teaching/bachelor3-tp4Microarray/
# HTML Validation: true


####  200 => http://wurmlab.github.io/teaching/bachelor2-tp2Blast/
# HTML Validation: false
line 301 column 5 - Warning: discarding unexpected </div>


####  200 => http://wurmlab.github.io/tools/genevalidator/exemplar_data/genetic_input/
# HTML Validation: true


####  200 => http://wurmlab.github.io/tools/genevalidator/exemplar_data/protein_input/
# HTML Validation: true


####  200 => http://wurmlab.github.io/news/2012-02-18-oxford-nanopore-sequencing-a-revolution-for-non-model-organisms/
# HTML Validation: false
line 122 column 101 - Error: <g:plusone> is not recognized!
line 122 column 101 - Warning: discarding unexpected <g:plusone>
line 122 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2012-02-07-new-publications-new-job/
# HTML Validation: false
line 127 column 101 - Error: <g:plusone> is not recognized!
line 127 column 101 - Warning: discarding unexpected <g:plusone>
line 127 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2011-09-21-genome-analyses-for-non-model-organisms/
# HTML Validation: false
line 144 column 101 - Error: <g:plusone> is not recognized!
line 144 column 101 - Warning: discarding unexpected <g:plusone>
line 144 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2011-07-03-shenzhen-social-insect-conference/
# HTML Validation: false
line 111 column 101 - Error: <g:plusone> is not recognized!
line 111 column 101 - Warning: discarding unexpected <g:plusone>
line 111 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2011-06-09-june-update/
# HTML Validation: false
line 113 column 101 - Error: <g:plusone> is not recognized!
line 113 column 101 - Warning: discarding unexpected <g:plusone>
line 113 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2011-02-21-fire-ant-genome-out/
# HTML Validation: false
line 113 column 101 - Error: <g:plusone> is not recognized!
line 113 column 101 - Warning: discarding unexpected <g:plusone>
line 113 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2010-12-01-dengue-mosquito-fogging-is-bad/
# HTML Validation: false
line 133 column 101 - Error: <g:plusone> is not recognized!
line 133 column 101 - Warning: discarding unexpected <g:plusone>
line 133 column 126 - Warning: discarding unexpected </g:plusone>


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.u6t0l7eoe8da


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.cq4w9uqsjcve


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.j79x1hsfcz8r


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.qnk7f4ckvi16


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.d3dsv561kdv


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.l6szppex757d


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.62ietc4d9z2i


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.vikloz2p6jp9


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.3qbtzxbz9m5e


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.3vpvo71zp9lv


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.6583784ey49l


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.zf3g08azr7yq


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.h3ykh4awmogu


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.oe86xuyvznlt


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.pknd8vpayr35


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.wqyyny5o170l


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.t2tqjovo18ay


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.kat5xk64x3z5


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.bq6z9foipsbv


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginR/%23h.q9jxrjeyky5p


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.6oob44gf6rza


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.f9w9rgraskfu


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.83v1ckfatyxr


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.t1osnfi5kxha


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.mm941169r9no


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.5x6izniq7hjr


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.rad3935yw56


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.qa0rfqq9ez9s


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.rszopxdvbaqk


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.81swa1nu6vdt


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.kla0p74z211r


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.6v7yv5nk3bph


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.fmln3l612g2d


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.iktqzc3scruu


####  404 => http://wurmlab.github.io/teaching/2013sbc361/introtoprogramminginRpart2/%23h.bbr6o2b3cols


####  200 => http://wurmlab.github.io/news/2006-11-18-timepark/
# HTML Validation: false
line 136 column 101 - Error: <g:plusone> is not recognized!
line 136 column 101 - Warning: discarding unexpected <g:plusone>
line 136 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2006-11-18-development/
# HTML Validation: false
line 136 column 101 - Error: <g:plusone> is not recognized!
line 136 column 101 - Warning: discarding unexpected <g:plusone>
line 136 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/attic/dev/timepark
# HTML Validation: true


####  200 => http://wurmlab.github.io/news/2006-06-08-first-impressions/
# HTML Validation: false
line 131 column 101 - Error: <g:plusone> is not recognized!
line 131 column 101 - Warning: discarding unexpected <g:plusone>
line 131 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2005-03-02-refined-nucleotide-blast-matrix/
# HTML Validation: false
line 242 column 101 - Error: <g:plusone> is not recognized!
line 242 column 101 - Warning: discarding unexpected <g:plusone>
line 242 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2004-12-09-fire-ants-whats-the-point/
# HTML Validation: false
line 136 column 101 - Error: <g:plusone> is not recognized!
line 136 column 101 - Warning: discarding unexpected <g:plusone>
line 136 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2004-11-29-mexico-voyage/
# HTML Validation: false
line 122 column 101 - Error: <g:plusone> is not recognized!
line 122 column 101 - Warning: discarding unexpected <g:plusone>
line 122 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2004-11-15-doctorat/
# HTML Validation: false
line 162 column 101 - Error: <g:plusone> is not recognized!
line 162 column 101 - Warning: discarding unexpected <g:plusone>
line 162 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2004-10-22-entretiens/
# HTML Validation: false
line 121 column 101 - Error: <g:plusone> is not recognized!
line 121 column 101 - Warning: discarding unexpected <g:plusone>
line 121 column 126 - Warning: discarding unexpected </g:plusone>


####  200 => http://wurmlab.github.io/news/2004-01-20-janvier/
# HTML Validation: false
line 126 column 101 - Error: <g:plusone> is not recognized!
line 126 column 101 - Warning: discarding unexpected <g:plusone>
line 126 column 126 - Warning: discarding unexpected </g:plusone>
line 115 column 3 - Warning: <a> attribute "href" lacks value

@yannickwurm
Copy link
Member Author

That's awesome @IsmailM - and a bit scary!!

@yeban
Copy link
Contributor

yeban commented May 5, 2016

Pretty cool! I think running against the deployed version is no-problem.

@yannickwurm
Copy link
Member Author

Are these issues resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants