[llvm-commits] CVS: llvm-www/devmtg/2009-10/.htaccess index.html
Chris Lattner
sabre at nondot.org
Wed Oct 14 16:26:52 PDT 2009
Changes in directory llvm-www/devmtg/2009-10:
.htaccess added (r1.1)
index.html updated: 1.7 -> 1.8
---
Log message:
remove a choice, clarify, stream the phone version (which also works on
android and probably other phones).
---
Diffs of the changes: (+8 -4)
.htaccess | 5 +++++
index.html | 7 +++----
2 files changed, 8 insertions(+), 4 deletions(-)
Index: llvm-www/devmtg/2009-10/.htaccess
diff -c /dev/null llvm-www/devmtg/2009-10/.htaccess:1.1
*** /dev/null Wed Oct 14 18:26:47 2009
--- llvm-www/devmtg/2009-10/.htaccess Wed Oct 14 18:26:37 2009
***************
*** 0 ****
--- 1,5 ----
+ AddType audio/mpeg mp3
+ AddType audio/x-m4a m4a
+ AddType video/x-m4v m4v
+ AddType video/mp4 mp4
+ AddType video/3gpp 3gp
Index: llvm-www/devmtg/2009-10/index.html
diff -u llvm-www/devmtg/2009-10/index.html:1.7 llvm-www/devmtg/2009-10/index.html:1.8
--- llvm-www/devmtg/2009-10/index.html:1.7 Wed Oct 14 18:20:01 2009
+++ llvm-www/devmtg/2009-10/index.html Wed Oct 14 18:26:37 2009
@@ -74,9 +74,8 @@
<tr>
<td align="center">
[<a href="Korobeynikov_BackendTutorial.pdf">Slides</a>]
- [<a href="Korobeynikov_BackendTutorial-400kbps.mov">LowRes Video</a>]
- [<a href="Korobeynikov_BackendTutorial-1000kbps.mov">HiRes Video</a>]
- [<a href="Korobeynikov_BackendTutorial-iphone.m4v">iPhone Video</a>]
+ [<a href="Korobeynikov_BackendTutorial-400kbps.mov">Video</a>] <font size="-1">(Computer)</font>
+ [<a href="Korobeynikov_BackendTutorial-iphone.m4v">Video</a>] <font size="-1">(Phone \er)</font>
</td>
<td>Anton Korobeynikov<br><i>Saint Petersburg State University</i></td>
<td>
@@ -253,7 +252,7 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br>Last modified: $Date: 2009/10/14 23:20:01 $
+<br>Last modified: $Date: 2009/10/14 23:26:37 $
</address>
<!--#include virtual="../../footer.incl" -->
More information about the llvm-commits
mailing list