add non-blocking IE-only html5.js script at bottom of page to cache it

This commit is contained in:
Mark Pilgrim
2009-07-15 22:33:18 -04:00
parent 87312208a6
commit 1c41e5b074
5 changed files with 4 additions and 14 deletions
+1
View File
@@ -26,3 +26,4 @@ abbr{font-variant:none;text-transform:none;letter-spacing:0}
</div>
</div>
<p class=c>&copy; 2001&ndash;9 Mark Pilgrim
<!--[if IE]><script src=j/html5.js></script><![endif]-->
+1
View File
@@ -59,3 +59,4 @@ h1:before{content:''}
<p class='c nm'>This site is optimized for Lynx just because fuck you.<br>I&#8217;m told it also looks good in graphical browsers.
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<!--[if IE]><script src=j/html5.js></script><![endif]-->
+1
View File
@@ -86,3 +86,4 @@ h1:before{counter-increment:h1;content:''}
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<script src=j/jquery.js></script>
<script src=j/dip3.js></script>
<!--[if IE]><script src=j/html5.js></script><![endif]-->
-14
View File
@@ -1,14 +0,0 @@
#!/bin/sh
die () {
echo "$1" >/dev/stderr
exit 1
}
hg status|grep "^\?" && die "Stray files found."
echo "not running unit tests, shame shame"
cd examples/
#python3 regression.py || die "Unit tests failed."
cd ..
ssh diveintomark.org "hg -R /home/mark/db/diveintopython3/ serve --stdio" &
hg push ssh://mark@diveintomark.org//home/mark/db/diveintopython3/
+1
View File
@@ -362,3 +362,4 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
</ol>
</ul>
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<!--[if IE]><script src=j/html5.js></script><![endif]-->